﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}a {
    text-decoration: none;
    color: inherit;
}.wrapper-sectionUV {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}.first_teachER {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1180px;
}.equity_info9p {
    flex: 0 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
    color: #000000;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.pricing_optionry {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.pricing_optionry::before {
    background: linear-gradient(135deg, rgba(18, 36, 66, 0.92), rgba(39, 55, 89, 0.85));
    content: "";
    z-index: 1;
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}.pricing_optionry .container {
    padding: 0 15px;
    max-width: 1320px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.study_feesie {
    position: relative;
}.pricing_optionry h2 {
    font-size: 34px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 700;
    transform: translateY(0);
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    text-align: center;
}.pricing_optionry h2::after {
    width: 80px;
    position: absolute;
    bottom: -12px;
    background: rgb(142,168,166);
    left: 50%;
    height: 3px;
    content: "";
    transform: translateX(-50%);
}.pricing_optionry .program_ratePw {
    line-height: 1.6;
    margin: 0 auto 50px;
    max-width: 760px;
    color: #ffffff;
    opacity: 0.9;
    font-size: 18px;
    text-align: center;
}.pricing_optionry .pricing_dealski {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
    display: grid;
    gap: 30px;
    margin: 0;
}.pricing_optionry .pricing_feesq3 {
    height: 100%;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    text-decoration: none;
    display: block;
    overflow: hidden;
}.pricing_optionry .cert_fees2V {
    height: 100%;
    transition: all 0.4s ease;
    flex-direction: column;
    display: flex;
    min-height: 380px;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    padding: 30px;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
}.pricing_optionry .cert_fees2V::before {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom right, 
        rgb(142,168,166,0.5), 
        transparent,
        rgba(255, 255, 255, 0.05));
    height: 100%;
    width: 100%;
    transition: opacity 0.5s ease;
    content: "";
}.pricing_optionry .plan_matrix5u {
    display: flex;
    height: 100%;
    position: relative;
    z-index: 2;
    flex-direction: column;
}.pricing_optionry .pricing_feesq3 h4 {
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 22px;
    transition: transform 0.4s ease;
    color: #ffffff;
}.pricing_optionry .pricing_feesq3 h4::after {
    position: absolute;
    transition: width 0.4s ease;
    background: rgb(142,168,166);
    left: 0;
    height: 2px;
    content: "";
    bottom: 0;
    width: 40px;
}.pricing_optionry .pricing_feesq3 p {
    opacity: 0.85;
    word-break: break-word;
    color: #ffffff;
    white-space: normal;
    margin-bottom: 25px;
    font-size: 15px;
    overflow-wrap: break-word;
    line-height: 1.7;
    flex-grow: 1;
}.pricing_optionry .program_feesC8 {
    position: relative;
    color: #ffffff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    margin-top: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    font-weight: 700;
    display: inline-block;
    padding: 10px 20px;
    align-self: flex-start;
    border-radius: 10px;
    font-size: 28px;
    background: linear-gradient(135deg, rgb(142,168,166), rgb(106,131,130));
}.pricing_optionry .program_feesC8::before {
    transform: translateX(-100%);
    left: 0;
    position: absolute;
    transition: transform 0.6s ease;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}.pricing_optionry .pricing_feesq3:hover {
    transform: translateY(-10px);
}.pricing_optionry .pricing_feesq3:hover .cert_fees2V {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
}.pricing_optionry .pricing_feesq3:hover .cert_fees2V::before {
    opacity: 1;
}.pricing_optionry .pricing_feesq3:hover h4 {
    transform: translateX(5px);
}.pricing_optionry .pricing_feesq3:hover h4::after {
    width: 60px;
}.pricing_optionry .pricing_feesq3:hover .program_feesC8 {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}.pricing_optionry .pricing_feesq3:hover .program_feesC8::before {
    transform: translateX(100%);
}

@media (max-width: 1200px) {.pricing_optionry {
    padding: 100px 0;
}.pricing_optionry .pricing_dealski {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}.pricing_optionry .cert_fees2V {
    min-height: 360px;
    padding: 25px;
}.pricing_optionry h2 {
    font-size: calc(34px - 2px);
}
}

