* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    auto
contain
    scroll-behavior: auto;
    height: 100%;
}.container {
    margin: auto;
    width: 1126px;
    max-width: 100%;
}.main_pagebar8 {
    flex: 1 0 auto;
}.stats_tool3 {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.wrapper-capsule6 {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.program_structure5 {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(233,237,225) 0%, rgba(245, 247, 250, 0.92) 100%);
}.program_structure5::before {
    background: linear-gradient(225deg, rgb(205,212,191,0.5) 0%, rgb(173,181,152,0.5) 100%);
    content: "";
    right: -5%;
    filter: blur(20px);
    width: 35%;
    opacity: 0.5;
    position: absolute;
    top: -10%;
    height: 70%;
    z-index: 1;
    transform: rotate(-15deg) translateZ(0);
}.program_structure5::after {
    position: absolute;
    bottom: -5%;
    width: 25%;
    height: 50%;
    z-index: 1;
    transform: rotate(10deg) translateZ(0);
    content: "";
    filter: blur(15px);
    left: -2%;
    opacity: 0.4;
    background: linear-gradient(45deg, rgb(173,181,152,0.5) 0%, rgb(205,212,191,0.5) 100%);
}.program_structure5 .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.program_structure5 .job_classes8 {
    position: relative;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    grid-template-columns: 1fr;
    display: grid;
    background: #ffffff;
    gap: 2rem;
    transform: perspective(1000px) rotateX(2deg);
}.program_structure5 .image_slider4 {
    position: relative;
    overflow: hidden;
    height: 300px;
    transform-origin: top center;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.program_structure5 .image_slider4::before {
    z-index: 1;
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    content: "";
}.program_structure5 .image_slider4::after {
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    background: rgb(205,212,191);
    left: 0;
    position: absolute;
    mix-blend-mode: overlay;
    opacity: 0.2;
}.program_structure5 .text_wrap_item1 {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    background: #ffffff;
    transform: translateY(-40px);
    padding: 2.5rem 2rem;
    position: relative;
}.program_structure5 .text_wrap_item1 h3 {
    animation-delay: 0.3s;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.4;
    font-size: calc(19px * 1.1);
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
    font-weight: 700;
    position: relative;
    transform: translateY(0);
}.program_structure5 .text_wrap_item1 h3::after {
    margin-top: 1rem;
    background: rgb(205,212,191);
    animation: expandLine 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    height: 3px;
    transform-origin: left;
    content: "";
    display: block;
    width: 60px;
    animation-delay: 0.6s;
    transform: scaleX(0);
}.program_structure5 .text_wrap_item1 p.description {
    animation-delay: 0.5s;
    color: #000000;
    margin-bottom: 1.5rem;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    font-size: 12px;
    line-height: 1.7;
    transform: translateY(20px);
    opacity: 0;
}.program_structure5 .text_wrap_item1 span.description {
    display: none;
}.program_structure5 .text_wrap_item1 div {
    overflow-y: auto;
    padding-right: 10px;
    position: relative;
    max-height: 300px;
}.program_structure5 .text_wrap_item1 div::-webkit-scrollbar {
    width: 6px;
}.program_structure5 .text_wrap_item1 div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.04);
}.program_structure5 .text_wrap_item1 div::-webkit-scrollbar-thumb {
    background: rgb(205,212,191,0.5);
    transition: background 0.3s ease;
}.program_structure5 .text_wrap_item1 div::-webkit-scrollbar-thumb:hover {
    background: rgb(205,212,191);
}

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

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

@media (min-width: 768px) {.program_structure5 {
    padding: 7rem 0;
}.program_structure5 .job_classes8 {
    gap: 0;
    grid-template-columns: 45% 55%;
    transition: transform 0.5s ease;
    transform: perspective(1200px) rotateY(-2deg);
}.program_structure5 .job_classes8:hover {
    transform: perspective(1200px) rotateY(0deg);
}.program_structure5 .image_slider4 {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.program_structure5 .text_wrap_item1 {
    padding: 3.5rem 3rem 3.5rem 4rem;
    clip-path: none;
    transform: translateY(0) translateX(-50px);
}.program_structure5 .text_wrap_item1 h3 {
    font-size: 38px;
    margin-bottom: 2rem;
}.program_structure5 .text_wrap_item1 div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.program_structure5 {
    padding: 8rem 0;
}.program_structure5 .job_classes8 {
    grid-template-columns: 40% 60%;
}.program_structure5 .image_slider4 {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.program_structure5 .image_slider4:hover {
    transform: scale(1.03);
}.program_structure5 .text_wrap_item1 {
    padding: 4rem 5rem 4rem 5rem;
    transform: translateX(-70px);
}.program_structure5 .text_wrap_item1 h3 {
    margin-bottom: 2.5rem;
}.program_structure5 .text_wrap_item1 div {
    max-height: 400px;
}
}

@media (min-width: 1200px) {.program_structure5 .job_classes8 {
    grid-template-columns: 45% 55%;
}.program_structure5 .text_wrap_item1 {
    padding: 5rem 6rem 5rem 7rem;
    transform: translateX(-100px);
}
}

@media (max-width: 767px) {.program_structure5 .job_classes8:hover .image_slider4 {
    transform: scale(1.05);
}}.offer_card7 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    color: #ffffff;
}.offer_card7::before {
    left: 0;
    z-index: 1;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(22, 28, 36, 0.9) 0%, rgba(22, 28, 36, 0.7) 50%, rgba(22, 28, 36, 0.85) 100%);
}.offer_card7 .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.premium_cost4 {
    position: relative;
}.offer_card7 h2 {
    left: 50%;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    position: relative;
    font-size: 31px;
    transform: translateX(-50%);
    margin-bottom: 20px;
    background: linear-gradient(90deg, rgb(173,181,152) 0%, rgb(205,212,191) 100%);
    color: transparent;
}.offer_card7 h2::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    background: linear-gradient(90deg, rgb(173,181,152), rgb(205,212,191));
    height: 3px;
    content: "";
    position: absolute;
    width: 80px;
}.offer_card7 .promo_plans9 {
    max-width: 700px;
    margin: 0 auto 50px;
    font-size: calc(13px + 2px);
    line-height: 1.6;
    opacity: 0.9;
    color: #ffffff;
    text-align: center;
}.offer_card7 .discount_price9 {
    gap: 30px;
    perspective: 1000px;
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.offer_card7 .discount_price9 li {
    transform-style: preserve-3d;
    transition: transform 0.3s ease-out;
}.offer_card7 .discount_price9 li:hover {
    transform: translateY(-10px) scale(1.02);
}.offer_card7 .price_plan2 {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    height: 100%;
    z-index: 1;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(10px);
    display: block;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}.offer_card7 .price_plan2::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(173,181,152,0.5), rgb(205,212,191,0.5));
    opacity: 0;
    height: 100%;
    left: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    top: 0;
    width: 100%;
    content: "";
}.offer_card7 .price_plan2:hover::before {
    opacity: 0.15;
}.offer_card7 .price_plan2::after {
    transition: transform 0.5s ease, opacity 0.5s ease;
    pointer-events: none;
    height: 200%;
    top: -50%;
    width: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    opacity: 0;
    position: absolute;
    content: "";
    left: -50%;
    transform: scale(0.5);
}.offer_card7 .price_plan2:hover::after {
    opacity: 1;
    transform: scale(1);
}.offer_card7 .learning_fees8 {
    height: 100%;
    padding: 40px 30px;
    overflow: hidden;
    min-height: 500px;
    box-sizing: border-box;
    justify-content: space-between;
    display: flex;
    position: relative;
    flex-direction: column;
}.offer_card7 .cert_fees5 {
    position: relative;
    z-index: 2;
}.offer_card7 .cert_fees5 h4 {
    transform-origin: left center;
    margin-bottom: 20px;
    font-weight: 700;
    transition: transform 0.3s ease;
    display: inline-block;
    position: relative;
    font-size: calc(22px + 2px);
}.offer_card7 .price_plan2:hover .cert_fees5 h4 {
    transform: translateX(5px);
    color: rgb(173,181,152);
}.offer_card7 .cert_fees5 h4::after {
    background: rgb(173,181,152);
    left: 0;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -8px;
    content: "";
    transition: width 0.3s ease;
}.offer_card7 .price_plan2:hover .cert_fees5 h4::after {
    width: 50px;
}.offer_card7 .cert_fees5 p {
    scrollbar-width: thin;
    margin-bottom: 25px;
    line-height: 1.7;
    word-wrap: break-word;
    font-size: 13px;
    overflow: auto;
    overflow-wrap: break-word;
    max-height: 250px;
    hyphens: auto;
    color: rgba(255, 255, 255, 0.8);
    scrollbar-color: rgb(173,181,152) rgba(255, 255, 255, 0.1);
}.offer_card7 .cert_fees5 p::-webkit-scrollbar {
    width: 4px;
}.offer_card7 .cert_fees5 p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}.offer_card7 .cert_fees5 p::-webkit-scrollbar-thumb {
    background-color: rgb(173,181,152);
    border-radius: 4px;
}.offer_card7 .study_price4 {
    transition: transform 0.3s ease;
    font-size: calc(22px + 6px);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    background-clip: text !important;
    background: linear-gradient(135deg, rgb(173,181,152) 0%, rgb(205,212,191) 100%);
    color: transparent;
    color: #ffffff;
    margin-top: 15px;
    -webkit-background-clip: text !important;
    position: relative;
    display: inline-block;
}.offer_card7 .price_plan2:hover .study_price4 {
    transform: scale(1.05);
}.offer_card7 .study_price4::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -8px;
    height: 2px;
    background: linear-gradient(90deg, rgb(173,181,152), transparent);
}

@media (max-width: 1200px) {.offer_card7 {
    padding: 100px 0;
}.offer_card7 .discount_price9 {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}.offer_card7 .learning_fees8 {
    padding: 30px 25px;
    min-height: 450px;
}.offer_card7 .study_price4 {
    font-size: calc(22px + 4px);
}
}

@media (max-width: 991px) {.offer_card7 {
    padding: 80px 0;
}.offer_card7 h2 {
    font-size: calc(31px - 4px);
}.offer_card7 .promo_plans9 {
    margin-bottom: 40px;
    font-size: 13px;
}.offer_card7 .discount_price9 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}
}

