* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}svg {
    width: 30px;
    height: 30px;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1154px;
}html,body {
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    min-height: 100%;
    scroll-behavior: smooth;
    color: #000000;
    height: 100%;
}.footer_clients1 {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.inner-container3 {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}.nav_mentor4 {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.customer_feedback6 {
    background: rgb(164,192,188);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.customer_feedback6::before {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(to right, 
        transparent 0%, 
        rgb(127,155,151) 50%, 
        transparent 100%);
    height: 2px;
    left: 0;
    content: "";
}.customer_feedback6 .container {
    position: relative;
    z-index: 2;
}.customer_feedback6 h2 {
    font-size: calc(29px * 1.4);
    padding-left: 20px;
    margin-bottom: 80px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #000000;
    max-width: 60%;
    position: relative;
}.customer_feedback6 h2::before {
    top: 0;
    width: 4px;
    left: 0;
    height: 100%;
    transform: scaleY(1.2);
    background: rgb(127,155,151);
    content: "";
    position: absolute;
}.customer_feedback6 .review_experiences2 {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 60px 40px;
}.customer_feedback6 .review_experiences2::before {
    left: 0;
    height: 1px;
    background: linear-gradient(to right, rgb(127,155,151,0.5), transparent);
    position: absolute;
    top: -40px;
    right: 0;
    content: "";
}.customer_feedback6 .opinion_spot9 {
    padding: 0;
    grid-template-rows: auto auto 1fr;
    position: relative;
    grid-template-columns: auto 1fr;
    display: grid;
    grid-template-areas:
        "image ."
        "name name"
        "desc desc";
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.customer_feedback6 .opinion_spot9::before {
    position: absolute;
    content: "";
    height: 1px;
    background: rgb(127,155,151);
    transition: width 0.6s ease;
    bottom: -15px;
    left: 0;
    width: 0;
}.customer_feedback6 .opinion_spot9:hover::before {
    width: 100%;
}.customer_feedback6 .opinion_spot9 img {
    grid-area: image;
    transition: all 0.4s ease;
    height: 55px;
    transform: rotate(-3deg);
    border-radius: 10px;
    box-shadow: 5px 5px 0 rgb(127,155,151,0.5);
    object-fit: cover;
    width: 55px;
    filter: grayscale(100%);
}.customer_feedback6 .opinion_spot9:hover img {
    filter: grayscale(0%);
    transform: rotate(0deg);
}.customer_feedback6 .opinion_spot9 p {
    margin: 20px 0 5px 0;
    grid-area: name;
    font-size: 23px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    color: #000000;
    overflow: hidden;
}.customer_feedback6 .opinion_spot9 p::after {
    bottom: 0;
    height: 2px;
    width: 30px;
    transition: width 0.4s ease;
    content: "";
    left: 0;
    position: absolute;
    background: rgb(91,113,109);
}.customer_feedback6 .opinion_spot9:hover p::after {
    width: 60px;
}.customer_feedback6 .opinion_spot9 .description {
    margin-top: 15px;
    line-height: 1.8;
    color: #000000;
    font-weight: 400;
    transform: translateX(0);
    font-size: 14px;
    position: relative;
    transition: transform 0.5s ease;
    grid-area: desc;
}.customer_feedback6 .opinion_spot9:hover .description {
    transform: translateX(10px);
}.customer_feedback6 .opinion_spot9 .description::first-letter {
    font-weight: 700;
    color: rgb(127,155,151);
    font-size: calc(14px * 1.5);
}.customer_feedback6 .opinion_spot9:nth-child(3n+1) {
    transform: translateY(20px);
}.customer_feedback6 .opinion_spot9:nth-child(3n+2) {
    transform: translateY(-20px);
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 992px) {.customer_feedback6 {
    padding: 90px 0;
}.customer_feedback6 h2 {
    max-width: 80%;
    margin-bottom: 60px;
    font-size: calc(29px * 1.2);
}
}

@media screen and (max-width: 768px) {.customer_feedback6 {
    padding: 70px 0;
}.customer_feedback6 .review_experiences2 {
    grid-template-columns: 1fr;
    gap: 70px;
}.customer_feedback6 h2 {
    max-width: 100%;
}.customer_feedback6 .opinion_spot9:nth-child(3n+1),
    .customer_feedback6 .opinion_spot9:nth-child(3n+2) {
    transform: translateY(0);
}
}

@media screen and (max-width: 576px) {.customer_feedback6 {
    padding: 60px 0;
}.customer_feedback6 h2 {
    padding-left: 15px;
    font-size: 29px;
}.customer_feedback6 .opinion_spot9 img {
    height: 45px;
    width: 45px;
}.customer_feedback6 .opinion_spot9 p {
    font-size: calc(23px * 0.9);
    margin-top: 15px;
}.customer_feedback6 .review_experiences2 {
    gap: 60px;
}}.pricing_container5 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    color: #ffffff;
}.pricing_container5::before {
    width: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
}.pricing_container5 .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.pricing_container5 .study_fees2 {
    position: relative;
}.pricing_container5 h2 {
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, rgb(127,155,151) 0%, rgb(91,113,109) 100%);
    text-align: center;
    margin-bottom: 25px;
    font-size: 31px;
    color: transparent;
    transform: translateY(0);
    background-clip: text !important;
    animation: titleFloat 6s ease-in-out infinite;
    font-weight: 700;
    position: relative;
}.pricing_container5 h2::after {
    left: 50%;
    background: rgb(91,113,109);
    content: '';
    bottom: -10px;
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    width: 80px;
}.pricing_container5 .price_choices4 {
    font-size: calc(18px + 2px);
    max-width: 700px;
    line-height: 1.6;
    text-align: center;
    opacity: 0.9;
    margin: 0 auto 50px;
    color: #ffffff;
}.pricing_container5 .learning_fees8 {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
    display: grid;
    gap: 30px;
    margin: 0;
}.pricing_container5 .learning_fees8 li {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.pricing_container5 .learning_fees8 li:hover {
    transform: translateY(-10px);
    z-index: 3;
}.pricing_container5 .class_deals9 {
    display: block;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    height: 100%;
    text-decoration: none;
}.pricing_container5 .plan_pricing2 {
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    height: 100%;
    background: linear-gradient(145deg, rgba(41, 41, 41, 0.8) 0%, rgba(25, 25, 25, 0.9) 100%);
    padding: 35px 30px;
}.pricing_container5 .plan_pricing2::before {
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(127,155,151), rgb(91,113,109));
    top: 0;
    transform-origin: left;
    transition: transform 0.5s ease;
    width: 100%;
    transform: scaleX(0);
    height: 5px;
    content: '';
}.pricing_container5 .class_deals9:hover .plan_pricing2::before {
    transform: scaleX(1);
}.pricing_container5 .plan_pricing2::after {
    right: 0;
    content: '';
    height: 60px;
    width: 60px;
    bottom: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    background: linear-gradient(135deg, transparent 50%, rgb(91,113,109,0.5) 50%);
    opacity: 0;
}.pricing_container5 .class_deals9:hover .plan_pricing2::after {
    opacity: 1;
}.pricing_container5 .pricing_rates3 {
    position: relative;
    z-index: 2;
}.pricing_container5 .pricing_rates3 h4 {
    position: relative;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    margin: 0 0 20px;
    font-size: calc(21px + 2px);
}.pricing_container5 .pricing_rates3 h4::after {
    content: '';
    left: 0;
    width: 40px;
    height: 2px;
    background: rgb(127,155,151);
    transition: width 0.4s ease;
    position: absolute;
    bottom: -8px;
}.pricing_container5 .class_deals9:hover .pricing_rates3 h4::after {
    width: 100%;
}.pricing_container5 .pricing_rates3 p {
    overflow-y: auto;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    line-height: 1.6;
    word-break: break-word;
    margin: 0 0 30px;
    overflow-wrap: break-word;
    max-height: 200px;
    padding-right: 5px;
}.pricing_container5 .pricing_rates3 p::-webkit-scrollbar {
    width: 4px;
}.pricing_container5 .pricing_rates3 p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.pricing_container5 .pricing_rates3 p::-webkit-scrollbar-thumb {
    background: rgb(127,155,151,0.5);
}.pricing_container5 .rate_packages2 {
    display: block;
    margin-top: 15px;
    font-weight: 700;
    padding: 10px 0;
    color: #ffffff;
    font-size: calc(21px + 4px);
    position: relative;
}.pricing_container5 .rate_packages2::before {
    background: rgba(255, 255, 255, 0.2);
    width: 40px;
    top: 0;
    left: 0;
    position: absolute;
    height: 1px;
    content: '';
}

@keyframes titleFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 991px) {.pricing_container5 {
    padding: 80px 0;
}.pricing_container5 .learning_fees8 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.pricing_container5 .plan_pricing2 {
    padding: 25px 20px;
}.pricing_container5 .pricing_rates3 p {
    max-height: 150px;
    font-size: calc(18px - 1px);
}.pricing_container5 .rate_packages2 {
    font-size: calc(21px + 2px);
}
}

@media (max-width: 767px) {.pricing_container5 {
    padding: 60px 0;
}.pricing_container5 h2 {
    font-size: calc(31px - 4px);
}.pricing_container5 .price_choices4 {
    font-size: 18px;
    margin-bottom: 30px;
}.pricing_container5 .learning_fees8 {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.pricing_container5 .pricing_rates3 h4 {
    font-size: 21px;
}.pricing_container5 .rate_packages2 {
    font-size: 21px;
}
}

@media (max-width: 480px) {.pricing_container5 {
    padding: 50px 0;
}.pricing_container5 h2 {
    font-size: calc(31px - 8px);
}.pricing_container5 .price_choices4 {
    font-size: calc(18px - 2px);
}.pricing_container5 .plan_pricing2 {
    padding: 20px 15px;
}.pricing_container5 .pricing_rates3 p {
    font-size: calc(18px - 2px);
}}.title_page5 {
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 2rem;
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%);
    align-items: center;
    position: relative;
}.title_page5::before {
    content: "";
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(127,155,151,0.5), 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(rgb(91,113,109,0.5), 0.08) 0%, transparent 50%);
    left: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    width: 100%;
}.title_page5::after {
    left: 0;
    content: "";
    position: absolute;
    background-image: 
    repeating-linear-gradient(0deg, transparent, transparent 10px, rgba(rgb(127,155,151,0.5), 0.01) 10px, rgba(rgb(127,155,151,0.5), 0.01) 20px);
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    pointer-events: none;
}.title_page5 .start_intro1 {
    z-index: 3;
    width: 100%;
    max-width: 1200px;
    transform: translateZ(0);
    position: relative;
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
}.title_page5 .start_intro1 > div:first-child {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 
    12px 12px 24px rgba(rgba(0, 0, 0, 0.5), 0.08),
    -12px -12px 24px rgba(#ffffff, 0.8),
    inset 1px 1px 2px rgba(#ffffff, 0.5),
    inset -1px -1px 2px rgba(rgba(0, 0, 0, 0.5), 0.05);
    position: relative;
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    will-change: transform;
}.title_page5 .start_intro1 > div:first-child:hover {
    transform: translateY(-8px);
}.title_page5 .start_intro1 > div:first-child h3 {
    z-index: 5;
    margin: 0;
    line-height: 1.5;
    font-size: calc(22px * 1.1);
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: rgb(127,155,151);
    font-family: Arial, sans-serif;
    text-align: left;
}.title_page5 .start_intro1 > div:first-child::before {
    background: linear-gradient(to bottom, rgb(127,155,151), rgb(91,113,109));
    left: 0;
    content: "";
    top: 0;
    z-index: 4;
    width: 4px;
    position: absolute;
    height: 100%;
}.title_page5 .instructor_bio8 {
    background: rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    will-change: transform;
    position: relative;
    backdrop-filter: blur(5px);
    padding: 3rem;
    box-shadow: 
    16px 16px 32px rgba(rgba(0, 0, 0, 0.5), 0.06),
    -16px -16px 32px rgba(#ffffff, 0.8),
    inset 2px 2px 4px rgba(#ffffff, 0.5),
    inset -2px -2px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.title_page5 .instructor_bio8:hover {
    transform: perspective(1000px) rotateX(2deg);
}.title_page5 .instructor_bio8 h1 {
    position: relative;
    font-size: 43px;
    margin-bottom: 2rem;
    color: rgb(127,155,151);
    transform: translateZ(20px);
    font-family: Arial, sans-serif;
    z-index: 5;
    letter-spacing: -0.5px;
    font-weight: 700;
}.title_page5 .instructor_bio8 h1::after {
    transition: transform 0.5s ease-out;
    left: 0;
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, rgb(127,155,151), transparent);
    height: 4px;
    transform-origin: left center;
    content: "";
    bottom: -15px;
    transform: scaleX(1);
}.title_page5 .instructor_bio8:hover h1::after {
    transform: scaleX(1.5);
}.title_page5 .instructor_bio8 div {
    overflow: hidden;
    will-change: transform;
    box-shadow: 
    8px 8px 16px rgba(rgba(0, 0, 0, 0.5), 0.1),
    -8px -8px 16px rgba(#ffffff, 0.9),
    inset 1px 1px 2px rgba(#ffffff, 0.3),
    inset -1px -1px 2px rgba(rgba(0, 0, 0, 0.5), 0.05);
    min-height: 200px;
    position: relative;
    transition: transform 0.4s ease-out;
}.title_page5 .instructor_bio8 div::before {
    opacity: 0.85;
    position: absolute;
    left: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(135deg, 
    rgba(rgb(127,155,151,0.5), 0.4),
    rgba(rgb(127,155,151,0.5), 0.1));
}.title_page5 .instructor_bio8 div:hover::before {
    opacity: 0.7;
}.title_page5 .instructor_bio8 p {
    background: linear-gradient(to top, rgba(rgba(0, 0, 0, 0.5), 0.7), transparent);
    font-size: calc(14px * 1.1);
    text-shadow: 0 1px 2px rgba(rgba(0, 0, 0, 0.5), 0.2);
    padding: 2rem;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff;
    width: 100%;
    z-index: 2;
    position: absolute;
    transform: translateY(0);
    font-weight: 400;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    bottom: 0;
    margin: 0;
    left: 0;
}.title_page5 .instructor_bio8 div:hover p {
    transform: translateY(-5px);
}

@media (min-width: 768px) {.title_page5 {
    padding: 4rem;
}.title_page5 .start_intro1 {
    gap: 4rem;
    grid-template-columns: 1fr 1.5fr;
}.title_page5 .start_intro1 > div:first-child {
    padding: 3rem;
    align-self: center;
}.title_page5 .start_intro1 > div:first-child h3 {
    font-size: 22px;
}.title_page5 .instructor_bio8 {
    padding: 4rem;
}.title_page5 .instructor_bio8 div {
    min-height: 300px;
}
}

@media (min-width: 992px) {.title_page5 .start_intro1 > div:first-child {
    transform: translateX(0);
    transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
}.title_page5 .start_intro1 > div:first-child:hover {
    transform: translateX(10px);
}.title_page5 .instructor_bio8 h1 {
    font-size: calc(43px * 1.2);
}.title_page5 .instructor_bio8 div {
    transform: perspective(1000px) rotateY(0deg);
    min-height: 350px;
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}.title_page5 .instructor_bio8 div:hover {
    transform: perspective(1000px) rotateY(-2deg);
}.title_page5 .instructor_bio8 p {
    padding: 2.5rem;
    font-size: calc(14px * 1.2);
}
}

@media (max-width: 767px) {.title_page5 {
    padding: 1.5rem;
}.title_page5 .start_intro1 > div:first-child {
    padding: 1.5rem;
}.title_page5 .start_intro1 > div:first-child h3 {
    font-size: calc(18px * 1.2);
}.title_page5 .instructor_bio8 {
    padding: 2rem;
}.title_page5 .instructor_bio8 h1 {
    font-size: calc(36px);
    margin-bottom: 1.5rem;
}.title_page5 .instructor_bio8 div {
    min-height: 180px;
}.title_page5 .instructor_bio8 p {
    font-size: 14px;
    padding: 1.5rem;
}
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@media (prefers-reduced-motion: no-preference) {.title_page5 .start_intro1 {
    animation: float 6s ease-in-out infinite;
}.title_page5 .start_intro1 > div:first-child {
    animation: float 8s ease-in-out infinite;
}.title_page5 .instructor_bio8 h1 {
    transition: text-shadow 0.3s ease;
}.title_page5 .instructor_bio8:hover h1 {
    text-shadow: 2px 2px 4px rgba(rgb(127,155,151,0.5), 0.2);
}
}

@supports (backdrop-filter: blur(10px)) {.title_page5 .instructor_bio8 {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
}.title_page5 .start_intro1 > div:first-child {
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.75);
}}.connect_with_us5 {
    position: relative;
    padding: 90px 0;
    background: linear-gradient(160deg, rgb(164,192,188) 0%, rgb(127,155,151,0.5) 100%);
    overflow: hidden;
}.connect_with_us5::before {
    opacity: 0.03;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(127,155,151,0.5),
        rgb(127,155,151,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    left: 0;
}.connect_with_us5 .container {
    max-width: 1200px;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
}.connect_with_us5 h2 {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 40px;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    text-align: center;
}.connect_with_us5 .request_query6 {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    background: #ffffff;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}.connect_with_us5 .photo_cell4 {
    position: relative;
    height: 200px;
    width: 100%;
}.connect_with_us5 .feedback_section4 {
    position: relative;
    padding: 50px;
    width: 100%;
}.connect_with_us5 form {
    width: 100%;
}.connect_with_us5 form h3 {
    display: inline-block;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 18px;
}.connect_with_us5 form h3::after {
    left: 0;
    background: rgb(127,155,151);
    border-radius: 1.5px;
    height: 3px;
    content: "";
    position: absolute;
    width: 100%;
    bottom: -10px;
}.connect_with_us5 form input[type="text"] {
    border: 2px solid transparent;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 100%;
    font-family: Arial, sans-serif;
    padding: 15px 20px;
    background: rgb(164,192,188);
    color: #000000;
    font-size: 18px;
    transition: all 0.3s ease;
}.connect_with_us5 form input[type="text"]:focus {
    border-color: rgb(127,155,151);
    outline: none;
}.connect_with_us5 form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.connect_with_us5 .feedback_request5 {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}.connect_with_us5 .feedback_request5 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_with_us5 .feedback_request5 label {
    line-height: 1.6;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    padding-left: 35px;
    color: #000000;
}.connect_with_us5 .feedback_request5 label::before {
    content: "";
    border-radius: 10px;
    top: 2px;
    width: 22px;
    position: absolute;
    left: 0;
    height: 22px;
    transition: all 0.3s ease;
    background: rgb(164,192,188);
}.connect_with_us5 .feedback_request5 input[type="checkbox"]:checked + label::before {
    background: rgb(127,155,151);
}.connect_with_us5 .feedback_request5 input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    top: 5px;
    content: "";
    border-right: 2px solid #ffffff;
    height: 12px;
    width: 6px;
    position: absolute;
    left: 8px;
}.connect_with_us5 .feedback_request5 label a {
    text-decoration: none;
    color: rgb(127,155,151);
    transition: all 0.3s ease;
}.connect_with_us5 .feedback_request5 label a:hover {
    text-decoration: underline;
}.connect_with_us5 form .inquiry_inquiry7 {
    transition: all 0.3s ease;
    padding: 16px 20px;
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    background: rgb(127,155,151);
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
    border: none;
    overflow: hidden;
    width: 100%;
    font-weight: 600;
    cursor: pointer;
}.connect_with_us5 form .inquiry_inquiry7:hover {
    background: rgb(91,113,109);
}.connect_with_us5 svg {
    width: 20px;
    height: 20px;
    fill: rgb(127,155,151);
}.connect_with_us5 svg path {
    transition: fill 0.3s ease;
    fill: rgb(127,155,151);
}

@media screen and (min-width: 768px) {.connect_with_us5 .request_query6 {
    flex-direction: row;
    max-width: 1000px;
}.connect_with_us5 .photo_cell4 {
    min-height: 400px;
    width: 40%;
    height: auto;
}.connect_with_us5 .feedback_section4 {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.connect_with_us5 .photo_cell4 {
    width: 50%;
}.connect_with_us5 .feedback_section4 {
    padding: 60px;
    width: 50%;
}
}

@media screen and (min-width: 1200px) {.connect_with_us5 .request_query6 {
    max-width: 1100px;
}.connect_with_us5 .photo_cell4 {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.connect_with_us5 {
    padding: 60px 0;
}.connect_with_us5 h2 {
    font-size: calc(40px * 0.7);
    margin-bottom: 30px;
}.connect_with_us5 .feedback_section4 {
    padding: 30px 20px;
}.connect_with_us5 form h3 {
    font-size: calc(18px * 0.9);
}}.find_support0 {
    z-index: 1;
    padding: 8rem 0;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(164,192,188) 0%, rgb(127,155,151,0.5) 30%, rgb(164,192,188) 70%);
    position: relative;
}.find_support0::before {
    background-size: 100% 100%, 30px 30px;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    left: 0;
    background: 
        radial-gradient(circle at 75% 25%, rgb(91,113,109,0.5) 0%, transparent 50%),
        linear-gradient(45deg, transparent 48%, rgba(255, 255, 255, 0.03) 50%, transparent 52%) rgb(164,192,188);
    position: absolute;
    top: 0;
    animation: backgroundPulse 15s infinite alternate;
}@keyframes backgroundPulse {
    0% {
        opacity: 0.3;
        background-position: 0% 0%, 0px 0px;
    }
    50% {
        opacity: 0.7;
        background-position: 0% 0%, 15px 15px;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 0%, 0px 0px;
    }
}

.find_support0::after {
    bottom: 0;
    z-index: -2;
    position: absolute;
    pointer-events: none;
    background: 
        linear-gradient(0deg, rgb(127,155,151,0.5) 0%, transparent 100%),
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px);
    content: "";
    width: 100%;
    left: 0;
    height: 300px;
}.find_support0 .container {
    position: relative;
    z-index: 2;
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
}.find_support0 .connect_today6 {
    grid-template-rows: auto auto;
    gap: 1.5rem;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    grid-template-areas: 
        "info photo details"
        "info photo details";
}.find_support0 .join_conversation7 {
    border-radius: 0;
    padding: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    backdrop-filter: blur(10px);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.03);
}.find_support0 .join_conversation7:first-child {
    grid-area: info;
    border-radius: 10px 0 0 10px;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    padding: 3rem;
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.15);
}.find_support0 .join_conversation7:nth-child(2) {
    z-index: 3;
    padding: 0;
    grid-area: photo;
    border-radius: 0;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}.find_support0 .contact_tile.get_contactinfo7 {
    border-radius: 0 10px 10px 0;
    padding: 3rem;
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    grid-area: details;
}.find_support0 .join_conversation7 h2 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 38px;
    letter-spacing: 1px;
    position: relative;
    font-weight: 700;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}.find_support0 .join_conversation7 h2::after {
    border-radius: 10px;
    background: rgb(127,155,151);
    height: 4px;
    bottom: 0;
    position: absolute;
    content: "";
    width: 50px;
    left: 0;
}.find_support0 .talk_support2 {
    margin-bottom: 1.5rem;
    font-size: calc(16px * 1.3);
    color: rgb(127,155,151);
    font-weight: 700;
    letter-spacing: 0.5px;
}.find_support0 .course_faq7 {
    line-height: 1.8;
    position: relative;
    margin-bottom: 2rem;
    padding-left: 15px;
    color: #000000;
    border-left: 2px solid rgb(127,155,151,0.5);
}.find_support0 .join_conversation7 p {
    margin-bottom: 1rem;
    position: relative;
    display: flex;
    align-items: center;
    color: #000000;
    gap: 1rem;
}.find_support0 .join_conversation7 p span {
    font-weight: 600;
    color: #ffffff;
}.find_support0 .learn_talk4 {
    padding: 1.5rem;
    margin-top: 2.5rem;
    border-left: 3px solid rgb(127,155,151);
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    position: relative;
}.find_support0 .learn_talk4::before {
    content: "";
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgb(127,155,151) 0%, transparent 100%);
    right: 0;
    width: 5px;
    top: 0;
    border-radius: 0 10px 10px 0;
}.find_support0 .learn_talk4 h3 {
    color: #ffffff;
    font-weight: 600;
    align-items: center;
    font-size: 20px;
    margin-bottom: 1.2rem;
    display: flex;
}.find_support0 .learn_talk4 h3::before {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: inline-block;
    content: "";
    margin-right: 10px;
    border: 2px solid rgb(127,155,151);
    animation: pulse 2s infinite;
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(127,155,151,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.find_support0 .reach_us6 {
    gap: 0.8rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.find_support0 .reach_us6 span {
    align-items: center;
    color: #000000;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    display: flex;
    font-size: calc(16px * 0.9);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    padding: 0.6rem 1rem;
}.find_support0 .reach_us6 span::before {
    width: 3px;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    opacity: 0.6;
    background: rgb(91,113,109);
    top: 0;
}.find_support0 .reach_us6 span:hover {
    color: #ffffff;
    transform: translateX(5px);
    background: rgb(127,155,151,0.5);
}.find_support0 .join_conversation7 .photo_cell4 {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
}.find_support0 .join_conversation7 .photo_cell4::before {
    width: 100%;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(127,155,151,0.5) 0%, transparent 100%);
    height: 100%;
    position: absolute;
}.find_support0 .join_conversation7 .photo_cell4::after {
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 5px, transparent 5px, transparent 10px);
    z-index: 2;
}.find_support0 .get_contactinfo7 {
    flex-direction: column;
    justify-content: center;
    display: flex;
}.find_support0 .get_contactinfo7 a {
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    text-decoration: none;
    padding: 1.5rem;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
    display: flex;
    border-right: 3px solid rgb(127,155,151);
}.find_support0 .get_contactinfo7 a::before {
    top: 0;
    width: 3px;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    height: 100%;
    right: -3px;
    background: rgb(127,155,151);
}.find_support0 .get_contactinfo7 a::after {
    transition: width 0.3s ease;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(127,155,151,0.5) 0%, transparent 100%);
    opacity: 0.1;
    width: 0;
    z-index: -1;
    content: "";
    left: 0;
    height: 100%;
}.find_support0 .get_contactinfo7 a:hover::after {
    width: 100%;
}.find_support0 .get_contactinfo7 a:hover {
    transform: translateX(-10px);
}.find_support0 .get_contactinfo7 a span {
    color: #000000;
    padding-left: 20px;
    font-size: calc(16px * 0.9);
    position: relative;
    margin-bottom: 0.6rem;
}.find_support0 .get_contactinfo7 a span::before {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    background: rgb(127,155,151);
    left: 0;
    height: 2px;
    content: "";
    width: 10px;
}.find_support0 .get_contactinfo7 a p {
    transition: all 0.3s ease;
    margin-bottom: 0;
    color: #ffffff;
    font-size: calc(16px * 1.1);
    font-weight: 600;
}.find_support0 .get_contactinfo7 a:hover p {
    color: rgb(127,155,151);
}.find_support0 svg {
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
    fill: none;
}.find_support0 svg path {
    transition: all 0.3s ease;
    stroke-width: 2;
    stroke: rgb(127,155,151);
}.find_support0 .get_contactinfo7 a:hover svg {
    transform: rotate(10deg) scale(1.2);
}.find_support0 .get_contactinfo7 a:hover svg path {
    stroke: rgb(91,113,109);
}

@media (max-width: 1024px) {.find_support0 {
    padding: 6rem 0;
}.find_support0 .connect_today6 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: 
            "info info"
            "photo details";
}.find_support0 .join_conversation7:first-child {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
    border-radius: 10px 10px 0 0;
}.find_support0 .join_conversation7:nth-child(2) {
    border-radius: 0 0 0 10px;
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
}.find_support0 .contact_tile.get_contactinfo7 {
    border-radius: 0 0 10px 0;
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
}
}

@media (max-width: 767px) {.find_support0 {
    padding: 4rem 0;
}.find_support0 .connect_today6 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: 
            "help_support2"
            "photo_cell4"
            "details";
}.find_support0 .join_conversation7:first-child {
    border-radius: 10px 10px 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
}.find_support0 .join_conversation7:nth-child(2) {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
    border-radius: 0;
    min-height: 250px;
}.find_support0 .contact_tile.get_contactinfo7 {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
    border-radius: 0 0 10px 10px;
}.find_support0 .get_contactinfo7 a {
    margin-bottom: 1rem;
}.find_support0 .reach_us6 {
    grid-template-columns: 1fr;
}
}