@media (max-width: 992px) {.pricing_optionry {
    padding: 80px 0;
}.pricing_optionry .pricing_dealski {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.pricing_optionry .cert_fees2V {
    min-height: 340px;
    padding: 22px;
}.pricing_optionry .pricing_feesq3 h4 {
    font-size: 20px;
}.pricing_optionry .pricing_feesq3 p {
    line-height: 1.6;
    font-size: 14px;
}.pricing_optionry .program_feesC8 {
    padding: 8px 16px;
    font-size: 24px;
}
}

@media (max-width: 768px) {.pricing_optionry {
    padding: 60px 0;
}.pricing_optionry .pricing_dealski {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.pricing_optionry .cert_fees2V {
    padding: 25px;
    min-height: auto;
}.pricing_optionry h2 {
    font-size: calc(34px - 4px);
}.pricing_optionry .program_ratePw {
    font-size: 16px;
    margin-bottom: 40px;
}
}

@media (max-width: 576px) {.pricing_optionry {
    padding: 50px 0;
}.pricing_optionry h2 {
    font-size: calc(34px - 6px);
}.pricing_optionry .program_ratePw {
    margin-bottom: 30px;
    font-size: 15px;
}.pricing_optionry .cert_fees2V {
    padding: 20px;
}.pricing_optionry .pricing_feesq3 h4 {
    padding-bottom: 12px;
    font-size: 18px;
    margin-bottom: 15px;
}.pricing_optionry .pricing_feesq3 p {
    margin-bottom: 20px;
    font-size: 14px;
}.pricing_optionry .program_feesC8 {
    font-size: 22px;
    padding: 8px 14px;
}}.secure_guardht {
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 50px;
    position: relative;
    color: #000000;
    background: #ffffff;
    margin: 0 auto;
    border: 1px solid rgb(142,168,166);
    width: 90%;
    max-width: 1200px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}.secure_guardht:before {
    content: "";
    width: 150px;
    background: rgb(142,168,166,0.5);
    top: -50px;
    left: -50px;
    position: absolute;
    height: 150px;
    border-radius: 50%;
    z-index: 1;
}.secure_guardht:after {
    z-index: 1;
    right: -50px;
    position: absolute;
    content: "";
    background: rgb(106,131,130,0.5);
    border-radius: 50%;
    bottom: -50px;
    width: 200px;
    height: 200px;
}.secure_guardht h1 {
    border-bottom: 3px solid rgb(142,168,166);
    z-index: 2;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 46px;
    margin-top: 40px;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 700;
    position: relative;
}.secure_guardht h1:before {
    z-index: -1;
    background: rgb(106,131,130);
    bottom: -5px;
    left: 0;
    height: 5px;
    content: "";
    position: absolute;
    width: 50px;
}.secure_guardht h2 {
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
    font-size: 35px;
    color: rgb(106,131,130);
    margin-top: 35px;
    font-weight: 600;
}.secure_guardht h2:before {
    z-index: -1;
    position: absolute;
    height: 3px;
    left: 0;
    background: rgb(142,168,166);
    content: "";
    bottom: -5px;
    width: 30px;
}.secure_guardht ul, .secure_guardht ol {
    z-index: 2;
    margin-bottom: 30px;
    list-style-type: disc;
    list-style: none;
    padding-left: 40px;
    position: relative;
}.secure_guardht li {
    margin-bottom: 15px;
    line-height: 1.8;
    position: relative;
    font-size: 17px;
}.secure_guardht li:before {
    color: rgb(142,168,166);
    position: absolute;
    line-height: 1;
    content: "•";
    left: -25px;
    font-size: 1.5em;
}.secure_guardht div {
    margin-bottom: 30px;
    padding: 25px;
    z-index: 2;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    line-height: 1.8;
    background: #ffffff;
    position: relative;
}.secure_guardht .container {
    z-index: 2;
    position: relative;
}.secure_guardht h3, .secure_guardht h4, .secure_guardht h5, .secure_guardht h6 {
    margin-bottom: 15px;
    z-index: 2;
    margin-top: 30px;
    color: rgb(142,168,166);
    font-size: 1.2em;
    font-weight: 600;
    position: relative;
}.secure_guardht p, .secure_guardht span {
    position: relative;
    line-height: 1.8;
    font-size: 17px;
    z-index: 2;
    margin-bottom: 20px;
    color: #000000;
}.secure_guardht a {
    text-decoration: none;
    font-weight: 400;
    z-index: 2;
    color: rgb(106,131,130);
    position: relative;
    border-bottom: 1px solid rgb(106,131,130);
}.secure_guardht a:hover {
    border-bottom: 1px solid rgb(142,168,166);
    color: rgb(142,168,166);
}.secure_guardht button {
    color: #ffffff;
    font-size: 18px;
    background: rgb(106,131,130);
    border-radius: 10px;
    z-index: 2;
    position: relative;
    padding: 12px 25px;
    cursor: pointer;
    border: 2px solid rgb(142,168,166);
}.secure_guardht button:hover {
    border-color: rgb(106,131,130);
    background: rgb(142,168,166);
}

@media only screen and (max-width: 800px) {.secure_guardht {
    width: 95%;
    padding: 30px;
}.secure_guardht h1 {
    font-size: calc(23px - 10px);
}.secure_guardht h2 {
    font-size: calc(23px - 5px);
}.secure_guardht ul, .secure_guardht ol {
    padding-left: 20px;
}.secure_guardht li:before {
    left: -15px;
}.secure_guardht button {
    padding: 10px 20px;
}}.opening_boardAg {
    overflow: hidden;
    perspective: 1000px;
    min-height: 100vh;
    position: relative;
    align-items: center;
    display: flex;
    background: linear-gradient(135deg, rgb(176,199,198) 0%, rgba(240, 245, 255, 1) 70%, rgba(225, 240, 250, 1) 100%);
}.opening_boardAg::before {
    left: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    content: "";
    right: 0;
    background: repeating-linear-gradient(45deg, rgba(94, 170, 168, 0.03), rgba(94, 170, 168, 0.03) 10px, transparent 10px, transparent 20px);
    top: 0;
    position: absolute;
}.opening_boardAg::after {
    pointer-events: none;
    transform: rotate(-15deg) skewX(10deg);
    content: "";
    right: -5%;
    top: -10%;
    width: 40%;
    background: linear-gradient(145deg, rgba(94, 170, 168, 0.15), rgba(94, 170, 168, 0.05) 60%, transparent 100%);
    z-index: 0;
    position: absolute;
    height: 70%;
}.opening_boardAg .quick_classes3K {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 3rem;
    grid-template-columns: 1fr 1fr;
    z-index: 2;
    position: relative;
    display: grid;
    transform-style: preserve-3d;
    gap: 2rem;
}.opening_boardAg .text_rowJ4 {
    display: flex;
    z-index: 3;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 2rem;
    transform: translateZ(20px);
}.opening_boardAg .text_rowJ4::before {
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.7) 80%);
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1.4), box-shadow 0.5s ease;
    position: absolute;
    z-index: -1;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    left: 0;
    top: 0;
    border-left: 4px solid rgb(142,168,166);
    height: 100%;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}.opening_boardAg .text_rowJ4:hover::before {
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateX(5px) translateY(-5px);
}.opening_boardAg h1 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 45px;
    transition: transform 0.5s ease;
    transform: translateX(-10px);
}.opening_boardAg h1::after {
    height: 4px;
    transition: transform 0.5s ease;
    transform-origin: left;
    content: "";
    width: 60px;
    bottom: -10px;
    transform: scaleX(0.8);
    background: rgb(142,168,166);
    left: 0;
    position: absolute;
}.opening_boardAg .text_rowJ4:hover h1 {
    transform: translateX(0);
}.opening_boardAg .text_rowJ4:hover h1::after {
    transform: scaleX(1);
}.opening_boardAg .edu_start5r {
    display: flex;
    margin-bottom: 2rem;
    gap: 1.5rem;
    flex-direction: column;
}.opening_boardAg .edu_start5r svg {
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
    width: 80px;
    height: 80px;
    margin-left: -10px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), filter 0.5s ease;
    transform: rotate(-5deg);
}.opening_boardAg .text_rowJ4:hover .edu_start5r svg {
    filter: drop-shadow(3px 6px 8px rgba(0, 0, 0, 0.15));
    transform: rotate(0) scale(1.05);
}.opening_boardAg .edu_start5r svg path {
    fill: rgb(94, 170, 168);
    transition: fill 0.3s ease;
}.opening_boardAg .edu_start5r svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
    fill: rgb(94, 170, 168);
}.opening_boardAg .text_rowJ4:hover .edu_start5r svg path,
.opening_boardAg .text_rowJ4:hover .edu_start5r svg text {
    fill: rgb(142,168,166);
}.opening_boardAg .edu_start5r p {
    transform: translateY(5px);
    transition: transform 0.5s ease, opacity 0.5s ease;
    font-size: calc(14px * 1.1);
    line-height: 1.6;
    opacity: 0.9;
    color: #000000;
    max-width: 90%;
}.opening_boardAg .text_rowJ4:hover .edu_start5r p {
    transform: translateY(0);
    opacity: 1;
}.opening_boardAg ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0 0;
}.opening_boardAg ul li {
    display: inline-block;
}.opening_boardAg .request_message1g {
    display: inline-block;
    color: #ffffff;
    padding: 0.9rem 2rem;
    font-weight: 600;
    border: none;
    z-index: 1;
    position: relative;
    font-size: 14px;
    box-shadow: 0 4px 15px rgba(94, 170, 168, 0.3);
    background: linear-gradient(135deg, rgb(142,168,166) 0%, rgb(94, 170, 168) 100%);
    overflow: hidden;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    text-decoration: none;
}.opening_boardAg .request_message1g::before {
    top: 0;
    transition: opacity 0.4s ease;
    height: 100%;
    opacity: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(94, 170, 168) 0%, rgb(142,168,166) 100%);
    width: 100%;
    z-index: -1;
    position: absolute;
    content: "";
}.opening_boardAg .request_message1g:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.4);
}.opening_boardAg .request_message1g:hover::before {
    opacity: 1;
}.opening_boardAg .img_lightboxFE {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    position: relative;
    min-height: 400px;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateZ(10px) perspective(1000px) rotateY(-5deg);
    transform-style: preserve-3d;
    overflow: hidden;
    z-index: 2;
}.opening_boardAg .img_lightboxFE::before {
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgba(94, 170, 168, 0.7) 0%, rgba(94, 170, 168, 0) 70%);
    z-index: 1;
    transition: opacity 0.5s ease;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}.opening_boardAg .img_lightboxFE:hover {
    transform: translateZ(30px) perspective(1000px) rotateY(0deg);
}.opening_boardAg .img_lightboxFE:hover::before {
    opacity: 0.7;
}

