* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.container {
    width: 1171px;
    margin: auto;
    max-width: 100%;
}html,body {
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    auto
contain
    scroll-behavior: auto;
}.top_header0 {
    flex: 1 0 auto;
}.framework-wrapX {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.cheat_sheeth {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    z-index: 1;
    position: relative;
}footer::before {
    top: 0;
    position: absolute;
    right: 0;
    content: "";
    opacity: 0.9;
    bottom: 0;
    z-index: -2;
    background: linear-gradient(145deg, rgb(226,233,225) 0%, rgb(192,208,191,0.5) 100%);
    left: 0;
}footer::after {
    content: "";
    bottom: 0;
    top: 0;
    position: absolute;
    background-image: 
        repeating-linear-gradient(0deg, rgb(192,208,191,0.5), rgb(192,208,191,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(192,208,191,0.5), rgb(192,208,191,0.5) 1px, transparent 1px, transparent 20px);
    opacity: 0.1;
    left: 0;
    right: 0;
    z-index: -1;
}.cheat_sheeth {
    padding: 4rem 0 2rem;
    color: #000000;
    position: relative;
}.cheat_sheeth::after {
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(192,208,191), rgb(153,173,152));
    left: 0;
    height: 6px;
    width: 100%;
}.cheat_sheeth .container {
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
    position: relative;
}.cheat_sheeth .company_holder {
    padding: 2rem 2.5rem;
    position: relative;
    flex: 1 1 400px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-radius: 23px;
    background: #ffffff;
}.cheat_sheeth .company_holder::before {
    left: 0;
    border-top-right-radius: 23px;
    background: rgb(192,208,191);
    top: 0;
    position: absolute;
    content: "";
    height: 5px;
    width: 100%;
    border-top-left-radius: 23px;
}.cheat_sheeth .company_holder h3 {
    margin: 0 0 1.5rem;
    font-weight: 700;
    position: relative;
    font-size: 37px;
    color: rgb(192,208,191);
    letter-spacing: 0.5px;
}.cheat_sheeth .company_holder h3::after {
    content: "";
    height: 3px;
    background: rgb(153,173,152);
    position: absolute;
    width: 80px;
    left: 0;
    bottom: -0.5rem;
}.cheat_sheeth .grant_infoK {
    background: rgb(226,233,225);
    position: relative;
    line-height: 1.7;
    font-size: 15px;
    padding: 1.5rem;
    color: #000000;
    border-left: 3px solid rgb(153,173,152);
    border-radius: 10px;
}.cheat_sheeth .donate_books4 {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.cheat_sheeth .head_learningb {
    gap: 2.5rem;
    display: flex;
    flex-wrap: wrap;
}.cheat_sheeth .header_mentorc {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    flex: 1 1 calc(50% - 1.25rem);
    overflow: hidden;
    border-radius: 23px;
    position: relative;
    min-width: 200px;
}.cheat_sheeth .header_mentorc h5 {
    font-size: 23px;
    background: rgb(153,173,152);
    position: relative;
    margin: 0;
    padding: 1rem 1.5rem;
    color: #ffffff;
    font-weight: 600;
}.cheat_sheeth .header_mentorc .head_learningb {
    gap: 0;
    padding: 1rem 0;
    flex-direction: column;
    display: flex;
}.cheat_sheeth .header_mentorc .head_learningb a {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 15px;
    padding: 0.8rem 1.5rem;
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
}.cheat_sheeth .header_mentorc .head_learningb a::before {
    z-index: -1;
    width: 0;
    top: 0;
    position: absolute;
    height: 100%;
    transition: all 0.3s ease;
    content: "";
    left: 0;
    background: rgb(226,233,225);
}.cheat_sheeth .header_mentorc .head_learningb a::after {
    opacity: 0;
    height: 5px;
    content: "";
    transform: translateY(-50%);
    transition: all 0.3s ease;
    left: 1.5rem;
    border-radius: 50%;
    width: 5px;
    position: absolute;
    top: 50%;
    background: rgb(153,173,152);
}.cheat_sheeth .header_mentorc .head_learningb a:hover {
    color: rgb(192,208,191);
    padding-left: 2.2rem;
}.cheat_sheeth .header_mentorc .head_learningb a:hover::before {
    width: 100%;
}.cheat_sheeth .header_mentorc .head_learningb a:hover::after {
    opacity: 1;
}.training_zoneI {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    background: rgb(226,233,225);
    position: relative;
    padding: 2rem 0;
    margin-top: 3rem;
}.training_zoneI::before {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(192,208,191,0.5), transparent);
    left: 10%;
    top: 0;
    right: 10%;
    position: absolute;
    content: "";
}.training_zoneI .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.training_zoneI .alumni_netg {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-weight: 400;
    background: #ffffff;
    font-size: 12px;
    padding: 0.8rem 2rem;
    color: #000000;
    text-align: center;
    border-radius: 50px;
}

@media (max-width: 1200px) {.cheat_sheeth .container {
    gap: 2rem;
}.cheat_sheeth .company_holder {
    flex: 1 1 360px;
}.cheat_sheeth .donate_books4 {
    flex: 1 1 calc(100% - 400px);
    min-width: 360px;
}.cheat_sheeth .head_learningb {
    gap: 2rem;
}
}

@media (max-width: 992px) {.cheat_sheeth {
    padding: 3.5rem 0 2rem;
}.cheat_sheeth .container {
    gap: 2.5rem;
    flex-direction: column;
}.cheat_sheeth .company_holder,
    .cheat_sheeth .donate_books4 {
    min-width: 100%;
    flex: 1 1 100%;
}.cheat_sheeth .header_mentorc {
    min-width: 200px;
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.cheat_sheeth {
    padding: 3rem 0 1.5rem;
}.cheat_sheeth .head_learningb {
    gap: 1.5rem;
}.cheat_sheeth .company_holder {
    padding: 2rem;
}.cheat_sheeth .company_holder h3 {
    font-size: calc(37px - 2px);
}.training_zoneI {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.cheat_sheeth {
    padding: 2.5rem 0 1rem;
}.cheat_sheeth .container {
    gap: 1.5rem;
}.cheat_sheeth .header_mentorc {
    min-width: 100%;
    flex: 1 1 100%;
}.cheat_sheeth .head_learningb {
    gap: 1rem;
}.cheat_sheeth .company_holder {
    padding: 1.5rem;
}.cheat_sheeth .grant_infoK {
    padding: 1.2rem;
}.training_zoneI {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}
}

@media (max-width: 420px) {.cheat_sheeth .company_holder h3::after {
    width: 50px;
}.cheat_sheeth .header_mentorc .head_learningb a:hover {
    padding-left: 2rem;
}.training_zoneI .alumni_netg {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.privacy_spaceg {
    color: #ffffff;
    flex-direction: column;
    height: auto;
    border: 2px solid rgb(192,208,191);
    width: 100%;
    display: flex;
    overflow: hidden;
    align-items: center;
    background: rgb(153,173,152);
    padding: 50px;
}.privacy_spaceg h1 {
    text-align: center;
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 47px;
    border-bottom: 4px solid rgb(153,173,152);
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
    color: rgb(192,208,191);
}.privacy_spaceg h2 {
    font-size: 32px;
    color: #ffffff;
    width: 100%;
    border-bottom: 2px solid rgb(192,208,191);
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-align: left;
    margin-top: 25px;
    font-weight: 600;
}.privacy_spaceg ul, .privacy_spaceg ol {
    margin: 20px 0;
    width: 100%;
    list-style-type: none;
    padding-left: 0;
}.privacy_spaceg li {
    font-size: 12px;
    background: rgb(192,208,191,0.5);
    border-left: 4px solid rgb(153,173,152);
    padding: 10px 20px;
    border-radius: 10px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 400;
}.privacy_spaceg section {
    width: 100%;
    border-radius: 24px;
    padding: 30px;
    margin-bottom: 30px;
    background: rgb(153,173,152,0.5);
}.privacy_spaceg p, .privacy_spaceg span, .privacy_spaceg div {
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.8;
    font-size: 12px;
}

@media only screen and (max-width: 800px) {.privacy_spaceg {
    padding: 30px 15px;
}.privacy_spaceg h1 {
    font-size: calc(22px - 10px);
}.privacy_spaceg h2 {
    font-size: calc(22px - 8px);
}.privacy_spaceg li {
    padding: 8px 15px;
    font-size: calc(12px - 2px);
}}.course_benefitsd {
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: rgb(226,233,225);
    background-size: 60px 60px;
    background-image: 
        linear-gradient(135deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255,255,255,0.03) 25%, transparent 25%);
    padding: 100px 0;
}.course_benefitsd::before {
    z-index: 0;
    top: -10%;
    right: -10%;
    position: absolute;
    width: 300px;
    transform: translateZ(0);
    filter: blur(80px);
    background: linear-gradient(145deg, rgb(192,208,191,0.5), rgb(153,173,152,0.5));
    content: "";
    height: 300px;
    opacity: 0.6;
}.course_benefitsd::after {
    left: -10%;
    transform: translateZ(0);
    z-index: 0;
    bottom: -10%;
    height: 400px;
    width: 400px;
    position: absolute;
    content: "";
    background: linear-gradient(225deg, rgb(153,173,152,0.5), rgb(192,208,191,0.5));
    opacity: 0.5;
    filter: blur(100px);
}.course_benefitsd .container {
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    gap: 60px;
    max-width: 1200px;
    display: flex;
}.course_benefitsd .img_display5 {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
    box-shadow: 
        15px 15px 30px rgba(0,0,0,0.1),
        -15px -15px 30px rgba(255,255,255,0.7),
        inset 0 0 0 rgba(0,0,0,0.1),
        inset 0 0 0 rgba(255,255,255,0.7);
    max-height: 500px;
    transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    height: auto;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
}.course_benefitsd .img_display5:hover {
    box-shadow: 
        20px 20px 40px rgba(0,0,0,0.15),
        -20px -20px 40px rgba(255,255,255,0.8),
        inset 0 0 0 rgba(0,0,0,0.1),
        inset 0 0 0 rgba(255,255,255,0.7);
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.course_benefitsd .impact_factsf {
    padding: 40px;
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    position: relative;
    backdrop-filter: blur(10px);
    border-radius: 5px;
    box-shadow: 
        10px 10px 20px rgba(0,0,0,0.05),
        -10px -10px 20px rgba(255,255,255,0.9),
        inset 2px 2px 3px rgba(255,255,255,0.9),
        inset -2px -2px 3px rgba(0,0,0,0.05);
    transform: translateZ(0);
}.course_benefitsd .text_archi {
    position: relative;
}.course_benefitsd h1 {
    font-weight: 700;
    color: #000000;
    font-size: 42px;
    margin-bottom: 30px;
    line-height: 1.3;
    position: relative;
    transform: translateY(0);
    transition: transform 0.4s ease-out;
}.course_benefitsd h1::after {
    height: 4px;
    position: absolute;
    transform-origin: left center;
    bottom: -10px;
    left: 0;
    content: "";
    transition: width 0.4s ease-out;
    background: linear-gradient(90deg, rgb(192,208,191), rgb(153,173,152));
    width: 120px;
    border-radius: 2px;
}.course_benefitsd .impact_factsf:hover h1 {
    transform: translateY(-5px);
}.course_benefitsd .impact_factsf:hover h1::after {
    width: 180px;
}.course_benefitsd ul {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    list-style: none;
    display: grid;
    margin: 0;
    gap: 20px;
    padding: 0;
}.course_benefitsd li {
    transition: all 0.3s ease;
    border-radius: 4px;
    transform: translateZ(0);
    box-shadow: 
        5px 5px 10px rgba(0,0,0,0.03),
        -5px -5px 10px rgba(255,255,255,0.8),
        inset 0 0 0 rgba(0,0,0,0.03),
        inset 0 0 0 rgba(255,255,255,0.8);
    padding: 20px;
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
    position: relative;
}.course_benefitsd li:hover {
    transform: translateY(-5px);
    box-shadow: 
        8px 8px 16px rgba(0,0,0,0.05),
        -8px -8px 16px rgba(255,255,255,0.9),
        inset 0 0 0 rgba(0,0,0,0.03),
        inset 0 0 0 rgba(255,255,255,0.8);
}.course_benefitsd li p {
    align-items: flex-start;
    font-size: 13px;
    display: flex;
    margin: 0;
    gap: 15px;
    color: #000000;
    line-height: 1.6;
}.course_benefitsd svg {
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.1));
    margin-top: 2px;
    transition: transform 0.3s ease, filter 0.3s ease;
    transform: scale(0.9);
    flex-shrink: 0;
}.course_benefitsd li:hover svg {
    filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.15));
    transform: scale(1.1);
}.course_benefitsd svg path {
    transition: fill 0.3s ease;
}.course_benefitsd li:hover svg path {
    fill: rgb(192,208,191);
}

@media (min-width: 992px) {.course_benefitsd .container {
    align-items: center;
    flex-direction: row;
}.course_benefitsd .img_display5 {
    max-height: 600px;
    height: auto;
    width: 45%;
}.course_benefitsd .impact_factsf {
    width: 55%;
    margin-left: -50px;
}.course_benefitsd ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 991px) {.course_benefitsd {
    padding: 80px 0;
}.course_benefitsd .container {
    padding: 0 20px;
}.course_benefitsd .impact_factsf {
    padding: 30px;
}.course_benefitsd h1 {
    font-size: calc(42px * 0.85);
}.course_benefitsd ul {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {.course_benefitsd {
    padding: 60px 0;
}.course_benefitsd .img_display5 {
    max-height: 350px;
}.course_benefitsd .impact_factsf {
    padding: 25px;
}.course_benefitsd h1 {
    font-size: calc(42px * 0.7);
}.course_benefitsd li {
    padding: 15px;
}.course_benefitsd li p {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.course_benefitsd {
    padding: 40px 0;
}.course_benefitsd .container {
    gap: 30px;
}.course_benefitsd .img_display5 {
    max-height: 250px;
}.course_benefitsd .impact_factsf {
    padding: 20px;
}.course_benefitsd h1 {
    font-size: calc(42px * 0.6);
    margin-bottom: 20px;
}.course_benefitsd h1::after {
    height: 3px;
    width: 80px;
}.course_benefitsd li {
    padding: 12px;
}.course_benefitsd svg {
    transform: scale(0.8);
}}.enroll_instantlyx {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: rgb(226,233,225);
}.enroll_instantlyx::before {
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.04;
    position: absolute;
    content: '';
    z-index: 1;
    width: 100%;
    background: 
        linear-gradient(90deg, #000000 1px, transparent 1px) 0 0 / 40px 100%,
        linear-gradient(0deg, #000000 1px, transparent 1px) 0 0 / 100% 40px;
}.enroll_instantlyx .impact_factsf {
    z-index: 10;
    padding-left: 50px;
    border-left: 4px solid rgb(192,208,191);
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    gap: 50px;
}.enroll_instantlyx .container p {
    z-index: 5;
    position: relative;
    font-weight: 700;
    font-size: 37px;
    grid-column: 1 / -1;
    line-height: 1.4;
    margin: 0;
    color: #000000;
}.enroll_instantlyx .help_mapF {
    text-transform: uppercase;
    z-index: 5;
    color: #ffffff;
    font-size: 15px;
    position: relative;
    background: rgb(226,233,225);
    box-shadow: 5px 5px 0 rgb(192,208,191);
    border-radius: 24px;
    transition: all 0.3s ease;
    grid-column: 1 / 2;
    text-decoration: none;
    padding: 20px 40px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 1px;
}.enroll_instantlyx .help_mapF::before {
    width: 100%;
    height: 100%;
    content: '';
    transition: 0.5s;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2),
        transparent
    );
    left: -100%;
    position: absolute;
    top: 0;
}.enroll_instantlyx .help_mapF:hover {
    box-shadow: 0 0 0 rgb(192,208,191);
    transform: translate(5px, 5px);
}.enroll_instantlyx .help_mapF:hover::before {
    left: 100%;
}.enroll_instantlyx .impact_factsf::before {
    border: 2px solid rgb(192,208,191,0.5);
    position: absolute;
    z-index: -1;
    width: 350px;
    content: '';
    opacity: 0.3;
    border-radius: 50%;
    right: -175px;
    height: 350px;
    top: -175px;
}.enroll_instantlyx .impact_factsf::after {
    bottom: -100px;
    position: absolute;
    width: 200px;
    right: -50px;
    z-index: -1;
    border-radius: 50%;
    content: '';
    height: 200px;
    opacity: 0.3;
    border: 2px solid rgb(153,173,152,0.5);
}.enroll_instantlyx::after {
    content: '';
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(192,208,191,0.5) 100%);
    z-index: 1;
    opacity: 0.05;
    width: 100%;
}

@media (max-width: 991px) {.enroll_instantlyx {
    padding: 80px 0;
}.enroll_instantlyx .impact_factsf {
    padding-left: 30px;
    gap: 40px;
}.enroll_instantlyx .container p {
    font-size: calc(24px * 1.2);
}.enroll_instantlyx .help_mapF {
    padding: 18px 36px;
}
}

@media (max-width: 767px) {.enroll_instantlyx {
    padding: 60px 0;
}.enroll_instantlyx .impact_factsf {
    padding-left: 20px;
    grid-template-columns: 1fr;
    gap: 30px;
}.enroll_instantlyx .container p {
    font-size: 24px;
}.enroll_instantlyx .help_mapF {
    padding: 15px 30px;
    grid-column: 1;
}
}

@media (max-width: 480px) {.enroll_instantlyx {
    padding: 40px 0;
}.enroll_instantlyx .impact_factsf {
    padding-left: 15px;
    border-left-width: 3px;
    gap: 20px;
}.enroll_instantlyx .container p {
    font-size: calc(14px * 1.2);
}.enroll_instantlyx .help_mapF {
    padding: 12px 25px;
    font-size: calc(15px * 0.9);
}}.tyDivK {
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(145deg, rgb(192,208,191,0.5), rgb(153,173,152,0.5) 70%, rgb(255, 255, 255, 0.5));
}.tyDivK::before {
    opacity: 0.6;
    position: absolute;
    z-index: -1;
    animation: pulse 15s infinite alternate;
    top: 0;
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(192,208,191,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(153,173,152,0.5) 0%, transparent 40%);
}.tyDivK::after {
    opacity: 0.2;
    content: "";
    animation: glow 10s infinite alternate;
    filter: blur(100px);
    width: 100%;
    background: rgb(255, 255, 255, 0.5);
    transform: rotate(45deg);
    right: -50%;
    top: -50%;
    height: 100%;
    position: absolute;
}.tyDivK .container {
    transform-style: preserve-3d;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}.tyDivK h2 {
    text-align: center;
    font-size: clamp(1.5rem, 3vw, 34px);
    color: #000000;
    font-weight: 700;
    font-family: Arial, sans-serif;
    position: relative;
    animation: fadeSlideIn 0.8s ease-out both;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateZ(30px);
    margin-bottom: 2.5rem;
}.tyDivK h2::after {
    content: "";
    background: linear-gradient(90deg, rgb(192,208,191), rgb(153,173,152));
    width: 100px;
    left: 50%;
    opacity: 0.8;
    height: 3px;
    bottom: -0.5rem;
    transform: translateX(-50%) translateZ(20px);
    position: absolute;
}.tyDivK .impact_factsf {
    padding: 2.5rem;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.1),
    0 3px 10px rgba(0, 0, 0, 0.05),
    0 1px 5px rgba(0, 0, 0, 0.03);
    animation: slideUpScale 1s ease-out 0.3s both;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    position: relative;
    border-radius: 25px;
    background: linear-gradient(to right bottom, #ffffff, rgba(255, 255, 255, 0.85));
    transform: translateZ(20px) rotateX(2deg);
}.tyDivK .impact_factsf::before {
    opacity: 0.05;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(192,208,191,0.5) 0%, transparent 100%);
    top: 0;
    z-index: -1;
    position: absolute;
    content: "";
    height: 100%;
}.tyDivK .impact_factsf:hover {
    transform: translateZ(25px) rotateX(0deg);
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.15),
    0 5px 15px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.06);
}.tyDivK ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.tyDivK li {
    padding-left: 0;
    position: relative;
    margin-bottom: 0.5rem;
    animation: fadeSlideInDelayed 1.2s ease-out both;
}.tyDivK li::before {
    transform: scale(0);
    left: -5px;
    width: 0;
    height: 0;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    top: 0.7rem;
    opacity: 0;
    position: absolute;
    background: rgb(192,208,191);
    border-radius: 50%;
    content: "";
}.tyDivK li:hover::before {
    opacity: 1;
    width: 8px;
    height: 8px;
    left: -20px;
    transform: scale(1);
}.tyDivK span {
    display: block;
    font-weight: 400;
    font-size: clamp(1rem, 2vw, 16px);
    transform: translateZ(10px);
    color: #000000;
    font-family: Arial, sans-serif;
    letter-spacing: 0.01em;
    line-height: 1.6;
    position: relative;
}

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

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