@media (max-width: 575px) {.find_support0 {
    padding: 3rem 0;
}.find_support0 .join_conversation7:first-child,
    .find_support0 .contact_tile.get_contactinfo7 {
    padding: 2rem 1.5rem;
}.find_support0 .join_conversation7:first-child {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 0% 100%);
}.find_support0 .join_conversation7:nth-child(2) {
    clip-path: polygon(0 3%, 100% 0, 100% 97%, 0% 100%);
    min-height: 200px;
}.find_support0 .contact_tile.get_contactinfo7 {
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
}.find_support0 .learn_talk4 {
    padding: 1rem;
    margin-top: 2rem;
}.find_support0 .get_contactinfo7 a {
    padding: 1rem;
}}.confidential_lockup3 {
    width: 100%;
    box-shadow: inset 0 0 10px rgb(91,113,109,0.5), 0 0 20px rgba(0, 0, 0, 0.5);
    height: auto;
    background-position: right bottom;
    background-size: 200% 100%;
    background-color: #ffffff;
    border: 2px solid rgb(127,155,151);
    background-image: linear-gradient(to right, rgb(127,155,151,0.5) 50%, rgb(91,113,109,0.5) 50%);
    padding: 50px;
}.confidential_lockup3 h1 {
    font-family: Arial, sans-serif;
    letter-spacing: 2px;
    font-size: 44px;
    text-transform: uppercase;
    margin-top: 40px;
    border-bottom: 3px solid rgb(91,113,109);
    padding-bottom: 10px;
    color: rgb(127,155,151);
    font-weight: 700;
    margin-bottom: 25px;
}.confidential_lockup3 h2 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    padding-left: 15px;
    margin-bottom: 20px;
    font-size: 29px;
    margin-top: 30px;
    color: rgb(91,113,109);
    border-left: 5px solid rgb(127,155,151);
}.confidential_lockup3 h3, .confidential_lockup3 h4, .confidential_lockup3 h5, .confidential_lockup3 h6 {
    font-weight: 400;
    font-size: 21px;
    margin-top: 25px;
    border-bottom: 1px dotted rgb(127,155,151);
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
}.confidential_lockup3 ul, .confidential_lockup3 ol {
    list-style: none;
    font-size: 14px;
    padding-left: 25px;
    color: #000000;
    list-style-position: inside;
    line-height: 1.8;
    margin: 15px 0;
    font-family: Arial, sans-serif;
}.confidential_lockup3 li {
    padding-left: 25px;
    line-height: 1.6;
    margin-bottom: 12px;
    border-left: 2px dashed rgb(91,113,109);
    position: relative;
}.confidential_lockup3 li::before {
    content: "";
    width: 10px;
    left: 0;
    border-radius: 50%;
    height: 10px;
    top: 5px;
    background-color: rgb(127,155,151);
    position: absolute;
}.confidential_lockup3 section {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    padding: 25px;
    border-radius: 10px;
    border: 1px solid rgb(91,113,109,0.5);
    background: rgb(164,192,188);
}.confidential_lockup3 p, .confidential_lockup3 span, .confidential_lockup3 div {
    margin-bottom: 15px;
    color: #000000;
    border-bottom: 1px solid rgb(91,113,109,0.5);
    line-height: 1.8;
    padding-bottom: 5px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

@media only screen and (max-width: 800px) {.confidential_lockup3 {
    padding: 30px;
}.confidential_lockup3 h1 {
    font-size: calc(21px - 8px);
}.confidential_lockup3 h2 {
    font-size: calc(21px - 6px);
}.confidential_lockup3 h3, .confidential_lockup3 h4, .confidential_lockup3 h5, .confidential_lockup3 h6 {
    font-size: calc(21px - 4px);
}.confidential_lockup3 ul, .confidential_lockup3 ol {
    font-size: calc(14px - 2px);
    padding-left: 20px;
}}.who_we_are7 {
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    align-items: center;
    display: flex;
}.who_we_are7::before {
    left: 0;
    opacity: 0.85;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    backdrop-filter: blur(5px);
    z-index: 1;
    background: linear-gradient(145deg, rgb(127,155,151,0.5), rgba(0, 0, 0, 0.5), rgb(91,113,109,0.5));
}.who_we_are7::after {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    transform: rotate(-35deg) skewX(15deg);
    animation: shiftBackground 25s infinite alternate ease-in-out;
    opacity: 0.08;
    content: "";
    background: rgb(127,155,151);
    position: absolute;
    width: 100%;
    z-index: 1;
    right: -50%;
    top: -50%;
}.who_we_are7 .container {
    margin: 0 auto;
    transform: translateY(0);
    padding: 3rem 2rem;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    opacity: 1;
    animation: fadeUp 1.2s ease-out;
}.who_we_are7 .text_block_wrap0 {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    padding: 3.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(2deg);
}.who_we_are7 .text_block_wrap0:hover {
    transform: perspective(1000px) rotateY(0deg);
}.who_we_are7 .text_block_wrap0::before {
    left: 0;
    top: -10px;
    content: "";
    right: 0;
    transform: scaleX(0);
    animation: lineGrow 1.5s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    height: 10px;
    background: rgb(127,155,151);
    position: absolute;
}.who_we_are7 .text_block_wrap0::after {
    position: absolute;
    z-index: -1;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.5), transparent);
    opacity: 0.3;
    width: 100%;
    height: 50%;
    content: "";
    left: 0;
    bottom: 0;
}.who_we_are7 .text_block_wrap0 > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.who_we_are7 .text_block_wrap0 > div:first-child::before {
    position: absolute;
    bottom: -10px;
    content: "";
    height: 3px;
    transform-origin: left;
    background: rgb(127,155,151);
    transition: transform 0.6s ease;
    width: 60px;
    transform: scaleX(0.7);
    left: 0;
}.who_we_are7 .text_block_wrap0 > div:first-child:hover::before {
    transform: scaleX(1);
}.who_we_are7 h5 {
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    transition: transform 0.5s ease;
    font-size: 21px;
    padding-bottom: 0.5rem;
    font-weight: 700;
    transform: translateX(0);
    color: #000000;
    margin: 0;
    position: relative;
}.who_we_are7 h5::after {
    left: 0;
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 1px;
    content: "";
    width: 100%;
    bottom: 0;
    transform-origin: right;
    background: rgb(127,155,151);
    position: absolute;
}.who_we_are7 .text_block_wrap0 > div:first-child:hover h5 {
    transform: translateX(10px);
}.who_we_are7 .text_block_wrap0 > div:first-child:hover h5::after {
    transform-origin: left;
    transform: scaleX(1);
}.who_we_are7 .text_block_wrap0 > div:nth-child(2) {
    margin-bottom: 2rem;
}.who_we_are7 .text_block_wrap0 > div:nth-child(2) p {
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    transition: transform 0.5s ease;
    font-size: calc(21px * 1.2);
    color: rgb(91,113,109);
    margin: 0;
    font-weight: 600;
    transform: translateY(0);
}.who_we_are7 .text_block_wrap0 > div:nth-child(2) p::before {
    content: "";
    background: rgb(127,155,151);
    width: 10px;
    position: absolute;
    transition: transform 0.4s ease, opacity 0.4s ease;
    left: -20px;
    top: 50%;
    opacity: 0;
    border-radius: 50%;
    transform: translateY(-50%) scale(0);
    height: 10px;
}.who_we_are7 .text_block_wrap0 > div:nth-child(2):hover p {
    transform: translateY(-5px);
}.who_we_are7 .text_block_wrap0 > div:nth-child(2):hover p::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}.who_we_are7 ol {
    padding-left: 1.2rem;
    counter-reset: list-counter;
    margin: 0;
}.who_we_are7 ol li {
    font-size: 15px;
    position: relative;
    counter-increment: list-counter;
    column-gap: 2rem;
    color: #000000;
    padding-left: 1rem;
    column-count: 1;
    margin-bottom: 0.5rem;
    text-align: justify;
    line-height: 1.8;
    hyphens: auto;
}.who_we_are7 ol li::before {
    border-radius: 50%;
    position: absolute;
    width: 6px;
    height: 6px;
    transition: transform 0.3s ease;
    top: 0.7rem;
    content: "";
    background: rgb(127,155,151);
    left: -1.2rem;
}.who_we_are7 ol li:hover::before {
    transform: scale(1.5);
}

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

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

