* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.nav_mainbar5 {
    flex: 1 0 auto;
}.netiquette8 {
    flex: 0 0 auto;
}.wrapper-viewport9 {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}html,body {
    height: 100%;
    auto
contain
    scroll-behavior: smooth;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    width: 1164px;
    margin: auto;
    max-width: 100%;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.education_experience8 {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(197,203,183) 0%, rgb(113,120,112,0.5) 100%);
    overflow: hidden;
}.education_experience8::before {
    top: 0;
    position: absolute;
    background-size: 40px 40px;
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.05;
    background-image: 
        linear-gradient(45deg, rgb(113,120,112,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(113,120,112,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(113,120,112,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(113,120,112,0.5) 75%);
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
}.education_experience8::after {
    background: rgb(154,164,156,0.5);
    content: "";
    right: -50px;
    width: 200px;
    filter: blur(80px);
    top: -50px;
    animation: glow 8s infinite alternate ease-in-out;
    position: absolute;
    height: 200px;
    z-index: 0;
}.education_experience8 .container {
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    z-index: 2;
}.education_experience8 .reviews_hub4 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    display: grid;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    gap: 30px;
    background: #ffffff;
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 40px;
    backdrop-filter: blur(5px);
}.education_experience8 .reviews_hub4:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.education_experience8 .reviews_hub4 > div:nth-child(1) {
    position: relative;
    order: 1;
}.education_experience8 .reviews_hub4 > div:nth-child(2) {
    order: 2;
}.education_experience8 .reviews_hub4 > div:nth-child(3) {
    order: 3;
}.education_experience8 .cover_image1 {
    width: 100%;
    overflow: hidden;
    height: 300px;
    transform: translateZ(0);
    position: relative;
    transition: transform 0.5s ease;
}.education_experience8 .cover_image1::before {
    left: 0;
    height: 100%;
    opacity: 0.7;
    transition: opacity 0.5s ease;
    top: 0;
    background: linear-gradient(to bottom, transparent 60%, rgb(154,164,156,0.5) 100%);
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
}.education_experience8 .reviews_hub4:hover .cover_image1 {
    transform: scale(1.03);
}.education_experience8 .reviews_hub4:hover .cover_image1::before {
    opacity: 0.9;
}.education_experience8 .name {
    font-size: 21px;
    color: rgb(154,164,156);
    transform: translateY(0);
    display: inline-block;
    font-weight: 700;
    transition: transform 0.3s ease;
    margin: 0 0 10px 0;
    position: relative;
}.education_experience8 .name::after {
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -5px;
    background: rgb(154,164,156);
    width: 0;
    left: 0;
    position: absolute;
    content: "";
    height: 2px;
}.education_experience8 .reviews_hub4:hover .name::after {
    width: 100%;
}.education_experience8 .reviews_hub4 > div:nth-child(2) > div {
    opacity: 0.85;
    font-size: calc(18px - 2px);
    color: #000000;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
}.education_experience8 .work_box4 {
    padding-left: 20px;
    border-left: 3px solid rgb(113,120,112,0.5);
    position: relative;
    line-height: 1.8;
    font-size: 18px;
    color: #000000;
    margin: 0;
}.education_experience8 .work_box4::before {
    opacity: 0.2;
    content: "";
    z-index: -1;
    font-size: 80px;
    position: absolute;
    font-family: Georgia, serif;
    left: -15px;
    top: -30px;
    color: rgb(113,120,112,0.5);
}

@keyframes glow {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
    100% { opacity: 0.3; transform: scale(1); }
}

@media (min-width: 768px) {.education_experience8 .reviews_hub4 {
    grid-template-rows: auto 1fr;
    grid-template-columns: 280px 1fr;
    gap: 30px 40px;
}.education_experience8 .reviews_hub4 > div:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}.education_experience8 .reviews_hub4 > div:nth-child(2) {
    grid-row: 1 / 2;
    align-self: end;
    grid-column: 2 / 3;
}.education_experience8 .reviews_hub4 > div:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}.education_experience8 .cover_image1 {
    min-height: 400px;
    height: 100%;
}
}

@media (min-width: 992px) {.education_experience8 {
    padding: 140px 0;
}.education_experience8 .reviews_hub4 {
    gap: 40px 60px;
    padding: 60px;
}.education_experience8 .cover_image1::after {
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 20px;
    transform: scale(0.95);
    bottom: 20px;
    content: "";
    transition: transform 0.5s ease;
    position: absolute;
    right: 20px;
    z-index: 2;
    left: 20px;
}.education_experience8 .reviews_hub4:hover .cover_image1::after {
    transform: scale(1);
}.education_experience8 .name {
    font-size: calc(21px + 2px);
}.education_experience8 .work_box4 {
    padding-left: 30px;
    line-height: 1.9;
    font-size: calc(18px + 1px);
}
}

@media (max-width: 767px) {.education_experience8 {
    padding: 80px 0;
}.education_experience8 .reviews_hub4 {
    padding: 30px;
}.education_experience8 .cover_image1 {
    height: 240px;
}.education_experience8 .name {
    font-size: calc(21px - 1px);
}.education_experience8 .work_box4 {
    line-height: 1.7;
    font-size: calc(18px - 1px);
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    background: rgb(154,164,156);
    z-index: -2;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    bottom: 0;
    opacity: 0.95;
}footer::after {
    opacity: 0.1;
    top: 0;
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(113,120,112) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(113,120,112) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(113,120,112) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(113,120,112) 1px, transparent 1px);
    right: 0;
    z-index: -1;
    bottom: 0;
    position: absolute;
    background-size: 50px 50px;
    content: "";
    left: 0;
}.netiquette8 {
    position: relative;
    color: #ffffff;
    padding: 4rem 0 2rem;
}.netiquette8::before {
    left: 0;
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    background: rgb(113,120,112);
}.netiquette8::after {
    background-image: 
        linear-gradient(90deg, 
            rgb(113,120,112) 0px, rgb(113,120,112) 10px,
            transparent 10px, transparent 15px,
            rgb(113,120,112) 15px, rgb(113,120,112) 30px,
            transparent 30px, transparent 35px,
            rgb(113,120,112) 35px, rgb(113,120,112) 40px,
            transparent 40px, transparent 60px,
            rgb(113,120,112) 60px, rgb(113,120,112) 70px,
            transparent 70px, transparent 80px,
            rgb(113,120,112) 80px, rgb(113,120,112) 90px,
            transparent 90px, transparent 110px,
            rgb(113,120,112) 110px, rgb(113,120,112) 120px,
            transparent 120px, transparent 140px
        );
    width: 100%;
    top: 3px;
    left: 0;
    background-repeat: repeat-x;
    content: "";
    height: 8px;
    opacity: 0.5;
    position: absolute;
}.netiquette8 .container {
    position: relative;
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
}.netiquette8 .company_holder {
    position: relative;
    padding: 0;
    border-radius: 13px;
    flex: 1 1 400px;
}.netiquette8 .company_holder::before {
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(113,120,112) 25px, rgb(113,120,112) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(113,120,112) 25px, rgb(113,120,112) 26px, transparent 27px, transparent 49px);
    border-radius: 13px;
    opacity: 0.1;
    height: 100%;
    background-size: 50px 50px;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
}.netiquette8 .company_holder h3 {
    font-weight: 700;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    position: relative;
    font-size: 34px;
    color: #ffffff;
    margin: 0;
    background: rgb(113,120,112);
    padding: 1.5rem 2rem;
}.netiquette8 .company_holder h3::after {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    content: "";
    height: 10px;
    background: #ffffff;
    width: 10px;
    right: 15px;
    transform: translateY(-50%);
}.netiquette8 .terms_legal0 {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    font-size: 15px;
    border-bottom-left-radius: 13px;
    line-height: 1.6;
    position: relative;
    border-bottom-right-radius: 13px;
    color: #ffffff;
}.netiquette8 .terms_legal0::before {
    content: "";
    top: 2rem;
    position: absolute;
    background: rgb(113,120,112);
    left: -10px;
    opacity: 0.6;
    height: 20px;
    width: 20px;
    border-radius: 50%;
}.netiquette8 .terms_legal0::after {
    background: rgb(113,120,112);
    content: "";
    border-radius: 50%;
    bottom: 2rem;
    height: 20px;
    position: absolute;
    width: 20px;
    opacity: 0.6;
    right: -10px;
}.netiquette8 .code_labs4 {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.netiquette8 .page_head4 {
    gap: 3rem;
    display: flex;
    flex-wrap: wrap;
}.netiquette8 .header_site8 {
    overflow: hidden;
    flex: 1 1 calc(50% - 1.5rem);
    position: relative;
    min-width: 200px;
    border-radius: 13px;
}.netiquette8 .header_site8::before {
    border-radius: 13px;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    z-index: -1;
    top: 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
}.netiquette8 .header_site8 h5 {
    position: relative;
    align-items: center;
    display: flex;
    color: #ffffff;
    padding: 1rem 1.5rem;
    font-size: 22px;
    margin: 0;
    background: rgb(113,120,112);
    font-weight: 600;
}.netiquette8 .header_site8 h5::before {
    background: #ffffff;
    width: 8px;
    margin-right: 10px;
    content: "";
    height: 8px;
    border-radius: 50%;
    display: inline-block;
}.netiquette8 .header_site8 h5::after {
    content: "";
    width: 6px;
    top: 50%;
    height: 6px;
    right: 15px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    position: absolute;
}.netiquette8 .header_site8 .page_head4 {
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    gap: 2px;
    flex-direction: column;
    padding: 1.5rem;
}.netiquette8 .header_site8 .page_head4 a {
    color: #ffffff;
    padding: 0.8rem 1rem 0.8rem 2rem;
    border-radius: 10px;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    transition: all 0.3s ease;
    display: block;
}.netiquette8 .header_site8 .page_head4 a::before {
    height: 6px;
    content: "";
    position: absolute;
    top: 50%;
    border-radius: 50%;
    transition: all 0.3s ease;
    width: 6px;
    transform: translateY(-50%);
    left: 0.7rem;
    background: rgb(113,120,112);
}.netiquette8 .header_site8 .page_head4 a:hover {
    background: rgba(255, 255, 255, 0.1);
}.netiquette8 .header_site8 .page_head4 a:hover::before {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    background: #ffffff;
}.scholar_cta4 {
    margin-top: 2.5rem;
    padding: 2rem 0;
    background: rgb(113,120,112);
    position: relative;
}.scholar_cta4::before {
    height: 5px;
    width: 100%;
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(154,164,156) 20px, rgb(154,164,156) 40px,
            transparent 40px, transparent 60px,
            rgb(154,164,156) 60px, rgb(154,164,156) 80px,
            transparent 80px, transparent 100px,
            rgb(154,164,156) 100px, rgb(154,164,156) 120px
        );
    position: absolute;
    content: "";
    left: 0;
    top: -5px;
    background-repeat: repeat-x;
}.scholar_cta4 .container {
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
}.scholar_cta4 .container::before,
.scholar_cta4 .container::after {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    height: 15px;
    background: rgb(154,164,156);
    width: 15px;
    content: "";
    border-radius: 50%;
}.scholar_cta4 .container::before {
    left: 15%;
}.scholar_cta4 .container::after {
    right: 15%;
}.scholar_cta4 .lang_learn1 {
    font-size: 14px;
    position: relative;
    display: inline-block;
    background: rgb(154,164,156);
    border-radius: 30px;
    color: #ffffff;
    padding: 0.5rem 2rem;
    text-align: center;
}.scholar_cta4 .lang_learn1::before,
.scholar_cta4 .lang_learn1::after {
    height: 1px;
    transform: translateY(-50%);
    position: absolute;
    width: 50px;
    content: "";
    top: 50%;
    background: rgb(154,164,156);
}.scholar_cta4 .lang_learn1::before {
    right: 100%;
    margin-right: 15px;
}.scholar_cta4 .lang_learn1::after {
    left: 100%;
    margin-left: 15px;
}