@media (max-width: 767px) {.offer_card7 {
    padding: 60px 0;
}.offer_card7 h2 {
    font-size: calc(31px - 6px);
}.offer_card7 .discount_price9 {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.offer_card7 .learning_fees8 {
    padding: 25px 20px;
    min-height: auto;
}.offer_card7 .cert_fees5 p {
    max-height: 150px;
}
}

@media (max-width: 480px) {.offer_card7 {
    padding: 50px 0;
}.offer_card7 h2 {
    font-size: calc(31px - 8px);
}.offer_card7 .promo_plans9 {
    font-size: calc(13px - 1px);
    margin-bottom: 30px;
}.offer_card7 .cert_fees5 h4 {
    font-size: 22px;
}.offer_card7 .cert_fees5 p {
    font-size: calc(13px - 1px);
}.offer_card7 .study_price4 {
    font-size: calc(22px + 2px);
}}.cookie_overlay_dialog3 {
    background: rgb(233,237,225);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 12px;
    transform: translateX(-50%);
    position: fixed;
    left: 50%;
    align-items: center;
    width: 90%;
    overflow: hidden;
    z-index: 1050;
    display: flex;
    font-family: Arial, sans-serif;
    text-align: center;
    bottom: 20px;
    flex-direction: column;
    max-width: 600px;
}.track_switch9 {
    flex-direction: column;
    align-items: center;
    z-index: 1;
    display: flex;
}.policy_ack8 {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.policy_ack8 svg, .policy_ack8 svg path, .policy_ack8 img {
    width: 80px;
    fill: rgb(205,212,191);
    height: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookie_overlay_dialog3 h5 {
    font-weight: 700;
    color: rgb(205,212,191);
    font-size: 19px;
    margin-bottom: 10px;
}.cookie_overlay_dialog3 p {
    color: #000000;
    font-size: 14px;
    margin-bottom: 20px;
}.track_cookies3 {
    font-size: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
    width: calc(50% - 10px);
    background: rgb(205,212,191);
    border-radius: 10px;
    cursor: pointer;
    margin: 5px;
    text-decoration: none;
    color: #ffffff;
    padding: 10px 20px;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    display: inline-block;
}.track_cookies3:hover {
    background: rgb(173,181,152);
    transform: translateY(-3px);
}.cookie_button.cookie_lock2 {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie_lock2:hover {
    background: rgb(173,181,152,0.5);
}.cookie_overlay_dialog3 p a {
    transition: color 0.3s ease-in-out;
    color: rgb(205,212,191);
    text-decoration: underline;
}.cookie_overlay_dialog3 p a:hover {
    color: rgb(173,181,152);
}
@media only screen and (max-width: 600px) {.cookie_overlay_dialog3 {
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    left: 0;
}.track_switch9 {
    padding: 15px;
}.policy_ack8 svg {
    width: 50px;
    height: 50px;
}.cookie_overlay_dialog3 h5 {
    font-size: calc(19px - 2px);
}.cookie_overlay_dialog3 p {
    font-size: calc(14px - 2px);
}.track_cookies3 {
    padding: 8px 16px;
    font-size: calc(15px - 2px);
    width: calc(100% - 10px);
}}
#cookie_info_notice8 {
    display: none;
}#cookie_info_notice8:checked ~ .cookie_overlay_dialog3 {
    visibility: hidden;
    opacity: 0;
}.title_page1 {
    padding: 0;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    margin: 0;
}.title_page1 .skill_expertise6 {
    height: 100%;
    position: relative;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}.title_page1 .skill_expertise6::before {
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(205,212,191,0.5), rgb(173,181,152,0.5));
    position: absolute;
    content: '';
    left: 0;
    z-index: 1;
    top: 0;
}.title_page1 .study_programs1 {
    width: 90%;
    position: relative;
    transition: transform 0.5s ease;
    margin-left: 5%;
    z-index: 2;
    transform: perspective(1000px) translateZ(0);
    max-width: 1200px;
    display: grid;
    gap: 2rem;
    padding: 2rem 4rem;
    grid-template-columns: 1fr;
}.title_page1 .study_programs1 > div:first-child {
    transform: translateX(-20px) translateZ(20px);
    opacity: 0;
    animation: slideIn 0.8s forwards 0.2s ease-out;
    position: relative;
}.title_page1 .study_programs1 > div:last-child {
    transform: translateX(-20px) translateZ(10px);
    opacity: 0;
    position: relative;
    animation: slideIn 0.8s forwards 0.5s ease-out;
}.title_page1 .title_style_header {
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 1rem 0;
    font-size: 39px;
    color: #ffffff;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
    position: relative;
}.title_page1 .title_style_header::after {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgb(205,212,191), rgb(173,181,152));
    width: 80px;
    bottom: -0.5rem;
    left: 0;
    transform-origin: left;
    animation: scaleIn 0.6s forwards 0.8s ease-out;
    transform: scaleX(0);
    height: 4px;
}.title_page1 h3 {
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    line-height: 1.5;
    font-weight: 600;
    margin: 0 0 1.5rem 0;
    font-size: calc(23px + 0.1rem);
    color: #ffffff;
}.title_page1 p {
    color: #ffffff;
    position: relative;
    margin: 0;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
    font-size: 12px;
    max-width: 90%;
    font-weight: 400;
}.title_page1 p::before {
    background: rgb(205,212,191);
    top: 50%;
    width: 10px;
    content: '';
    position: absolute;
    height: 2px;
    left: -20px;
    transform: translateY(-50%);
}@keyframes slideIn {
  0% {
    transform: translateX(-20px) translateZ(0);
    opacity: 0;
  }
  100% {
    transform: translateX(0) translateZ(0);
    opacity: 1;
  }
}

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

.title_page1 .study_programs1:hover {
    transform: perspective(1000px) translateZ(10px);
}.title_page1 .study_programs1:hover > div:first-child {
    transform: translateZ(30px);
    transition: transform 0.4s ease;
}.title_page1 .study_programs1:hover > div:last-child {
    transition: transform 0.4s ease;
    transform: translateZ(20px);
}

@media (min-width: 768px) {.title_page1 .study_programs1 {
    padding: 3rem 5rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.title_page1 .title_style_header {
    font-size: calc(39px + 0.5rem);
}.title_page1 h3 {
    font-size: 23px;
}.title_page1 p {
    font-size: calc(12px + 0.1rem);
}.title_page1 .study_programs1 > div:first-child {
    transform: translateX(-30px) translateZ(20px);
}.title_page1 .study_programs1 > div:last-child {
    transform: translateX(-30px) translateZ(10px);
}
}

@media (min-width: 992px) {.title_page1 .study_programs1 {
    padding: 4rem 6rem;
    width: 80%;
    margin-left: 10%;
}.title_page1 .title_style_header {
    font-size: calc(39px + 1rem);
}.title_page1 .title_style_header::after {
    height: 5px;
    width: 120px;
}.title_page1 h3 {
    font-size: calc(23px + 0.2rem);
}
}

@media (max-width: 767px) {.title_page1 .study_programs1 {
    width: 90%;
    margin: 0 auto;
    padding: 2rem;
}.title_page1 .title_style_header {
    font-size: calc(32px + 0.1rem);
}.title_page1 h3 {
    font-size: 12px;
    margin-bottom: 1rem;
}.title_page1 p {
    font-size: calc(12px - 0.1rem);
}.title_page1 .title_style_header::after {
    width: 60px;
    height: 3px;
}
}

@media (max-width: 480px) {.title_page1 .study_programs1 {
    padding: 1.5rem;
}.title_page1 .title_style_header {
    font-size: calc(32px - 0.2rem);
}.title_page1 h3 {
    font-size: calc(12px - 0.1rem);
}.title_page1 p {
    font-size: 15px;
}.title_page1 p::before {
    left: -15px;
    width: 8px;
}}.statistical_overview8 {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    z-index: 1;
    padding: 120px 0;
}.statistical_overview8::before {
    top: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgb(173,181,152,0.5) 100%);
    content: "";
    position: absolute;
    width: 100%;
    z-index: -1;
    left: 0;
    height: 100%;
}.statistical_overview8::after {
    position: absolute;
    opacity: 0.2;
    background-image: 
        radial-gradient(circle at 20px 20px, rgb(205,212,191,0.5) 0, rgba(0, 0, 0, 0) 50px),
        radial-gradient(circle at 80% 80%, rgb(173,181,152,0.5) 0, rgba(0, 0, 0, 0) 100px);
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}.statistical_overview8 .container {
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.statistical_overview8 h2 {
    background: linear-gradient(90deg, rgb(205,212,191), #000000, rgb(173,181,152));
    background-clip: text !important;
    font-size: 48px;
    text-fill-color: transparent;
    margin-bottom: 80px;
    -webkit-text-fill-color: transparent;
    position: relative;
    text-align: center;
    -webkit-background-clip: text !important;
    color: #000000;
    font-weight: 700;
}.statistical_overview8 h2::after {
    content: "";
    transform: translateX(-50%);
    position: absolute;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, rgb(205,212,191), rgb(173,181,152));
    left: 50%;
    bottom: -20px;
}.statistical_overview8 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    display: grid;
}.statistical_overview8 .learn_statistics0 {
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    aspect-ratio: 1/1;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.5);
    flex-direction: column;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    text-align: center;
    justify-content: center;
    padding: 30px 20px;
    display: flex;
}.statistical_overview8 .learn_statistics0::before {
    background: rgba(255, 255, 255, 0.8);
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    z-index: -1;
    inset: 2px;
    position: absolute;
    content: "";
}.statistical_overview8 .learn_statistics0:hover {
    transform: translateY(-10px);
    background: rgba(rgb(205,212,191,0.5), 0.3);
    z-index: 10;
}.statistical_overview8 .learn_statistics0 p {
    color: #000000;
    font-size: 2.5rem;
    line-height: 1;
    position: relative;
    font-weight: 700;
    margin: 0 0 10px;
}.statistical_overview8 .learn_statistics0 span {
    max-width: 100%;
    line-height: 1.3;
    position: relative;
    font-size: calc(17px * 0.85);
    color: rgba(0, 0, 0, 0.7);
}.statistical_overview8 svg {
    fill: rgb(205,212,191);
    transition: all 0.3s ease;
    opacity: 0.4;
    width: 24px;
    right: 10px;
    position: absolute;
    height: 24px;
    top: 10px;
}.statistical_overview8 svg path {
    fill: rgb(205,212,191);
}.statistical_overview8 .learn_statistics0:hover svg {
    opacity: 0.8;
    transform: rotate(15deg) scale(1.2);
}.statistical_overview8 ul:has(.learn_statistics0:only-child) {
    justify-content: center;
    display: flex;
}.statistical_overview8 ul:has(.learn_statistics0:only-child) .learn_statistics0 {
    height: 250px;
    width: 250px;
    margin: 0 auto;
}.statistical_overview8 ul:has(.learn_statistics0:only-child) .learn_statistics0 p {
    font-size: 3.5rem;
}.statistical_overview8 ul:has(.learn_statistics0:only-child) .learn_statistics0 span {
    font-size: 17px;
}.statistical_overview8 ul:has(.learn_statistics0:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    max-width: 600px;
}.statistical_overview8 ul:has(.learn_statistics0:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
}.statistical_overview8 ul:has(.learn_statistics0:nth-child(4):last-child) {
    grid-template-columns: repeat(2, 1fr);
}.statistical_overview8 ul:has(.learn_statistics0:nth-child(5):last-child) {
    grid-template-columns: repeat(3, 1fr);
}.statistical_overview8 ul:has(.learn_statistics0:nth-child(5):last-child) .learn_statistics0:nth-child(5) {
    grid-column: 2;
}.statistical_overview8 ul:has(.learn_statistics0:nth-child(6):last-child) {
    grid-template-columns: repeat(3, 1fr);
}.statistical_overview8 ul:has(.learn_statistics0:nth-child(7):last-child),
.statistical_overview8 ul:has(.learn_statistics0:nth-child(8):last-child) {
    grid-template-columns: repeat(4, 1fr);
}.statistical_overview8 ul:has(.learn_statistics0:nth-child(9):last-child),
.statistical_overview8 ul:has(.learn_statistics0:nth-child(10):last-child) {
    grid-template-columns: repeat(5, 1fr);
}