@keyframes shiftBackground {
    0% {
        transform: rotate(-35deg) skewX(15deg) translateX(0) translateY(0);
    }
    100% {
        transform: rotate(-35deg) skewX(15deg) translateX(5%) translateY(-5%);
    }
}

@media (min-width: 768px) {.who_we_are7 .text_block_wrap0 {
    padding: 4rem;
}.who_we_are7 ol li {
    column-count: 2;
    padding-left: 0;
}
}

@media (min-width: 992px) {.who_we_are7 .container {
    padding: 5rem 2rem;
}.who_we_are7 .text_block_wrap0 {
    padding: 5rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.who_we_are7 h5 {
    font-size: calc(21px * 1.2);
}.who_we_are7 .text_block_wrap0 > div:nth-child(2) p {
    font-size: calc(21px * 1.5);
}.who_we_are7 ol li {
    line-height: 1.9;
    font-size: calc(15px * 1.05);
}
}

@media (max-width: 767px) {.who_we_are7 {
    min-height: auto;
}.who_we_are7 .text_block_wrap0 {
    padding: 2.5rem 1.5rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    transform: perspective(1000px) rotateY(1deg);
}.who_we_are7 h5 {
    font-size: calc(21px * 0.9);
}.who_we_are7 .text_block_wrap0 > div:nth-child(2) p {
    font-size: calc(21px * 1.1);
}.who_we_are7 ol li {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
    padding-left: 0;
}
}

@media (max-width: 480px) {.who_we_are7 .text_block_wrap0 {
    padding: 2rem 1.25rem;
}.who_we_are7 h5 {
    font-size: calc(21px * 0.85);
}.who_we_are7 .text_block_wrap0 > div:nth-child(2) p {
    font-size: 21px;
}.who_we_are7 ol li {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}}.tyPanel0 {
    padding: 6rem 2rem;
    overflow: hidden;
    justify-content: center;
    position: relative;
    align-items: center;
    display: flex;
    background: linear-gradient(135deg, rgb(127,155,151,0.5), rgb(91,113,109,0.5));
    min-height: 70vh;
}.tyPanel0::before {
    position: absolute;
    background: radial-gradient(circle at 30% 70%, rgb(127,155,151,0.5) 0%, transparent 60%);
    transform-origin: center;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 1;
    animation: pulse 15s ease-in-out infinite alternate;
    left: 0;
}.tyPanel0::after {
    height: 50%;
    z-index: 0;
    bottom: -5%;
    content: "";
    animation: float 20s ease-in-out infinite;
    position: absolute;
    background: radial-gradient(circle, rgb(91,113,109,0.5) 0%, transparent 70%);
    right: -5%;
    width: 50%;
}.tyPanel0 .container {
    width: 100%;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.tyPanel0 .skill_mastery2 {
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        95% 100%, 
        0 100%
    );
    position: relative;
    padding: 3.5rem;
    gap: 2.5rem;
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: grid;
    grid-template-columns: 1fr;
    background: rgba(255, 255, 255, 0.85);
}.tyPanel0 .skill_mastery2:hover {
    transform: translateZ(30px) scale(1.02);
}.tyPanel0 .skill_mastery2 > div:first-child {
    padding-left: 2.5rem;
    border-left: 4px solid rgb(127,155,151);
    position: relative;
}.tyPanel0 .skill_mastery2 > div:first-child::before {
    top: 50%;
    animation: pulse 3s infinite alternate;
    background: rgb(127,155,151);
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(rgb(127,155,151), 0.5);
    position: absolute;
    left: -15px;
    width: 26px;
    content: "";
    height: 26px;
    transform: translateY(-50%);
}.tyPanel0 h5 {
    transform: translateX(0);
    transition: transform 0.4s ease-out;
    opacity: 0;
    line-height: 1.4;
    font-weight: 700;
    font-size: calc(22px * 1.2);
    color: #000000;
    margin: 0;
    animation: slideIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}.tyPanel0 .skill_mastery2 > div:nth-child(2) {
    transition: transform 0.3s ease;
    animation: fadeIn 0.8s 0.4s ease-out forwards;
    opacity: 0;
    position: relative;
}.tyPanel0 .skill_mastery2 > div:nth-child(2)::before {
    top: -10px;
    left: 0;
    width: 70%;
    background: linear-gradient(90deg, rgb(127,155,151), transparent);
    height: 1px;
    content: "";
    position: absolute;
}.tyPanel0 a {
    transform: translateY(0);
    display: block;
    transition: transform 0.4s ease-out;
    text-decoration: none;
}.tyPanel0 a:hover {
    transform: translateY(-5px);
}.tyPanel0 p {
    font-size: 13px;
    color: #000000;
    padding: 1rem 0;
    margin: 0;
    hyphens: auto;
    line-height: 1.8;
    position: relative;
}.tyPanel0 p::after {
    position: absolute;
    transform-origin: right;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
    content: "";
    transform: scaleX(0);
    width: 35%;
    background: linear-gradient(90deg, transparent, rgb(91,113,109));
    right: 0;
    height: 2px;
}.tyPanel0 a:hover p::after {
    transform: scaleX(1);
}

@keyframes pulse {
    0% { opacity: 0.6; transform: translateY(-50%) scale(0.95); }
    100% { opacity: 1; transform: translateY(-50%) scale(1.05); }
}

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

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

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

@media (min-width: 768px) {.tyPanel0 {
    padding: 8rem 3rem;
}.tyPanel0 .skill_mastery2 {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            95% 100%, 
            0 100%
        );
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    padding: 4rem;
}.tyPanel0 h5 {
    font-size: calc(22px * 1.4);
}.tyPanel0 .skill_mastery2 > div:first-child::after {
    transform: translateY(-50%);
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(127,155,151,0.5), transparent);
    top: 50%;
    width: 1px;
    height: 80%;
    position: absolute;
    right: -3.5rem;
}.tyPanel0 .skill_mastery2 > div:nth-child(2)::before {
    width: 40%;
}
}