@media (max-width: 991px) {.opening_boardAg .quick_classes3K {
    padding: 2rem 1.5rem;
    grid-template-columns: 1fr;
}.opening_boardAg .text_rowJ4 {
    padding: 1.5rem;
    order: 2;
    transform: translateZ(0);
}.opening_boardAg .img_lightboxFE {
    min-height: 350px;
    transform: translateZ(0) perspective(1000px) rotateY(0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    order: 1;
}.opening_boardAg h1 {
    transform: translateX(0);
    font-size: calc(45px * 0.9);
}.opening_boardAg .edu_start5r p {
    max-width: 100%;
}.opening_boardAg .text_rowJ4::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
}

@media (max-width: 767px) {.opening_boardAg {
    padding: 3rem 0;
    min-height: auto;
}.opening_boardAg .quick_classes3K {
    gap: 1.5rem;
    padding: 1rem;
}.opening_boardAg .text_rowJ4 {
    padding: 1.2rem;
}.opening_boardAg h1 {
    margin-bottom: 1.2rem;
    font-size: calc(45px * 0.8);
}.opening_boardAg .edu_start5r {
    margin-bottom: 1.5rem;
    gap: 1rem;
}.opening_boardAg .edu_start5r svg {
    width: 60px;
    height: 60px;
}.opening_boardAg .edu_start5r p {
    font-size: 14px;
}.opening_boardAg .img_lightboxFE {
    min-height: 250px;
}.opening_boardAg .request_message1g {
    font-size: calc(14px * 0.9);
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 480px) {.opening_boardAg {
    padding: 2rem 0;
}.opening_boardAg .quick_classes3K {
    padding: 0.8rem;
    gap: 1rem;
}.opening_boardAg .text_rowJ4 {
    padding: 1rem;
}.opening_boardAg h1 {
    font-size: calc(45px * 0.7);
    margin-bottom: 1rem;
}.opening_boardAg .edu_start5r svg {
    height: 50px;
    width: 50px;
}.opening_boardAg .edu_start5r p {
    font-size: calc(14px * 0.9);
}.opening_boardAg .img_lightboxFE {
    min-height: 200px;
}}.thanksWebtB {
    background: linear-gradient(135deg, rgb(142,168,166,0.5) 0%, rgb(176,199,198) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.thanksWebtB::before {
    top: 0;
    height: 100%;
    opacity: 0.1;
    left: 0;
    pointer-events: none;
    position: absolute;
    background: repeating-linear-gradient(45deg, transparent, transparent 50px, rgb(106,131,130,0.5) 50px, rgb(106,131,130,0.5) 52px);
    content: "";
    width: 100%;
}.thanksWebtB::after {
    height: 250px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: rgb(142,168,166);
    content: "";
    position: absolute;
    transform: rotate(15deg);
    right: -20px;
    z-index: 0;
    bottom: -20px;
    width: 250px;
    opacity: 0.08;
}.thanksWebtB .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.thanksWebtB .quick_classes3K {
    display: grid;
    grid-template-columns: 1fr;
    transform: translateX(0);
    gap: 40px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.thanksWebtB .quick_classes3K:hover {
    transform: translateX(10px);
}.thanksWebtB .quick_classes3K > div:first-child {
    position: relative;
    transform-origin: left center;
    padding-left: 30px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 4px solid rgb(142,168,166);
}.thanksWebtB .quick_classes3K > div:first-child::before {
    transition: transform 0.4s ease;
    top: 50%;
    height: 24px;
    left: -14px;
    transform: translateY(-50%) rotate(45deg);
    background: #ffffff;
    border: 3px solid rgb(142,168,166);
    content: "";
    width: 24px;
    position: absolute;
}.thanksWebtB .quick_classes3K:hover > div:first-child::before {
    transform: translateY(-50%) rotate(225deg);
}.thanksWebtB h5 {
    margin: 0;
    position: relative;
    color: #000000;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
}.thanksWebtB .quick_classes3K > div:last-child {
    background: #ffffff;
    transform: translateY(0);
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    padding: 35px 40px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
}.thanksWebtB .quick_classes3K > div:last-child::before {
    top: 0;
    content: "";
    left: 0;
    transition: width 0.4s ease;
    background: linear-gradient(to bottom, rgb(142,168,166), rgb(106,131,130));
    width: 6px;
    height: 100%;
    position: absolute;
}.thanksWebtB .quick_classes3K > div:last-child:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.thanksWebtB .quick_classes3K > div:last-child:hover::before {
    width: 10px;
}.thanksWebtB .quick_classes3K > div:last-child::after {
    opacity: 0.15;
    right: -30px;
    border-radius: 50%;
    position: absolute;
    height: 90px;
    content: "";
    top: -30px;
    width: 90px;
    z-index: 0;
    background: rgb(106,131,130,0.5);
}.thanksWebtB a {
    transition: transform 0.3s ease;
    text-decoration: none;
    position: relative;
    display: block;
    z-index: 1;
}.thanksWebtB a:hover {
    transform: translateX(5px);
}.thanksWebtB p {
    position: relative;
    z-index: 2;
    font-size: 18px;
    margin: 0;
    color: #000000;
    line-height: 1.8;
}

@media (min-width: 768px) {.thanksWebtB {
    padding: 150px 0;
}.thanksWebtB .quick_classes3K {
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: center;
}.thanksWebtB .quick_classes3K > div:first-child {
    padding-left: 50px;
}.thanksWebtB h5 {
    font-size: calc(24px * 1.2);
    max-width: 90%;
}
}

@media (min-width: 992px) {.thanksWebtB {
    padding: 180px 0;
}.thanksWebtB .quick_classes3K {
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
}.thanksWebtB .quick_classes3K > div:first-child {
    transform: translateX(-30px);
}.thanksWebtB .quick_classes3K:hover > div:first-child {
    transform: translateX(-20px);
}.thanksWebtB .quick_classes3K > div:last-child {
    padding: 50px 60px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), clip-path 0.6s ease, box-shadow 0.6s ease;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.thanksWebtB .quick_classes3K > div:last-child:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
}

@media (max-width: 767px) {.thanksWebtB {
    padding: 80px 0;
}.thanksWebtB::after {
    width: 150px;
    height: 150px;
}.thanksWebtB .quick_classes3K > div:first-child {
    padding-left: 20px;
}.thanksWebtB .quick_classes3K > div:last-child {
    padding: 25px 30px;
}.thanksWebtB h5 {
    font-size: calc(24px * 0.9);
}.thanksWebtB p {
    font-size: calc(18px * 0.95);
}}.about_thisCq {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    color: #ffffff;
}.about_thisCq::before {
    z-index: 1;
    right: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.75));
    left: 0;
    content: "";
    bottom: 0;
    top: 0;
    position: absolute;
}.about_thisCq::after {
    z-index: 2;
    left: 0;
    opacity: 0.3;
    bottom: 0;
    content: "";
    animation: gradientShift 8s ease-in-out infinite alternate;
    top: 0;
    position: absolute;
    background: linear-gradient(180deg, rgb(142,168,166,0.5) 0%, transparent 100%);
    right: 0;
}.about_thisCq .container {
    z-index: 5;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.about_thisCq .text_rowJ4 {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(142,168,166);
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    padding: 60px 50px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 
                0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) rotateY(1deg);
}.about_thisCq .text_rowJ4:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3), 
                0 0 0 1px rgba(255, 255, 255, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}.about_thisCq .text_rowJ4::before {
    top: -100px;
    opacity: 0.05;
    right: -100px;
    border-radius: 50%;
    background: rgb(142,168,166);
    position: absolute;
    content: "";
    z-index: -1;
    height: 200px;
    width: 200px;
}.about_thisCq .text_rowJ4::after {
    border-radius: 50%;
    position: absolute;
    bottom: -75px;
    left: -75px;
    height: 150px;
    opacity: 0.05;
    content: "";
    z-index: -1;
    background: rgb(106,131,130);
    width: 150px;
}.about_thisCq h5 {
    font-weight: 700;
    display: inline-block;
    letter-spacing: 2px;
    position: relative;
    color: rgb(142,168,166);
    font-size: calc(18px * 1.2);
    text-transform: uppercase;
    margin: 0 0 20px 0;
}.about_thisCq h5::after {
    height: 2px;
    transform: scaleX(0);
    bottom: -10px;
    content: "";
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    transform-origin: left;
    width: 50%;
    background: rgb(142,168,166);
    position: absolute;
}.about_thisCq .text_rowJ4:hover h5::after {
    transform: scaleX(1);
}.about_thisCq p {
    color: #ffffff;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.6;
}.about_thisCq p b {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: inline-block;
    color: transparent;
    -webkit-background-clip: text !important;
    transform: translateX(0);
    font-size: calc(16px * 1.4);
    background: linear-gradient(120deg, rgb(142,168,166), rgb(106,131,130));
    font-weight: 700;
}.about_thisCq .text_rowJ4:hover p b {
    transform: translateX(10px);
}.about_thisCq ol {
    margin-top: 30px;
    padding-left: 0;
    position: relative;
}.about_thisCq ol li {
    list-style-type: none;
    position: relative;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    text-align: justify;
    padding-left: 0;
}.about_thisCq ol::before {
    width: 3px;
    position: absolute;
    top: 10px;
    transform-origin: top;
    height: calc(100% - 60px);
    background: linear-gradient(to bottom, rgb(142,168,166), transparent);
    content: "";
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleY(0);
    left: -20px;
}.about_thisCq .text_rowJ4:hover ol::before {
    transform: scaleY(1);
}

@keyframes gradientShift {
    0% {
        opacity: 0.2;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.35;
    }
    100% {
        opacity: 0.3;
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.about_thisCq {
    padding: 100px 0;
}.about_thisCq .text_rowJ4 {
    padding: 50px 40px;
}
}

@media (max-width: 992px) {.about_thisCq {
    padding: 80px 0;
}.about_thisCq .text_rowJ4 {
    transform: perspective(1000px) rotateY(0.5deg);
    padding: 40px 30px;
}.about_thisCq h5 {
    font-size: calc(18px * 1.1);
}.about_thisCq p b {
    font-size: calc(16px * 1.3);
}
}

@media (max-width: 768px) {.about_thisCq {
    padding: 70px 0;
}.about_thisCq .text_rowJ4 {
    padding: 35px 25px;
    border-left-width: 3px;
    transform: none;
}.about_thisCq h5 {
    font-size: 18px;
    margin-bottom: 15px;
}.about_thisCq p {
    font-size: calc(16px * 0.95);
    margin-bottom: 20px;
}.about_thisCq p b {
    font-size: calc(16px * 1.2);
}.about_thisCq ol li {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.about_thisCq {
    padding: 60px 0;
}.about_thisCq .text_rowJ4 {
    border-left-width: 2px;
    padding: 30px 20px;
}.about_thisCq h5 {
    font-size: calc(18px * 0.9);
    letter-spacing: 1.5px;
}.about_thisCq p {
    font-size: calc(16px * 0.9);
    margin-bottom: 15px;
}.about_thisCq p b {
    font-size: calc(16px * 1.1);
}.about_thisCq ol {
    margin-top: 20px;
}.about_thisCq ol li {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.about_thisCq ol::before {
    left: -15px;
    width: 2px;
}}.connect_with_usOs {
    position: relative;
    padding: 5rem 0;
}.connect_with_usOs::before {
    content: "";
    z-index: 1;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
}.connect_with_usOs .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.connect_with_usOs .reach_panelVd {
    background: rgb(176,199,198);
    display: flex;
    overflow: hidden;
    border-radius: 16px;
    flex-wrap: wrap;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}.connect_with_usOs .reach_panelVd::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(142,168,166), 
        rgb(106,131,130));
}.connect_with_usOs .connect_requestge {
    background: rgb(176,199,198);
    flex: 1 0 300px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 3rem;
    position: relative;
}.connect_with_usOs .connect_requestge::after {
    right: 0;
    top: 0;
    background: linear-gradient(to bottom,
        transparent,
        rgb(142,168,166,0.5),
        transparent);
    content: "";
    width: 1px;
    position: absolute;
    height: 100%;
}.connect_with_usOs .connect_requestge h3 {
    font-weight: 700;
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    color: rgb(142,168,166);
    display: inline-block;
    border-bottom: 2px solid rgb(106,131,130);
    font-size: 23px;
}.connect_with_usOs .connect_requestge div {
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.02));
    margin-bottom: 2rem;
    align-items: center;
    border-radius: 10px;
    padding: 1rem;
    transition: all 0.3s ease;
    display: flex;
}.connect_with_usOs .connect_requestge div:hover {
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.05));
    transform: translateX(5px);
}.connect_with_usOs .connect_requestge div svg {
    height: 24px;
    padding: 5px;
    width: 24px;
    border-radius: 50%;
    margin-right: 1rem;
    flex-shrink: 0;
    background: rgb(142,168,166);
}.connect_with_usOs .connect_requestge div svg path {
    fill: #ffffff;
}.connect_with_usOs .connect_requestge div span {
    font-size: 16px;
    color: #000000;
}.connect_with_usOs .connect_requestge div span a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #000000;
}.connect_with_usOs .connect_requestge div span a:hover {
    color: rgb(142,168,166);
}.connect_with_usOs .query_widgetCA {
    background: #ffffff;
    flex: 1 0 450px;
    padding: 3rem;
    position: relative;
}.connect_with_usOs .query_widgetCA::before {
    width: 20px;
    transform: rotate(45deg);
    position: absolute;
    height: 20px;
    left: -10px;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    content: "";
    top: 3rem;
}.connect_with_usOs .query_widgetCA form {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}.connect_with_usOs .query_widgetCA h3 {
    font-size: 23px;
    font-weight: 600;
    position: relative;
    color: #000000;
    text-align: center;
    margin-bottom: 2rem;
}.connect_with_usOs .query_widgetCA h3::after {
    bottom: -10px;
    width: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background: rgb(142,168,166);
    height: 3px;
}.connect_with_usOs .query_widgetCA input[type="text"],
.connect_with_usOs .query_widgetCA input[type="email"] {
    width: 100%;
    padding: 1rem 1.2rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    font-size: 16px;
    background: rgb(176,199,198);
    border-radius: 10px;
}.connect_with_usOs .query_widgetCA input[type="text"]:focus,
.connect_with_usOs .query_widgetCA input[type="email"]:focus {
    border-color: rgb(142,168,166);
    outline: none;
    box-shadow: 0 0 0 3px rgb(142,168,166,0.5);
}.connect_with_usOs .query_widgetCA input[type="text"]::placeholder,
.connect_with_usOs .query_widgetCA input[type="email"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.connect_with_usOs .query_widgetCA .message_map5i {
    align-items: flex-start;
    margin: 0.5rem 0;
    gap: 10px;
    display: flex;
}.connect_with_usOs .query_widgetCA .message_map5i input[type="checkbox"] {
    transition: all 0.2s ease;
    -webkit-appearance: none;
    cursor: pointer;
    height: 20px;
    background-color: #ffffff;
    flex-shrink: 0;
    width: 20px;
    border-radius: 4px;
    margin-top: 2px;
    border: 2px solid #000000;
    position: relative;
    appearance: none;
}.connect_with_usOs .query_widgetCA .message_map5i input[type="checkbox"]:checked {
    background-color: rgb(142,168,166);
    border-color: rgb(142,168,166);
}.connect_with_usOs .query_widgetCA .message_map5i input[type="checkbox"]:checked::after {
    top: 3px;
    border-width: 0 2px 2px 0;
    position: absolute;
    transform: rotate(45deg);
    content: "";
    border: solid #ffffff;
    width: 4px;
    height: 8px;
    left: 7px;
}.connect_with_usOs .query_widgetCA .message_map5i label {
    font-size: calc(16px - 1px);
    color: #000000;
    line-height: 1.5;
}.connect_with_usOs .query_widgetCA .message_map5i label a {
    color: rgb(142,168,166);
    text-decoration: none;
    font-weight: 600;
}.connect_with_usOs .query_widgetCA .request_message1g {
    background: rgb(142,168,166);
    cursor: pointer;
    width: 100%;
    color: #ffffff;
    margin-top: 1rem;
    border: none;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding: 1rem;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}.connect_with_usOs .query_widgetCA .request_message1g::after {
    height: 5px;
    border-radius: 100%;
    position: absolute;
    transform-origin: 50% 50%;
    content: "";
    width: 5px;
    transform: scale(1, 1) translate(-50%);
    left: 50%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.5);
    top: 50%;
}.connect_with_usOs .query_widgetCA .request_message1g:hover {
    background: rgb(106,131,130);
}.connect_with_usOs .query_widgetCA .request_message1g:focus {
    outline: none;
}.connect_with_usOs .query_widgetCA .request_message1g:active::after {
    animation: ripple 1s ease-out;
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    20% {
        transform: scale(25, 25);
        opacity: 0.3;
    }
    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}