@media screen and (min-width: 1441px) {.statistical_overview8 {
    padding: 150px 0;
}.statistical_overview8 h2 {
    font-size: calc(48px * 1.2);
    margin-bottom: 100px;
}.statistical_overview8 .learn_statistics0 p {
    font-size: 3rem;
}
}

@media screen and (max-width: 1200px) {.statistical_overview8 {
    padding: 100px 0;
}.statistical_overview8 ul:has(.learn_statistics0:nth-child(7):last-child),
    .statistical_overview8 ul:has(.learn_statistics0:nth-child(8):last-child),
    .statistical_overview8 ul:has(.learn_statistics0:nth-child(9):last-child),
    .statistical_overview8 ul:has(.learn_statistics0:nth-child(10):last-child) {
    grid-template-columns: repeat(4, 1fr);
}.statistical_overview8 .learn_statistics0 p {
    font-size: 2.2rem;
}
}

@media screen and (max-width: 991px) {.statistical_overview8 {
    padding: 80px 0;
}.statistical_overview8 h2 {
    margin-bottom: 60px;
    font-size: calc(48px * 0.9);
}.statistical_overview8 ul {
    grid-template-columns: repeat(2, 1fr);
}.statistical_overview8 ul:has(.learn_statistics0:nth-child(3):last-child),
    .statistical_overview8 ul:has(.learn_statistics0:nth-child(4):last-child),
    .statistical_overview8 ul:has(.learn_statistics0:nth-child(5):last-child),
    .statistical_overview8 ul:has(.learn_statistics0:nth-child(6):last-child),
    .statistical_overview8 ul:has(.learn_statistics0:nth-child(7):last-child),
    .statistical_overview8 ul:has(.learn_statistics0:nth-child(8):last-child),
    .statistical_overview8 ul:has(.learn_statistics0:nth-child(9):last-child),
    .statistical_overview8 ul:has(.learn_statistics0:nth-child(10):last-child) {
    grid-template-columns: repeat(2, 1fr);
}.statistical_overview8 ul:has(.learn_statistics0:nth-child(5):last-child) .learn_statistics0:nth-child(5) {
    grid-column: auto;
}.statistical_overview8 .learn_statistics0 {
    padding: 20px;
}.statistical_overview8 .learn_statistics0 p {
    font-size: 2rem;
}
}

@media screen and (max-width: 767px) {.statistical_overview8 {
    padding: 70px 0;
}.statistical_overview8 h2 {
    font-size: calc(48px * 0.8);
    margin-bottom: 50px;
}.statistical_overview8 ul:has(.learn_statistics0:nth-child(n+1):nth-child(-n+10)) {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 300px;
    gap: 30px;
}.statistical_overview8 .learn_statistics0 {
    min-height: 150px;
    aspect-ratio: 1/1;
}.statistical_overview8 ul:has(.learn_statistics0:only-child) .learn_statistics0 {
    width: 200px;
    height: 200px;
}
}

@media screen and (max-width: 480px) {.statistical_overview8 {
    padding: 60px 0;
}.statistical_overview8 h2 {
    margin-bottom: 40px;
    font-size: calc(48px * 0.7);
}.statistical_overview8 h2::after {
    bottom: -15px;
    width: 40px;
}.statistical_overview8 ul {
    gap: 25px;
}.statistical_overview8 .learn_statistics0 {
    min-height: 130px;
}.statistical_overview8 .learn_statistics0 p {
    font-size: 1.8rem;
}.statistical_overview8 .learn_statistics0 span {
    font-size: calc(17px * 0.8);
}.statistical_overview8 ul:has(.learn_statistics0:only-child) .learn_statistics0 {
    width: 180px;
    height: 180px;
}.statistical_overview8 ul:has(.learn_statistics0:only-child) .learn_statistics0 p {
    font-size: 2.8rem;
}.statistical_overview8 svg {
    height: 20px;
    width: 20px;
}}header {
    z-index: 99;
    overflow: visible;
    background: #ffffff;
    width: 100%;
    position: relative;
}header::before {
    top: 0;
    background: linear-gradient(to right, rgb(205,212,191), rgb(173,181,152));
    left: 0;
    height: 5px;
    content: "";
    width: 100%;
    position: absolute;
}header .nav_begin1 {
    padding: 25px 30px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}header .nav_begin1::after {
    position: absolute;
    width: 100%;
    background-color: rgb(233,237,225);
    content: "";
    height: 1px;
    bottom: 0;
    left: 0;
}header .nav_begin1 .nav_wrap2 {
    position: relative;
    z-index: 2;
}header .nav_begin1 .nav_wrap2 .top_mainbar5 {
    display: block;
    position: relative;
    overflow: hidden;
}header .nav_begin1 .nav_wrap2 .top_mainbar5 svg {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: auto;
    height: 40px;
}header .nav_begin1 .nav_wrap2 .top_mainbar5:hover svg {
    transform: scale(1.08);
}header .nav_begin1 .nav_primary8 {
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0;
}header .nav_begin1 .nav_primary8 .header_learn6 {
    position: relative;
    margin: 0 15px;
}header .nav_begin1 .nav_primary8 .header_learn6:last-child {
    margin-right: 0;
}header .nav_begin1 .nav_primary8 .header_learn6 a {
    font-weight: 400;
    padding: 8px 0;
    color: #000000;
    display: block;
    letter-spacing: 0.5px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 17px;
}header .nav_begin1 .nav_primary8 .header_learn6 a:hover {
    letter-spacing: 1px;
    color: rgb(205,212,191);
}header .nav_begin1 .nav_primary8 .header_learn6 a::before,
header .nav_begin1 .nav_primary8 .header_learn6 a::after {
    position: absolute;
    height: 1px;
    left: 0;
    transform-origin: right center;
    background-color: rgb(205,212,191);
    width: 100%;
    content: "";
    bottom: 0;
}header .nav_begin1 .nav_primary8 .header_learn6 a::before {
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
}header .nav_begin1 .nav_primary8 .header_learn6 a::after {
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transform-origin: left center;
    transform: scaleX(0);
    background-color: rgb(173,181,152);
}header .nav_begin1 .nav_primary8 .header_learn6 a:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
}header .nav_begin1 .nav_primary8 .header_learn6 a:hover::after {
    transform: scaleX(1);
    transform-origin: right center;
}header .nav_begin1 .nav_primary8 .header_learn6 a::after {
    height: 3px;
    bottom: -2px;
    opacity: 0.3;
}header .nav_begin1 .nav_primary8 .header_learn6:hover {
    animation: subtle-float 2s infinite alternate ease-in-out;
}

@keyframes subtle-float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-4px);
    }
}

@media (max-width: 992px) {header .nav_begin1 {
    padding: 20px 15px;
    flex-direction: column;
}header .nav_begin1 .nav_wrap2 {
    margin-bottom: 20px;
}header .nav_begin1 .nav_primary8 {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}header .nav_begin1 .nav_primary8 .header_learn6 {
    margin: 5px 12px;
}header .nav_begin1 .nav_primary8 .header_learn6 a {
    padding: 5px 0;
    font-size: calc(17px - 1px);
}
    
    @keyframes subtle-float {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-2px);
        }
    }
}