@media (min-width: 992px) {.tyPanel0 .skill_mastery2 {
    gap: 5rem;
    padding: 5rem;
}.tyPanel0 h5 {
    font-size: calc(22px * 1.5);
}.tyPanel0 .skill_mastery2 > div:first-child {
    border-left-width: 5px;
    padding-left: 3rem;
}.tyPanel0 p {
    font-size: calc(13px * 1.1);
}.tyPanel0 .container {
    transform: perspective(1500px) rotateX(3deg);
}
}

@media (max-width: 767px) {.tyPanel0 {
    padding: 4rem 1.5rem;
}.tyPanel0 .skill_mastery2 {
    padding: 2.5rem 2rem;
}.tyPanel0 h5 {
    font-size: 22px;
}.tyPanel0 p {
    font-size: calc(13px * 0.95);
}
}

@media (hover: hover) {.tyPanel0 .skill_mastery2:hover > div:first-child::before {
    animation-duration: 1.5s;
}
}

@media (prefers-reduced-motion) {.tyPanel0 .skill_mastery2,
    .tyPanel0 a,
    .tyPanel0 h5,
    .tyPanel0::before,
    .tyPanel0::after {
    animation: none;
    transition: none;
}.tyPanel0 .skill_mastery2 > div:first-child::before {
    animation: none;
}.tyPanel0 .skill_mastery2 > div:nth-child(2) {
    opacity: 1;
}.tyPanel0 h5 {
    opacity: 1;
}}header {
    z-index: 100;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    background: rgb(164,192,188);
    position: relative;
    padding: 1rem 0;
}header::before {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    content: '';
    background: linear-gradient(to right, 
        rgb(127,155,151,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(91,113,109,0.5) 100%);
    height: 100%;
    position: absolute;
    opacity: 0.4;
}header .container {
    position: relative;
    width: 100%;
    z-index: 1;
    max-width: 100%;
    padding: 0 2%;
    margin: 0;
}header .main_train3 {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 3fr 1fr;
    gap: 1rem;
    grid-template-areas:
        "logo logo logo"
        "left menu right";
}header .main_top1 {
    text-decoration: none;
    align-items: center;
    position: relative;
    display: flex;
    padding: 0.5rem 1rem;
    grid-area: logo;
    justify-content: center;
}header .main_top1::after {
    width: 50%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(127,155,151), 
        rgb(91,113,109), 
        rgb(127,155,151), 
        transparent);
    content: '';
    bottom: 0;
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}header .main_top1 svg {
    height: auto;
    transition: all 0.3s ease;
    width: 160px;
}header .main_top1:hover svg {
    transform: translateY(-3px);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .nav_pagebar3 {
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    padding: 0.6rem;
    background: rgba(255, 255, 255, 0.5);
    align-items: center;
    grid-area: menu;
    gap: 0.5rem;
    display: flex;
    justify-content: center;
}header .nav_pro3 {
    position: relative;
    padding: 0.4rem 0.8rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    font-size: 19px;
    text-decoration: none;
    color: #000000;
    border-radius: 10px;
    font-weight: 400;
    background: #ffffff;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    text-align: center;
}header .nav_pro3:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgb(127,155,151,0.5);
    background: linear-gradient(135deg, rgb(127,155,151), rgb(91,113,109));
}