@media (max-width: 1200px) {.netiquette8 .container {
    gap: 2rem;
}.netiquette8 .company_holder {
    flex: 1 1 350px;
}.netiquette8 .code_labs4 {
    flex: 1 1 calc(100% - 400px);
    min-width: 350px;
}.netiquette8 .page_head4 {
    gap: 2rem;
}.scholar_cta4 .container::before {
    left: 5%;
}.scholar_cta4 .container::after {
    right: 5%;
}
}

@media (max-width: 992px) {.netiquette8 {
    padding: 3.5rem 0 1.5rem;
}.netiquette8 .container {
    gap: 2.5rem;
    flex-direction: column;
}.netiquette8 .company_holder,
    .netiquette8 .code_labs4 {
    flex: 1 1 100%;
    min-width: 100%;
}.netiquette8 .header_site8 {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
}.scholar_cta4 .container::before,
    .scholar_cta4 .container::after {
    display: none;
}
}

@media (max-width: 768px) {.netiquette8 {
    padding: 3rem 0 1rem;
}.netiquette8 .page_head4 {
    gap: 1.5rem;
}.netiquette8 .company_holder h3 {
    font-size: calc(34px - 2px);
    padding: 1.2rem 1.5rem;
}.netiquette8 .terms_legal0 {
    padding: 1.5rem;
}.netiquette8 .terms_legal0::before,
    .netiquette8 .terms_legal0::after {
    display: none;
}.scholar_cta4 {
    margin-top: 2rem;
}.scholar_cta4 .lang_learn1::before,
    .scholar_cta4 .lang_learn1::after {
    width: 30px;
}
}