@media (max-width: 767px) {header .nav_begin1 {
    padding: 15px 10px;
}header .nav_begin1 .nav_wrap2 {
    margin-bottom: 15px;
}header .nav_begin1 .nav_wrap2 .top_mainbar5 svg {
    height: 35px;
}header .nav_begin1 .nav_primary8 {
    gap: 5px;
}header .nav_begin1 .nav_primary8 .header_learn6 {
    margin: 2px 10px;
}}.our_team3 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: rgb(233,237,225);
}.our_team3::before {
    opacity: 0.15;
    background: 
        radial-gradient(circle at 10% 10%, rgb(205,212,191,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(173,181,152,0.5) 0%, transparent 40%);
    width: 100%;
    top: 0;
    left: 0;
    animation: bgAnimationPulse 15s infinite alternate;
    filter: blur(50px);
    z-index: 1;
    height: 100%;
    content: "";
    position: absolute;
}@keyframes bgAnimationPulse {
    0% {
        opacity: 0.1;
        filter: blur(50px);
    }
    50% {
        opacity: 0.2;
        filter: blur(80px);
    }
    100% {
        opacity: 0.1;
        filter: blur(50px);
    }
}

.our_team3::after {
    top: 0;
    animation: gridPatternMove 40s linear infinite;
    width: 100%;
    z-index: 1;
    opacity: 0.1;
    background-size: 30px 30px;
    height: 100%;
    background-image: linear-gradient(45deg, transparent 98%, rgb(205,212,191,0.5) 98%),
                      linear-gradient(-45deg, transparent 98%, rgb(205,212,191,0.5) 98%);
    content: "";
    left: 0;
    position: absolute;
}@keyframes gridPatternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.our_team3 .container {
    position: relative;
    z-index: 2;
}.our_team3 .quick_mastery4 {
    position: relative;
}.our_team3 h3 {
    color: #000000;
    text-align: center;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 60px;
}.our_team3 h3::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(205,212,191), rgb(173,181,152));
    width: 80px;
    transform: translateX(-50%);
    bottom: -15px;
    height: 3px;
    border-radius: 10px;
    left: 50%;
    content: "";
}.our_team3 .expert_zone0 {
    position: relative;
    margin-bottom: 100px;
}.our_team3 .expert_zone0::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(205,212,191,0.5), transparent);
    transform: translateX(-50%);
    width: 60%;
    content: "";
    height: 1px;
    left: 50%;
    bottom: -50px;
}.our_team3 .expert_zone0 span {
    display: block;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 20px;
    font-size: 21px;
    color: rgb(205,212,191);
    text-align: center;
    font-weight: 600;
    padding-bottom: 10px;
}.our_team3 .expert_zone0 span::after {
    bottom: 0;
    content: "";
    left: 50%;
    height: 2px;
    background: rgb(205,212,191);
    position: absolute;
    transform: translateX(-50%);
    width: 30px;
}.our_team3 .expert_zone0 .image_slider4 {
    height: 450px;
    left: 0;
    z-index: 1;
    position: absolute;
    top: 50%;
    overflow: hidden;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
    border-radius: 0 24px 24px 0;
    width: 50%;
    transform: translateY(-50%);
}.our_team3 .expert_zone0 .image_slider4::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3), transparent);
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 2;
}.our_team3 .expert_zone0 p {
    background: rgba(255, 255, 255, 0.8);
    width: 60%;
    margin-left: auto;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    z-index: 2;
    line-height: 1.8;
    position: relative;
    border-radius: 24px;
    color: #000000;
    font-size: 15px;
    padding: 50px;
}.our_team3 .training_pro9 {
    display: flex;
    flex-direction: column;
    position: relative;
}.our_team3 .training_pro9 p {
    font-size: 15px;
    color: #000000;
    backdrop-filter: blur(10px);
    width: 60%;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    padding: 50px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    line-height: 1.8;
    z-index: 2;
}.our_team3 .training_pro9 .story_info7 {
    position: absolute;
    transform: translateY(-50%);
    z-index: 1;
    height: 450px;
    right: 0;
    border-radius: 24px 0 0 24px;
    width: 50%;
    top: 50%;
    box-shadow: -20px 20px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.our_team3 .training_pro9 .story_info7::before {
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    left: 0;
    content: "";
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.3), transparent);
}.our_team3 .expert_zone0 .image_slider4::after,
.our_team3 .training_pro9 .story_info7::after {
    width: 200%;
    height: 200%;
    z-index: 1;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 10%);
    top: -50%;
    background-size: 15px 15px;
    left: -50%;
    position: absolute;
    content: "";
    opacity: 0.5;
    animation: patternRotate 30s linear infinite;
}@keyframes patternRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.our_team3 .expert_zone0 p::before,
.our_team3 .training_pro9 p::before {
    height: 150px;
    border-radius: 50%;
    filter: blur(60px);
    position: absolute;
    z-index: -1;
    content: "";
    opacity: 0.1;
    width: 150px;
}.our_team3 .expert_zone0 p::before {
    background: rgb(205,212,191);
    top: -30px;
    right: -30px;
}.our_team3 .training_pro9 p::before {
    left: -30px;
    bottom: -30px;
    background: rgb(173,181,152);
}.our_team3 .expert_zone0::after,
.our_team3 .training_pro9::after {
    content: "";
    position: absolute;
    animation: rotateFade 10s infinite linear;
    border: 1px solid rgb(205,212,191,0.5);
    height: 40px;
    width: 40px;
    z-index: 3;
}@keyframes rotateFade {
    0% {
        transform: rotate(0deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(180deg);
        opacity: 0.6;
    }
    100% {
        transform: rotate(360deg);
        opacity: 0.2;
    }
}

.our_team3 .expert_zone0::after {
    right: 20%;
    bottom: 30px;
    border-color: rgb(205,212,191,0.5);
}.our_team3 .training_pro9::after {
    top: 30px;
    left: 20%;
    border-color: rgb(173,181,152,0.5);
}

@media screen and (max-width: 1199px) {.our_team3 {
    padding: 100px 0;
}.our_team3 h3 {
    margin-bottom: 50px;
    font-size: calc(30px - 0.2rem);
}.our_team3 .expert_zone0 {
    margin-bottom: 80px;
}.our_team3 .expert_zone0 span {
    font-size: calc(21px - 0.1rem);
}.our_team3 .expert_zone0 .image_slider4,
    .our_team3 .training_pro9 .story_info7 {
    height: 400px;
}.our_team3 .expert_zone0 p,
    .our_team3 .training_pro9 p {
    width: 65%;
    padding: 40px;
}
}

@media screen and (max-width: 991px) {.our_team3 {
    padding: 80px 0;
}.our_team3 h3 {
    margin-bottom: 40px;
    font-size: calc(30px - 0.4rem);
}.our_team3 .expert_zone0 {
    margin-bottom: 60px;
}.our_team3 .expert_zone0 span {
    font-size: calc(21px - 0.2rem);
}.our_team3 .expert_zone0 .image_slider4,
    .our_team3 .training_pro9 .story_info7 {
    width: 45%;
    height: 350px;
}.our_team3 .expert_zone0 p,
    .our_team3 .training_pro9 p {
    width: 70%;
    font-size: calc(15px - 0.1rem);
    padding: 30px;
}
}

@media screen and (max-width: 767px) {.our_team3 {
    padding: 60px 0;
}.our_team3 h3 {
    margin-bottom: 40px;
    font-size: calc(30px - 0.6rem);
}.our_team3 h3::after {
    width: 60px;
    bottom: -10px;
    height: 2px;
}.our_team3 .expert_zone0 {
    margin-bottom: 60px;
    padding-top: 250px;
}.our_team3 .expert_zone0::before {
    bottom: -30px;
    width: 80%;
}.our_team3 .expert_zone0 span {
    font-size: calc(21px - 0.3rem);
    margin-bottom: 230px;
}.our_team3 .expert_zone0 .image_slider4 {
    height: 220px;
    transform: none;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    border-radius: 24px;
}.our_team3 .expert_zone0 p {
    padding: 25px;
    width: 100%;
}.our_team3 .training_pro9 {
    padding-bottom: 250px;
}.our_team3 .training_pro9 .story_info7 {
    position: absolute;
    right: 0;
    transform: none;
    height: 220px;
    border-radius: 24px;
    top: auto;
    width: 100%;
    bottom: 0;
}.our_team3 .training_pro9 p {
    width: 100%;
    padding: 25px;
}
}

@media screen and (max-width: 575px) {.our_team3 {
    padding: 50px 0;
}.our_team3 h3 {
    font-size: calc(30px - 0.8rem);
    margin-bottom: 30px;
}.our_team3 .expert_zone0 {
    margin-bottom: 50px;
    padding-top: 220px;
}.our_team3 .expert_zone0 span {
    margin-bottom: 200px;
    font-size: calc(21px - 0.4rem);
}.our_team3 .expert_zone0 .image_slider4,
    .our_team3 .training_pro9 .story_info7 {
    height: 200px;
}.our_team3 .expert_zone0 p,
    .our_team3 .training_pro9 p {
    padding: 20px;
    font-size: calc(15px - 0.2rem);
}.our_team3 .training_pro9 {
    padding-bottom: 220px;
}.our_team3 .expert_zone0::after,
    .our_team3 .training_pro9::after {
    height: 30px;
    width: 30px;
}
}

@media screen and (min-width: 1600px) {.our_team3 .expert_zone0 .image_slider4,
    .our_team3 .training_pro9 .story_info7 {
    height: 500px;
}.our_team3 .expert_zone0 p,
    .our_team3 .training_pro9 p {
    padding: 60px;
    width: 55%;
}}.appContent3 {
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(233,237,225) 0%, rgb(205,212,191,0.5) 100%);
    overflow: hidden;
}.appContent3::before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(255, 255, 255, 0.03) 20px,
    rgba(255, 255, 255, 0.03) 40px
  );
}.appContent3::after {
    top: -50%;
    right: -50%;
    position: absolute;
    transform: rotate(35deg);
    z-index: 2;
    height: 200%;
    background: linear-gradient(
    to bottom right,
    transparent,
    rgba(var(--primary-color-rgb), 0.05) 30%,
    rgba(var(--primary-color-rgb), 0.1) 60%,
    transparent
  );
    width: 80%;
    content: "";
    pointer-events: none;
}.appContent3 .container {
    z-index: 3;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.appContent3 .quick_mastery4 {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    grid-template-columns: 1fr;
    display: grid;
    transform-origin: center top;
    gap: 30px;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 50px 40px;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
}.appContent3 .quick_mastery4::before {
    transform: scaleY(1.03);
    content: "";
    background: linear-gradient(to bottom, rgb(205,212,191), rgb(173,181,152));
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 5px;
}.appContent3 .quick_mastery4:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
}.appContent3 h5 {
    font-weight: 700;
    color: rgb(205,212,191);
    margin: 0 0 10px;
    transform: translateX(15px);
    line-height: 1.4;
    transition: transform 0.4s ease-out;
    font-size: 20px;
    position: relative;
}.appContent3 h5::after {
    bottom: -10px;
    position: absolute;
    left: 0;
    transform: scaleX(0.7);
    width: 80px;
    height: 3px;
    background: rgb(173,181,152);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
}.appContent3 .quick_mastery4:hover h5 {
    transform: translateX(0);
}.appContent3 .quick_mastery4:hover h5::after {
    transform: scaleX(1);
}.appContent3 p {
    line-height: 1.7;
    color: #000000;
    font-size: 16px;
    position: relative;
    transition: color 0.3s ease;
    margin: 0;
}.appContent3 a {
    transition: all 0.4s ease;
    text-decoration: none;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.03), transparent);
    display: block;
    padding: 15px 20px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}.appContent3 a::before {
    content: "";
    transition: width 0.3s ease;
    width: 3px;
    background: rgb(205,212,191);
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0.5;
    left: 0;
}.appContent3 a:hover {
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.07), transparent 70%);
}.appContent3 a:hover::before {
    width: 5px;
}.appContent3 a:hover p {
    color: rgb(205,212,191);
}.appContent3 a::after {
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    width: 30px;
    right: 0;
    background: linear-gradient(135deg, transparent 50%, rgba(var(--secondary-color-rgb), 0.1) 50%);
    bottom: 0;
    height: 30px;
}.appContent3 a:hover::after {
    background: linear-gradient(135deg, transparent 50%, rgba(var(--secondary-color-rgb), 0.2) 50%);
    width: 40px;
    height: 40px;
}

@media (min-width: 768px) {.appContent3 {
    padding: 120px 0;
}.appContent3 .quick_mastery4 {
    gap: 50px;
    padding: 60px 70px 60px 60px;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
}.appContent3 h5 {
    transform: translateX(25px);
    font-size: calc(20px * 1.1);
}.appContent3 p {
    font-size: calc(16px * 1.05);
}
}

@media (max-width: 767px) {.appContent3 {
    padding: 60px 0;
}.appContent3 .quick_mastery4 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 35px 25px;
}.appContent3 h5 {
    transform: translateX(10px);
    font-size: calc(20px * 0.9);
}.appContent3 a {
    padding: 10px 15px;
}.appContent3 a::after {
    height: 20px;
    width: 20px;
}
}

@media (hover: none) {.appContent3 .quick_mastery4 {
    transform: none;
}.appContent3 .quick_mastery4:hover {
    transform: none;
}.appContent3 h5 {
    transform: none;
}.appContent3 h5::after {
    transform: scaleX(1);
}
}