@media screen and (max-width: 992px) {.connect_with_usOs .reach_panelVd {
    flex-direction: column;
}.connect_with_usOs .connect_requestge {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}.connect_with_usOs .connect_requestge::after {
    width: 100%;
    background: linear-gradient(to right,
            transparent,
            rgb(142,168,166,0.5),
            transparent);
    top: unset;
    bottom: 0;
    right: unset;
    height: 1px;
    left: 0;
}.connect_with_usOs .query_widgetCA::before {
    transform: rotate(135deg);
    top: -10px;
    left: 3rem;
}
}

@media screen and (max-width: 768px) {.connect_with_usOs {
    padding: 4rem 0;
}.connect_with_usOs .connect_requestge,
    .connect_with_usOs .query_widgetCA {
    padding: 2rem;
}.connect_with_usOs .connect_requestge h3,
    .connect_with_usOs .query_widgetCA h3 {
    font-size: calc(23px - 2px);
}
}

@media screen and (max-width: 576px) {.connect_with_usOs {
    padding: 3rem 0;
}.connect_with_usOs .connect_requestge,
    .connect_with_usOs .query_widgetCA {
    padding: 1.5rem;
}.connect_with_usOs .connect_requestge div {
    margin-bottom: 1.25rem;
    padding: 0.75rem;
}.connect_with_usOs .connect_requestge div svg {
    width: 20px;
    height: 20px;
}.connect_with_usOs .query_widgetCA input[type="text"],
    .connect_with_usOs .query_widgetCA input[type="email"] {
    padding: 0.8rem 1rem;
}.connect_with_usOs .query_widgetCA::before {
    display: none;
}}footer {
    width: 100%;
    position: relative;
}footer .equity_info9p {
    color: #000000;
    padding: 100px 0 30px;
    position: relative;
    background-color: rgb(176,199,198);
    font-family: Arial, sans-serif;
}footer .equity_info9p::before {
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(142,168,166,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(106,131,130,0.5) 0%, transparent 20%);
    z-index: 0;
    opacity: 0.3;
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
}footer .study_bottom8Y {
    z-index: 1;
    position: relative;
}footer .submit_feedbackuj {
    flex-wrap: wrap;
    border-radius: 21px;
    left: 50%;
    z-index: 3;
    position: absolute;
    gap: 15px;
    width: 85%;
    justify-content: space-between;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
    top: -80px;
    background-color: #ffffff;
    padding: 25px;
    display: flex;
}footer .info_item {
    align-items: center;
    padding: 15px;
    transition: all 0.3s ease;
    background-color: rgb(176,199,198);
    display: flex;
    border-radius: 10px;
    flex: 1 1 200px;
}footer .info_item:hover {
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}footer .info_item svg {
    fill: rgb(142,168,166);
    transition: transform 0.3s ease;
    margin-right: 12px;
    height: 22px;
    width: 22px;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 17px;
}footer .info_item a:hover {
    color: rgb(142,168,166);
}footer .text_main_holder {
    margin-top: 40px;
    display: flex;
    gap: 20px;
    position: relative;
    flex-direction: column;
    perspective: 2000px;
}footer .site_navbarPo, footer .top_sitewrapMH, footer .subscribe_holder {
    position: relative;
    transform-origin: center center;
    border-radius: 21px;
    transform-style: preserve-3d;
    transition: all 0.5s ease;
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}footer .site_navbarPo {
    z-index: 2;
    transform: translateZ(0) scale(1);
    background-color: #ffffff;
}footer .site_navbarPo:hover {
    transform: translateZ(30px) scale(1.02);
}footer .top_sitewrapMH {
    z-index: 1;
    color: #ffffff;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: -20px;
    transform: translateZ(-10px) scale(0.98);
    background-color: rgb(106,131,130);
}footer .subscribe_holder {
    z-index: 0;
    transform: translateZ(-20px) scale(0.96);
    margin-left: 40px;
    color: #ffffff;
    margin-top: -20px;
    background-color: rgb(142,168,166);
    margin-right: 40px;
}footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}footer .site_navbarPo::after, footer .top_sitewrapMH::after, footer .subscribe_holder::after {
    opacity: 0;
    transition: opacity 0.3s ease;
    top: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    width: 100%;
    border-radius: 21px;
    height: 100%;
    left: 0;
    content: "";
}footer .site_navbarPo:hover::after, footer .top_sitewrapMH:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}footer .site_navbarPo svg {
    height: 45px;
    display: block;
    width: auto;
    margin-bottom: 20px;
}footer .res_connectVD {
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
}footer .top_sitewrapMH h5 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    color: #ffffff;
}footer .top_sitewrapMH h5::after {
    background: linear-gradient(90deg, rgb(142,168,166), transparent);
    bottom: -8px;
    transition: width 0.3s ease;
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
}footer .top_sitewrapMH h5:hover::after {
    width: 100%;
}footer .top_knowR0 {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
    display: grid;
    margin-bottom: 20px;
}footer .top_knowR0 a {
    color: rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 17px;
    display: inline-block;
    padding: 5px 0;
    position: relative;
}footer .top_knowR0 a::before {
    height: 1px;
    content: "";
    bottom: 0;
    transition: width 0.3s ease;
    width: 0;
    left: 0;
    background-color: rgb(142,168,166);
    position: absolute;
}footer .top_knowR0 a:hover {
    color: #ffffff;
    transform: translateX(5px);
}footer .top_knowR0 a:hover::before {
    width: 100%;
}footer .subscribe_holder h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
}footer .subscribe_holder p {
    font-size: 17px;
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #ffffff;
    padding: 14px 16px;
    font-size: 17px;
    border: none;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .updates_itemhG {
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    color: rgb(142,168,166);
    background-color: #ffffff;
    font-size: 18px;
    border: none;
    padding: 14px 20px;
}footer .updates_itemhG:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    background-color: rgb(106,131,130);
}footer .tiktok_edusf {
    margin-top: 60px;
    position: relative;
    text-align: center;
}footer .code_labs2N {
    font-size: 15px;
    padding: 8px 20px;
    background-color: #ffffff;
    color: #000000;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
}