@media (max-width: 576px) {.netiquette8 {
    padding: 2.5rem 0 0.8rem;
}.netiquette8 .header_site8 {
    flex: 1 1 100%;
    min-width: 100%;
}.netiquette8 .page_head4 {
    gap: 1rem;
}.netiquette8 .header_site8 .page_head4 a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.netiquette8 .header_site8 .page_head4 a::before {
    left: 0.6rem;
}.scholar_cta4 {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.scholar_cta4 .lang_learn1::before,
    .scholar_cta4 .lang_learn1::after {
    display: none;
}
}

@media (max-width: 420px) {.netiquette8::after {
    height: 5px;
    background-size: 100px 5px;
}.netiquette8 .company_holder h3::after,
    .netiquette8 .header_site8 h5::before,
    .netiquette8 .header_site8 h5::after {
    display: none;
}.netiquette8 .header_site8 h5 {
    padding: 0.8rem 1rem;
}.netiquette8 .header_site8 .page_head4 {
    padding: 1rem;
}.scholar_cta4 .lang_learn1 {
    width: 90%;
    padding: 0.4rem 1.5rem;
}}.audience_profile8 {
    background: linear-gradient(140deg, #f5f7ff 0%, #ffffff 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.audience_profile8::before {
    z-index: 1;
    opacity: 0.15;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(154,164,156,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(113,120,112,0.5) 0%, transparent 40%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}.audience_profile8::after {
    background-size: 60px 60px;
    z-index: 2;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(154,164,156,0.5) 49%, transparent 51%),
        linear-gradient(135deg, transparent 48%, rgb(113,120,112,0.5) 49%, transparent 51%);
    opacity: 0.05;
    height: 100%;
    width: 100%;
    left: 0;
    content: '';
    top: 0;
}.audience_profile8 .diff_block5 {
    max-width: 1200px;
    padding: 0 30px;
    text-align: center;
    margin: 0 auto;
    z-index: 10;
    position: relative;
}.audience_profile8 h3 {
    display: inline-block;
    position: relative;
    margin-bottom: 70px;
    font-size: 34px;
    color: #000000;
    padding: 0 20px;
    font-weight: 700;
}.audience_profile8 h3::before,
.audience_profile8 h3::after {
    height: 2px;
    content: '';
    background: linear-gradient(90deg, rgb(154,164,156), rgb(113,120,112));
    width: 40px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}.audience_profile8 h3::before {
    left: -60px;
}.audience_profile8 h3::after {
    right: -60px;
}.audience_profile8 ul {
    padding: 0;
    gap: 40px;
    flex-wrap: wrap;
    display: flex;
    margin: 0;
    list-style: none;
    justify-content: center;
}.audience_profile8 ul li {
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
    width: calc(33.333% - 27px);
    position: relative;
    padding: 40px 30px;
    align-items: flex-start;
    min-width: 280px;
    display: flex;
    gap: 20px;
    z-index: 1;
    overflow: hidden;
    text-align: left;
    background-color: #ffffff;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 29px;
}.audience_profile8 ul li::before {
    left: 0;
    background: linear-gradient(90deg, rgb(154,164,156), rgb(113,120,112));
    position: absolute;
    height: 5px;
    opacity: 0;
    top: 0;
    transition: opacity 0.4s ease;
    content: '';
    width: 100%;
}.audience_profile8 ul li::after {
    border-radius: 50%;
    transition: all 0.6s ease;
    width: 100px;
    left: -50px;
    height: 100px;
    bottom: -50px;
    position: absolute;
    z-index: -1;
    background: rgb(154,164,156,0.5);
    opacity: 0.1;
    content: '';
}.audience_profile8 ul li:hover {
    transform: translateY(-15px);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.08);
}.audience_profile8 ul li:hover::before {
    opacity: 1;
}.audience_profile8 ul li:hover::after {
    transform: scale(6);
    opacity: 0.05;
}.audience_profile8 ul li svg {
    transition: all 0.5s ease;
    position: relative;
    flex-shrink: 0;
    height: 50px;
    width: 50px;
}.audience_profile8 ul li:hover svg {
    transform: translateY(-5px) scale(1.1);
}.audience_profile8 ul li svg path {
    fill: rgb(154,164,156);
    transition: fill 0.5s ease;
}.audience_profile8 ul li:hover svg path {
    fill: rgb(113,120,112);
}@keyframes floatingAnimation {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes slideInBottom {
    from {
        opacity: 0;
        transform: translateY(60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.audience_profile8 ul li {
    animation: slideInBottom 0.6s forwards;
    opacity: 0;
}.audience_profile8 ul li:nth-child(1) {
    animation-delay: 0.1s;
}.audience_profile8 ul li:nth-child(2) {
    animation-delay: 0.25s;
}.audience_profile8 ul li:nth-child(3) {
    animation-delay: 0.4s;
}.audience_profile8 ul li:nth-child(4) {
    animation-delay: 0.55s;
}.audience_profile8 ul li:nth-child(5) {
    animation-delay: 0.7s;
}.audience_profile8 ul li:nth-child(6) {
    animation-delay: 0.85s;
}.audience_profile8 ul li:nth-child(3n+1) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite;
    animation-delay: 0.1s, 2s;
}.audience_profile8 ul li:nth-child(3n+2) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 1s reverse;
    animation-delay: 0.25s, 3s;
}.audience_profile8 ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 2s;
    animation-delay: 0.4s, 4s;
}

@media (max-width: 992px) {.audience_profile8 {
    padding: 90px 0;
}.audience_profile8 h3 {
    margin-bottom: 60px;
}.audience_profile8 h3::before,
    .audience_profile8 h3::after {
    width: 30px;
}.audience_profile8 h3::before {
    left: -40px;
}.audience_profile8 h3::after {
    right: -40px;
}.audience_profile8 ul {
    gap: 30px;
}.audience_profile8 ul li {
    width: calc(50% - 15px);
    padding: 35px 25px;
}
}

@media (max-width: 768px) {.audience_profile8 ul li {
    width: 100%;
    max-width: 400px;
}.audience_profile8 ul li:nth-child(3n+1),
    .audience_profile8 ul li:nth-child(3n+2),
    .audience_profile8 ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards;
}
}

@media (max-width: 576px) {.audience_profile8 {
    padding: 70px 0;
}.audience_profile8 h3 {
    margin-bottom: 50px;
    font-size: calc(34px * 0.9);
}.audience_profile8 h3::before,
    .audience_profile8 h3::after {
    display: none;
}.audience_profile8 ul {
    gap: 25px;
}.audience_profile8 ul li {
    padding: 30px 20px;
}.audience_profile8 ul li svg {
    width: 40px;
    height: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.audience_profile8 ul li {
    opacity: 1;
    animation: none;
}.audience_profile8 ul li:hover {
    transform: none;
}.audience_profile8 ul li:hover svg {
    transform: none;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(154,164,156);
}header .top_plank .top_slab5 div svg, header .top_plank .top_slab5 div svg path {
    fill: #ffffff;
}header .top_plank .top_slab5 div span {
    color: #ffffff;
}header .top_plank .top_slab5 {
    line-height: 21px;
    font-size: 15px;
    width: 100%;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
}header .top_plank .top_slab5 div {
    margin-right: 24px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
}header .top_plank .top_slab5 div img, header .top_plank .top_slab5 div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}.course_summary7 {
    background-color: rgb(197,203,183);
    display: flex;
    align-items: center;
    position: relative;
    min-height: 100vh;
    justify-content: center;
    overflow: hidden;
}.course_summary7 .fast_development0 {
    height: 100%;
    left: 0;
    overflow: hidden;
    width: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
}.course_summary7 .skill_route5 {
    height: 100%;
    display: flex;
    animation: carousel-slide 30s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    width: 500%;
}.course_summary7 .fast_development0:hover .skill_route5 {
    animation-play-state: paused;
}.course_summary7 .learn_now5 {
    overflow: hidden;
    width: 20%;
    height: 100%;
    position: relative;
}.course_summary7 .learn_now5 img {
    height: 100%;
    filter: brightness(0.85) contrast(1.1);
    transition: transform 0.7s ease-out;
    transform: scale(1.05);
    object-fit: cover;
    width: 100%;
}.course_summary7 .learn_now5:hover img {
    transform: scale(1);
    filter: brightness(0.9) contrast(1.05);
}.course_summary7 .learn_now5::before {
    content: "";
    animation: gradient-shift 8s infinite alternate;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient(
        135deg,
        rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
        rgba(var(--primary-color, 0, 204, 204), 0) 25%,
        rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
        rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
    );
}.course_summary7 .learn_now5::after {
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 4px
        ),
        radial-gradient(
            circle at 80% 20%,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 70%
        );
}.course_summary7 .container {
    z-index: 2;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    position: relative;
    height: 100%;
}.course_summary7 .diff_block5 {
    max-width: 800px;
    width: 100%;
    position: relative;
}.course_summary7 .career_lab4 {
    border-radius: 20px;
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
    padding: 4rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3), 
        0 3px 10px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    transform: translateY(0);
}.course_summary7 .career_lab4::before {
    width: 100%;
    position: absolute;
    opacity: 0.7;
    top: 0;
    animation: pulse-gradient 8s ease infinite;
    content: "";
    left: 0;
    height: 100%;
    background: 
        linear-gradient(
            90deg, 
            transparent 0%,
            rgba(var(--primary-color, 0, 204, 204), 0.05) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0.05) 75%,
            transparent 100%
        );
}.course_summary7 .career_lab4::after {
    position: absolute;
    content: "";
    left: 0;
    background: 
        linear-gradient(
            45deg,
            transparent 40%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 45%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 55%,
            transparent 60%
        );
    right: 0;
    transform: translateX(-100%);
    top: 0;
    bottom: 0;
    animation: shine-effect 10s ease-in-out infinite;
    z-index: -1;
}.course_summary7 .career_lab4 h3 {
    font-weight: 700;
    color: #ffffff;
    font-size: 31px;
    display: inline-block;
    margin-bottom: 1.5rem;
    position: relative;
}.course_summary7 .career_lab4 h3::after {
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(
        90deg,
        rgb(154,164,156) 0%,
        rgb(113,120,112) 100%
    );
    width: 30%;
    height: 2px;
    bottom: -8px;
    position: absolute;
    content: "";
    transition: width 0.3s ease;
}.course_summary7 .career_lab4:hover h3::after {
    width: 60%;
}.course_summary7 .career_lab4 p {
    max-width: 90%;
    margin-left: auto;
    opacity: 0.8;
    font-weight: 300;
    margin-right: auto;
    line-height: 1.8;
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 2.5rem;
}.course_summary7 .career_lab4 .request_reach1 {
    z-index: 1;
    color: #ffffff;
    background: linear-gradient(
        45deg,
        rgb(154,164,156) 0%,
        rgb(113,120,112) 100%
    );
    box-shadow: 0 8px 25px rgb(154,164,156,0.5);
    font-weight: 600;
    padding: 1rem 2.5rem;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}.course_summary7 .career_lab4 .request_reach1::before {
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(
        45deg,
        rgb(113,120,112) 0%,
        rgb(154,164,156) 100%
    );
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}.course_summary7 .career_lab4 .request_reach1::after {
    position: absolute;
    left: -50%;
    height: 200%;
    width: 200%;
    transform: scale(0);
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    opacity: 0;
    top: -50%;
    content: "";
    transition: transform 0.5s ease, opacity 0.5s ease;
}.course_summary7 .career_lab4 .request_reach1:hover {
    box-shadow: 0 12px 30px rgb(154,164,156,0.5);
    transform: translateY(-3px);
}.course_summary7 .career_lab4 .request_reach1:hover::before {
    opacity: 1;
}.course_summary7 .career_lab4 .request_reach1:hover::after {
    animation: ripple-out 1.5s ease;
    opacity: 1;
    transform: scale(1);
}@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    18% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-20%);
    }
    38% {
        transform: translateX(-20%);
    }
    40% {
        transform: translateX(-40%);
    }
    58% {
        transform: translateX(-40%);
    }
    60% {
        transform: translateX(-60%);
    }
    78% {
        transform: translateX(-60%);
    }
    80% {
        transform: translateX(-80%);
    }
    98% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes gradient-shift {
    0% {
        background: linear-gradient(
            135deg,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
            rgba(var(--primary-color, 0, 204, 204), 0) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
        );
    }
    50% {
        background: linear-gradient(
            135deg,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 0%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 25%,
            rgba(var(--primary-color, 0, 204, 204), 0) 75%,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 100%
        );
    }
    100% {
        background: linear-gradient(
            135deg,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
            rgba(var(--primary-color, 0, 204, 204), 0) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
        );
    }
}