@media (prefers-reduced-motion: reduce) {.appContent3 .quick_mastery4,
  .appContent3 h5,
  .appContent3 h5::after,
  .appContent3 a,
  .appContent3 a::before,
  .appContent3 a::after {
    transition: none;
}}.secure_stockade2 {
    background: linear-gradient(135deg, rgb(233,237,225) 0%, rgba(245, 245, 250, 0.95) 100%);
    padding: 5rem 2rem;
    color: #000000;
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
}.secure_stockade2::before {
    z-index: 1;
    height: 8px;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgb(205,212,191) 0%, rgb(173,181,152) 100%);
    content: "";
}.secure_stockade2::after {
    left: 0;
    top: 0;
    position: absolute;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    width: 100%;
    z-index: -1;
    background-size: 20px 20px;
    height: 100%;
    content: "";
}.secure_stockade2 .container {
    transform: translateZ(0);
    z-index: 2;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}.secure_stockade2 h1 {
    font-size: calc(40px * 1.2);
    padding-bottom: 1rem;
    transform-style: preserve-3d;
    font-weight: 700;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 2.5rem;
    color: rgb(205,212,191);
    transform: perspective(1000px) translateZ(10px);
}.secure_stockade2 h1::after {
    content: "";
    position: absolute;
    width: 80px;
    left: 0;
    transition: width 0.4s ease-out;
    transform-origin: left;
    bottom: 0;
    background: linear-gradient(90deg, rgb(205,212,191), rgb(173,181,152,0.5));
    height: 4px;
}.secure_stockade2 h1:hover::after {
    width: 120px;
}.secure_stockade2 h2 {
    padding-left: 1.2rem;
    transform: translateX(0);
    color: rgb(173,181,152);
    margin: 3rem 0 1.5rem;
    font-size: 36px;
    font-weight: 600;
    position: relative;
    transition: transform 0.35s ease-out;
}.secure_stockade2 h2::before {
    background: rgb(205,212,191,0.5);
    transform: translateY(-50%);
    height: 85%;
    top: 50%;
    content: "";
    left: 0;
    position: absolute;
    width: 8px;
}.secure_stockade2 h2:hover {
    transform: translateX(5px);
}.secure_stockade2 h3 {
    font-weight: 600;
    padding-left: 1rem;
    margin: 2.5rem 0 1.2rem;
    color: #000000;
    position: relative;
    font-size: calc(36px * 0.85);
}.secure_stockade2 h3::before {
    content: "";
    top: 50%;
    background: rgb(173,181,152,0.5);
    height: 70%;
    left: 0;
    width: 6px;
    position: absolute;
    transform: translateY(-50%);
}.secure_stockade2 h4 {
    color: #000000;
    margin: 2rem 0 1rem;
    font-weight: 600;
    padding-left: 0.8rem;
    font-size: calc(20px * 1.1);
    position: relative;
}.secure_stockade2 h4::before {
    height: 60%;
    top: 50%;
    width: 4px;
    left: 0;
    background: rgb(173,181,152,0.5);
    position: absolute;
    content: "";
    transform: translateY(-50%);
}.secure_stockade2 p {
    max-width: 90%;
    color: #000000;
    position: relative;
    transition: transform 0.35s ease;
    font-size: 12px;
    padding: 0.5rem 0;
    transform: translateZ(0);
    margin-bottom: 1.5rem;
    line-height: 1.8;
}.secure_stockade2 p strong {
    color: #000000;
    padding-bottom: 2px;
    display: inline-block;
    position: relative;
}.secure_stockade2 p strong::after {
    position: absolute;
    transform: scaleX(0);
    width: 100%;
    background: rgb(205,212,191,0.5);
    transform-origin: right;
    height: 1px;
    bottom: 0;
    content: "";
    transition: transform 0.35s ease-out;
    left: 0;
}.secure_stockade2 p:hover strong::after {
    transform: scaleX(1);
    transform-origin: left;
}.secure_stockade2 ul {
    list-style: none;
    margin: 1.5rem 0 2rem;
    padding-left: 1.5rem;
    position: relative;
}.secure_stockade2 ul::before {
    content: "";
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(205,212,191,0.5), transparent);
    position: absolute;
}.secure_stockade2 li {
    padding: 0.8rem 0 0.8rem 2rem;
    transition: transform 0.3s ease;
    margin-bottom: 0.5rem;
    color: #000000;
    font-size: calc(12px * 0.97);
    position: relative;
    line-height: 1.7;
}.secure_stockade2 li::before {
    border: 2px solid rgb(205,212,191);
    left: 0;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    content: "";
    top: 1.2rem;
    opacity: 0.8;
    width: 10px;
    height: 10px;
    position: absolute;
}.secure_stockade2 li:hover {
    transform: translateX(5px);
}.secure_stockade2 li:hover::before {
    background-color: rgb(205,212,191,0.5);
    transform: rotate(225deg);
}.secure_stockade2 span {
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    background-color: rgba(255, 255, 255, 0.6);
    line-height: 1.75;
    display: block;
    color: #000000;
    transform: translateZ(0);
    border-left: 3px solid rgb(173,181,152);
    font-size: calc(12px * 0.95);
    margin-bottom: 1.5rem;
    padding: 1rem 1.5rem;
}.secure_stockade2 span:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(-3px);
    background-color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 992px) {.secure_stockade2 {
    padding: 7rem 3rem;
}.secure_stockade2 h1 {
    font-size: calc(40px * 1.3);
    margin-bottom: 3rem;
}.secure_stockade2 p {
    max-width: 80%;
}.secure_stockade2 h2 {
    padding-left: 1.5rem;
}.secure_stockade2 h2::before {
    width: 10px;
}.secure_stockade2 span {
    margin-left: 3rem;
    max-width: calc(100% - 6rem);
}
}

@media (max-width: 991px) {.secure_stockade2 h1 {
    font-size: calc(40px * 1.1);
}.secure_stockade2 h2 {
    font-size: calc(36px * 0.95);
}.secure_stockade2 p, .secure_stockade2 span {
    max-width: 100%;
}
}

@media (max-width: 767px) {.secure_stockade2 {
    padding: 4rem 1.5rem;
}.secure_stockade2 h1 {
    font-size: 40px;
    margin-bottom: 2rem;
}.secure_stockade2 h2 {
    margin: 2.5rem 0 1rem;
    padding-left: 1rem;
}.secure_stockade2 h3, .secure_stockade2 h4 {
    padding-left: 0.7rem;
}.secure_stockade2 ul {
    padding-left: 0.5rem;
}.secure_stockade2 li {
    padding: 0.7rem 0 0.7rem 1.8rem;
}.secure_stockade2 li::before {
    width: 8px;
    height: 8px;
}.secure_stockade2 span {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1.2rem;
}
}

@media (max-width: 480px) {.secure_stockade2 {
    padding: 3rem 1rem;
}.secure_stockade2 h1 {
    font-size: calc(40px * 0.9);
}.secure_stockade2 h2 {
    font-size: calc(36px * 0.9);
}.secure_stockade2 h3 {
    font-size: calc(20px * 1.1);
}.secure_stockade2 h4 {
    font-size: 20px;
}.secure_stockade2 p, .secure_stockade2 li, .secure_stockade2 span {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}}footer {
    position: relative;
    margin-top: 0;
    background-color: #000000;
}footer::before {
    z-index: 1;
    top: 0;
    content: "";
    opacity: 0.9;
    width: 100%;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(205,212,191,0.5) 50%,
    #000000 100%);
    left: 0;
    position: absolute;
    height: 100%;
}.stats_tool3 {
    background-color: transparent;
    padding: 60px 0 40px;
    position: relative;
    z-index: 5;
}.stats_tool3 .container {
    grid-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    display: grid;
}.stats_tool3 .company_holder {
    border-radius: 10px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
    grid-column: span 4;
    padding: 30px;
}.stats_tool3 .company_holder h3 {
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
    font-size: 34px;
}.stats_tool3 .company_holder h3::after {
    height: 2px;
    bottom: -8px;
    width: 100%;
    content: "";
    background: rgb(205,212,191);
    left: 0;
    position: absolute;
}.stats_tool3 .price_table8 {
    opacity: 0.8;
    line-height: 1.6;
    font-size: 15px;
    color: #ffffff;
}.stats_tool3 .youtube_chan7 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-column: span 8;
    grid-gap: 30px;
}.stats_tool3 .nav_primary8 {
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
    position: relative;
    border-radius: 10px;
}.stats_tool3 .nav_primary8 h5 {
    font-size: 19px;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
    display: inline-block;
}.stats_tool3 .nav_primary8 h5::after {
    height: 2px;
    background: rgb(173,181,152);
    bottom: -8px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}.stats_tool3 .nav_primary8 .head_pro4 {
    display: grid;
    grid-gap: 15px;
}.stats_tool3 .nav_primary8 .head_pro4 a {
    color: #ffffff;
    font-size: 15px;
    padding-left: 15px;
    opacity: 0.8;
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
    text-decoration: none;
    display: block;
}.stats_tool3 .nav_primary8 .head_pro4 a::before {
    background: rgb(173,181,152);
    top: 50%;
    height: 6px;
    border-radius: 50%;
    transform: translateY(-50%);
    content: "";
    width: 6px;
    position: absolute;
    left: 0;
}.stats_tool3 .nav_primary8 .head_pro4 a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(205,212,191);
}.campus_links7 {
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 5;
    padding: 25px 0;
    margin-top: 40px;
}.campus_links7 .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.campus_links7 .footer_classes9 {
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    opacity: 0.7;
}

@media (max-width: 991px) {.stats_tool3 .container {
    grid-gap: 30px;
    grid-template-columns: 1fr;
}.stats_tool3 .company_holder {
    grid-column: span 12;
}.stats_tool3 .youtube_chan7 {
    grid-template-columns: 1fr 1fr;
    grid-column: span 12;
}
}

@media (max-width: 767px) {.stats_tool3 {
    padding: 40px 0 30px;
}.stats_tool3 .youtube_chan7 {
    grid-template-columns: 1fr;
}.stats_tool3 .company_holder {
    padding: 25px;
}.stats_tool3 .nav_primary8 {
    padding: 25px;
}.stats_tool3 .company_holder h3 {
    font-size: calc(34px - 2px);
}.stats_tool3 .nav_primary8 h5 {
    font-size: calc(19px - 1px);
}
}

@media (max-width: 575px) {.stats_tool3 {
    padding: 30px 0 20px;
}.stats_tool3 .company_holder,
  .stats_tool3 .nav_primary8 {
    padding: 20px;
}.stats_tool3 .company_holder h3 {
    font-size: calc(34px - 4px);
}.campus_links7 {
    padding: 20px 0;
}}