@keyframes slideUpScale {
  from {
    opacity: 0;
    transform: translateY(40px) translateZ(20px) scale(0.95) rotateX(5deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) translateZ(20px) scale(1) rotateX(2deg);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(1.05);
  }
}

@keyframes glow {
  0%, 100% {
    opacity: 0.2;
    filter: blur(100px);
  }
  50% {
    opacity: 0.3;
    filter: blur(120px);
  }
}

@media (min-width: 768px) {.tyDivK {
    padding: 6rem 0;
}.tyDivK .impact_factsf {
    max-width: 85%;
    padding: 3rem;
    margin: 0 auto;
    transform: translateZ(20px) rotateX(3deg);
}.tyDivK h2 {
    margin-bottom: 3rem;
}.tyDivK li::before {
    left: -10px;
}.tyDivK li:hover::before {
    left: -25px;
}
}

@media (min-width: 992px) {.tyDivK {
    padding: 7rem 0;
}.tyDivK .container {
    flex-direction: column;
    align-items: center;
    display: flex;
}.tyDivK h2 {
    max-width: 80%;
    transform: translateZ(40px);
}.tyDivK .impact_factsf {
    max-width: 75%;
    padding: 3.5rem 4rem;
    transform: translateZ(25px) rotateX(2deg);
}.tyDivK .impact_factsf:hover {
    transform: translateZ(35px) rotateX(0deg);
}.tyDivK li {
    padding-left: 0.5rem;
}
}