@keyframes pulse-gradient {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes shine-effect {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@keyframes ripple-out {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.course_summary7::before {
    z-index: 1;
    position: absolute;
    opacity: 0.7;
    left: 0;
    content: "";
    top: 0;
    background: 
        linear-gradient(
            0deg,
            #000000 0%,
            transparent 100%
        );
    width: 100%;
    height: 100%;
}.course_summary7::after {
    content: "";
    background: 
        radial-gradient(
            circle at 75% 25%, 
            transparent 0%,
            #000000 80%
        );
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}

@media (max-width: 992px) {.course_summary7 .career_lab4 {
    padding: 3rem;
}.course_summary7 .diff_block5 {
    max-width: 700px;
}.course_summary7 .career_lab4 h3 {
    font-size: calc(31px * 0.9);
}.course_summary7 .career_lab4 p {
    max-width: 95%;
}
}

@media (max-width: 768px) {.course_summary7 .career_lab4 {
    padding: 2.5rem;
}.course_summary7 .diff_block5 {
    max-width: 90%;
}.course_summary7 .career_lab4 h3 {
    margin-bottom: 1.2rem;
    font-size: calc(31px * 0.8);
}.course_summary7 .career_lab4 p {
    margin-bottom: 2rem;
    font-size: calc(12px * 0.95);
}.course_summary7 .career_lab4 .request_reach1 {
    padding: 0.85rem 2rem;
}
}

@media (max-width: 576px) {.course_summary7 .skill_route5 {
    animation-duration: 25s;
}.course_summary7 .career_lab4 {
    padding: 2rem 1.5rem;
}.course_summary7 .career_lab4 h3 {
    font-size: calc(31px * 0.7);
    margin-bottom: 1rem;
}.course_summary7 .career_lab4 p {
    margin-bottom: 1.5rem;
    max-width: 100%;
    font-size: calc(12px * 0.9);
}.course_summary7 .career_lab4 .request_reach1 {
    font-size: calc(15px * 0.9);
    padding: 0.75rem 1.75rem;
}@keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(-20%);
        }
        45% {
            transform: translateX(-20%);
        }
        50% {
            transform: translateX(-40%);
        }
        70% {
            transform: translateX(-40%);
        }
        75% {
            transform: translateX(-60%);
        }
        95% {
            transform: translateX(-60%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

.course_summary7 .learn_now5:nth-child(1)::before {
    animation-delay: 0s;
}.course_summary7 .learn_now5:nth-child(2)::before {
    animation-delay: 2s;
}.course_summary7 .learn_now5:nth-child(3)::before {
    animation-delay: 4s;
}.course_summary7 .learn_now5:nth-child(4)::before {
    animation-delay: 6s;
}.course_summary7 .learn_now5:nth-child(5)::before {
    animation-delay: 8s;
}.course_summary7 .learn_now5::after {
    animation: tech-grid 15s linear infinite;
}@keyframes tech-grid {
    0% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.6;
        background-position: 100% 100%;
    }
    100% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
}.thankYouDiv0 {
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(197,203,183) 0%, rgba(245, 245, 245, 0.9) 100%);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}.thankYouDiv0::before {
    transform: translateZ(-20px);
    content: "";
    width: 100%;
    z-index: 1;
    position: absolute;
    pointer-events: none;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(113,120,112,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(113,120,112,0.5) 11px
    );
    top: 0;
    height: 100%;
    animation: patternMove 30s linear infinite;
    opacity: 0.1;
}.thankYouDiv0::after {
    animation: gradientPulse 15s ease-in-out infinite alternate;
    background: radial-gradient(
        circle at center,
        rgb(154,164,156,0.5) 0%,
        transparent 70%
    );
    position: absolute;
    right: -50%;
    content: "";
    width: 100%;
    top: -50%;
    transform: rotate(-15deg) scale(2);
    z-index: 0;
    height: 100%;
    opacity: 0.15;
}.thankYouDiv0 .container {
    padding: 0 20px;
    transform-style: preserve-3d;
    z-index: 10;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.thankYouDiv0 h2 {
    transform: translateZ(30px);
    position: relative;
    animation: titleEntrance 1.2s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    color: #000000;
    font-size: 37px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 1.4;
    opacity: 0;
    margin-bottom: 40px;
}.thankYouDiv0 h2::after {
    animation: underlineExpand 1.5s ease-out forwards 0.5s;
    height: 3px;
    width: 150px;
    position: absolute;
    transform-origin: center;
    bottom: -15px;
    opacity: 0;
    left: 50%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(113,120,112), transparent);
    transform: translateX(-50%);
}.thankYouDiv0 .diff_block5 {
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 3px 5px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    position: relative;
    padding: 40px;
    opacity: 0;
    margin-top: 20px;
    overflow: hidden;
    animation: holderEntrance 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.3s;
    transform: translateZ(15px) rotateX(2deg);
}.thankYouDiv0 .diff_block5::before {
    top: 0;
    z-index: -1;
    content: "";
    position: absolute;
    height: 100%;
    opacity: 0.1;
    left: 0;
    background: linear-gradient(45deg, rgb(113,120,112,0.5) 0%, transparent 70%);
    width: 100%;
}.thankYouDiv0 .diff_block5::after {
    right: 0;
    opacity: 0.2;
    content: "";
    position: absolute;
    height: 180px;
    width: 180px;
    transform: translate(40%, 40%);
    animation: glowPulse 8s ease-in-out infinite alternate;
    z-index: -1;
    bottom: 0;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgb(154,164,156,0.5), transparent 70%);
}.thankYouDiv0 ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.thankYouDiv0 li {
    margin-bottom: 15px;
    border-left: 3px solid rgb(113,120,112);
    background: linear-gradient(to right, rgba(245, 245, 245, 0.5) 0%, transparent 100%);
    position: relative;
    border-radius: 0 10px 10px 0;
    padding: 20px 15px 20px 35px;
    transform: translateX(-20px);
    animation: itemSlideIn 0.8s ease-out forwards 0.6s;
    opacity: 0;
}.thankYouDiv0 li::before {
    transform: translateY(-50%);
    border-radius: 50%;
    border: 3px solid rgb(113,120,112);
    box-shadow: 0 0 0 5px rgba(var(--secondary-color-rgb, 0, 120, 200), 0.1);
    width: 15px;
    animation: pulseDot 3s infinite;
    background-color: #ffffff;
    height: 15px;
    top: 50%;
    position: absolute;
    content: "";
    left: -9px;
}.thankYouDiv0 span {
    line-height: 1.7;
    transform: translateY(15px);
    color: #000000;
    font-size: calc(17px * 1.05);
    display: block;
    animation: textFadeIn 1s ease-out forwards 0.8s;
    opacity: 0;
    font-family: Arial, sans-serif;
}

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

@keyframes gradientPulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-14deg) scale(2.1);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
}

@keyframes titleEntrance {
    0% {
        opacity: 0;
        transform: translateY(-30px) translateZ(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}

@keyframes underlineExpand {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 150px;
        opacity: 1;
    }
}

@keyframes holderEntrance {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(15px) rotateX(2deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(15px) rotateX(2deg);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
    50% {
        opacity: 0.3;
        transform: translate(40%, 40%) scale(1.2);
    }
    100% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
}

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

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

@keyframes pulseDot {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
}

@media (max-width: 992px) {.thankYouDiv0 {
    padding: 60px 0;
}.thankYouDiv0 h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 30px;
}.thankYouDiv0 .diff_block5 {
    padding: 30px;
}
}

@media (max-width: 768px) {.thankYouDiv0 {
    padding: 50px 0;
}.thankYouDiv0 h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 25px;
}.thankYouDiv0 .diff_block5 {
    transform: translateZ(10px) rotateX(1deg);
    padding: 25px;
}.thankYouDiv0 span {
    font-size: 17px;
}.thankYouDiv0 li {
    padding: 15px 10px 15px 25px;
}
}