@media (min-width: 992px) {footer .text_main_holder {
    align-items: stretch;
    flex-direction: row;
}footer .site_navbarPo, footer .top_sitewrapMH, footer .subscribe_holder {
    flex-direction: column;
    margin-top: 0;
    display: flex;
    flex: 1;
}footer .site_navbarPo {
    margin-right: -20px;
}footer .top_sitewrapMH {
    margin-right: -20px;
    z-index: 1;
    margin-left: 0;
}footer .subscribe_holder {
    margin-right: 0;
    margin-left: 0;
}
}

@media (max-width: 991px) {footer .submit_feedbackuj {
    width: 90%;
    padding: 20px;
    position: relative;
}footer .text_main_holder {
    margin-top: 80px;
}
}

@media (max-width: 767px) {footer .equity_info9p {
    padding: 80px 0 30px;
}footer .submit_feedbackuj {
    padding: 15px;
    top: -60px;
    width: 95%;
}footer .info_item {
    flex: 1 1 100%;
}footer .site_navbarPo, footer .top_sitewrapMH, footer .subscribe_holder {
    margin-left: 0;
    padding: 25px 20px;
    margin-right: 0;
}footer .top_sitewrapMH, footer .subscribe_holder {
    margin-top: -10px;
}footer .tiktok_edusf {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .equity_info9p {
    padding: 70px 0 20px;
}footer .submit_feedbackuj {
    top: -50px;
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .site_navbarPo, footer .top_sitewrapMH, footer .subscribe_holder {
    padding: 20px 15px;
}footer .top_sitewrapMH h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .top_knowR0 {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .updates_itemhG {
    padding: 12px;
}}.course_programit {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(176,199,198) 0%, rgb(106,131,130,0.5) 100%);
    overflow: hidden;
    position: relative;
}.course_programit::before {
    z-index: 1;
    animation: float 15s infinite ease-in-out alternate;
    height: 300px;
    transform: rotate(15deg);
    width: 300px;
    opacity: 0.6;
    filter: blur(40px);
    position: absolute;
    top: -10%;
    right: -5%;
    background: linear-gradient(220deg, rgb(142,168,166,0.5) 0%, transparent 70%);
    content: "";
}.course_programit::after {
    transform: rotate(-15deg);
    z-index: 1;
    content: "";
    opacity: 0.5;
    animation: float 18s infinite ease-in-out alternate-reverse;
    width: 250px;
    bottom: -5%;
    left: -5%;
    background: linear-gradient(135deg, rgb(106,131,130) 0%, transparent 80%);
    filter: blur(30px);
    position: absolute;
    height: 250px;
}.course_programit .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.course_programit h2 {
    font-weight: 700;
    position: relative;
    opacity: 0;
    margin-bottom: 60px;
    line-height: 1.3;
    color: #000000;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    letter-spacing: -0.02em;
    font-size: 30px;
    text-align: center;
    transform: translateY(0);
}.course_programit h2::after {
    height: 3px;
    width: 80px;
    bottom: -15px;
    transition: width 0.3s ease;
    background: linear-gradient(90deg, rgb(142,168,166) 0%, rgb(106,131,130) 100%);
    position: absolute;
    left: 50%;
    content: "";
    transform: translateX(-50%);
}.course_programit h2:hover::after {
    width: 120px;
}.course_programit .career_challengeQ6 {
    gap: 40px;
    flex-direction: column;
    transform: translateY(20px);
    opacity: 0;
    display: flex;
    background: #ffffff;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border-radius: 11px;
}.course_programit .img_lightboxFE {
    position: relative;
    height: 300px;
    overflow: hidden;
    transition: transform 0.5s ease;
}.course_programit .img_lightboxFE::before {
    left: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.3) 100%);
    top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    z-index: 1;
}.course_programit .img_lightboxFE::after {
    transform: rotate(0deg);
    z-index: 2;
    width: 80px;
    position: absolute;
    height: 80px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    top: -10px;
    opacity: 0.7;
    transition: transform 0.5s ease;
    background: rgb(142,168,166);
    content: "";
    right: -10px;
}.course_programit .img_lightboxFE:hover::after {
    transform: rotate(15deg) scale(1.2);
}.course_programit .text_rowJ4 {
    position: relative;
    padding: 30px 40px 40px;
}.course_programit .description {
    max-height: 200px;
    margin-bottom: 25px;
    position: relative;
    overflow-y: auto;
    font-size: 17px;
    line-height: 1.7;
    color: #000000;
    padding-right: 10px;
}.course_programit .description::-webkit-scrollbar {
    width: 4px;
}.course_programit .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.course_programit .description::-webkit-scrollbar-thumb {
    background: rgb(106,131,130,0.5);
    border-radius: 10px;
}.course_programit .description:last-child {
    padding-top: 20px;
    margin-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}.course_programit .description::first-letter {
    font-weight: 600;
    color: rgb(142,168,166);
    font-size: 1.3em;
}

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

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