@media (max-width: 767px) {.tyDivK {
    padding: 4rem 0;
}.tyDivK .impact_factsf {
    transform: translateZ(10px) rotateX(1deg);
    padding: 1.5rem;
}.tyDivK h2 {
    margin-bottom: 2rem;
    transform: translateZ(15px);
    font-size: clamp(1.2rem, 5vw, 1.8rem);
}.tyDivK .impact_factsf:hover {
    transform: translateZ(15px) rotateX(0deg);
}.tyDivK span {
    font-size: 0.95rem;
}
}

@media (max-width: 480px) {.tyDivK {
    padding: 3rem 0;
}.tyDivK .container {
    padding: 0 1.5rem;
}.tyDivK h2 {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}.tyDivK .impact_factsf {
    padding: 1.25rem;
}.tyDivK span {
    font-size: 0.9rem;
    line-height: 1.5;
}}.reach_out_infoa {
    overflow: hidden;
    padding: 60px 0;
    background: rgb(192,208,191,0.5);
    position: relative;
}.reach_out_infoa::before {
    position: absolute;
    background-image: 
        radial-gradient(rgb(153,173,152,0.5) 1px, transparent 1px),
        radial-gradient(rgb(192,208,191,0.5) 1px, transparent 1px);
    left: 0;
    background-size: 20px 20px;
    top: 0;
    width: 100%;
    background-position: 0 0, 10px 10px;
    content: '';
    animation: backgroundFloat 60s linear infinite;
    height: 100%;
    opacity: 0.05;
}.reach_out_infoa::after {
    background: radial-gradient(circle at 30% 50%, rgb(153,173,152,0.5) 0%, transparent 70%);
    top: 0;
    content: '';
    pointer-events: none;
    left: 0;
    position: absolute;
    height: 100%;
    opacity: 0.1;
    width: 100%;
}@keyframes backgroundFloat {
    0% {
        background-position: 0 0, 10px 10px;
    }
    100% {
        background-position: 100px 0, 110px 10px;
    }
}
@keyframes backgroundShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}
.reach_out_infoa .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
}.reach_out_infoa .reach_section7 {
    border-radius: 22px;
    transition: all 0.5s ease;
    flex-direction: column;
    background: #ffffff;
    display: flex;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}.reach_out_infoa .reach_section7:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}.reach_out_infoa .reach_section7::before {
    width: 5px;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(192,208,191), rgb(153,173,152));
    content: '';
    height: 100%;
}.reach_out_infoa .send_feedbackr {
    font-weight: 700;
    color: #000000;
    background: rgb(226,233,225);
    display: flex;
    align-items: center;
    margin: 0;
    padding: 25px 30px;
    position: relative;
    font-size: 18px;
}.reach_out_infoa .send_feedbackr svg {
    stroke-width: 2;
    stroke-linejoin: round;
    margin-right: 12px;
    height: 22px;
    stroke: rgb(192,208,191);
    fill: none;
    stroke-linecap: round;
    width: 22px;
}.reach_out_infoa .send_feedbackr svg path {
    stroke-dashoffset: 50;
    animation: drawPath 1.5s forwards ease-out;
    stroke-dasharray: 50;
}@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}
.reach_out_infoa .send_feedbackr::after {
    left: 30px;
    background: rgb(192,208,191);
    bottom: 0;
    position: absolute;
    content: '';
    height: 3px;
    border-radius: 10px;
    width: 50px;
}.reach_out_infoa .img_display5 {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 250px;
    transform: translateZ(0);
}.reach_out_infoa .img_display5::before {
    animation: shineEffect 6s infinite linear;
    content: '';
    background: linear-gradient(
        to bottom right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 40%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0) 60%,
        rgba(255, 255, 255, 0) 100%
    );
    left: -50%;
    top: -50%;
    width: 200%;
    transform: rotate(30deg);
    z-index: 1;
    position: absolute;
    height: 200%;
}.reach_out_infoa .img_display5::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
    left: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 30%;
    content: '';
}@keyframes shineEffect {
    0% {
        transform: rotate(30deg) translate(-100%, -100%);
    }
    100% {
        transform: rotate(30deg) translate(100%, 100%);
    }
}
.reach_out_infoa .contact_card6 {
    padding: 30px;
    z-index: 2;
    position: relative;
    background: #ffffff;
}.reach_out_infoa .contact_card6::before {
    border-radius: 0 0 0 100%;
    content: '';
    width: 150px;
    opacity: 0.5;
    z-index: -1;
    height: 150px;
    position: absolute;
    background: rgb(226,233,225);
    right: 0;
    top: 0;
}.reach_out_infoa .contact_card6::after {
    opacity: 0.2;
    background-image: linear-gradient(to right, rgb(226,233,225) 1px, transparent 1px),
                      linear-gradient(to bottom, rgb(226,233,225) 1px, transparent 1px);
    border-radius: 0 0 22px 0;
    right: 0;
    position: absolute;
    z-index: -1;
    width: 100px;
    background-size: 10px 10px;
    height: 100px;
    content: '';
    bottom: 0;
}.reach_out_infoa .contact_card6 p {
    font-size: 12px;
    margin: 0 0 15px;
    color: #000000;
    position: relative;
    padding-left: 40px;
    display: flex;
    align-items: flex-start;
    line-height: 1.6;
}.reach_out_infoa .contact_card6 p:last-child {
    margin-bottom: 0;
}.reach_out_infoa .contact_card6 p svg {
    box-sizing: content-box;
    left: 0;
    stroke-width: 2;
    width: 20px;
    padding: 4px;
    top: 4px;
    fill: none;
    border-radius: 50%;
    stroke: rgb(192,208,191);
    transition: all 0.3s ease;
    stroke-linecap: round;
    height: 20px;
    background: rgb(192,208,191,0.5);
    stroke-linejoin: round;
    position: absolute;
}.reach_out_infoa .contact_card6 p:hover svg {
    transform: scale(1.1);
    background: rgb(153,173,152,0.5);
    stroke: rgb(153,173,152);
}.reach_out_infoa .contact_card6 p svg path {
    stroke-dashoffset: 30;
    stroke-dasharray: 30;
    animation: drawSvg 1s forwards ease-out;
}.reach_out_infoa .contact_card6 p:nth-child(1) svg path {
    animation-delay: 0.1s;
}.reach_out_infoa .contact_card6 p:nth-child(2) svg path {
    animation-delay: 0.2s;
}.reach_out_infoa .contact_card6 p:nth-child(3) svg path {
    animation-delay: 0.3s;
}.reach_out_infoa .contact_card6 p:nth-child(4) svg path {
    animation-delay: 0.4s;
}.reach_out_infoa .contact_card6 p:nth-child(5) svg path {
    animation-delay: 0.5s;
}@keyframes drawSvg {
    to {
        stroke-dashoffset: 0;
    }
}
.reach_out_infoa .contact_card6 p:not(:last-child)::after {
    position: absolute;
    width: calc(100% - 30px);
    background: linear-gradient(to right, rgb(226,233,225) 0%, transparent 100%);
    height: 1px;
    content: '';
    left: 30px;
    bottom: -7px;
}.reach_out_infoa .contact_card6 span {
    font-weight: 400;
    z-index: 1;
    position: relative;
}.reach_out_infoa .contact_card6 span::before {
    content: '';
    height: 4px;
    background: rgb(192,208,191,0.5);
    position: absolute;
    left: -3px;
    opacity: 0.3;
    width: calc(100% + 6px);
    z-index: -1;
    bottom: -1px;
    transform: skew(-20deg);
}.reach_out_infoa .contact_card6 a {
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    z-index: 1;
    color: rgb(192,208,191);
}.reach_out_infoa .contact_card6 b {
    font-weight: 700;
    color: rgb(192,208,191);
}.reach_out_infoa .quick_helpr {
    position: relative;
    margin-top: 30px;
    border-top: 1px solid rgb(226,233,225);
    padding-top: 25px;
}.reach_out_infoa .quick_helpr::before {
    height: 3px;
    top: -1px;
    background: rgb(192,208,191);
    left: 0;
    border-radius: 10px;
    content: '';
    width: 50px;
    position: absolute;
}.reach_out_infoa .talk_now0 {
    align-items: center;
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    color: #000000;
    display: flex;
    position: relative;
    margin: 0 0 15px;
}.reach_out_infoa .talk_now0 svg {
    width: 18px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: rgb(153,173,152);
    height: 18px;
    margin-right: 8px;
    fill: none;
    stroke-width: 2;
}.reach_out_infoa .talk_now0 svg path {
    stroke-dashoffset: 30;
    stroke-dasharray: 30;
    animation: drawSvg 1s forwards ease-out 0.6s;
}.reach_out_infoa .talk_now0::after {
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: -5px;
    background: rgb(153,173,152);
    content: '';
    height: 2px;
    width: 30px;
}.reach_out_infoa .support_infoJ {
    display: grid;
    position: relative;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}.reach_out_infoa .support_infoJ::after {
    right: -15px;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    opacity: 0.1;
    top: -15px;
    content: '';
    border: 1px solid rgb(153,173,152,0.5);
}.reach_out_infoa .join_usu {
    color: #000000;
    background: rgb(226,233,225);
    transition: all 0.3s ease;
    font-size: calc(12px - 2px);
    padding: 8px 12px;
    overflow: hidden;
    position: relative;
    align-items: center;
    display: flex;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}.reach_out_infoa .join_usu::before {
    background: rgb(192,208,191);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 3px;
    opacity: 0.7;
    height: 100%;
}.reach_out_infoa .join_usu svg {
    transition: all 0.3s ease;
    opacity: 0.8;
    stroke: rgb(192,208,191);
    stroke-linejoin: round;
    width: 14px;
    stroke-width: 2;
    stroke-linecap: round;
    margin-right: 6px;
    height: 14px;
    fill: none;
}.reach_out_infoa .join_usu:hover svg {
    stroke: rgb(153,173,152);
    opacity: 1;
    transform: rotate(15deg);
}.reach_out_infoa .join_usu:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(192,208,191,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px transparent;
    }
    100% {
        box-shadow: 0 0 0 0 transparent;
    }
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.reach_out_infoa .reach_section7 {
    align-items: stretch;
    flex-direction: row;
}.reach_out_infoa .img_display5 {
    height: auto;
    width: 40%;
}.reach_out_infoa .contact_card6 {
    padding: 40px;
    width: 60%;
}.reach_out_infoa .send_feedbackr {
    position: absolute;
    backdrop-filter: blur(5px);
    left: 20px;
    top: 20px;
    z-index: 3;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.reach_out_infoa .send_feedbackr svg {
    height: 24px;
    margin-right: 15px;
    width: 24px;
}.reach_out_infoa .send_feedbackr::after {
    left: 25px;
}.reach_out_infoa .contact_card6 p svg {
    height: 22px;
    width: 22px;
}.reach_out_infoa .talk_now0 svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}.reach_out_infoa .support_infoJ {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}.reach_out_infoa .join_usu svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
}
@media (max-width: 767px) {.reach_out_infoa {
    padding: 40px 0;
}.reach_out_infoa .container {
    padding: 0 15px;
}.reach_out_infoa .reach_section7 {
    flex-direction: column;
}.reach_out_infoa .img_display5 {
    height: 200px;
}.reach_out_infoa .contact_card6 {
    padding: 25px;
}.reach_out_infoa .contact_card6 p {
    margin-bottom: 12px;
    font-size: calc(12px - 1px);
}.reach_out_infoa .support_infoJ {
    grid-template-columns: 1fr;
}
}
@media (max-width: 480px) {.reach_out_infoa {
    padding: 30px 0;
}.reach_out_infoa .img_display5 {
    height: 150px;
}.reach_out_infoa .contact_card6 {
    padding: 20px;
}.reach_out_infoa .contact_card6 p {
    padding-left: 25px;
}.reach_out_infoa .contact_card6 p svg {
    height: 16px;
    top: 3px;
    width: 16px;
}.reach_out_infoa .quick_helpr {
    padding-top: 20px;
    margin-top: 20px;
}.reach_out_infoa .talk_now0 svg {
    width: 14px;
    margin-right: 6px;
    height: 14px;
}.reach_out_infoa .join_usu svg {
    height: 12px;
    width: 12px;
    margin-right: 5px;
}}.course_offeringC {
    background: linear-gradient(45deg, rgb(226,233,225) 0%, rgb(153,173,152,0.5) 40%, rgb(226,233,225) 100%);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}.course_offeringC::before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    width: 100%;
    opacity: 0.1;
    top: 0;
    background: 
        repeating-linear-gradient(45deg, rgb(153,173,152,0.5) 0px, rgb(153,173,152,0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgb(192,208,191,0.5) 0px, rgb(192,208,191,0.5) 1px, transparent 1px, transparent 10px);
    height: 100%;
}.course_offeringC .container {
    z-index: 2;
    position: relative;
}.course_offeringC .impact_factsf {
    display: flex;
    min-height: 480px;
    flex-direction: column;
    position: relative;
}.course_offeringC .img_display5 {
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}.course_offeringC .img_display5::after {
    width: 100%;
    mix-blend-mode: multiply;
    position: absolute;
    background: linear-gradient(135deg, rgb(192,208,191,0.5) 0%, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    top: 0;
    left: 0;
    content: "";
}.course_offeringC .knowledge_guidec {
    width: 60%;
    position: relative;
    backdrop-filter: blur(8px);
    margin-left: auto;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    padding: 2.5rem;
    box-shadow: -15px -15px 30px rgba(0, 0, 0, 0.1);
    margin-top: auto;
    z-index: 3;
}.course_offeringC .knowledge_guidec::before {
    left: -50px;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 50px;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8));
}.course_offeringC .header_pageK {
    z-index: 4;
    position: absolute;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    top: -35px;
    background: #ffffff;
    left: 2.5rem;
    transition: transform 0.3s ease-in-out;
    padding: 15px;
    border-radius: 50%;
}.course_offeringC .header_pageK:hover {
    transform: translateY(-5px) rotate(5deg);
}.course_offeringC .header_pageK svg {
    filter: drop-shadow(0 3px 5px rgb(192,208,191,0.5));
    height: 45px;
    display: block;
    width: 45px;
}.course_offeringC .header_pageK svg path {
    transition: fill 0.3s ease;
    fill: rgb(192,208,191);
}.course_offeringC .header_pageK:hover svg path {
    fill: rgb(153,173,152);
}.course_offeringC .knowledge_guidec h3 {
    font-size: 38px;
    color: #000000;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
}.course_offeringC .knowledge_guidec h3::after {
    content: "";
    left: 0;
    width: 60px;
    height: 3px;
    background: rgb(192,208,191);
    bottom: -0.5rem;
    position: absolute;
    border-radius: 10px;
}.course_offeringC .knowledge_guidec p {
    color: #000000;
    font-size: 14px;
    line-height: 1.7;
}.course_offeringC .impact_factsf::before {
    animation: floatAnimation 8s infinite ease-in-out;
    border: 2px solid rgb(192,208,191,0.5);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: 0;
    position: absolute;
    top: 10%;
    content: "";
    width: 120px;
    right: 65%;
    height: 120px;
}.course_offeringC .impact_factsf::after {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    left: 10%;
    animation: floatAnimation 12s infinite ease-in-out reverse;
    content: "";
    z-index: 0;
    height: 80px;
    position: absolute;
    bottom: 20%;
    width: 80px;
    border: 2px solid rgb(153,173,152,0.5);
}