@media (max-width: 576px) {.thankYouDiv0 {
    padding: 40px 0;
}.thankYouDiv0 h2 {
    margin-bottom: 20px;
    font-size: calc(37px * 0.7);
    line-height: 1.5;
}.thankYouDiv0 h2::after {
    width: 100px;
    bottom: -10px;
}.thankYouDiv0 .diff_block5 {
    transform: translateZ(5px) rotateX(0.5deg);
    margin-top: 15px;
    padding: 20px;
}.thankYouDiv0 li {
    padding: 12px 10px 12px 20px;
    margin-bottom: 10px;
}.thankYouDiv0 li::before {
    height: 12px;
    width: 12px;
    left: -7px;
}.thankYouDiv0 span {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}}.contact_box2 {
    position: relative;
    padding: 100px 0;
}.contact_box2::before {
    z-index: 1;
    top: 0;
    background: rgb(197,203,183);
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    opacity: 0.85;
    left: 0;
}.contact_box2::after {
    left: 0;
    position: absolute;
    background: rgb(154,164,156,0.5);
    clip-path: polygon(0 65%, 100% 25%, 100% 100%, 0 100%);
    content: '';
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}.contact_box2 .container {
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.contact_box2 .feedback_reach7 {
    overflow: hidden;
    perspective: 1000px;
    transform-style: preserve-3d;
    position: relative;
    border-radius: 26px;
    display: flex;
}.contact_box2 .support_form9 {
    background: #ffffff;
    border-radius: 26px 0 0 26px;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
    flex: 1;
    transform-origin: left center;
    transform: rotateY(10deg);
    padding: 60px 40px;
}.contact_box2 .support_form9 h3 {
    font-weight: 700;
    letter-spacing: 2px;
    color: #000000;
    margin-bottom: 40px;
    font-size: 32px;
    position: relative;
    text-transform: uppercase;
}.contact_box2 .support_form9 h3::before {
    background: rgb(154,164,156);
    height: 5px;
    content: '';
    position: absolute;
    top: -15px;
    width: 30px;
    left: 0;
}.contact_box2 .support_form9 div {
    border-radius: 10px;
    display: flex;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 15px;
    margin-bottom: 30px;
    transform: translateZ(0);
    background: #f5f7fa;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    align-items: center;
}.contact_box2 .support_form9 div:hover {
    transform: scale(1.05) translateZ(10px);
}.contact_box2 .support_form9 svg {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin-right: 15px;
    width: 30px;
    padding: 6px;
    height: 30px;
    background: #ffffff;
}.contact_box2 .support_form9 svg path {
    fill: rgb(154,164,156);
}.contact_box2 .support_form9 span {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}.contact_box2 .support_form9 a {
    text-decoration: none;
    color: rgb(154,164,156);
    position: relative;
    font-weight: 600;
}.contact_box2 .support_form9 a::after {
    background: rgb(154,164,156);
    height: 1px;
    position: absolute;
    content: '';
    transition: width 0.3s ease;
    width: 0;
    bottom: -2px;
    left: 0;
}.contact_box2 .support_form9 a:hover::after {
    width: 100%;
}.contact_box2 .feedback_links7 {
    transform: rotateY(-5deg);
    flex: 1.2;
    border-radius: 0 26px 26px 0;
    background: rgb(197,203,183);
    transform-origin: right center;
    padding: 60px 40px;
}.contact_box2 form {
    position: relative;
}.contact_box2 form h3 {
    color: rgb(154,164,156);
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-weight: 700;
}.contact_box2 form input[type="text"],
.contact_box2 form input[type="email"] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border: none;
    width: 100%;
    margin-bottom: 25px;
    font-size: 13px;
    color: rgb(154,164,156);
    border-radius: 0;
    background: transparent;
    transition: all 0.3s ease;
    padding: 20px 25px;
}.contact_box2 form input[type="text"]:focus,
.contact_box2 form input[type="email"]:focus {
    outline: none;
    box-shadow: 0 5px 10px -5px rgb(154,164,156,0.5);
    border-bottom-color: rgb(154,164,156);
}.contact_box2 form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
}.contact_box2 .contact_inquiry4 {
    align-items: flex-start;
    margin: 30px 0;
    display: flex;
}.contact_box2 .contact_inquiry4 input[type="checkbox"] {
    -webkit-appearance: none;
    width: 0;
    opacity: 0;
    position: absolute;
    appearance: none;
    height: 0;
}.contact_box2 .contact_inquiry4 label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    line-height: 1.6;
}.contact_box2 .contact_inquiry4 label::before {
    left: 0;
    height: 22px;
    content: '';
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    background: transparent;
    width: 22px;
    top: 0;
}.contact_box2 .contact_inquiry4 input[type="checkbox"]:checked + label::before {
    background: rgb(154,164,156);
    border-color: rgb(154,164,156);
}.contact_box2 .contact_inquiry4 input[type="checkbox"]:checked + label::after {
    width: 6px;
    content: '';
    top: 4px;
    height: 12px;
    left: 8px;
    border-width: 0 2px 2px 0;
    border: solid rgb(154,164,156);
    transform: rotate(45deg);
    position: absolute;
}.contact_box2 .contact_inquiry4 a {
    transition: color 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    color: rgb(154,164,156);
}.contact_box2 .contact_inquiry4 a:hover {
    color: rgb(113,120,112);
}.contact_box2 .request_reach1 {
    transition: all 0.4s ease;
    background: rgb(154,164,156);
    overflow: hidden;
    font-size: 14px;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 18px 25px;
    border: none;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    font-weight: 700;
}.contact_box2 .request_reach1::before {
    width: 0;
    content: '';
    top: 0;
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    left: 0;
    height: 100%;
    z-index: -1;
    background: rgb(113,120,112);
}.contact_box2 .request_reach1:hover::before {
    width: 100%;
}.contact_box2 .request_reach1:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {.contact_box2 .feedback_reach7 {
    transform-style: flat;
}.contact_box2 .support_form9,
    .contact_box2 .feedback_links7 {
    transform: none;
}
}

@media (max-width: 768px) {.contact_box2 {
    padding: 80px 0;
}.contact_box2 .feedback_reach7 {
    flex-direction: column;
}.contact_box2 .support_form9,
    .contact_box2 .feedback_links7 {
    padding: 40px 30px;
    border-radius: 0;
    width: 100%;
}.contact_box2 .support_form9 {
    border-radius: 26px 26px 0 0;
}.contact_box2 .feedback_links7 {
    border-radius: 0 0 26px 26px;
}.contact_box2 .support_form9 h3,
    .contact_box2 form h3 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 576px) {.contact_box2 {
    padding: 60px 0;
}.contact_box2::before,
    .contact_box2::after {
    opacity: 0.9;
    clip-path: none;
}.contact_box2::before {
    height: 60%;
}.contact_box2::after {
    height: 40%;
    top: 60%;
}.contact_box2 .support_form9,
    .contact_box2 .feedback_links7 {
    padding: 30px 20px;
}.contact_box2 .support_form9 h3,
    .contact_box2 form h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 25px;
}.contact_box2 .support_form9 div {
    margin-bottom: 20px;
    padding: 12px;
}.contact_box2 form input[type="text"],
    .contact_box2 form input[type="email"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_box2 .contact_inquiry4 {
    margin: 25px 0;
}.contact_box2 .request_reach1 {
    padding: 15px 20px;
}}.cookieNotificationAlert1 {
    background: rgb(197,203,183);
    bottom: 0;
    align-items: center;
    z-index: 90;
    justify-content: center;
    width: 100%;
    display: flex;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    padding: 1rem 0;
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
    position: fixed;
    border-top: 3px solid rgb(154,164,156);
}#cookiePolicyNotice9 {
    display: none;
}#cookiePolicyNotice9:checked ~ .cookieNotificationAlert1 {
    visibility: hidden;
    opacity: 0;
}.cookieNotificationAlert1 .container {
    position: relative;
    gap: 1rem;
    max-width: 1140px;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
    z-index: 1;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
}.cookie_review0 {
    display: flex;
    margin-right: 1rem;
    align-items: center;
    flex-shrink: 0;
}.cookie_review0 svg {
    height: 50px;
    fill: rgb(154,164,156);
    width: 50px;
}.data_agree8 {
    flex: 1;
    min-width: 300px;
    margin-bottom: 20px;
}.data_agree8 h5 {
    font-size: 1.5rem;
    color: rgb(154,164,156);
    font-weight: 600;
    margin-bottom: 0.5rem;
}.data_agree8 p {
    font-size: 1rem;
    color: #000000;
}.cookie_notice9 {
    display: inline-block;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    background: rgb(154,164,156);
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    border: none;
    font-size: 1rem;
}.cookie_button.track_settings2 {
    background: rgb(154,164,156);
}.cookie_button.consent_edu5 {
    background: #000000;
    margin-left: 0.5rem;
}.cookie_notice9:hover {
    background: #000000;
    transform: translateY(-3px);
}.cookie_button.consent_edu5:hover {
    background: rgb(154,164,156);
}.cookieNotificationAlert1 p a {
    color: rgb(154,164,156);
    transition: color 0.3s ease;
    text-decoration: underline;
}.cookieNotificationAlert1 p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.cookieNotificationAlert1 .container {
    align-items: center;
    flex-direction: column;
}.cookie_review0 {
    margin-right: 0;
    margin-bottom: 1rem;
}.data_agree8 {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.consent_edu5 {
    margin-top: 0.5rem;
    margin-left: 0;
}}
.title_greeting5 {
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    background: rgb(197,203,183);
    padding: 80px 0;
}.title_greeting5 > div {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.title_greeting5 .master_track7 {
    z-index: 2;
    margin-bottom: 30px;
    position: relative;
}.title_greeting5 .edu_welcome4 {
    padding-bottom: 15px;
    display: inline-block;
    color: rgb(154,164,156);
    margin: 0;
    font-size: 41px;
    font-weight: 700;
    position: relative;
    transform: translateY(0);
    transition: transform 0.5s ease;
}.title_greeting5 .edu_welcome4:hover {
    transform: translateY(-5px);
}.title_greeting5 .edu_welcome4::after {
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, rgb(154,164,156), rgb(113,120,112));
    transition: width 0.3s ease;
    bottom: 0;
    left: 0;
    height: 4px;
    content: "";
}.title_greeting5 .edu_welcome4:hover::after {
    width: 100%;
}.title_greeting5 .page_lead8 {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 50px 40px;
}.title_greeting5 .page_lead8:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.title_greeting5 .page_lead8::before {
    right: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(154,164,156,0.5), rgba(0, 0, 0, 0.5));
    left: 0;
    top: 0;
    z-index: 1;
    bottom: 0;
}.title_greeting5 .page_lead8 > div {
    z-index: 2;
    max-width: 800px;
    position: relative;
}.title_greeting5 .page_lead8 p {
    padding-left: 15px;
    position: relative;
    font-size: calc(13px * 1.2);
    margin-bottom: 30px;
    color: #ffffff;
    animation: fadeInUp 0.8s ease-out forwards;
    line-height: 1.6;
    border-left: 3px solid rgb(113,120,112);
}.title_greeting5 .page_lead8 h3 {
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    font-size: 29px;
    opacity: 0;
    position: relative;
    transform: translateY(20px);
    font-weight: 600;
    line-height: 1.4;
    padding-top: 20px;
    color: #ffffff;
}.title_greeting5 .page_lead8 h3::before {
    position: absolute;
    content: "";
    height: 3px;
    background: rgb(113,120,112);
    top: 0;
    left: 0;
    width: 50px;
}

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