@media (min-width: 768px) {.course_programit .career_challengeQ6 {
    align-items: stretch;
    gap: 0;
    flex-direction: row;
}.course_programit .img_lightboxFE {
    height: auto;
    flex: 0 0 45%;
}.course_programit .text_rowJ4 {
    padding: 40px 50px;
    display: flex;
    flex: 0 0 55%;
    justify-content: center;
    flex-direction: column;
}.course_programit .description {
    max-height: 230px;
}
}

@media (min-width: 992px) {.course_programit {
    padding: 150px 0;
}.course_programit h2 {
    font-size: calc(30px * 1.1);
    margin-bottom: 70px;
}.course_programit .career_challengeQ6 {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    max-width: 90%;
    transform: perspective(1000px) rotateY(0deg);
}.course_programit .career_challengeQ6:hover {
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}.course_programit .img_lightboxFE {
    flex: 0 0 40%;
}.course_programit .text_rowJ4 {
    padding: 50px 60px;
    flex: 0 0 60%;
}.course_programit .description {
    max-height: 280px;
    font-size: calc(17px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.course_programit {
    padding: 180px 0;
}.course_programit .career_challengeQ6 {
    max-width: 85%;
}.course_programit .img_lightboxFE {
    flex: 0 0 45%;
}.course_programit .text_rowJ4 {
    padding: 60px 70px;
    flex: 0 0 55%;
}.course_programit .description {
    max-height: 320px;
}
}

@media (max-width: 767px) {.course_programit {
    padding: 80px 0;
}.course_programit h2 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.85);
}.course_programit .img_lightboxFE {
    height: 220px;
}.course_programit .text_rowJ4 {
    padding: 25px 30px 35px;
}.course_programit .description {
    font-size: calc(17px * 0.95);
    max-height: 180px;
    line-height: 1.6;
}}.teaching_historyKj {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(176,199,198) 0%, rgb(142,168,166,0.5) 100%);
    overflow: hidden;
    position: relative;
}.teaching_historyKj::before {
    z-index: 1;
    left: -5%;
    height: 70%;
    background: rgb(106,131,130,0.5);
    top: -10%;
    width: 120%;
    position: absolute;
    content: "";
    transform: rotate(-12deg);
}.teaching_historyKj .review_voicesj0 {
    z-index: 2;
    gap: 3rem;
    flex-direction: row;
    position: relative;
    transform: translateX(5%);
    align-items: center;
    display: flex;
}.teaching_historyKj .img_lightboxFE {
    width: 280px;
    transition: all 0.5s ease;
    border-radius: 10px;
    transform: rotate(-5deg);
    box-shadow: 15px 15px 0 rgb(142,168,166,0.5);
    height: 350px;
}.teaching_historyKj .img_lightboxFE:hover {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.5);
}.teaching_historyKj .exp_viewCH {
    transform: rotate(2deg) translateY(-30px);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
    max-width: 60%;
    background: #ffffff;
    position: relative;
}.teaching_historyKj .exp_viewCH::after {
    background: rgb(106,131,130);
    content: "";
    opacity: 0.6;
    position: absolute;
    transition: all 0.5s ease;
    width: 85%;
    bottom: -10px;
    height: 10px;
    left: 30px;
    filter: blur(8px);
}.teaching_historyKj .exp_viewCH:hover {
    transform: rotate(0deg) translateY(-20px);
}.teaching_historyKj .exp_viewCH:hover::after {
    opacity: 0.8;
    width: 95%;
}.teaching_historyKj .name {
    color: rgb(142,168,166);
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    transform: translateX(-20px);
}.teaching_historyKj .exp_viewCH > div:nth-child(2) {
    margin-bottom: 1.5rem;
    transform: translateX(-10px);
    font-size: 17px;
    font-weight: 600;
    color: rgb(106,131,130);
}.teaching_historyKj .exp_highlights7X {
    font-size: 16px;
    position: relative;
    padding-left: 1.5rem;
    font-style: italic;
    line-height: 1.6;
    font-weight: 400;
    color: #000000;
}.teaching_historyKj .exp_highlights7X::before {
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(142,168,166), rgb(106,131,130));
    content: "";
    left: 0;
    border-radius: 10px;
    position: absolute;
    top: 0;
}