@keyframes floatAnimation {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(10px, -15px) rotate(5deg);
    }
    50% {
        transform: translate(5px, 10px) rotate(-5deg);
    }
    75% {
        transform: translate(-10px, -5px) rotate(3deg);
    }
}

@media screen and (max-width: 991px) {.course_offeringC .impact_factsf {
    min-height: 420px;
}.course_offeringC .knowledge_guidec {
    padding: 2rem;
    width: 75%;
}.course_offeringC .header_pageK {
    left: 2rem;
    padding: 12px;
    top: -30px;
}.course_offeringC .header_pageK svg {
    width: 40px;
    height: 40px;
}.course_offeringC .knowledge_guidec h3 {
    font-size: calc(38px - 0.2rem);
}
}

@media screen and (max-width: 767px) {.course_offeringC {
    padding: 4rem 0;
}.course_offeringC .impact_factsf {
    min-height: auto;
}.course_offeringC .img_display5 {
    margin-bottom: -50px;
    height: 250px;
    position: relative;
}.course_offeringC .knowledge_guidec {
    border-radius: 30px;
    width: 90%;
    margin-left: auto;
    padding: 2rem 1.5rem;
    margin-right: auto;
}.course_offeringC .knowledge_guidec::before {
    display: none;
}.course_offeringC .knowledge_guidec::after {
    width: 70px;
    height: 70px;
}.course_offeringC .header_pageK {
    left: 50%;
    transform: translateX(-50%);
}.course_offeringC .header_pageK:hover {
    transform: translateX(-50%) translateY(-5px);
}.course_offeringC .knowledge_guidec h3 {
    font-size: calc(38px - 0.3rem);
    margin-top: 1rem;
}.course_offeringC .impact_factsf::before,
    .course_offeringC .impact_factsf::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.course_offeringC {
    padding: 3rem 0;
}.course_offeringC .img_display5 {
    height: 200px;
}.course_offeringC .knowledge_guidec {
    padding: 1.5rem 1.25rem;
    width: 100%;
}.course_offeringC .header_pageK {
    padding: 10px;
}.course_offeringC .header_pageK svg {
    height: 35px;
    width: 35px;
}.course_offeringC .knowledge_guidec h3 {
    margin-top: 0.75rem;
    font-size: calc(38px - 0.5rem);
}.course_offeringC .knowledge_guidec p {
    font-size: calc(14px - 0.1rem);
}}header {
    background: rgb(226,233,225);
    position: fixed;
    z-index: 1000;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    top: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    width: 100%;
    left: 0;
}header:before {
    background: linear-gradient(90deg, 
        rgb(192,208,191) 0%, 
        rgb(153,173,152) 50%, 
        rgb(192,208,191) 100%
    );
    content: '';
    left: 0;
    width: 100%;
    top: 0;
    height: 5px;
    position: absolute;
}header:after {
    content: '';
    pointer-events: none;
    opacity: 0.4;
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.01);
    background: 
        linear-gradient(135deg, rgb(226,233,225) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(226,233,225) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(226,233,225) 25%, transparent 25%),
        linear-gradient(45deg, rgb(226,233,225) 25%, transparent 25%);
    left: 0;
    bottom: 0;
    background-size: 20px 20px;
    height: 100%;
}header .head_lessonv {
    overflow: hidden;
    position: relative;
}header .head_lessonv:before {
    position: absolute;
    content: '';
    background: linear-gradient(to right, 
        transparent, 
        rgb(192,208,191,0.5),
        transparent
    );
    bottom: 0;
    width: 100%;
    left: 0;
    height: 1px;
}header .container {
    position: relative;
    max-width: 1200px;
    padding: 15px 25px;
    margin: 0 auto;
}header .container:before {
    height: 8px;
    content: '';
    top: 50%;
    width: 8px;
    opacity: 0.7;
    left: 10px;
    background: rgb(192,208,191);
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
}header .container:after {
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    opacity: 0.7;
    right: 10px;
    content: '';
    height: 8px;
    top: 50%;
    width: 8px;
    background: rgb(153,173,152);
}header .page_topj {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}header .page_topj:before {
    content: '';
    bottom: -10px;
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    height: 1px;
    position: absolute;
    opacity: 0.2;
    left: 0;
    width: 100%;
}header .header_mentorc {
    display: flex;
    position: relative;
    gap: 30px;
    align-items: center;
}header .header_mentorc:before {
    left: 0;
    position: absolute;
    content: '';
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scaleX(0.9);
    width: 100%;
    transform-origin: center;
    height: 2px;
    opacity: 0;
    background: rgb(192,208,191);
    bottom: -8px;
}header .header_mentorc:hover:before {
    transform: scaleX(1);
    opacity: 0.3;
}header .head_sectionE {
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    font-size: 15px;
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 8px 2px;
}header .head_sectionE:before {
    background: rgb(192,208,191);
    position: absolute;
    content: '';
    transform: translateX(-101%);
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}header .head_sectionE:after {
    height: 8px;
    background: rgb(192,208,191);
    top: 100%;
    transition: all 0.3s ease;
    opacity: 0;
    position: absolute;
    width: 8px;
    transform: translate(-50%, -50%) rotate(45deg);
    left: 50%;
    content: '';
}header .head_sectionE:hover {
    color: rgb(192,208,191);
}header .head_sectionE:hover:before {
    transform: translateX(0);
}header .head_sectionE:hover:after {
    top: calc(100% - 3px);
    opacity: 1;
}header .head_skillk {
    text-decoration: none;
    display: flex;
    padding: 5px 12px;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}header .head_skillk:before {
    top: 0;
    background: linear-gradient(rgb(226,233,225), rgb(226,233,225)) padding-box,
                linear-gradient(135deg, rgb(192,208,191), rgb(153,173,152)) border-box;
    content: '';
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    left: 0;
    border-radius: 10px;
    border: 2px solid transparent;
    height: 100%;
    width: 100%;
}header .head_skillk:after {
    position: absolute;
    left: -5px;
    width: 10px;
    opacity: 0;
    border-radius: 50%;
    height: 10px;
    content: '';
    top: -5px;
    transform: scale(0);
    transition: all 0.4s ease;
    background: linear-gradient(135deg, rgb(192,208,191), rgb(153,173,152));
}header .head_skillk:hover:before {
    opacity: 1;
}header .head_skillk:hover:after {
    opacity: 1;
    transform: scale(1);
}header .head_skillk svg {
    height: 42px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: auto;
}header .head_skillk:hover svg {
    transform: scale(1.05);
}