@media (max-width: 991px) {.title_greeting5 {
    padding: 60px 0;
}.title_greeting5 .edu_welcome4 {
    font-size: calc(41px * 0.85);
}.title_greeting5 .page_lead8 {
    padding: 40px 30px;
}.title_greeting5 .page_lead8 h3 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 767px) {.title_greeting5 {
    padding: 50px 0;
}.title_greeting5 .edu_welcome4 {
    font-size: calc(41px * 0.7);
}.title_greeting5 .page_lead8 {
    padding: 30px 25px;
}.title_greeting5 .page_lead8 p {
    font-size: 13px;
    margin-bottom: 20px;
}.title_greeting5 .page_lead8 h3 {
    font-size: calc(29px * 0.75);
}
}

@media (max-width: 480px) {.title_greeting5 {
    padding: 40px 0;
}.title_greeting5 > div {
    padding: 0 15px;
}.title_greeting5 .edu_welcome4 {
    font-size: calc(41px * 0.6);
}.title_greeting5 .page_lead8 {
    padding: 25px 20px;
}.title_greeting5 .page_lead8 p {
    padding-left: 10px;
    font-size: calc(13px * 0.95);
}.title_greeting5 .page_lead8 h3 {
    font-size: calc(29px * 0.65);
}.title_greeting5 .page_lead8 h3::before {
    height: 2px;
    width: 40px;
}}header {
    margin-top: 0;
    background: linear-gradient(135deg, rgb(154,164,156,0.5) 0%, rgb(197,203,183) 100%);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: visible;
    padding: 0;
    z-index: 100;
}header::before {
    width: 100%;
    z-index: 0;
    position: absolute;
    opacity: 0.4;
    top: 0;
    content: '';
    height: 100%;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
    left: 0;
}header::after {
    width: 100%;
    height: 10px;
    left: 0;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(154,164,156,0.5), 
        transparent
    );
    opacity: 0.6;
    bottom: 0;
}header .top_info0 {
    justify-content: space-between;
    align-items: center;
    padding: 1.3rem 3rem;
    z-index: 5;
    position: relative;
    display: flex;
}header .header_bar3 {
    padding: 1rem;
    flex: 0 0 auto;
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
    transition: all 0.6s ease;
    margin-right: 2rem;
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    overflow: hidden;
}header .header_bar3:hover {
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
}header .nav_tutor9 {
    position: relative;
    display: block;
    transition: all 0.4s ease;
}header .nav_tutor9 img {
    max-height: 38px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}header .header_site8 {
    position: relative;
    display: flex;
    margin: 0;
    list-style: none;
    padding: 0;
    z-index: 2;
}header .header_site8::before {
    z-index: -1;
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(154,164,156,0.5) 0%, transparent 100%);
    transition: all 0.6s ease;
    left: -5%;
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    position: absolute;
    width: 110%;
    height: 110%;
    content: '';
    top: -5%;
}header .header_site8:hover::before {
    opacity: 0.2;
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
}header .top_mainbar8 {
    margin: 0 0.5rem;
    position: relative;
}header .top_mainbar8 a {
    align-items: center;
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    position: relative;
    justify-content: center;
    z-index: 1;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.1);
    font-size: 15px;
    overflow: hidden;
    padding: 0.8rem 1.3rem;
    display: flex;
}header .top_mainbar8 a::before {
    transform: scale(1.1);
    background: linear-gradient(135deg, rgb(154,164,156,0.5) 0%, rgb(113,120,112,0.5) 100%);
    border-radius: inherit;
    transition: opacity 0.4s ease;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0;
    z-index: -1;
    left: 0;
    content: '';
}header .top_mainbar8 a:hover {
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    transform: translateY(-3px) scale(1.05);
}header .top_mainbar8 a:hover::before {
    opacity: 1;
    transform: scale(1);
}header .top_mainbar8::after {
    width: 6px;
    left: 50%;
    content: '';
    height: 6px;
    opacity: 0.7;
    transition: transform 0.4s ease;
    transform: translateX(-50%) scale(0);
    border-radius: 50%;
    bottom: -8px;
    background: rgb(154,164,156);
    position: absolute;
}header .top_mainbar8:hover::after {
    transform: translateX(-50%) scale(1);
}header .top_info0::before {
    filter: blur(30px);
    width: 200px;
    border-radius: 50%;
    top: -100px;
    content: '';
    height: 200px;
    position: absolute;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(154,164,156,0.5) 0%, transparent 70%);
    right: -100px;
}header .top_info0::after {
    filter: blur(30px);
    left: -75px;
    bottom: -75px;
    height: 150px;
    content: '';
    opacity: 0.1;
    position: absolute;
    background: radial-gradient(circle, rgb(113,120,112,0.5) 0%, transparent 70%);
    border-radius: 50%;
    width: 150px;
}.nav_mainbar5 {
    background: rgb(197,203,183);
    position: relative;
    z-index: 1;
    padding-top: 2rem;
}

@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}

@media (min-width: 1400px) {header .top_info0 {
    max-width: 1320px;
    margin: 0 auto;
}header .top_mainbar8 {
    margin: 0 0.7rem;
}header .top_mainbar8 a {
    padding: 0.8rem 1.6rem;
}
}

@media (max-width: 991px) {header .top_info0 {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .header_bar3 {
    padding: 0.7rem;
    margin-right: 0;
    margin-bottom: 0;
}header .header_site8 {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .top_mainbar8 a {
    padding: 0.6rem 1rem;
    font-size: calc(15px - 1px);
}header .header_site8::before {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .top_info0 {
    padding: 0.8rem 1.5rem;
}header .header_bar3 {
    padding: 0.6rem;
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
    max-width: 140px;
}header .nav_tutor9 img {
    max-height: 35px;
}header .header_site8 {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    scrollbar-width: thin;
    margin-top: 0.8rem;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
}header .header_site8::-webkit-scrollbar {
    height: 3px;
}header .header_site8::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(154,164,156,0.5);
}header .top_mainbar8 {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .top_mainbar8 a {
    padding: 0.5rem 0.8rem;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    white-space: nowrap;
    font-size: calc(15px - 2px);
}header .top_mainbar8::after {
    display: none;
}header::after {
    height: 5px;
}
}

@media (max-width: 479px) {header .top_info0 {
    padding: 0.7rem 1.2rem;
}header .header_bar3 {
    padding: 0.5rem;
    max-width: 120px;
}header .top_mainbar8 a {
    font-size: calc(15px - 3px);
    padding: 0.4rem 0.6rem;
}}.our_mission2 {
    background: rgb(197,203,183);
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 120px 0;
}.our_mission2::before {
    z-index: -1;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 5px,
            rgba(rgb(154,164,156,0.5), 0.03) 5px,
            rgba(rgb(154,164,156,0.5), 0.03) 10px
        );
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
}.our_mission2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: -1;
    background: radial-gradient(
        circle at top right,
        rgb(154,164,156,0.5) 0%,
        transparent 70%
    );
    left: 0;
    top: 0;
}.our_mission2 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    overflow: visible;
}.our_mission2 h2 {
    color: #000000;
    position: relative;
    margin-bottom: 60px;
    padding-left: 20px;
    font-weight: 700;
    font-size: 31px;
    border-left: 4px solid rgb(154,164,156);
    text-align: left;
}.our_mission2 h2::before {
    font-size: calc(45px * 1.5);
    color: rgba(0, 0, 0, 0.5);
    top: -40px;
    position: absolute;
    opacity: 0.05;
    left: -10px;
    z-index: -1;
    font-weight: 700;
    content: "01";
}.our_mission2 .study_pro8 {
    grid-template-columns: 1fr;
    position: relative;
    gap: 50px;
    display: grid;
}.our_mission2 .fast_learning4 {
    display: grid;
    position: relative;
    grid-template-columns: 3fr 7fr;
    gap: 30px;
    padding: 0;
    align-items: center;
}.our_mission2 .fast_learning4:nth-child(2) {
    margin-left: -50px;
    grid-template-columns: 7fr 3fr;
    margin-right: 50px;
}.our_mission2 .fast_learning4 h3 {
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    padding: 15px 30px;
    background: linear-gradient(
        135deg, 
        rgb(154,164,156,0.5) 0%, 
        rgba(0, 0, 0, 0.5) 100%
    );
    margin-bottom: 0;
    color: #000000;
    position: relative;
}.our_mission2 .fast_learning4:nth-child(1) h3 {
    margin-right: -30px;
    z-index: 2;
    grid-column: 1;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    grid-row: 1;
}.our_mission2 .fast_learning4:nth-child(2) h3 {
    background: linear-gradient(
        135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgb(113,120,112,0.5) 100%
    );
    margin-left: -30px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    grid-column: 2;
    z-index: 2;
    grid-row: 1;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.1);
}.our_mission2 .fast_learning4 p {
    z-index: 1;
    border-radius: 11px;
    font-size: 16px;
    background: #ffffff;
    line-height: 1.8;
    position: relative;
    padding: 30px;
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.our_mission2 .fast_learning4:nth-child(1) p {
    grid-row: 1;
    border-left: 3px solid rgb(154,164,156);
    grid-column: 2;
    margin-left: -20px;
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
}.our_mission2 .fast_learning4:nth-child(2) p {
    grid-row: 1;
    border-right: 3px solid rgb(113,120,112);
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
    text-align: right;
    margin-right: -20px;
    grid-column: 1;
}.our_mission2 .fast_learning4:nth-child(1)::before {
    top: 50%;
    right: -100px;
    z-index: 0;
    width: 200px;
    content: "";
    height: 200px;
    position: absolute;
    animation: rotate 30s linear infinite;
    border-radius: 50%;
    opacity: 0.2;
    border: 1px dashed rgb(154,164,156,0.5);
    transform: translateY(-50%);
}.our_mission2 .fast_learning4:nth-child(2)::before {
    animation: rotate 30s linear infinite reverse;
    left: -100px;
    position: absolute;
    z-index: 0;
    opacity: 0.2;
    border: 1px dashed rgb(113,120,112,0.5);
    border-radius: 50%;
    width: 200px;
    height: 200px;
    transform: translateY(-50%);
    top: 50%;
    content: "";
}.our_mission2::before {
    position: absolute;
    content: "";
    height: 5px;
    left: 0;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to right, 
        rgb(154,164,156) 0%, 
        rgb(154,164,156) 20%, 
        transparent 20%, 
        transparent 40%,
        rgb(113,120,112) 40%, 
        rgb(113,120,112) 60%,
        transparent 60%,
        transparent 80%,
        rgb(154,164,156) 80%,
        rgb(154,164,156) 100%
    );
}