.stats_tool3 .company_holder:hover,
.stats_tool3 .nav_primary8:hover {
    transition: background-color 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
}.stats_tool3 .container::before {
    pointer-events: none;
    opacity: 0.05;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    z-index: -1;
    background: 
    linear-gradient(to right, rgb(205,212,191,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(205,212,191,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
}.stats_tool3 .company_holder::before {
    height: 100%;
    width: 5px;
    background: rgb(205,212,191);
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    opacity: 0.5;
}.stats_tool3 .nav_primary8::before {
    height: 100%;
    opacity: 0.5;
    background: rgb(173,181,152);
    width: 5px;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
}footer::after {
    height: 5px;
    left: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    opacity: 0.3;
    bottom: 0;
    content: "";
    background: linear-gradient(to right,
    rgb(205,212,191),
    rgb(173,181,152),
    rgb(205,212,191));
}.stats_tool3 .head_pro4 {
    position: relative;
}.stats_tool3 .head_pro4::after {
    background: rgb(173,181,152,0.5);
    opacity: 0.2;
    bottom: -15px;
    height: 1px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
}.stats_tool3 .nav_primary8 h5,
.stats_tool3 .company_holder h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
}.stats_tool3 .nav_primary8:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}.stats_tool3 .nav_primary8:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.campus_links7 .footer_classes9 {
    position: relative;
    display: inline-block;
}.campus_links7 .footer_classes9::before {
    content: "";
    left: -40px;
    background: rgb(205,212,191);
    transform: translateY(-50%);
    opacity: 0.5;
    top: 50%;
    position: absolute;
    width: 30px;
    height: 1px;
}.campus_links7 .footer_classes9::after {
    position: absolute;
    right: -40px;
    opacity: 0.5;
    content: "";
    top: 50%;
    background: rgb(205,212,191);
    height: 1px;
    width: 30px;
    transform: translateY(-50%);
}.mentorship_experience6 {
    background: rgb(233,237,225);
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
}.mentorship_experience6::before {
    height: 1px;
    transform-origin: left center;
    content: "";
    background: linear-gradient(to right, transparent, rgb(205,212,191,0.5), transparent);
    left: 0;
    top: 40%;
    position: absolute;
    animation: lineExpand 5s ease-in-out infinite alternate;
    width: 40%;
}.mentorship_experience6::after {
    transform-origin: right center;
    content: "";
    position: absolute;
    animation: lineExpand 5s ease-in-out infinite alternate 2.5s;
    width: 40%;
    background: linear-gradient(to left, transparent, rgb(173,181,152,0.5), transparent);
    right: 0;
    bottom: 40%;
    height: 1px;
}.mentorship_experience6 .edu_voices4 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    max-width: 1100px;
    position: relative;
    gap: 4rem;
    margin: 0 auto;
    z-index: 1;
}.mentorship_experience6 .image_slider4 {
    position: relative;
    height: 400px;
    transform: scale(1);
    overflow: hidden;
    width: 100%;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    filter: grayscale(100%);
    border-radius: 0;
    clip-path: polygon(0 10%, 100% 0%, 85% 100%, 0% 90%);
}.mentorship_experience6 .image_slider4::after {
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgb(205,212,191,0.5) 0%, transparent 50%);
    left: 0;
    position: absolute;
    height: 100%;
    opacity: 0.5;
    top: 0;
    mix-blend-mode: overlay;
    transition: all 0.7s ease;
}.mentorship_experience6 .work_block4 {
    position: relative;
    display: flex;
    transition: all 0.7s ease;
    opacity: 0.9;
    flex-direction: column;
    justify-content: center;
}.mentorship_experience6 .work_block4::before {
    content: "";
    position: absolute;
    width: 1px;
    left: -2rem;
    height: 70%;
    top: 15%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5), transparent);
}.mentorship_experience6 .name {
    font-size: calc(42px * 1.2);
    transition: all 0.5s ease;
    transform: translateX(0);
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
    font-weight: 700;
}.mentorship_experience6 .name::after {
    transform: scaleX(0);
    content: "";
    height: 2px;
    transform-origin: left;
    transition: transform 0.5s ease 0.2s;
    left: 0;
    width: 50px;
    position: absolute;
    background: rgb(205,212,191);
    bottom: -0.5rem;
}.mentorship_experience6 .work_block4 div:nth-child(2) {
    transition: all 0.5s ease 0.1s;
    letter-spacing: 2px;
    font-weight: 300;
    color: rgb(173,181,152);
    margin-bottom: 3rem;
    text-transform: uppercase;
    font-size: 16px;
    transform: translateX(0);
}.mentorship_experience6 .work_section8 {
    transition: all 0.5s ease 0.2s;
    line-height: 1.8;
    color: #000000;
    transform: translateX(0);
    position: relative;
    font-size: 19px;
    font-weight: 300;
    padding-left: 2rem;
}.mentorship_experience6 .work_section8::before {
    font-size: 4rem;
    position: absolute;
    left: 0;
    color: rgb(205,212,191,0.5);
    content: "";
    font-family: serif;
    line-height: 1;
    top: -1rem;
}.mentorship_experience6 .edu_voices4:hover .image_slider4 {
    transform: scale(1.05);
    filter: grayscale(0%);
}.mentorship_experience6 .edu_voices4:hover .image_slider4::after {
    opacity: 0.3;
}.mentorship_experience6 .edu_voices4:hover .name {
    transform: translateX(10px);
}.mentorship_experience6 .edu_voices4:hover .name::after {
    transform: scaleX(1);
}.mentorship_experience6 .edu_voices4:hover .work_block4 div:nth-child(2) {
    transform: translateX(20px);
}.mentorship_experience6 .edu_voices4:hover .work_section8 {
    transform: translateX(5px);
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0.3);
        opacity: 0.3;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@media screen and (max-width: 991px) {.mentorship_experience6 .edu_voices4 {
    gap: 3rem;
    grid-template-columns: 1fr;
}.mentorship_experience6 .image_slider4 {
    margin: 0 auto;
    clip-path: polygon(0 5%, 100% 0%, 95% 100%, 0% 95%);
    width: 80%;
    height: 350px;
}.mentorship_experience6 .work_block4::before {
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
    height: 1px;
    left: 20%;
    width: 60%;
    top: -1.5rem;
}.mentorship_experience6 .edu_voices4:hover .name,
    .mentorship_experience6 .edu_voices4:hover .work_block4 div:nth-child(2),
    .mentorship_experience6 .edu_voices4:hover .work_section8 {
    transform: translateX(0);
}}.contact_form_box7 {
    background: linear-gradient(160deg, rgb(233,237,225) 0%, rgb(205,212,191,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 90px 0;
}.contact_form_box7::before {
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    opacity: 0.03;
    background: repeating-linear-gradient(
        -45deg,
        rgb(205,212,191,0.5),
        rgb(205,212,191,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.contact_form_box7 .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
    position: relative;
}.contact_form_box7 h2 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    text-align: center;
    font-size: 48px;
    margin-bottom: 50px;
}.contact_form_box7 .query_card2 {
    overflow: hidden;
    max-width: 800px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    display: flex;
    margin: 0 auto;
    border-radius: 18px;
    background: #ffffff;
    flex-direction: column;
}.contact_form_box7 .image_slider4 {
    height: 200px;
    position: relative;
    width: 100%;
}.contact_form_box7 .support_list0 {
    padding: 50px;
    width: 100%;
    position: relative;
}.contact_form_box7 form {
    width: 100%;
}.contact_form_box7 form h3 {
    font-size: 21px;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
    display: inline-block;
}.contact_form_box7 form h3::after {
    width: 100%;
    bottom: -10px;
    border-radius: 1.5px;
    background: rgb(205,212,191);
    position: absolute;
    content: "";
    height: 3px;
    left: 0;
}.contact_form_box7 form input[type="text"] {
    color: #000000;
    border: 2px solid transparent;
    background: rgb(233,237,225);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_form_box7 form input[type="text"]:focus {
    border-color: rgb(205,212,191);
    outline: none;
}.contact_form_box7 form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.contact_form_box7 .feedback_help0 {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.contact_form_box7 .feedback_help0 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_form_box7 .feedback_help0 label {
    line-height: 1.6;
    position: relative;
    font-size: 16px;
    color: #000000;
    padding-left: 35px;
    cursor: pointer;
}.contact_form_box7 .feedback_help0 label::before {
    top: 2px;
    content: "";
    position: absolute;
    border-radius: 10px;
    background: rgb(233,237,225);
    left: 0;
    height: 22px;
    transition: all 0.3s ease;
    width: 22px;
}.contact_form_box7 .feedback_help0 input[type="checkbox"]:checked + label::before {
    background: rgb(205,212,191);
}.contact_form_box7 .feedback_help0 input[type="checkbox"]:checked + label::after {
    top: 5px;
    left: 8px;
    width: 6px;
    transform: rotate(45deg);
    content: "";
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    height: 12px;
    position: absolute;
}.contact_form_box7 .feedback_help0 label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(205,212,191);
}.contact_form_box7 .feedback_help0 label a:hover {
    text-decoration: underline;
}.contact_form_box7 form .inquiry_query5 {
    border: none;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    background: rgb(205,212,191);
    cursor: pointer;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 16px 20px;
    font-family: Arial, sans-serif;
}.contact_form_box7 form .inquiry_query5:hover {
    background: rgb(173,181,152);
}.contact_form_box7 svg {
    height: 20px;
    fill: rgb(205,212,191);
    width: 20px;
}.contact_form_box7 svg path {
    fill: rgb(205,212,191);
    transition: fill 0.3s ease;
}

@media screen and (min-width: 768px) {.contact_form_box7 .query_card2 {
    flex-direction: row;
    max-width: 1000px;
}.contact_form_box7 .image_slider4 {
    height: auto;
    min-height: 400px;
    width: 40%;
}.contact_form_box7 .support_list0 {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.contact_form_box7 .image_slider4 {
    width: 50%;
}.contact_form_box7 .support_list0 {
    padding: 60px;
    width: 50%;
}
}

@media screen and (min-width: 1200px) {.contact_form_box7 .query_card2 {
    max-width: 1100px;
}.contact_form_box7 .image_slider4 {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.contact_form_box7 {
    padding: 60px 0;
}.contact_form_box7 h2 {
    font-size: calc(48px * 0.7);
    margin-bottom: 30px;
}.contact_form_box7 .support_list0 {
    padding: 30px 20px;
}.contact_form_box7 form h3 {
    font-size: calc(21px * 0.9);
}}.stay_connected6 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(205,212,191,0.5), rgb(173,181,152,0.5));
    padding: 4rem 2rem;
}.stay_connected6::before {
    width: 120%;
    height: 120%;
    left: -5%;
    content: "";
    top: -10%;
    z-index: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 75% 25%, rgba(255,255,255,0.15) 5%, transparent 50%),
        radial-gradient(circle at 25% 75%, rgba(255,255,255,0.1) 5%, transparent 50%);
    transform: rotate(-3deg);
}.stay_connected6 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}.stay_connected6 .quick_mastery4 {
    gap: 2rem;
    transform: perspective(1000px) rotateX(1deg);
    backdrop-filter: blur(8px);
    border-left: 4px solid rgb(205,212,191);
    padding: 3rem 2rem;
    position: relative;
    background: rgba(255,255,255,0.85);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 3px 10px rgba(0,0,0,0.05),
        0 1px 0 rgba(255,255,255,0.5) inset;
    display: grid;
    grid-template-columns: 1fr;
}.stay_connected6 .quick_mastery4::after {
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(173,181,152));
    content: "";
    right: 0;
    height: 4px;
    width: 40%;
    position: absolute;
}.stay_connected6 h3 {
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #000000;
    line-height: 1.5;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: calc(23px * 0.9);
    text-shadow: 0 1px 1px rgba(255,255,255,0.8);
    margin: 0 0 1rem;
}.stay_connected6 h3::after {
    content: "";
    height: 3px;
    bottom: -10px;
    position: absolute;
    left: 0;
    width: 60px;
    background: linear-gradient(90deg, rgb(205,212,191), rgb(173,181,152));
}.stay_connected6 .input_holder {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    gap: 1rem;
}.stay_connected6 .input_holder div {
    flex-grow: 1;
    position: relative;
}.stay_connected6 input[type="email"] {
    border: 1px solid rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    color: #000000;
    transition: all 0.3s ease-out;
    padding: 1rem 1.5rem;
    width: 100%;
    font-size: 12px;
    background-color: #ffffff;
}.stay_connected6 input[type="email"]:focus {
    box-shadow: 
        0 0 0 3px rgb(205,212,191,0.5),
        0 5px 15px rgba(0,0,0,0.05);
    outline: none;
    border-color: rgb(205,212,191);
    transform: translateY(-1px);
}.stay_connected6 input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(0,0,0,0.4);
}.stay_connected6 input[type="email"]:focus::placeholder {
    opacity: 0.6;
}.stay_connected6 .sub_signup3 {
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    cursor: pointer;
    position: relative;
    color: #ffffff;
    box-shadow: 
        0 4px 12px rgba(0,0,0,0.15),
        0 2px 4px rgba(0,0,0,0.1);
    text-align: center;
    font-size: 14px;
    background: linear-gradient(135deg, rgb(205,212,191), rgb(173,181,152));
    border: none;
    padding: 1rem 2rem;
    overflow: hidden;
    font-weight: 600;
    font-family: Arial, sans-serif;
    display: inline-block;
}.stay_connected6 .sub_signup3:hover {
    transform: translateY(-2px);
    box-shadow: 
        0 6px 16px rgba(0,0,0,0.15),
        0 3px 6px rgba(0,0,0,0.1);
}.stay_connected6 .sub_signup3:active {
    box-shadow: 
        0 2px 8px rgba(0,0,0,0.15),
        0 1px 3px rgba(0,0,0,0.1);
    transform: translateY(1px);
}.stay_connected6 .sub_signup3::before {
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.2),
        transparent
    );
    content: "";
    top: 0;
    height: 100%;
    left: -100%;
    transition: all 0.6s ease;
    position: absolute;
}.stay_connected6 .sub_signup3:hover::before {
    left: 100%;
}