@keyframes drawBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .header_mentorc {
    gap: 20px;
}header .head_skillk svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .header_mentorc {
    max-width: 320px;
    padding: 75px 30px 30px;
    z-index: 1001;
    background: rgb(226,233,225);
    top: 0;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    position: fixed;
    height: 100vh;
    width: 80%;
    right: -100%;
    flex-direction: column;
    gap: 5px;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}header .header_mentorc:before {
    height: 1px;
    width: 80%;
    top: 60px;
    bottom: auto;
    left: 10%;
}header .menu.active {
    right: 0;
}header .head_sectionE {
    padding: 14px 5px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}header .head_sectionE:last-child {
    border-bottom: none;
}header .head_sectionE:after {
    left: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}header .head_sectionE:hover:after {
    opacity: 1;
    top: 50%;
    left: 5px;
}header .head_skillk {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .head_skillk svg {
    height: 35px;
}}.leadership_profileu {
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(226,233,225), rgb(192,208,191,0.5));
}.leadership_profileu::before {
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
    background: repeating-linear-gradient(45deg, rgb(153,173,152,0.5) 0px, transparent 2px, transparent 10px);
    position: absolute;
    opacity: 0.1;
    top: 0;
    z-index: 1;
}.leadership_profileu .opinion_sharingO {
    margin: 0 auto;
    display: flex;
    position: relative;
    max-width: 1200px;
    gap: 4rem;
    align-items: center;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    z-index: 2;
    padding: 0;
}.leadership_profileu .img_display5 {
    flex-shrink: 0;
    transition: all 0.4s ease;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    height: 450px;
    position: relative;
    width: 40%;
}.leadership_profileu .img_display5::after {
    height: 100%;
    opacity: 0.5;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(192,208,191,0.5), transparent);
    position: absolute;
    content: "";
}.leadership_profileu .work_contentM {
    padding: 3rem;
    position: relative;
    width: 60%;
}.leadership_profileu .name {
    position: relative;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: inline-block;
    font-size: 36px;
    color: #000000;
}.leadership_profileu .name::after {
    height: 3px;
    background: rgb(192,208,191);
    left: 0;
    position: absolute;
    bottom: -8px;
    content: "";
    transition: width 0.3s ease;
    width: 50%;
}.leadership_profileu .work_contentM > div:nth-child(2) {
    padding-left: 2px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 21px;
    color: rgb(153,173,152);
}.leadership_profileu .past_careerm {
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    color: #000000;
    padding-left: 1.5rem;
}.leadership_profileu .past_careerm::before {
    position: absolute;
    color: rgb(192,208,191,0.5);
    top: -2rem;
    font-size: 4rem;
    left: -1rem;
    content: "";
    opacity: 0.4;
}.leadership_profileu .opinion_sharingO:hover .img_display5 {
    transform: scale(1.03);
}.leadership_profileu .opinion_sharingO:hover .name::after {
    width: 100%;
}