@keyframes rotate {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }
    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

@media screen and (max-width: 1200px) {.our_mission2 .fast_learning4:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
}
}

@media screen and (max-width: 992px) {.our_mission2 {
    padding: 80px 0;
}.our_mission2 h2 {
    margin-bottom: 50px;
}.our_mission2 .fast_learning4,
    .our_mission2 .fast_learning4:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: 1fr;
    gap: 20px;
}.our_mission2 .fast_learning4:nth-child(1) h3,
    .our_mission2 .fast_learning4:nth-child(2) h3 {
    grid-column: 1;
    justify-self: center;
    width: 80%;
    grid-row: 1;
    margin: 0;
}.our_mission2 .fast_learning4:nth-child(1) p,
    .our_mission2 .fast_learning4:nth-child(2) p {
    border: none;
    text-align: left;
    margin: 0;
    grid-row: 2;
    grid-column: 1;
    clip-path: none;
    border-top: 3px solid rgb(154,164,156);
}.our_mission2 .fast_learning4:nth-child(2) p {
    border-top: 3px solid rgb(113,120,112);
}.our_mission2 .fast_learning4::before {
    display: none;
}
}

@media screen and (max-width: 768px) {.our_mission2 {
    padding: 60px 0;
}.our_mission2 h2 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.9);
    padding-left: 15px;
}.our_mission2 h2::before {
    font-size: calc(45px * 1.2);
    top: -30px;
}.our_mission2 .fast_learning4 h3 {
    font-size: calc(18px * 0.9);
    padding: 12px 20px;
    width: 90%;
}.our_mission2 .fast_learning4 p {
    font-size: calc(16px * 0.95);
    padding: 20px;
    line-height: 1.7;
}
}

@media screen and (max-width: 576px) {.our_mission2 {
    padding: 50px 0;
}.our_mission2 .container {
    padding: 0 15px;
}.our_mission2 h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 30px;
}.our_mission2 h2::before {
    top: -25px;
    left: -5px;
    font-size: calc(45px);
}.our_mission2 .study_pro8 {
    gap: 40px;
}.our_mission2 .fast_learning4 h3 {
    font-size: calc(18px * 0.85);
    width: 100%;
    padding: 10px 15px;
}.our_mission2 .fast_learning4 p {
    padding: 15px;
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}}.secure_shell5 {
    border: 1px solid rgba(0, 0, 0, 0.5);
    overflow: hidden;
    height: 100%;
    padding: 30px;
    background-color: #ffffff;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}.secure_shell5 h1 {
    border-bottom: 2px solid rgb(154,164,156);
    font-size: 38px;
    text-align: center;
    font-family: Arial, sans-serif;
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: rgb(154,164,156);
    font-weight: 700;
}.secure_shell5 h2 {
    margin-top: 25px;
    border-bottom: 1px solid rgb(113,120,112);
    color: rgb(113,120,112);
    text-align: left;
    font-family: Arial, sans-serif;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 29px;
}.secure_shell5 h3, .secure_shell5 h4, .secure_shell5 h5, .secure_shell5 h6 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-top: 20px;
}.secure_shell5 ul, .secure_shell5 ol {
    font-family: Arial, sans-serif;
    color: #000000;
    padding-left: 0;
    list-style-position: inside;
    font-size: 15px;
    list-style: none;
    padding: 10px 0;
}.secure_shell5 li {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
}.secure_shell5 li::before {
    font-size: 1.2em;
    left: 0;
    color: rgb(154,164,156);
    position: absolute;
    top: 0;
    line-height: 1em;
    content: "•";
}.secure_shell5 section {
    background: none;
}.secure_shell5 p, .secure_shell5 span, .secure_shell5 div {
    font-size: 15px;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    color: #000000;
}

@media only screen and (max-width: 800px) {.secure_shell5 {
    padding: 20px 10px;
}.secure_shell5 h1 {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: calc(24px - 4px);
}.secure_shell5 h2 {
    font-size: calc(24px - 4px);
    margin-top: 20px;
    margin-bottom: 10px;
}.secure_shell5 ul, .secure_shell5 ol {
    padding-left: 10px;
}.secure_shell5 li {
    padding-left: 15px;
}}.data_insights4 {
    padding: 4rem 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(197,203,183) 0%, rgb(154,164,156,0.5) 100%);
}.data_insights4::before {
    opacity: 0.4;
    top: 0;
    content: "";
    z-index: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 70%, rgb(154,164,156,0.5) 0%, transparent 60%);
    left: 0;
    position: absolute;
}.data_insights4::after {
    width: 300px;
    top: -10%;
    right: -5%;
    transform: rotate(-15deg);
    background: linear-gradient(225deg, rgb(113,120,112,0.5) 0%, transparent 70%);
    height: 300px;
    content: "";
    position: absolute;
    filter: blur(40px);
    z-index: 0;
}.data_insights4 .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 1.5rem;
    position: relative;
}.data_insights4 ul {
    display: grid;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    margin: 0 0 3rem 0;
    gap: 2rem;
}.data_insights4 .statistics_edge2 {
    overflow: hidden;
    position: relative;
    background: #ffffff;
    transform: translateZ(0) perspective(1000px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.4s ease;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.05), 
                -8px -8px 16px #ffffff;
    min-height: 180px;
}.data_insights4 .statistics_edge2:hover {
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.07),
                -12px -12px 24px #ffffff;
    transform: translateZ(20px) perspective(1000px) scale(1.03);
}.data_insights4 .statistics_edge2::before {
    width: 100%;
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    left: 0;
    transform-origin: left center;
    height: 6px;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgb(154,164,156) 0%, rgb(113,120,112) 100%);
}.data_insights4 .statistics_edge2:hover::before {
    transform: scaleX(1);
}.data_insights4 .statistics_edge2::after {
    opacity: 0.3;
    position: absolute;
    bottom: 0;
    background: radial-gradient(circle, rgb(197,203,183) 0%, transparent 70%);
    transition: transform 0.5s ease;
    right: 0;
    transform: translate(20%, 20%);
    z-index: 0;
    height: 40%;
    content: "";
    width: 40%;
}.data_insights4 .statistics_edge2:hover::after {
    transform: translate(10%, 10%) scale(1.2);
}.data_insights4 .statistics_edge2 div {
    position: relative;
    justify-content: center;
    height: 100%;
    text-align: center;
    padding: 2rem;
    flex-direction: column;
    display: flex;
    z-index: 2;
    align-items: center;
}.data_insights4 .statistics_edge2 p {
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
    font-weight: 700;
    font-size: calc(36px * 1.2);
    margin: 0 0 0.5rem;
    color: rgb(154,164,156);
}.data_insights4 .statistics_edge2:hover p {
    transform: translateY(-5px);
    color: rgb(113,120,112);
}.data_insights4 .statistics_edge2 p::after {
    position: absolute;
    content: "";
    background: rgb(113,120,112,0.5);
    height: 3px;
    width: 30px;
    bottom: -10px;
    transition: transform 0.4s ease, width 0.4s ease;
    transform: translateX(-50%) scaleX(0.6);
    left: 50%;
}.data_insights4 .statistics_edge2:hover p::after {
    transform: translateX(-50%) scaleX(1);
    width: 50px;
}.data_insights4 .statistics_edge2 span {
    margin-top: 1rem;
    color: #000000;
    display: block;
    transition: transform 0.4s ease 0.1s;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
}.data_insights4 .statistics_edge2:hover span {
    transform: translateY(5px);
}.data_insights4 h4 {
    color: #000000;
    transition: transform 0.3s ease-out;
    display: inline-block;
    background: #ffffff;
    left: 50%;
    text-align: center;
    position: relative;
    margin: 2rem 0 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
    padding: 0.5rem 2rem;
    transform: translateX(-50%);
    font-size: 18px;
}.data_insights4 h4:hover {
    transform: translateX(-50%) translateY(-5px);
}.data_insights4 h4::before {
    left: -10px;
    background: rgb(154,164,156);
    content: "";
    position: absolute;
    width: 5px;
    transform: scaleY(0.7);
    transition: transform 0.3s ease;
    height: 100%;
    top: 0;
}.data_insights4 h4:hover::before {
    transform: scaleY(1);
}