@media (min-width: 768px) {.stay_connected6 {
    padding: 5rem 3rem;
}.stay_connected6 .quick_mastery4 {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    padding: 3.5rem 3rem;
}.stay_connected6 h3 {
    font-size: 23px;
    margin-bottom: 0;
}.stay_connected6 h3::after {
    bottom: -15px;
    width: 80px;
}.stay_connected6 .input_holder {
    flex-direction: row;
}.stay_connected6 .sub_signup3 {
    min-width: 180px;
}
}

@media (min-width: 992px) {.stay_connected6 {
    padding: 6rem 4rem;
}.stay_connected6 .quick_mastery4 {
    padding: 4rem;
    gap: 3rem;
}.stay_connected6 h3 {
    font-size: calc(23px * 1.1);
}.stay_connected6 input[type="email"] {
    padding: 1.15rem 1.75rem;
}.stay_connected6 .sub_signup3 {
    padding: 1.15rem 2.5rem;
}
}

@media (max-width: 767px) {.stay_connected6 .quick_mastery4 {
    transform: none;
}.stay_connected6 h3 {
    text-align: center;
}.stay_connected6 h3::after {
    left: 50%;
    transform: translateX(-50%);
}
}

@media (hover: none) {.stay_connected6 .sub_signup3:hover {
    transform: none;
    box-shadow: 
            0 4px 12px rgba(0,0,0,0.15),
            0 2px 4px rgba(0,0,0,0.1);
}.stay_connected6 .sub_signup3::before {
    display: none;
}.stay_connected6 input[type="email"]:focus {
    transform: none;
}}.educational_gains9 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,237,225) 0%, #ffffff 100%);
    padding: 120px 0;
}.educational_gains9::before {
    left: 0;
    content: "";
    opacity: 0.05;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(173,181,152,0.5) 0px,
        rgb(173,181,152,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: 1;
    top: 0;
    pointer-events: none;
    position: absolute;
}.educational_gains9::after {
    top: -50%;
    position: absolute;
    opacity: 0.08;
    right: -20%;
    width: 70%;
    background: linear-gradient(45deg, rgb(205,212,191,0.5) 0%, transparent 70%);
    z-index: 0;
    transform: rotate(25deg);
    content: "";
    height: 200%;
}.educational_gains9 h5 {
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
    color: #000000;
    font-size: 21px;
    transform: perspective(1000px) translateZ(20px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2;
    position: relative;
}.educational_gains9 h5::after {
    height: 3px;
    transform: translateX(-50%);
    background: rgb(205,212,191);
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    transition: width 0.5s ease;
    width: 80px;
}.educational_gains9 h5:hover {
    transform: perspective(1000px) translateZ(30px);
}.educational_gains9 h5:hover::after {
    width: 120px;
}.educational_gains9 .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
}.educational_gains9 .quick_mastery4 {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    overflow: hidden;
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 4px;
    background: #ffffff;
}.educational_gains9 .quick_mastery4:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.educational_gains9 .image_slider4 {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: center;
    object-fit: cover;
    height: 300px;
}.educational_gains9 .quick_mastery4:hover .image_slider4 {
    transform: scale(1.05);
}.educational_gains9 .text_wrap_item1 {
    background: linear-gradient(180deg, #ffffff 0%, rgba(250, 250, 250, 1) 100%);
    position: relative;
    padding: 40px 30px;
}.educational_gains9 .text_wrap_item1::before {
    height: 0;
    top: 0;
    position: absolute;
    background: rgb(205,212,191);
    left: 0;
    width: 4px;
    content: "";
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.educational_gains9 .quick_mastery4:hover .text_wrap_item1::before {
    height: 100%;
}.educational_gains9 ul {
    list-style: none;
    gap: 24px;
    grid-template-columns: 1fr;
    margin: 0;
    display: grid;
    padding: 0;
}.educational_gains9 li {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding-left: 40px;
    transform-origin: left center;
}.educational_gains9 li:hover {
    transform: translateX(10px);
}.educational_gains9 li:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}.educational_gains9 li:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.educational_gains9 li:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.educational_gains9 li:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}.educational_gains9 li:nth-child(5) {
    animation: fadeInUp 0.6s 0.5s both;
}.educational_gains9 li p {
    line-height: 1.6;
    margin: 0;
    position: relative;
    font-size: 16px;
    color: #000000;
}.educational_gains9 li svg {
    top: 0;
    width: 28px;
    height: 28px;
    left: -40px;
    transition: transform 0.3s ease;
    position: absolute;
}.educational_gains9 li:hover svg {
    transform: rotate(10deg) scale(1.1);
}.educational_gains9 li svg path {
    transition: fill 0.3s ease;
    fill: rgb(205,212,191);
}.educational_gains9 li:hover svg path {
    fill: rgb(173,181,152);
}.educational_gains9 li::after {
    position: absolute;
    bottom: -12px;
    content: "";
    left: 40px;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    height: 1px;
    width: 0;
    background: linear-gradient(to right, rgb(205,212,191,0.5), transparent);
}.educational_gains9 li:hover::after {
    width: 70%;
}

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

@media (min-width: 768px) {.educational_gains9 .quick_mastery4 {
    align-items: stretch;
    flex-direction: row;
}.educational_gains9 .quick_mastery4 > div:first-child {
    flex-shrink: 0;
    width: 40%;
}.educational_gains9 .text_wrap_item1 {
    padding: 50px 40px;
    width: 60%;
}.educational_gains9 ul {
    grid-template-columns: repeat(2, 1fr);
}.educational_gains9 .image_slider4 {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 100%;
}
}

@media (min-width: 992px) {.educational_gains9 {
    padding: 150px 0;
}.educational_gains9 h5 {
    margin-bottom: 80px;
    font-size: calc(21px * 1.1);
}.educational_gains9 .quick_mastery4 {
    transform: perspective(1200px) rotateX(2deg) rotateY(-1deg);
}.educational_gains9 .quick_mastery4:hover {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.educational_gains9 .text_wrap_item1 {
    padding: 60px 50px;
}.educational_gains9 li {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), 
                   box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.educational_gains9 li:hover {
    transform: translateX(15px) translateZ(10px);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.05);
}.educational_gains9 li p {
    font-size: calc(16px * 1.05);
}
}

@media (max-width: 767px) {.educational_gains9 {
    padding: 80px 0;
}.educational_gains9 h5 {
    padding: 0 20px;
    font-size: calc(21px * 0.9);
    margin-bottom: 40px;
}.educational_gains9 .text_wrap_item1 {
    padding: 30px 20px;
}.educational_gains9 li {
    padding-left: 35px;
    margin-bottom: 15px;
}.educational_gains9 li svg {
    height: 24px;
    left: -35px;
    width: 24px;
}.educational_gains9 li p {
    font-size: calc(16px * 0.95);
}}header .top_plank {
    color:  #ffffff;
    background: rgb(205,212,191);
}header .top_plank .top_layer7 div svg, header .top_plank .top_layer7 div svg path {
    fill: #ffffff;
}header .top_plank .top_layer7 div span {
    color: #ffffff;
}header .top_plank .top_layer7 {
    display: flex;
    line-height: 21px;
    font-size: 13px;
    width: 100%;
    align-items: center;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    flex-wrap: wrap;
}header .top_plank .top_layer7 div {
    align-items: center;
    margin-right: 24px;
    justify-content: flex-start;
    display: flex;
}header .top_plank .top_layer7 div img, header .top_plank .top_layer7 div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.find_support1 {
    position: relative;
    background: rgb(233,237,225);
    overflow: hidden;
    padding: 80px 0;
}.find_support1::before {
    left: 0;
    content: '';
    background: linear-gradient(135deg, rgb(205,212,191,0.5) 0%, transparent 100%);
    z-index: 1;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
}.find_support1::after {
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(173,181,152,0.5) 0%, transparent 70%);
    content: '';
}.find_support1 .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}.find_support1 .support_now0 {
    border-radius: 22px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    display: flex;
    background: #ffffff;
    padding: 40px;
    overflow: hidden;
    align-items: stretch;
    border: 1px solid rgb(173,181,152,0.5);
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.find_support1 .support_now0:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.find_support1 .write_form5 {
    font-size: 37px;
    position: relative;
    padding-bottom: 15px;
    color: rgb(205,212,191);
    margin-bottom: 30px;
    font-weight: 700;
}.find_support1 .image_slider4 {
    margin-bottom: 30px;
    width: 100%;
    border-radius: 22px;
    height: 280px;
    overflow: hidden;
    transition: transform 0.5s ease;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}.find_support1 .image_slider4::before {
    top: 0;
    position: absolute;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    left: 0;
}.find_support1 .image_slider4::after {
    animation: shine 6s infinite linear;
    top: -50%;
    background: linear-gradient(
        to bottom right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    height: 200%;
    left: -50%;
    z-index: 2;
    transform: rotate(30deg);
    width: 200%;
    position: absolute;
    content: '';
}@keyframes shine {
    0% {
        transform: translateX(-100%) rotate(30deg);
    }
    100% {
        transform: translateX(100%) rotate(30deg);
    }
}

.find_support1 .message_us0 {
    border: 1px solid rgb(173,181,152,0.5);
    padding: 30px;
    position: relative;
    background: rgb(233,237,225);
    border-radius: 22px;
}.find_support1 .message_us0::before {
    border-radius: 22px;
    opacity: 0.05;
    background: linear-gradient(135deg, rgb(205,212,191,0.5) 0%, transparent 100%);
    height: 100%;
    left: 0;
    content: '';
    z-index: -1;
    width: 100%;
    position: absolute;
    top: 0;
}.find_support1 .message_us0 p {
    margin-bottom: 20px;
    align-items: flex-start;
    color: #000000;
    position: relative;
    font-size: 17px;
    display: flex;
    padding-left: 30px;
}.find_support1 .message_us0 p::before {
    border-radius: 50%;
    content: '';
    height: 24px;
    left: -3px;
    width: 24px;
    align-items: center;
    justify-content: center;
    background: rgb(205,212,191,0.5);
    top: 0px;
    transition: transform 0.3s ease, background 0.3s ease;
    position: absolute;
    display: flex;
}.find_support1 .message_us0 p:hover::before {
    background-color: rgb(205,212,191);
    transform: scale(1.2);
}.find_support1 .message_us0 p span {
    display: inline-block;
    position: relative;
    padding-bottom: 2px;
}.find_support1 .message_us0 p span::after {
    content: '';
    left: 0;
    width: 0;
    position: absolute;
    bottom: 0;
    background: rgb(205,212,191);
    transition: width 0.3s ease;
    height: 1px;
}.find_support1 .message_us0 p:hover span::after {
    width: 100%;
}.find_support1 .message_us0 p span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(173,181,152);
}.find_support1 .message_us0 p span a:hover {
    color: rgb(205,212,191);
}.find_support1 .message_us0 p svg {
    fill: rgb(205,212,191);
    height: 18px;
    width: 18px;
    position: absolute;
    left: 0;
    top: 3px;
    transition: transform 0.3s ease, fill 0.3s ease;
}.find_support1 .message_us0 p:hover svg {
    transform: scale(1.2);
    fill: rgb(173,181,152);
}.find_support1 .message_us0 p svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}.find_support1 .edu_tutor8 {
    margin-top: 30px;
    border-top: 1px solid rgb(173,181,152,0.5);
    padding-top: 20px;
}.find_support1 .assist_form0 {
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
    padding-left: 30px;
    color: rgb(205,212,191);
}.find_support1 .assist_form0::before {
    background: rgb(205,212,191,0.5);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    left: 0;
    transition: transform 0.3s ease;
    content: '';
}.find_support1 .assist_form0:hover::before {
    transform: translateY(-50%) scale(1.2);
}.find_support1 .assist_form0 svg {
    transition: transform 0.3s ease, fill 0.3s ease;
    top: 50%;
    height: 20px;
    left: 0;
    fill: rgb(205,212,191);
    transform: translateY(-50%);
    width: 20px;
    position: absolute;
}.find_support1 .assist_form0:hover svg {
    transform: translateY(-50%) scale(1.2);
    fill: rgb(173,181,152);
}.find_support1 .assist_form0 svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}.find_support1 .assist_support3 {
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    display: grid;
}.find_support1 .quick_contact8 {
    font-size: 17px;
    position: relative;
    padding: 10px 15px;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s ease, background 0.3s ease;
    color: #000000;
    background: rgb(173,181,152,0.5);
}.find_support1 .quick_contact8::before {
    background: rgb(205,212,191);
    top: 0;
    height: 100%;
    width: 4px;
    left: 0;
    transition: width 0.3s ease;
    content: '';
    position: absolute;
}.find_support1 .quick_contact8:hover {
    background: rgb(173,181,152);
    transform: translateX(5px);
}.find_support1 .quick_contact8:hover::before {
    width: 8px;
}.find_support1 .quick_contact8 svg {
    transition: transform 0.3s ease, fill 0.3s ease;
    width: 14px;
    height: 14px;
    fill: rgb(205,212,191);
    margin-right: 5px;
    vertical-align: middle;
}.find_support1 .quick_contact8:hover svg {
    transform: rotate(15deg);
    fill: #ffffff;
}.find_support1 .quick_contact8 svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