@media (max-width: 992px) {.teaching_historyKj .review_voicesj0 {
    flex-direction: column;
    transform: none;
    gap: 2rem;
}.teaching_historyKj .img_lightboxFE {
    margin: 0 auto;
    height: 280px;
    width: 220px;
}.teaching_historyKj .exp_viewCH {
    transform: none;
    max-width: 100%;
}.teaching_historyKj .name,
    .teaching_historyKj .exp_viewCH > div:nth-child(2) {
    transform: none;
}}header {
    border-bottom: 2px solid rgb(176,199,198);
    top: 0;
    z-index: 1000;
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    transition: all 0.3s ease;
    left: 0;
}header:before {
    background: linear-gradient(90deg, rgb(142,168,166), rgb(106,131,130), rgb(142,168,166));
    animation: gradientMove 6s infinite linear;
    position: absolute;
    height: 4px;
    width: 100%;
    left: 0;
    background-size: 200% 100%;
    content: '';
    top: 0;
}header .main_pagewrap43 {
    width: 100%;
    padding: 0;
}header .container {
    padding: 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}header .nav_mentorjo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}header .top_sitewrapMH {
    gap: 35px;
    align-items: center;
    display: flex;
}header .site_headCR {
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    padding: 5px 0;
    transition: all 0.3s ease;
    color: #000000;
    position: relative;
}header .site_headCR:before {
    width: 6px;
    height: 6px;
    content: '';
    transform: translateY(-50%) scale(0);
    left: -15px;
    position: absolute;
    transition: transform 0.3s ease;
    background-color: rgb(142,168,166);
    border-radius: 10px;
    top: 50%;
}header .site_headCR:after {
    transition: transform 0.3s ease;
    content: '';
    width: 100%;
    transform: scaleX(0);
    left: 0;
    height: 2px;
    background-color: rgb(142,168,166);
    transform-origin: center;
    bottom: 0;
    position: absolute;
}header .site_headCR:hover {
    color: rgb(142,168,166);
}header .site_headCR:hover:before {
    transform: translateY(-50%) scale(1);
}header .site_headCR:hover:after {
    transform: scaleX(1);
}header .nav_base5W {
    padding: 5px 10px;
    position: relative;
    align-items: center;
    display: flex;
    transition: all 0.3s ease;
    text-decoration: none;
}header .nav_base5W:before {
    content: '';
    opacity: 0;
    height: 100%;
    border-radius: 10px;
    -webkit-mask-composite: xor;
    top: 0;
    left: 0;
    width: 100%;
    border: 2px solid transparent;
    transition: opacity 0.3s ease;
    background: linear-gradient(to right, rgb(142,168,166), rgb(106,131,130)) border-box;
    position: absolute;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
}header .nav_base5W:hover:before {
    opacity: 1;
}header .nav_base5W svg {
    width: auto;
    height: 42px;
    transition: transform 0.3s ease;
}header .nav_base5W:hover svg {
    transform: scale(1.05);
}

@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px;
}header .top_sitewrapMH {
    gap: 20px;
}header .site_headCR:before {
    left: -10px;
}header .nav_base5W svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .top_sitewrapMH {
    overflow: hidden;
    gap: 0;
    max-height: 0;
    border-bottom: 3px solid rgb(142,168,166);
    padding: 0;
    width: 100%;
    position: absolute;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    transition: max-height 0.4s ease;
    z-index: 1001;
    flex-direction: column;
    left: 0;
    top: 100%;
}header .menu.active {
    max-height: 400px;
}header .site_headCR {
    border-bottom: 1px solid rgb(176,199,198);
    padding: 12px 20px;
    width: 100%;
}header .site_headCR:last-child {
    border-bottom: none;
}header .site_headCR:before {
    left: 5px;
}header .nav_mentorjo {
    padding: 5px 0;
}header .nav_base5W {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .nav_base5W svg {
    height: 32px;
}
}