@media (max-width: 991px) {.data_insights4 ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
}.data_insights4 .statistics_edge2 {
    min-height: 160px;
}.data_insights4 .statistics_edge2 div {
    padding: 1.5rem;
}.data_insights4 .statistics_edge2 p {
    font-size: calc(36px * 1.1);
}
}

@media (max-width: 767px) {.data_insights4 {
    padding: 3rem 0;
}.data_insights4 ul {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.25rem;
}.data_insights4 .statistics_edge2 {
    min-height: 140px;
}.data_insights4 .statistics_edge2 div {
    padding: 1.25rem;
}.data_insights4 .statistics_edge2 p {
    font-size: 36px;
}.data_insights4 .statistics_edge2 span {
    font-size: calc(18px * 0.95);
}.data_insights4 h4 {
    padding: 0.4rem 1.5rem;
    font-size: calc(18px * 0.9);
}
}

@media (max-width: 576px) {.data_insights4 {
    padding: 2.5rem 0;
}.data_insights4 ul {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}.data_insights4 .statistics_edge2 {
    min-height: 120px;
}.data_insights4 .statistics_edge2 div {
    padding: 1rem;
}.data_insights4 .statistics_edge2 p {
    margin-bottom: 0.25rem;
    font-size: calc(36px * 0.9);
}.data_insights4 .statistics_edge2 span {
    font-size: calc(18px * 0.85);
    margin-top: 0.75rem;
}.data_insights4 h4 {
    width: 80%;
    font-size: calc(18px * 0.85);
    padding: 0.3rem 1.25rem;
}
}

@media (max-width: 400px) {.data_insights4 ul {
    grid-template-columns: 1fr;
}.data_insights4 .statistics_edge2 {
    min-height: 100px;
}.data_insights4 .statistics_edge2 div {
    padding: 0.75rem;
}}.pricing_section8 {
    overflow: hidden;
    position: relative;
    color: #ffffff;
    padding: 120px 0;
}.pricing_section8::before {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    content: "";
    z-index: 1;
    bottom: 0;
}.pricing_section8 .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.pricing_section8 .tuition_grid6 {
    position: relative;
}.pricing_section8 .tuition_grid6::before {
    left: -150px;
    position: absolute;
    background: radial-gradient(circle, rgb(154,164,156,0.5) 0%, transparent 70%);
    content: "";
    height: 300px;
    width: 300px;
    pointer-events: none;
    opacity: 0.2;
    border-radius: 50%;
    top: -50px;
}.pricing_section8 .tuition_grid6::after {
    height: 250px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(113,120,112,0.5) 0%, transparent 70%);
    pointer-events: none;
    right: -120px;
    opacity: 0.15;
    width: 250px;
    content: "";
    position: absolute;
    bottom: -80px;
}.pricing_section8 h2 {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    transform: translateX(-5%);
    position: relative;
}.pricing_section8 h2::after {
    content: "";
    bottom: -8px;
    width: 60%;
    left: 0;
    background: linear-gradient(90deg, rgb(154,164,156) 0%, rgb(113,120,112) 100%);
    height: 3px;
    position: absolute;
}.pricing_section8 .rate_panel9 {
    font-size: calc(15px * 1.1);
    line-height: 1.6;
    max-width: 80%;
    margin-bottom: 50px;
    transform: translateX(-3%);
    opacity: 0.9;
}.pricing_section8 .pricing_card4 {
    padding: 0;
    list-style: none;
    margin: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.pricing_section8 .pricing_card4 li {
    transform-style: preserve-3d;
    transition: transform 0.4s ease;
    perspective: 1000px;
}.pricing_section8 .deal_board2 {
    height: 100%;
    display: block;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    overflow: hidden;
    color: #ffffff;
}.pricing_section8 .deal_board2:hover {
    transform: translateY(-8px) scale(1.02);
}.pricing_section8 .pricing_deals1 {
    height: 100%;
    box-shadow: 0 15px 25px rgba(0,0,0,0.2), 
                0 5px 10px rgba(0,0,0,0.1), 
                inset 0 1px 1px rgba(255,255,255,0.1);
    position: relative;
    border-radius: 8px;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 5px;
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.12) 0%, 
        rgba(255,255,255,0.05) 100%);
    backdrop-filter: blur(10px);
}.pricing_section8 .pricing_deals1::before {
    opacity: 0;
    width: 100%;
    transition: opacity 0.4s ease;
    height: 100%;
    content: "";
    background: linear-gradient(45deg, 
        rgb(154,164,156,0.5) 0%, 
        transparent 50%, 
        rgb(113,120,112,0.5) 100%);
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
}.pricing_section8 .deal_board2:hover .pricing_deals1::before {
    opacity: 0.15;
}.pricing_section8 .learn_rates0 {
    padding: 35px 30px;
    height: 100%;
    position: relative;
    z-index: 1;
    flex-direction: column;
    display: flex;
}.pricing_section8 .learn_rates0 h4 {
    margin: 0 0 20px;
    position: relative;
    transition: color 0.3s ease;
    color: #ffffff;
    font-size: calc(18px * 1.2);
    font-weight: 700;
}.pricing_section8 .learn_rates0 h4::after {
    width: 5px;
    opacity: 0.8;
    content: "";
    transform: translateY(-50%);
    left: -15px;
    transition: all 0.3s ease;
    top: 50%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(154,164,156), rgb(113,120,112));
    height: 70%;
}.pricing_section8 .deal_board2:hover .learn_rates0 h4::after {
    height: 100%;
    opacity: 1;
}.pricing_section8 .learn_rates0 p {
    flex-grow: 1;
    overflow-wrap: break-word;
    scrollbar-width: thin;
    font-size: 15px;
    max-height: 200px;
    line-height: 1.6;
    word-break: break-word;
    color: rgba(255,255,255,0.8);
    margin-bottom: 25px;
    overflow-y: auto;
    scrollbar-color: rgb(154,164,156) rgba(255,255,255,0.1);
}.pricing_section8 .learn_rates0 p::-webkit-scrollbar {
    width: 5px;
}.pricing_section8 .learn_rates0 p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
}.pricing_section8 .learn_rates0 p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(154,164,156);
}.pricing_section8 .pricing_block0 {
    color: #ffffff;
    margin-top: auto;
    padding: 5px 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    position: relative;
    align-self: flex-start;
    font-size: calc(18px * 1.3);
    border-radius: 4px;
    font-weight: 700;
    background: linear-gradient(135deg, 
        rgb(154,164,156,0.5) 0%, 
        rgb(113,120,112,0.5) 100%);
    display: inline-block;
}.pricing_section8 .deal_board2:hover .pricing_block0 {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
}

@media (max-width: 1200px) {.pricing_section8 {
    padding: 100px 0;
}.pricing_section8 .pricing_card4 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.pricing_section8 h2 {
    transform: translateX(0);
}.pricing_section8 .rate_panel9 {
    transform: translateX(0);
    max-width: 90%;
}
}

@media (max-width: 992px) {.pricing_section8 {
    padding: 80px 0;
}.pricing_section8 .pricing_card4 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.pricing_section8 .learn_rates0 {
    padding: 25px 20px;
}.pricing_section8 .learn_rates0 p {
    max-height: 180px;
    font-size: calc(15px * 0.95);
}.pricing_section8 .pricing_block0 {
    font-size: calc(18px * 1.2);
}
}

@media (max-width: 768px) {.pricing_section8 {
    padding: 70px 0;
}.pricing_section8 .pricing_card4 {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}.pricing_section8 h2 {
    font-size: calc(36px * 0.9);
}.pricing_section8 .rate_panel9 {
    font-size: 15px;
    margin-bottom: 40px;
    max-width: 100%;
}
}

@media (max-width: 576px) {.pricing_section8 {
    padding: 60px 0;
}.pricing_section8 .pricing_card4 {
    grid-template-columns: 1fr;
}.pricing_section8 h2 {
    display: block;
    font-size: calc(36px * 0.8);
    text-align: center;
}.pricing_section8 h2::after {
    width: 60%;
    left: 20%;
}.pricing_section8 .rate_panel9 {
    text-align: center;
    margin-bottom: 30px;
}.pricing_section8 .learn_rates0 h4 {
    font-size: calc(18px * 1.1);
}.pricing_section8 .learn_rates0 p {
    max-height: 150px;
}.pricing_section8 .pricing_block0 {
    font-size: calc(18px * 1.1);
}
}