.find_support1 .container::before {
    opacity: 0.2;
    height: 300px;
    right: -100px;
    top: -100px;
    background-image: linear-gradient(
        45deg,
        rgb(173,181,152,0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgb(173,181,152,0.5) 50%,
        rgb(173,181,152,0.5) 75%,
        transparent 75%,
        transparent
    );
    animation: pulse 10s infinite linear;
    border-radius: 50%;
    position: absolute;
    content: '';
    background-size: 15px 15px;
    width: 300px;
    z-index: -1;
}.find_support1 .container::after {
    bottom: -50px;
    background-size: 10px 10px;
    border-radius: 50%;
    height: 200px;
    opacity: 0.1;
    animation: pulse 15s infinite linear;
    content: '';
    background-image: linear-gradient(
        45deg,
        rgb(205,212,191,0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgb(205,212,191,0.5) 50%,
        rgb(205,212,191,0.5) 75%,
        transparent 75%,
        transparent
    );
    z-index: -1;
    left: -50px;
    width: 200px;
    position: absolute;
}

@keyframes moveGradient {
    0% {
        background-position: 0% 0%, 100% 100%;
    }
    50% {
        background-position: 100% 0%, 0% 100%;
    }
    100% {
        background-position: 0% 0%, 100% 100%;
    }
}

@media (min-width: 992px) {.find_support1 .support_now0 {
    gap: 40px;
    flex-direction: row;
}.find_support1 .image_slider4 {
    margin-bottom: 0;
    height: 350px;
    flex: 0 0 350px;
}.find_support1 .message_us0 {
    flex: 1;
}.find_support1 .assist_support3 {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 768px) and (max-width: 991px) {.find_support1 {
    padding: 60px 0;
}.find_support1 .support_now0 {
    padding: 30px;
}.find_support1 .write_form5 {
    margin-bottom: 25px;
    font-size: 18px;
}.find_support1 .image_slider4 {
    height: 240px;
}.find_support1 .message_us0 {
    padding: 25px;
}.find_support1 .assist_support3 {
    grid-template-columns: repeat(2, 1fr);
}.find_support1 .message_us0 p svg {
    height: 16px;
    width: 16px;
}.find_support1 .assist_form0 svg {
    height: 18px;
    width: 18px;
}
}

@media (max-width: 767px) {.find_support1 {
    padding: 40px 0;
}.find_support1 .support_now0 {
    padding: 20px;
}.find_support1 .write_form5 {
    margin-bottom: 20px;
    font-size: 22px;
}.find_support1 .image_slider4 {
    height: 200px;
}.find_support1 .message_us0 {
    padding: 20px;
}.find_support1 .message_us0 p {
    font-size: 17px;
    margin-bottom: 15px;
}.find_support1 .assist_form0 {
    font-size: 22px;
}.find_support1 .assist_support3 {
    grid-template-columns: 1fr;
}.find_support1 .message_us0 p svg {
    top: 4px;
    height: 15px;
    width: 15px;
}.find_support1 .assist_form0 svg {
    width: 16px;
    height: 16px;
}.find_support1 .quick_contact8 svg {
    width: 12px;
    height: 12px;
}}.try_immediately6 {
    background: linear-gradient(150deg, #ffffff 0%, rgb(233,237,225) 100%);
    padding: 110px 0;
    overflow: hidden;
    position: relative;
}.try_immediately6::before {
    opacity: 0.05;
    background: rgb(205,212,191);
    right: -10%;
    width: 60%;
    position: absolute;
    height: 120%;
    content: '';
    z-index: 1;
    transform: rotate(-10deg);
    top: -10%;
}.try_immediately6::after {
    opacity: 0.05;
    top: -20%;
    position: absolute;
    height: 140%;
    z-index: 1;
    background: rgb(205,212,191);
    content: '';
    transform: rotate(-15deg);
    right: -15%;
    width: 70%;
}.try_immediately6 .quick_mastery4 {
    position: relative;
    z-index: 10;
}.try_immediately6 .container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    display: grid;
}.try_immediately6 .container p {
    color: #000000;
    position: relative;
    padding-left: 25px;
    z-index: 5;
    line-height: 1.4;
    margin: 0;
    font-weight: 700;
    font-size: 32px;
    border-left: 5px solid rgb(205,212,191);
}.try_immediately6 .inquiry_query5 {
    transition: all 0.4s ease;
    overflow: hidden;
    padding: 18px 40px;
    font-size: 16px;
    color: rgb(205,212,191);
    border-radius: 0;
    background: #ffffff;
    font-weight: 600;
    position: relative;
    z-index: 5;
    text-decoration: none;
    border: 2px solid rgb(205,212,191);
    justify-self: end;
}.try_immediately6 .inquiry_query5::before {
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
    content: '';
    background: rgb(205,212,191);
    border-radius: 50%;
    width: 300px;
    left: 50%;
    height: 300px;
    position: absolute;
    z-index: -1;
    transition: transform 0.6s ease;
}.try_immediately6 .inquiry_query5:hover {
    color: #ffffff;
}.try_immediately6 .inquiry_query5:hover::before {
    transform: translate(-50%, -50%) scale(1);
}.try_immediately6 .container::before {
    background: linear-gradient(90deg, rgb(205,212,191) 0%, transparent 100%);
    bottom: -20px;
    content: '';
    left: 0;
    height: 1px;
    width: 100%;
    position: absolute;
}.try_immediately6 .container::after {
    width: 10px;
    position: absolute;
    bottom: -25px;
    height: 10px;
    background: rgb(205,212,191);
    left: 0;
    border-radius: 50%;
    content: '';
}.try_immediately6 .quick_mastery4::before {
    z-index: -1;
    width: 100%;
    opacity: 0.1;
    height: 100%;
    position: absolute;
    left: 0;
    content: '';
    background: 
        radial-gradient(circle at 20% 80%, rgb(205,212,191,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 20%, rgb(173,181,152,0.5) 0%, transparent 60%);
    top: 0;
}

@media (max-width: 991px) {.try_immediately6 {
    padding: 90px 0;
}.try_immediately6 .container {
    gap: 30px;
}.try_immediately6 .container p {
    font-size: calc(23px * 1.2);
    padding-left: 20px;
}.try_immediately6 .inquiry_query5 {
    padding: 15px 35px;
}
}

@media (max-width: 767px) {.try_immediately6 {
    padding: 70px 0;
}.try_immediately6 .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.try_immediately6 .container p {
    font-size: 23px;
    padding-left: 15px;
    border-left-width: 4px;
}.try_immediately6 .inquiry_query5 {
    padding: 14px 30px;
    justify-self: start;
}.try_immediately6 .container::before {
    width: 70%;
}
}

@media (max-width: 480px) {.try_immediately6 {
    padding: 50px 0;
}.try_immediately6 .container {
    gap: 30px;
}.try_immediately6 .container p {
    font-size: calc(17px * 1.2);
    border-left-width: 3px;
    padding-left: 12px;
}.try_immediately6 .inquiry_query5 {
    font-size: calc(16px * 0.9);
    padding: 12px 25px;
}.try_immediately6 .container::before {
    width: 50%;
    bottom: -15px;
}.try_immediately6 .container::after {
    height: 8px;
    width: 8px;
    bottom: -19px;
}
}