@media (max-width: 992px) {.leadership_profileu .opinion_sharingO {
    gap: 2rem;
    flex-direction: column;
}.leadership_profileu .img_display5 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    height: 350px;
    width: 100%;
}.leadership_profileu .work_contentM {
    width: 100%;
    padding: 0 2rem 2rem;
}
}

@media (max-width: 576px) {.leadership_profileu {
    padding: 3rem 1rem;
}.leadership_profileu .img_display5 {
    height: 280px;
}.leadership_profileu .work_contentM {
    padding: 0 1.5rem 1.5rem;
}.leadership_profileu .name {
    font-size: calc(36px * 0.85);
}.leadership_profileu .past_careerm {
    font-size: calc(16px * 0.95);
}}.connect_with_usO {
    isolation: isolate;
    background: linear-gradient(
        135deg, 
        rgb(153,173,152,0.5) 0%, 
        rgb(192,208,191,0.5) 100%
    );
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.connect_with_usO::before {
    top: -50%;
    animation: subtle-pulse 12s infinite alternate;
    width: 200%;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    position: absolute;
    left: -50%;
    height: 200%;
    content: '';
    z-index: 1;
}.connect_with_usO::after {
    z-index: 1;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
    content: '';
    width: 150%;
    position: absolute;
    animation: subtle-wave 15s infinite alternate-reverse;
    height: 150%;
    right: -30%;
    bottom: -30%;
}.connect_with_usO .container {
    margin: 0 auto;
    position: relative;
    padding: 0 1rem;
    max-width: 1200px;
    z-index: 2;
}.connect_with_usO h2 {
    text-align: center;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    margin-bottom: 3rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    font-size: 44px;
}.connect_with_usO h2::after {
    transform: translateX(-50%);
    bottom: -0.5rem;
    height: 3px;
    position: absolute;
    content: '';
    width: 80px;
    left: 50%;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(192,208,191), 
        transparent
    );
}.connect_with_usO .request_feedbackK {
    align-items: stretch;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 17px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
    overflow: hidden;
    display: flex;
    background: rgba(255,255,255,0.05);
}.connect_with_usO .img_display5 {
    position: relative;
    flex: 0 0 40%;
    min-height: 500px;
}.connect_with_usO .img_display5::before {
    mix-blend-mode: color-dodge;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(
        45deg, 
        rgb(153,173,152,0.5) 0%, 
        rgb(192,208,191,0.5) 100%
    );
    opacity: 0.6;
    height: 100%;
    content: '';
}.connect_with_usO .connect_mapY {
    flex-direction: column;
    padding: 4rem 3rem;
    display: flex;
    justify-content: center;
    flex: 0 0 60%;
}.connect_with_usO .connect_mapY form {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}.connect_with_usO .connect_mapY h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 2rem;
}.connect_with_usO .connect_mapY input:not([type="checkbox"]):not([type="submit"]) {
    width: 100%;
    color: #ffffff;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.2);
    transition: all 0.3s ease;
    font-size: 12px;
    background: rgba(255,255,255,0.1);
    margin-bottom: 1.5rem;
    outline: none;
}.connect_with_usO .connect_mapY input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgba(rgb(192,208,191), 0.3);
    border-color: rgb(192,208,191);
}.connect_with_usO .connect_mapY .reach_queryy {
    margin-bottom: 1.5rem;
    align-items: center;
    display: flex;
}.connect_with_usO .connect_mapY .reach_queryy input[type="checkbox"] {
    margin-right: 1rem;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 22px;
    width: 22px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    appearance: none;
}.connect_with_usO .connect_mapY .reach_queryy input[type="checkbox"]:checked {
    border-color: rgb(192,208,191);
    background: rgb(192,208,191);
}.connect_with_usO .connect_mapY .reach_queryy input[type="checkbox"]:checked::after {
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    content: '✔';
    font-size: 0.8rem;
    color: #ffffff;
}.connect_with_usO .connect_mapY .reach_queryy label {
    align-items: center;
    display: flex;
    color: #ffffff;
    font-size: 12px;
}.connect_with_usO .connect_mapY .reach_queryy a {
    color: rgb(192,208,191);
    text-decoration: none;
    margin-left: 0.3rem;
    transition: color 0.3s ease;
}.connect_with_usO .connect_mapY .reach_queryy a:hover {
    text-decoration: underline;
}.connect_with_usO .connect_mapY .help_mapF {
    cursor: pointer;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #ffffff;
    overflow: hidden;
    padding: 1rem;
    background: rgb(192,208,191);
    font-size: 17px;
    position: relative;
    width: 100%;
    border: none;
}.connect_with_usO .connect_mapY .help_mapF::before {
    top: 0;
    left: -100%;
    transition: all 0.3s ease;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
}.connect_with_usO .connect_mapY .help_mapF:hover::before {
    left: 100%;
}.connect_with_usO .connect_mapY .help_mapF:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transform: translateY(-3px);
}

@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}

@media screen and (max-width: 1024px) {.connect_with_usO .request_feedbackK {
    flex-direction: column;
}.connect_with_usO .img_display5 {
    flex: 0 0 100%;
    min-height: 300px;
}.connect_with_usO .connect_mapY {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.connect_with_usO {
    padding: 3rem 0;
}.connect_with_usO h2 {
    font-size: calc(44px * 0.8);
    margin-bottom: 2rem;
}.connect_with_usO .connect_mapY h3 {
    font-size: calc(32px * 0.9);
}.connect_with_usO .connect_mapY input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.connect_with_usO .connect_mapY .reach_queryy {
    align-items: flex-start;
}.connect_with_usO .connect_mapY .reach_queryy input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.connect_with_usO .request_feedbackK {
    border-radius: 0;
}.connect_with_usO .img_display5 {
    min-height: 250px;
}.connect_with_usO .connect_mapY {
    padding: 2rem 1.5rem;
}}.our_teamp {
    position: relative;
    padding: 0;
    color: #ffffff;
    z-index: 1;
    overflow: hidden;
}.our_teamp::before {
    transition: opacity 0.5s ease-out;
    top: 0;
    left: 0;
    opacity: 0.85;
    content: "";
    background: linear-gradient(135deg, rgb(192,208,191) 0%, rgba(0, 0, 0, 0.8) 100%);
    height: 100%;
    z-index: -1;
    width: 100%;
    position: absolute;
}.our_teamp::after {
    z-index: 0;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(153,173,152) 0%, rgb(192,208,191) 50%, rgb(153,173,152) 100%);
    position: absolute;
    width: 100%;
    bottom: -5px;
    animation: shimmer 8s infinite linear;
    height: 10px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.our_teamp .container {
    transform: translateZ(0);
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 7% 5% 10%;
}.our_teamp .text_archi {
    padding: 3rem;
    backdrop-filter: blur(5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateY(-2deg);
    border-left: 4px solid rgb(153,173,152);
}.our_teamp .text_archi:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.15);
}.our_teamp h1 {
    font-weight: 700;
    color: #ffffff;
    opacity: 0;
    animation: slideInTitle 0.8s 0.2s forwards ease-out;
    letter-spacing: 0.05em;
    position: relative;
    padding-bottom: 1rem;
    text-transform: uppercase;
    font-size: calc(44px * 1.2);
    transform: translateX(-10px);
    margin: 0 0 2rem;
}.our_teamp h1::after {
    transform: scaleX(0);
    background: rgb(153,173,152);
    width: 60px;
    position: absolute;
    animation: growLine 0.6s 0.8s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    bottom: 0;
    content: "";
    left: 0;
    height: 4px;
    transform-origin: left;
}.our_teamp ul {
    list-style: none;
    padding: 0;
    opacity: 0;
    animation: fadeIn 0.8s 0.6s forwards ease-out;
    margin: 0;
}.our_teamp li {
    margin-bottom: 1.5rem;
}.our_teamp h4 {
    animation: slideUp 0.6s 1s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    padding-left: 1.5rem;
    align-items: center;
    font-weight: 600;
    color: rgb(153,173,152);
    opacity: 0;
    display: inline-flex;
    font-size: calc(24px * 1.15);
    margin: 0 0 1rem;
    transform: translateY(10px);
    position: relative;
}.our_teamp h4::before {
    top: 50%;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    left: 0;
    background: rgb(153,173,152);
    content: "";
    position: absolute;
}.our_teamp span {
    display: block;
    line-height: 1.8;
    padding-left: 1rem;
    position: relative;
    opacity: 0;
    margin-left: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    transform: translateY(15px);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    animation: slideUp 0.8s 1.2s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    font-size: 14px;
}