@media (max-width: 991px) {header .main_top1 svg {
    width: 140px;
}header .nav_pagebar3 {
    gap: 0.4rem;
    padding: 0.5rem;
}header .nav_pro3 {
    padding: 0.35rem 0.6rem;
    font-size: calc(19px - 1px);
}
}

@media (max-width: 767px) {header .main_train3 {
    grid-template-columns: 1fr;
    grid-template-areas:
            "logo"
            "nav_pagebar3";
}header .main_top1 {
    padding: 0.4rem;
}header .main_top1 svg {
    width: 130px;
}header .nav_pagebar3 {
    padding: 0.4rem;
    flex-wrap: wrap;
}header .nav_pro3 {
    font-size: calc(19px - 1px);
    padding: 0.3rem 0.5rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .main_top1 svg {
    width: 120px;
}header .nav_pagebar3 {
    padding: 0.4rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .nav_pagebar3::-webkit-scrollbar {
    height: 2px;
}header .nav_pagebar3::-webkit-scrollbar-thumb {
    background: rgb(127,155,151);
    border-radius: 10px;
}header .nav_pro3 {
    white-space: nowrap;
    flex-shrink: 0;
}}.experience_trial3 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(164,192,188) 0%, rgb(91,113,109,0.5) 100%);
    padding: 130px 0;
}.experience_trial3::before {
    content: '';
    position: absolute;
    top: 0;
    background: radial-gradient(
        ellipse at center,
        rgb(164,192,188) 0%,
        transparent 70%
    );
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}.experience_trial3 .skill_mastery2 {
    flex-direction: column;
    align-items: center;
    z-index: 10;
    display: flex;
    position: relative;
}.experience_trial3 .container p {
    font-size: 38px;
    text-align: center;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
    line-height: 1.4;
    position: relative;
    z-index: 5;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        15px 15px 0 rgb(127,155,151,0.5);
    margin: 0 auto 80px;
    background: #ffffff;
    max-width: 800px;
    color: #000000;
    font-weight: 700;
    padding: 40px;
}.experience_trial3 .inquiry_inquiry7 {
    text-decoration: none;
    background: #ffffff;
    color: #000000;
    transform-origin: center;
    font-size: 20px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(-2deg);
    font-weight: 600;
    position: relative;
    box-shadow: 
        5px 5px 0 rgb(127,155,151),
        10px 10px 0 rgb(91,113,109,0.5);
    padding: 20px 50px;
    z-index: 5;
}.experience_trial3 .inquiry_inquiry7:hover {
    box-shadow: 
        8px 8px 0 rgb(127,155,151),
        16px 16px 0 rgb(91,113,109,0.5);
    transform: rotate(0) scale(1.05);
}.experience_trial3 .container p::before {
    background: rgb(127,155,151);
    width: 40px;
    z-index: -1;
    right: -5px;
    position: absolute;
    top: -5px;
    content: '';
    height: 40px;
}.experience_trial3 .inquiry_inquiry7::before {
    left: 5px;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
    z-index: -1;
    position: absolute;
    content: '';
    border: 2px dashed rgb(127,155,151);
    top: 5px;
}.experience_trial3 .inquiry_inquiry7:hover::before {
    left: 8px;
    top: 8px;
}.experience_trial3::after {
    transform: rotate(45deg);
    right: -200px;
    top: -200px;
    width: 400px;
    background: rgb(127,155,151,0.5);
    height: 400px;
    border-radius: 0 50% 50% 50%;
    z-index: 1;
    content: '';
    position: absolute;
    opacity: 0.1;
}.experience_trial3 .skill_mastery2::after {
    content: '';
    width: 300px;
    left: -150px;
    transform: rotate(-45deg);
    border-radius: 50% 0 50% 50%;
    position: absolute;
    opacity: 0.1;
    height: 300px;
    z-index: 1;
    bottom: -150px;
    background: rgb(91,113,109,0.5);
}