@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes growLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

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

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

@media (max-width: 1200px) {.our_teamp .container {
    padding: 8% 5%;
}.our_teamp .text_archi {
    padding: 2.5rem;
}
}

@media (max-width: 992px) {.our_teamp h1 {
    font-size: calc(44px * 1.1);
}.our_teamp .text_archi {
    transform: perspective(1000px) rotateY(-1deg);
}
}

@media (max-width: 768px) {.our_teamp .container {
    padding: 10% 5%;
}.our_teamp .text_archi {
    transform: none;
    padding: 2rem;
}.our_teamp h1 {
    font-size: 44px;
    margin-bottom: 1.5rem;
}.our_teamp span {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 576px) {.our_teamp .container {
    padding: 15% 5%;
}.our_teamp .text_archi {
    padding: 1.5rem;
    border-left-width: 3px;
}.our_teamp h1 {
    font-size: calc(44px * 0.9);
}.our_teamp h4 {
    font-size: 24px;
}.our_teamp span {
    margin-left: 0.5rem;
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}
}

@media (hover: hover) {.our_teamp:hover::before {
    opacity: 0.9;
}
}

@media (prefers-reduced-motion) {.our_teamp .text_archi,
    .our_teamp .text_archi:hover,
    .our_teamp h1,
    .our_teamp h1::after,
    .our_teamp ul,
    .our_teamp h4,
    .our_teamp span {
    transform: none;
    opacity: 1;
    animation: none;
}.our_teamp h1::after {
    transform: scaleX(1);
}.our_teamp::after {
    animation: none;
}}.price_packK {
    overflow: hidden;
    color: #ffffff;
    position: relative;
    padding: 100px 0;
}.price_packK::before {
    bottom: 0;
    top: 0;
    content: "";
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    left: 0;
    z-index: 1;
}.price_packK .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.cost_cardu {
    transform-origin: center top;
    transform: perspective(1000px) rotateX(2deg);
}.price_packK h2 {
    font-weight: 700;
    color: #ffffff;
    transform: translateX(-10px);
    font-size: 33px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}.price_packK h2::after {
    width: 60px;
    transform: skewX(-20deg);
    left: 0;
    position: absolute;
    background: rgb(192,208,191);
    height: 4px;
    content: "";
    bottom: -10px;
}.price_packK .cost_feeG {
    font-size: 15px;
    transform: translateX(10px);
    margin-bottom: 40px;
    max-width: 80%;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
}.price_packK .pricing_cardd {
    display: grid;
    gap: 30px;
    perspective: 1000px;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    margin: 0;
}.price_packK .pricing_cardd li {
    transform-style: preserve-3d;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.price_packK .pricing_cardd li:hover {
    z-index: 5;
    transform: translateY(-10px) scale(1.02);
}.price_packK .deal_boardi {
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    text-decoration: none;
    height: 100%;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    display: block;
    color: #000000;
}.price_packK .enroll_costl {
    transform-style: preserve-3d;
    flex-direction: column;
    overflow: hidden;
    min-height: 450px;
    position: relative;
    height: 100%;
    display: flex;
    background: linear-gradient(135deg, rgba(255,255,255,0.97) 0%, rgba(240,240,240,0.95) 100%);
    padding: 30px;
    transition: transform 0.4s ease-out;
}.price_packK .deal_boardi:hover .enroll_costl {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    transform: translateZ(20px);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(245,245,245,0.98) 100%);
}.price_packK .enroll_costl::after {
    content: "";
    transform: rotate(45deg) translate(30px, -80px);
    height: 100px;
    background: rgb(153,173,152);
    transition: transform 0.5s ease;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    opacity: 0.1;
}.price_packK .deal_boardi:hover .enroll_costl::after {
    transform: rotate(45deg) translate(20px, -60px) scale(1.2);
    opacity: 0.15;
}.price_packK .rate_listk {
    flex: 1;
    display: flex;
    z-index: 2;
    position: relative;
    flex-direction: column;
}.price_packK .rate_listk h4 {
    padding-bottom: 15px;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: calc(18px + 2px);
    color: rgb(192,208,191);
    transform: translateX(-5px);
    position: relative;
}.price_packK .rate_listk h4::after {
    width: 40px;
    height: 3px;
    background: rgb(153,173,152);
    left: 0;
    bottom: 0;
    content: "";
    transform: skewX(-15deg);
    position: absolute;
}.price_packK .rate_listk p {
    font-size: 15px;
    word-wrap: break-word;
    color: #000000;
    line-height: 1.5;
    overflow-wrap: break-word;
    margin-bottom: 25px;
    hyphens: auto;
    flex-grow: 1;
}.price_packK .trial_pricingw {
    margin-top: auto;
    display: block;
    position: relative;
    margin-bottom: 0;
    font-weight: 700;
    padding: 15px 0 0;
    transition: color 0.3s ease;
    font-size: calc(18px + 6px);
    color: rgb(153,173,152);
    border-top: 1px solid rgba(0,0,0,0.08);
}.price_packK .deal_boardi:hover .trial_pricingw {
    color: rgb(192,208,191);
    transform: translateY(-5px);
}.price_packK .trial_pricingw::before {
    width: 30px;
    background: rgb(192,208,191);
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    transform: translateY(-1px);
    height: 1px;
}

@media (max-width: 991px) {.price_packK {
    padding: 80px 0;
}.cost_cardu {
    transform: perspective(1000px) rotateX(1deg);
}.price_packK .cost_feeG {
    transform: translateX(5px);
    max-width: 90%;
}.price_packK .pricing_cardd {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}.price_packK .enroll_costl {
    padding: 25px;
    min-height: 400px;
}
}

@media (max-width: 767px) {.price_packK {
    padding: 60px 0;
}.cost_cardu {
    transform: none;
}.price_packK h2 {
    transform: none;
    font-size: calc(33px - 4px);
}.price_packK .cost_feeG {
    transform: none;
    max-width: 100%;
    margin-bottom: 30px;
}.price_packK .pricing_cardd {
    grid-template-columns: 1fr;
    gap: 20px;
}.price_packK .enroll_costl {
    padding: 20px;
    min-height: 350px;
}.price_packK .rate_listk h4 {
    transform: none;
}.price_packK .rate_listk p {
    font-size: calc(15px - 1px);
}.price_packK .trial_pricingw {
    font-size: calc(18px + 4px);
}
}

@media (max-width: 480px) {.price_packK {
    padding: 40px 0;
}.price_packK h2 {
    font-size: calc(33px - 6px);
}.price_packK .pricing_cardd {
    margin-top: 20px;
}.price_packK .enroll_costl {
    padding: 15px;
}.price_packK .rate_listk h4 {
    font-size: 18px;
    margin-bottom: 15px;
}.price_packK .rate_listk p {
    font-size: calc(15px - 2px);
    margin-bottom: 20px;
}}.trackingSettingsBoxo {
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    position: fixed;
    background: rgb(226,233,225);
    border-top: 3px solid rgb(192,208,191);
    z-index: 100;
    padding: 20px 0;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
}.visitor_confirmM {
    border-radius: 24px;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border: 2px solid rgb(192,208,191);
    width: 90%;
    margin: auto;
    max-width: 1200px;
}.cookie_applyK {
    margin-right: 20px;
    flex-shrink: 0;
}.cookie_applyK svg {
    width: 50px;
    fill: rgb(192,208,191);
    height: 50px;
}.cookie_confirmz {
    color: #ffffff;
    flex-grow: 1;
    text-align: left;
}.cookie_confirmz h5 {
    font-size: 21px;
    margin-bottom: 10px;
    color: rgb(192,208,191);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}.cookie_confirmz p {
    line-height: 1.5;
    color: #ffffff;
    font-size: 16px;
    margin: 0;
}.cookie_confirmz p a {
    color: rgb(192,208,191);
    text-decoration: underline;
}.cookie_visitorO {
    border-radius: 10px;
    border: none;
    flex-shrink: 0;
    font-size: 18px;
    text-decoration: none;
    padding: 10px 20px;
    cursor: pointer;
    text-align: center;
    min-width: 120px;
    color: #ffffff;
    background: rgb(192,208,191);
}.cookie_button.cookie_listZ {
    margin-right: 10px;
}#cookieNoticeMessagex {
    display: none;
}#cookieNoticeMessagex:checked ~ .trackingSettingsBoxo {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.visitor_confirmM {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.cookie_applyK {
    margin-bottom: 20px;
    margin-right: 0;
}.cookie_visitorO {
    width: 100%;
    max-width: 250px;
    margin: 10px 0;
}}
.homepageN {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 4rem 1.5rem;
    overflow: hidden;
    min-height: 100vh;
}.homepageN::before {
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.8) 0%, 
    rgba(0, 0, 0, 0.6) 40%, 
    rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
    bottom: 0;
    right: 0;
    content: "";
}.homepageN::after {
    position: absolute;
    bottom: 0;
    top: 0;
    background: rgb(192,208,191,0.5);
    z-index: 2;
    opacity: 0.35;
    left: 0;
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 25%, 0 60%);
    right: 0;
}.homepageN > div {
    z-index: 3;
    transform: translateY(-2vh);
    gap: 3rem;
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    max-width: 1200px;
}.homepageN > div > div:first-child {
    position: relative;
    padding-left: 2rem;
}.homepageN > div > div:first-child::before {
    top: 0;
    transform: scaleY(0);
    width: 6px;
    position: absolute;
    content: "";
    animation: verticalGrow 1.2s cubic-bezier(0.25, 0.8, 0.25, 1) forwards 0.3s;
    transform-origin: top;
    height: 100%;
    background: rgb(153,173,152);
    left: 0;
}.homepageN .title_style_header {
    opacity: 0;
    margin: 0;
    font-size: clamp(2.5rem, 5vw, 47px);
    color: #ffffff;
    animation: fadeSlideIn 1s cubic-bezier(0.25, 0.8, 0.25, 1) forwards 0.6s;
    line-height: 1.2;
    transform: translateX(-20px);
    font-weight: 700;
}.homepageN .page_welcomej {
    backdrop-filter: blur(10px);
    animation: fadeSlideUp 1.2s cubic-bezier(0.25, 0.8, 0.25, 1) forwards 0.9s;
    border-left: 1px solid rgb(153,173,152);
    display: flex;
    opacity: 0;
    background: rgba(255, 255, 255, 0.08);
    gap: 2rem;
    transform: translateY(20px);
    padding: 2.5rem;
    flex-direction: column;
    box-shadow: -5px 5px 30px rgba(0, 0, 0, 0.2);
}.homepageN .study_centero {
    position: relative;
}.homepageN .study_centero::before {
    content: "";
    border-left: 2px solid rgb(153,173,152);
    width: 30px;
    animation: fadeIn 0.8s ease forwards 1.6s;
    left: -10px;
    border-top: 2px solid rgb(153,173,152);
    position: absolute;
    top: -10px;
    opacity: 0;
    height: 30px;
}.homepageN .study_centero::after {
    position: absolute;
    content: "";
    border-right: 2px solid rgb(153,173,152);
    animation: fadeIn 0.8s ease forwards 1.8s;
    bottom: -10px;
    width: 30px;
    opacity: 0;
    right: -10px;
    border-bottom: 2px solid rgb(153,173,152);
    height: 30px;
}.homepageN .study_centero h3 {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 1.4;
}.homepageN .page_welcomej > div:last-child {
    position: relative;
    margin-top: 1rem;
}.homepageN .page_welcomej > div:last-child::before {
    width: 60px;
    transform-origin: left;
    background: rgb(153,173,152);
    left: 0;
    transform: scaleX(0);
    top: -15px;
    position: absolute;
    height: 3px;
    content: "";
    animation: horizontalGrow 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) forwards 1.4s;
}.homepageN .page_welcomej span {
    display: block;
}.homepageN .page_welcomej p {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: #ffffff;
    opacity: 0;
    font-weight: 400;
    animation: fadeIn 1s ease forwards 2s;
    margin: 0;
}

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

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

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes verticalGrow {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}

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