@media (max-width: 991px) {.experience_trial3 {
    padding: 100px 0;
}.experience_trial3 .container p {
    padding: 35px;
    margin-bottom: 70px;
    box-shadow: 
            0 10px 25px rgba(0, 0, 0, 0.1),
            10px 10px 0 rgb(127,155,151,0.5);
    font-size: calc(18px * 1.2);
}.experience_trial3 .inquiry_inquiry7 {
    padding: 18px 40px;
}
}

@media (max-width: 767px) {.experience_trial3 {
    padding: 80px 0;
}.experience_trial3 .container p {
    padding: 30px;
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 90%, 
            90% 100%, 
            0% 100%
        );
    margin-bottom: 60px;
    font-size: 18px;
}.experience_trial3 .inquiry_inquiry7 {
    padding: 15px 35px;
    transform: rotate(-1deg);
}.experience_trial3 .container p::before {
    height: 30px;
    width: 30px;
}
}

@media (max-width: 480px) {.experience_trial3 {
    padding: 60px 0;
}.experience_trial3 .container p {
    box-shadow: 
            0 8px 20px rgba(0, 0, 0, 0.1),
            8px 8px 0 rgb(127,155,151,0.5);
    padding: 25px;
    margin-bottom: 50px;
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 95%, 
            95% 100%, 
            0% 100%
        );
    font-size: calc(12px * 1.2);
}.experience_trial3 .inquiry_inquiry7 {
    padding: 12px 30px;
    box-shadow: 
            3px 3px 0 rgb(127,155,151),
            6px 6px 0 rgb(91,113,109,0.5);
    transform: rotate(0);
    font-size: calc(20px * 0.9);
}.experience_trial3 .inquiry_inquiry7::before {
    top: 3px;
    left: 3px;
}.experience_trial3 .inquiry_inquiry7:hover {
    transform: scale(1.03);
    box-shadow: 
            5px 5px 0 rgb(127,155,151),
            10px 10px 0 rgb(91,113,109,0.5);
}.experience_trial3 .inquiry_inquiry7:hover::before {
    top: 5px;
    left: 5px;
}}#cookie_popup_alert3 {
    display: none;
}#cookie_popup_alert3:checked ~ .privacyConsentPanel8 {
    visibility: hidden;
    opacity: 0;
}.privacyConsentPanel8 {
    z-index: 90;
    width: 100%;
    font-family: Arial, sans-serif;
    padding: 20px 0;
    border-top: 3px solid rgb(127,155,151);
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    bottom: 0;
    position: fixed;
    background: rgb(91,113,109);
}.data_policy1 {
    border-radius: 25px;
    gap: 20px;
    display: flex;
    justify-content: space-between;
    border: 2px dashed rgb(127,155,151);
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 5%;
}.privacyConsentPanel8 h5 {
    color: rgb(127,155,151);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 19px;
    margin: 0;
}.privacyConsentPanel8 p {
    color: #ffffff;
    line-height: 1.5;
    position: relative;
    margin: 0;
    font-size: 14px;
}.privacy_ack0 {
    justify-content: center;
    margin-right: 20px;
    align-items: center;
    flex-shrink: 0;
    border-radius: 25px;
    background: rgb(127,155,151,0.5);
    display: flex;
    padding: 10px;
}.privacy_ack0 svg {
    width: 60px;
    fill: rgb(127,155,151);
    height: 60px;
}.online_cookies9 {
    margin-left: 10px;
    white-space: nowrap;
    text-align: center;
    flex-shrink: 0;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    line-height: 40px;
    background: rgb(127,155,151);
    min-width: 140px;
    border: 2px solid rgb(127,155,151);
    padding: 10px 20px;
    color: #000000;
    border-radius: 10px;
    text-decoration: none;
    font-size: 17px;
    cursor: pointer;
}.online_cookies9:hover {
    box-shadow: 0 0 10px rgb(91,113,109);
    background-color: rgb(91,113,109);
}.cookie_button.policy_opt4 {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(91,113,109);
    color: #ffffff;
}.cookie_button.policy_opt4:hover {
    box-shadow: 0 0 10px rgb(91,113,109);
}.privacyConsentPanel8 p a {
    color: rgb(127,155,151);
    border-bottom: 1px dashed rgb(127,155,151);
    text-decoration: none;
    transition: color 0.3s ease;
}.privacyConsentPanel8 p a:hover {
    color: rgb(91,113,109);
}
@media only screen and (max-width: 1200px) {.privacyConsentPanel8 {
    padding: 15px 0;
}.data_policy1 {
    padding: 15px 5%;
}.privacy_ack0 {
    display: none;
}.data_policy1 {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.privacyConsentPanel8 h5 {
    font-size: 21px;
    margin-bottom: 10px;
}.edu_cookie4 {
    margin-bottom: 15px;
}.online_cookies9 {
    margin: 10px 0;
    min-width: 100%;
}}
footer {
    position: relative;
    perspective: 1000px;
    z-index: 1;
}footer::before {
    opacity: 0.9;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(91,113,109,0.5) 0%, rgb(127,155,151,0.5) 100%);
    content: "";
    z-index: -2;
    top: 0;
}footer::after {
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    right: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    bottom: 0;
}.footer_clients1 {
    padding: 5rem 0 2.5rem;
    color: #ffffff;
    position: relative;
}.footer_clients1::before {
    background: repeating-linear-gradient(
        90deg,
        rgb(127,155,151) 0px,
        rgb(127,155,151) 40px,
        rgb(91,113,109) 40px,
        rgb(91,113,109) 80px
    );
    height: 20px;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
}.footer_clients1 .container {
    position: relative;
    flex-wrap: wrap;
    gap: 4rem;
    justify-content: space-between;
    display: flex;
}.footer_clients1 .company_holder {
    padding: 2rem;
    border-bottom: 6px solid rgb(127,155,151);
    background: rgb(127,155,151,0.5);
    border-radius: 0;
    flex: 1 1 380px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: all 0.4s ease;
    transform: rotateX(5deg);
    transform-style: preserve-3d;
}.footer_clients1 .company_holder:hover {
    transform: rotateX(0deg);
}.footer_clients1 .company_holder h3 {
    display: inline-block;
    transform: translateZ(20px);
    font-weight: 700;
    position: relative;
    color: #ffffff;
    margin: 0 0 1.5rem;
    font-size: 28px;
    letter-spacing: 1px;
}.footer_clients1 .company_holder h3::before {
    top: -10px;
    border-top: 3px solid #ffffff;
    left: -10px;
    border-left: 3px solid #ffffff;
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
}.footer_clients1 .company_holder h3::after {
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    bottom: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    content: "";
    position: absolute;
}.footer_clients1 .brainstorm0 {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    transform: translateZ(10px);
    color: #ffffff;
    border-radius: 10px;
    line-height: 1.6;
    font-size: 13px;
}.footer_clients1 .inclusion3 {
    min-width: 400px;
    flex: 1 1 calc(100% - 480px);
}.footer_clients1 .header_know7 {
    gap: 3rem;
    flex-wrap: wrap;
    display: flex;
}.footer_clients1 .nav_pagebar3 {
    flex: 1 1 calc(50% - 1.5rem);
    transform-style: preserve-3d;
    transform: rotateX(-5deg);
    min-width: 220px;
    transition: all 0.4s ease;
    position: relative;
}.footer_clients1 .nav_pagebar3:hover {
    transform: rotateX(0deg);
}.footer_clients1 .nav_pagebar3 h5 {
    position: relative;
    color: #ffffff;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    transform: translateZ(15px);
    background: rgb(91,113,109,0.5);
    font-size: 21px;
    font-weight: 600;
    min-width: 200px;
    display: inline-block;
    margin: 0 0 1.5rem;
    padding: 1rem 1.5rem;
}.footer_clients1 .nav_pagebar3 h5::after {
    height: 5px;
    right: 0;
    position: absolute;
    background: rgb(91,113,109);
    content: "";
    left: 0;
    bottom: -5px;
}.footer_clients1 .nav_pagebar3 .header_know7 {
    background: rgba(255, 255, 255, 0.1);
    flex-direction: column;
    border-radius: 10px;
    gap: 1rem;
    padding: 1rem;
    transform: translateZ(5px);
    display: flex;
}.footer_clients1 .nav_pagebar3 .header_know7 a {
    color: #ffffff;
    overflow: hidden;
    display: block;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    transform: translateZ(10px);
    border-radius: 10px;
    text-decoration: none;
    padding: 0.7rem 1rem;
    position: relative;
    font-size: 13px;
}.footer_clients1 .nav_pagebar3 .header_know7 a::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    transition: all 0.5s ease;
    left: -100%;
}.footer_clients1 .nav_pagebar3 .header_know7 a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background: rgb(91,113,109,0.5);
}.footer_clients1 .nav_pagebar3 .header_know7 a:hover::before {
    left: 100%;
}.grant_cta2 {
    position: relative;
    margin-top: 3rem;
    transform-style: preserve-3d;
    perspective: 1000px;
    padding: 2rem 0;
    background: rgb(91,113,109,0.5);
}.grant_cta2::before {
    background: rgb(91,113,109);
    transform: rotateX(45deg);
    top: -20px;
    left: 0;
    height: 20px;
    transform-origin: bottom;
    position: absolute;
    width: 100%;
    content: "";
}.grant_cta2 .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.grant_cta2 .podcast_cta1 {
    padding: 0.8rem 2rem;
    transform: translateZ(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
}

@media (max-width: 1200px) {.footer_clients1 .container {
    gap: 3rem;
}.footer_clients1 .company_holder {
    flex: 1 1 350px;
}.footer_clients1 .inclusion3 {
    min-width: 350px;
    flex: 1 1 calc(100% - 430px);
}.footer_clients1 .header_know7 {
    gap: 2rem;
}
}

@media (max-width: 992px) {.footer_clients1 {
    padding: 4rem 0 2rem;
}.footer_clients1 .container {
    gap: 3rem;
    flex-direction: column;
}.footer_clients1 .company_holder,
    .footer_clients1 .inclusion3 {
    min-width: 100%;
    flex: 1 1 100%;
}.footer_clients1 .nav_pagebar3 {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 220px;
}.footer_clients1 .company_holder,
    .footer_clients1 .nav_pagebar3 {
    transform: none;
}
}

@media (max-width: 768px) {.footer_clients1 {
    padding: 3.5rem 0 1.5rem;
}.footer_clients1 .header_know7 {
    gap: 1.5rem;
}.footer_clients1 .company_holder h3 {
    font-size: calc(28px - 2px);
}.footer_clients1 .company_holder h3::before,
    .footer_clients1 .company_holder h3::after {
    width: 20px;
    height: 20px;
}.grant_cta2 {
    margin-top: 2rem;
}.grant_cta2::before {
    top: -15px;
    height: 15px;
}
}

@media (max-width: 576px) {.footer_clients1 {
    padding: 3rem 0 1rem;
}.footer_clients1 .nav_pagebar3 {
    flex: 1 1 100%;
    min-width: 100%;
}.footer_clients1 .header_know7 {
    gap: 0.7rem;
}.footer_clients1 .nav_pagebar3 .header_know7 a {
    padding: 0.6rem 0.8rem;
}.grant_cta2 {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.grant_cta2::before {
    display: none;
}
}

@media (max-width: 420px) {.footer_clients1::before {
    height: 10px;
}.footer_clients1 .company_holder h3::before,
    .footer_clients1 .company_holder h3::after {
    display: none;
}.footer_clients1 .nav_pagebar3 h5 {
    width: 100%;
    min-width: auto;
}.grant_cta2 .podcast_cta1 {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}.course_program5 {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(164,192,188) 0%, rgba(245, 245, 245, 0.95) 100%);
    overflow: hidden;
}.course_program5::before {
    opacity: 0.1;
    background: 
        radial-gradient(circle at 20% 30%, rgb(127,155,151,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(91,113,109,0.5) 0%, transparent 25%);
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 0;
    top: 0;
    position: absolute;
}.course_program5::after {
    transform: rotate(15deg);
    content: "";
    opacity: 0.2;
    position: absolute;
    z-index: 1;
    right: -50px;
    border: 1px solid rgb(127,155,151,0.5);
    height: 200px;
    top: -50px;
    width: 200px;
}.course_program5 .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.course_program5 h2 {
    font-weight: 700;
    font-size: 32px;
    transform: translateX(-5px);
    position: relative;
    margin-bottom: 50px;
    line-height: 1.4;
    color: #000000;
}.course_program5 h2::after {
    transform-origin: left center;
    position: absolute;
    width: 80px;
    bottom: -15px;
    transform: scaleX(1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 3px;
    background: rgb(127,155,151);
    left: 0;
    content: "";
}.course_program5 h2:hover::after {
    transform: scaleX(1.5);
}.course_program5 .training_plan2 {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 40px;
}.course_program5 .photo_cell4 {
    height: 350px;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-2deg);
    overflow: hidden;
}.course_program5 .photo_cell4::before {
    right: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.3));
    bottom: 0;
}.course_program5 .photo_cell4::after {
    mix-blend-mode: overlay;
    left: -10%;
    opacity: 0;
    content: "";
    position: absolute;
    background: rgb(127,155,151);
    transition: opacity 0.5s ease;
    width: 120%;
    height: 120%;
    top: -10%;
}.course_program5 .photo_cell4:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}.course_program5 .photo_cell4:hover::after {
    opacity: 0.1;
}.course_program5 .text_block_wrap0 {
    padding: 30px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    position: relative;
    transform: translateY(-5px);
}.course_program5 .text_block_wrap0::before {
    left: 0;
    height: 0;
    top: 0;
    background: rgb(127,155,151);
    content: "";
    width: 3px;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
}.course_program5 .text_block_wrap0:hover {
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.course_program5 .text_block_wrap0:hover::before {
    height: 100%;
}.course_program5 .description {
    line-height: 1.8;
    padding-left: 15px;
    font-size: 12px;
    margin-bottom: 20px;
    color: #000000;
    position: relative;
}.course_program5 .description:last-child {
    margin-bottom: 0;
}.course_program5 .description::before {
    border-radius: 50%;
    top: 0.7em;
    height: 5px;
    background: rgb(127,155,151);
    left: 0;
    width: 5px;
    opacity: 0.7;
    content: "";
    position: absolute;
}.course_program5 .container:hover .description::before {
    animation: pulse 2s infinite;
}

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

@media (min-width: 768px) {.course_program5 {
    padding: 120px 0;
}.course_program5 h2 {
    max-width: 85%;
    font-size: calc(32px * 1.1);
}.course_program5 .training_plan2 {
    align-items: center;
    gap: 60px;
    grid-template-columns: 0.8fr 1.2fr;
}.course_program5 .photo_cell4 {
    height: 450px;
}.course_program5 .text_block_wrap0 {
    max-height: 450px;
    scrollbar-color: rgb(127,155,151,0.5) rgba(0,0,0,0.05);
    padding: 40px 50px;
    scrollbar-width: thin;
    overflow-y: auto;
}.course_program5 .text_block_wrap0::-webkit-scrollbar {
    width: 6px;
}.course_program5 .text_block_wrap0::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
}.course_program5 .text_block_wrap0::-webkit-scrollbar-thumb {
    background-color: rgb(127,155,151,0.5);
}
}