@media (min-width: 768px) {.homepageN {
    padding: 6rem 3rem;
}.homepageN > div {
    flex-direction: row;
    align-items: center;
    gap: 5%;
}.homepageN > div > div:first-child {
    flex: 0 0 45%;
}.homepageN .page_welcomej {
    flex: 0 0 50%;
    transform: translateY(0) translateX(20px);
    margin-left: auto;
    animation: fadeSlideLeft 1.2s cubic-bezier(0.25, 0.8, 0.25, 1) forwards 0.9s;
}
  
  @keyframes fadeSlideLeft {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
}

@media (min-width: 1200px) {.homepageN {
    padding: 0 5rem;
}.homepageN > div {
    gap: 8%;
}.homepageN > div > div:first-child {
    padding-left: 3rem;
}.homepageN > div > div:first-child::before {
    width: 8px;
}.homepageN .page_welcomej {
    padding: 3.5rem;
}.homepageN .study_centero::before,
  .homepageN .study_centero::after {
    width: 40px;
    height: 40px;
}
}

@media (max-width: 767px) {.homepageN {
    padding-top: 6rem;
    align-items: flex-start;
}.homepageN::after {
    clip-path: polygon(0 0, 100% 0, 100% 40%, 0 60%);
}
}

@media (prefers-reduced-motion: reduce) {.homepageN > div > div:first-child::before,
  .homepageN .title_style_header,
  .homepageN .page_welcomej,
  .homepageN .study_centero::before,
  .homepageN .study_centero::after,
  .homepageN .page_welcomej > div:last-child::before,
  .homepageN .page_welcomej p {
    opacity: 1;
    animation: none;
    transform: none;
}}.testimonialsQ {
    background: radial-gradient(circle at 70% 30%, rgb(153,173,152,0.5) 0%, rgb(226,233,225) 70%);
    padding: 140px 0 160px;
    position: relative;
    overflow: hidden;
}.testimonialsQ::before {
    width: 150vw;
    content: "";
    opacity: 0.1;
    transform: translate(-50%, -50%);
    top: 50%;
    height: 150vw;
    left: 50%;
    position: absolute;
    background: conic-gradient(
        from 0deg, 
        transparent 0deg,
        rgb(192,208,191,0.5) 10deg,
        transparent 20deg,
        transparent 70deg,
        rgb(153,173,152,0.5) 80deg,
        transparent 90deg,
        transparent 180deg,
        rgb(192,208,191,0.5) 190deg,
        transparent 200deg,
        transparent 250deg,
        rgb(153,173,152,0.5) 260deg,
        transparent 270deg,
        transparent 360deg
    );
    animation: rotateBackground 60s linear infinite;
    border-radius: 50%;
}@keyframes rotateBackground {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.testimonialsQ .impact_factsf {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.testimonialsQ h4 {
    text-align: center;
    margin-bottom: 100px;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 33px;
    font-weight: 700;
}.testimonialsQ h4::before,
.testimonialsQ h4::after {
    position: absolute;
    background: rgb(192,208,191);
    content: "";
    height: 3px;
    bottom: -20px;
}.testimonialsQ h4::before {
    left: calc(50% - 100px);
    width: 80px;
}.testimonialsQ h4::after {
    right: calc(50% - 100px);
    width: 80px;
}.testimonialsQ .student_voicesT {
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    position: relative;
}.testimonialsQ .student_voicesT::before {
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    border: 2px dashed rgb(192,208,191,0.5);
    top: 50%;
    transform: translate(-50%, -50%) scale(1.05);
    left: 50%;
    opacity: 0.5;
    position: absolute;
    border-radius: 12px;
}.testimonialsQ .opinion_sharingO {
    position: relative;
    transition: all 0.4s ease;
    flex-direction: column;
    display: flex;
    padding: 0;
    width: 100%;
    align-items: center;
}.testimonialsQ .opinion_sharingO:hover {
    z-index: 5;
    transform: translateY(-10px) scale(1.03);
}.testimonialsQ .opinion_sharingO .img_display5 {
    width: 80px;
    border: 4px solid #ffffff;
    z-index: 2;
    border-radius: 50%;
    height: 80px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    position: relative;
}.testimonialsQ .opinion_sharingO:hover .img_display5 {
    box-shadow: 0 8px 25px rgb(192,208,191,0.5);
    transform: scale(1.1);
}.testimonialsQ .opinion_sharingO::after {
    background: linear-gradient(to bottom, rgb(192,208,191,0.5), transparent);
    height: 60px;
    left: 50%;
    width: 2px;
    z-index: 1;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    top: 70px;
}.testimonialsQ .opinion_sharingO span {
    font-weight: 600;
    position: relative;
    font-family: Arial, sans-serif;
    display: block;
    color: #000000;
    margin-bottom: 10px;
    z-index: 2;
    padding: 0 10px;
    font-size: 19px;
    text-align: center;
}.testimonialsQ .opinion_sharingO p {
    z-index: 2;
    text-align: center;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    font-weight: 400;
    width: 100%;
    line-height: 1.5;
    transition: all 0.3s ease;
}.testimonialsQ .opinion_sharingO:hover p {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.testimonialsQ .opinion_sharingO p::before {
    border-bottom: 10px solid #ffffff;
    top: -10px;
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}.testimonialsQ .opinion_sharingO:last-child:nth-child(3n-1) {
    grid-column: 2;
}.testimonialsQ .opinion_sharingO:last-child:nth-child(3n-2) {
    grid-column: 2;
}

@media (max-width: 1200px) {.testimonialsQ .student_voicesT {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.testimonialsQ .opinion_sharingO {
    width: 100%;
}.testimonialsQ .opinion_sharingO:last-child:nth-child(2n-1) {
    grid-column: 1 / span 2;
    margin: 0 auto;
    width: 80%;
}
}

@media (max-width: 768px) {.testimonialsQ {
    padding: 80px 0 100px;
}.testimonialsQ .student_voicesT {
    grid-template-columns: 1fr;
    gap: 40px;
}.testimonialsQ .opinion_sharingO {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}.testimonialsQ .opinion_sharingO:last-child:nth-child(2n-1) {
    grid-column: 1;
    width: 100%;
}.testimonialsQ .opinion_sharingO:hover {
    transform: translateY(-5px);
}.testimonialsQ h4 {
    margin-bottom: 50px;
}
}