@media (min-width: 992px) {.course_program5 {
    padding: 150px 0;
}.course_program5::before {
    background: 
            radial-gradient(circle at 10% 30%, rgb(127,155,151,0.5) 0%, transparent 30%),
            radial-gradient(circle at 90% 70%, rgb(91,113,109,0.5) 0%, transparent 35%);
}.course_program5 h2 {
    max-width: 70%;
    margin-left: 30px;
    transform: translateX(0);
}.course_program5 .training_plan2 {
    gap: 80px;
}.course_program5 .photo_cell4 {
    transform: perspective(1000px) rotateY(-5deg) translateX(-20px);
    height: 500px;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.8s ease;
}.course_program5 .photo_cell4:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.course_program5 .text_block_wrap0 {
    max-height: 500px;
    transform: translateY(0) translateX(20px);
    padding: 50px 60px;
}.course_program5 .text_block_wrap0:hover {
    transform: translateY(0) translateX(0);
}.course_program5 .description {
    font-size: calc(12px * 1.05);
    padding-left: 25px;
}.course_program5 .description::before {
    height: 6px;
    width: 6px;
    left: 10px;
}
}

@media (min-width: 1200px) {.course_program5 h2 {
    margin-left: 50px;
}.course_program5 .training_plan2 {
    gap: 100px;
}.course_program5 .photo_cell4 {
    transform: perspective(1200px) rotateY(-8deg) translateX(-30px);
}.course_program5 .text_block_wrap0 {
    transform: translateY(0) translateX(30px);
}
}

@media (max-width: 767px) {.course_program5 {
    padding: 60px 0;
}.course_program5 h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 30px;
}.course_program5 h2::after {
    bottom: -10px;
    width: 60px;
}.course_program5 .description {
    font-size: calc(12px * 0.95);
}.course_program5 .photo_cell4 {
    height: 250px;
    margin-bottom: 20px;
}.course_program5 .text_block_wrap0 {
    padding: 25px 20px;
}}.education_experience1 {
    background: linear-gradient(135deg, rgb(164,192,188) 0%, rgba(245, 245, 250, 0.9) 100%);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}.education_experience1::before {
    background: linear-gradient(120deg, rgb(127,155,151,0.5) 10%, rgb(91,113,109,0.5) 90%);
    height: 25rem;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    transform: rotate(-15deg);
    content: "";
    z-index: 1;
    top: -10%;
    width: 25rem;
    opacity: 0.1;
    right: -5%;
    position: absolute;
}.education_experience1::after {
    bottom: -5%;
    background: linear-gradient(220deg, rgb(91,113,109,0.5) 10%, rgb(127,155,151,0.5) 90%);
    position: absolute;
    opacity: 0.08;
    height: 15rem;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    left: -5%;
    z-index: 1;
    transform: rotate(12deg);
    width: 15rem;
    content: "";
}.education_experience1 .container {
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.education_experience1 .opinion_spot9 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    gap: 2.5rem;
    display: grid;
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
    grid-template-columns: 1fr;
    border-left: 5px solid rgb(127,155,151);
    padding: 3rem;
    position: relative;
}.education_experience1 .opinion_spot9:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-5px);
}.education_experience1 .opinion_spot9 > div:first-child {
    align-items: center;
    justify-content: center;
    display: flex;
}.education_experience1 .photo_cell4 {
    height: 180px;
    width: 180px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: rotate(-3deg);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    border: 4px solid #ffffff;
}.education_experience1 .opinion_spot9:hover .photo_cell4 {
    transform: rotate(0deg) scale(1.05);
}.education_experience1 .name {
    color: rgb(127,155,151);
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 18px;
}.education_experience1 .name::after {
    background: linear-gradient(90deg, rgb(127,155,151) 0%, transparent 100%);
    bottom: -8px;
    content: "";
    left: 0;
    position: absolute;
    transition: width 0.4s ease;
    width: 40%;
    height: 3px;
}.education_experience1 .opinion_spot9:hover .name::after {
    width: 90%;
}.education_experience1 .opinion_spot9 > div:nth-child(2) {
    flex-direction: column;
    justify-content: center;
    display: flex;
}.education_experience1 .opinion_spot9 > div:nth-child(2) > div {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgb(91,113,109);
    font-weight: 600;
    font-size: calc(13px - 0.1rem);
}.education_experience1 .experience_log1 {
    color: #000000;
    margin: 0;
    position: relative;
    font-size: 13px;
    padding-left: 1.5rem;
    line-height: 1.8;
}.education_experience1 .experience_log1::before {
    left: -0.8rem;
    top: -1.5rem;
    color: rgb(127,155,151,0.5);
    position: absolute;
    font-family: Georgia, serif;
    content: "";
    opacity: 0.3;
    font-size: 5rem;
}

@media (min-width: 768px) {.education_experience1 .opinion_spot9 {
    grid-template-rows: auto 1fr;
    grid-template-columns: 220px 1fr;
}.education_experience1 .opinion_spot9 > div:first-child {
    grid-row: span 2;
}.education_experience1 .photo_cell4 {
    width: 200px;
    height: 200px;
}.education_experience1 .experience_log1 {
    font-size: calc(13px + 0.05rem);
}
}

@media (min-width: 992px) {.education_experience1 .opinion_spot9 {
    align-items: center;
    grid-template-rows: 1fr;
    grid-template-columns: 250px 250px 1fr;
}.education_experience1 .opinion_spot9 > div:first-child {
    grid-row: 1;
}.education_experience1 .photo_cell4 {
    width: 220px;
    height: 220px;
}.education_experience1 .experience_log1 {
    padding-left: 2rem;
}.education_experience1 .experience_log1::before {
    left: -0.5rem;
    top: -2rem;
    font-size: 6rem;
}
}

@media (max-width: 767px) {.education_experience1 {
    padding: 3rem 0;
}.education_experience1 .opinion_spot9 {
    padding: 2rem;
}.education_experience1 .photo_cell4 {
    width: 150px;
    height: 150px;
}.education_experience1 .name {
    font-size: calc(18px - 0.1rem);
}.education_experience1 .experience_log1 {
    line-height: 1.6;
    font-size: calc(13px - 0.1rem);
}
}

@media (max-width: 480px) {.education_experience1 {
    padding: 2rem 0;
}.education_experience1 .container {
    padding: 0 1rem;
}.education_experience1 .opinion_spot9 {
    gap: 1.5rem;
    padding: 1.5rem;
}.education_experience1 .photo_cell4 {
    height: 120px;
    width: 120px;
}.education_experience1 .experience_log1::before {
    top: -1rem;
    font-size: 4rem;
}
}