* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}svg {
    height: 30px;
    width: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.wrap-container {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}html,body {
    scroll-behavior: smooth;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
}.blog_ref {
    flex: 0 0 auto;
}.head_lead {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1180px;
    max-width: 100%;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    background: linear-gradient(135deg, #000000 0%, rgb(153,194,169) 100%);
    position: fixed;
    top: 0;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    width: 100%;
    left: 0;
    transition: all 0.4s ease;
    border-bottom: 1px solid rgb(153,194,169,0.5);
}header:before {
    background: linear-gradient(90deg, transparent, rgb(153,194,169,0.5), transparent);
    height: 100%;
    pointer-events: none;
    top: 0;
    width: 100%;
    left: 0;
    background-size: 200% 100%;
    animation: shine 8s infinite linear;
    content: '';
    opacity: 0.4;
    position: absolute;
}header .top_base {
    width: 100%;
}header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
}header .top_pro {
    position: relative;
    align-items: center;
    justify-content: space-between;
    display: flex;
}header .main_master {
    gap: 25px;
    display: flex;
    position: relative;
}header .main_master:before {
    width: 100%;
    transform-origin: left;
    transform: scaleX(0);
    content: '';
    bottom: -8px;
    background: linear-gradient(90deg, transparent, rgb(153,194,169), transparent);
    position: absolute;
    transition: transform 0.6s ease;
    left: 0;
    height: 1px;
}header .main_master:hover:before {
    transform: scaleX(1);
}header .site_navbar {
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.4s ease;
    font-family: Arial, sans-serif;
    padding: 8px 0;
}header .site_navbar:after {
    bottom: 0;
    content: '';
    width: 100%;
    background: rgb(153,194,169);
    transform-origin: right;
    position: absolute;
    height: 2px;
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    left: 0;
    transform: scaleX(0);
}header .site_navbar:before {
    position: absolute;
    height: 4px;
    top: 0;
    transform: translateX(-50%);
    border-radius: 50%;
    transition: all 0.3s ease;
    content: '';
    opacity: 0;
    background: rgb(153,194,169);
    left: 50%;
    width: 4px;
}header .site_navbar:hover {
    text-shadow: 0 0 8px rgb(153,194,169,0.5);
    color: rgb(153,194,169);
}header .site_navbar:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}header .site_navbar:hover:before {
    opacity: 1;
}header .header_base {
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none;
}header .header_base svg {
    transition: transform 0.5s ease;
    filter: drop-shadow(0 0 4px rgb(153,194,169,0.5));
    width: auto;
    height: 40px;
}header .header_base:hover svg {
    transform: scale(1.05);
}header .header_base:after {
    left: 50%;
    bottom: -8px;
    content: '';
    transition: width 0.4s ease;
    height: 1px;
    background: rgb(153,194,169);
    transform: translateX(-50%);
    position: absolute;
    width: 0;
}header .header_base:hover:after {
    width: 100%;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .main_master {
    gap: 15px;
}header .site_navbar {
    font-size: calc(13px - 1px);
}header .header_base svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .main_master {
    flex-direction: column;
    width: 80%;
    transition: right 0.4s ease;
    overflow-y: auto;
    z-index: 1001;
    gap: 20px;
    height: 100vh;
    position: fixed;
    background: #000000;
    top: 0;
    padding: 80px 30px 30px;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    right: -100%;
    max-width: 300px;
}header .menu.active {
    right: 0;
}header .site_navbar {
    padding: 10px 5px;
    width: 100%;
    border-bottom: 1px solid rgb(153,194,169,0.5);
}header .main_master:before {
    display: none;
}header .header_base {
    margin-left: auto;
    margin-right: auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px;
}header .header_base svg {
    height: 30px;
}}.education_experience {
    padding: 5rem 0;
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    background: linear-gradient(135deg, rgb(208,221,212) 0%, rgb(153,194,169,0.5) 100%);
}.education_experience::before {
    pointer-events: none;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(102,163,143,0.5) 49.5%, rgb(102,163,143,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(102,163,143,0.5) 49.5%, rgb(102,163,143,0.5) 50.5%, transparent 50.5%);
    left: 0;
    height: 100%;
    z-index: 1;
    top: 0;
    opacity: 0.1;
    background-size: 60px 60px;
    width: 100%;
    content: "";
}.education_experience .container {
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 2;
    margin: 0 auto;
    transform-style: preserve-3d;
}.education_experience .learner_quotes {
    border-radius: 10px;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 3px 3px rgba(0, 0, 0, 0.03);
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    padding: 2.5rem;
    transform: rotateY(-2deg) translateZ(10px);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    border-left: 4px solid rgb(153,194,169);
    display: grid;
}.education_experience .learner_quotes:hover {
    transform: rotateY(0deg) translateZ(20px) scale(1.01);
}.education_experience .learner_quotes > div:first-child {
    position: relative;
    align-self: start;
}.education_experience .photo_section {
    position: relative;
    width: 200px;
    height: 200px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateZ(20px);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
}.education_experience .photo_section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(rgb(153,194,169), 0.2) 0%, transparent 100%);
    z-index: 1;
    left: 0;
}.education_experience .learner_quotes:hover .photo_section {
    transform: translateZ(30px) scale(1.05);
}.education_experience .learner_quotes > div:nth-child(2) {
    transform: translateZ(15px);
    align-self: start;
}.education_experience .name {
    color: rgb(153,194,169);
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 0.5rem;
    transition: transform 0.4s ease;
    transform: translateX(0);
    font-size: calc(18px * 1.1);
}.education_experience .name::after {
    content: "";
    bottom: -5px;
    position: absolute;
    width: 0;
    transition: width 0.4s ease-out;
    left: 0;
    height: 2px;
    background-color: rgb(102,163,143);
}.education_experience .learner_quotes:hover .name::after {
    width: 100%;
}.education_experience .learner_quotes:hover .name {
    transform: translateX(5px);
}.education_experience .learner_quotes > div:nth-child(2) > div {
    color: #000000;
    margin-bottom: 1rem;
    opacity: 0.85;
    font-weight: 600;
    font-size: calc(13px * 0.95);
    font-style: italic;
}.education_experience .work_explore {
    margin: 0;
    position: relative;
    padding-left: 1.5rem;
    color: #000000;
    line-height: 1.6;
    transform: translateZ(10px);
    font-family: Arial, sans-serif;
    font-size: 13px;
}.education_experience .work_explore::before {
    background: linear-gradient(to bottom, rgb(153,194,169) 0%, rgb(102,163,143) 100%);
    position: absolute;
    width: 3px;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
}

@media (min-width: 768px) {.education_experience {
    padding: 7rem 0;
}.education_experience .learner_quotes {
    padding: 3rem;
    grid-template-columns: 220px 1fr 2fr;
    align-items: start;
    grid-gap: 2.5rem;
}.education_experience .photo_section {
    width: 220px;
    height: 260px;
}.education_experience .name {
    font-size: calc(18px * 1.2);
    margin-bottom: 0.75rem;
}.education_experience .work_explore {
    padding-left: 2rem;
    font-size: calc(13px * 1.05);
}.education_experience .work_explore::before {
    width: 4px;
}
}

@media (min-width: 992px) {.education_experience .container {
    padding: 0 3rem;
}.education_experience .learner_quotes {
    padding: 3.5rem;
    grid-gap: 3rem;
    grid-template-columns: 260px 1fr 2.5fr;
}.education_experience .photo_section {
    height: 300px;
    width: 260px;
}.education_experience .name {
    font-size: calc(18px * 1.3);
    margin-bottom: 1rem;
}.education_experience .learner_quotes > div:nth-child(2) > div {
    font-size: 13px;
    margin-bottom: 1.5rem;
}.education_experience .work_explore {
    line-height: 1.7;
    font-size: calc(13px * 1.1);
}
}

@media (min-width: 1200px) {.education_experience .learner_quotes {
    grid-template-columns: 300px 1fr 3fr;
    padding: 4rem;
    grid-gap: 3.5rem;
}.education_experience .photo_section {
    height: 350px;
    width: 300px;
}
}

@media (max-width: 767px) {.education_experience .learner_quotes {
    padding: 2rem;
    transform: rotateY(0deg) translateZ(0);
}.education_experience .photo_section {
    width: 180px;
    margin: 0 auto 1.5rem;
    height: 180px;
}.education_experience .learner_quotes > div:first-child {
    display: flex;
    justify-content: center;
}.education_experience .learner_quotes > div:nth-child(2) {
    text-align: center;
}.education_experience .work_explore {
    padding-top: 1.5rem;
    padding-left: 0;
}.education_experience .work_explore::before {
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    width: 60px;
    top: 0;
}}.blog_ref {
    font-family: Arial, sans-serif;
    background-color: rgb(208,221,212);
    color: #000000;
    padding: 5rem 0 2rem;
    position: relative;
}.blog_ref::before {
    background: 
        linear-gradient(135deg, rgb(153,194,169,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(102,163,143,0.5) 0%, transparent 70%);
    z-index: 0;
    opacity: 0.07;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}.blog_ref::after {
    width: 100%;
    left: 0;
    content: '';
    background: linear-gradient(90deg, 
        rgb(208,221,212) 0%,
        rgb(153,194,169) 35%, 
        rgb(102,163,143) 65%,
        rgb(208,221,212) 100%);
    position: absolute;
    top: 0;
    height: 7px;
    z-index: 1;
}.blog_ref .container {
    z-index: 2;
    position: relative;
}.blog_ref .pledge_block {
    display: flex;
    flex-direction: column;
}.blog_ref .form_learn {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 4rem;
    padding-bottom: 2rem;
    gap: 0;
    justify-content: center;
}.blog_ref .form_learn::after {
    width: 100%;
    height: 1px;
    content: '';
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(102,163,143,0.5) 50%,
        transparent 100%);
    bottom: -1px;
    position: absolute;
}.blog_ref .info_item {
    width: 25%;
    padding: 0.5rem 1rem;
    flex: 0 0 auto;
    position: relative;
    transition: all 0.3s ease;
}.blog_ref .info_item::before {
    width: 1px;
    transform: translateY(-50%);
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.06);
    height: 60%;
    top: 50%;
    left: 0;
}.blog_ref .info_item:first-child::before {
    display: none;
}.blog_ref .info_item p,
.blog_ref .info_item a {
    align-items: center;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 400;
    font-size: calc(13px - 1px);
    text-align: center;
    gap: 0.75rem;
    display: flex;
    color: #000000;
    justify-content: center;
}.blog_ref .info_item:hover {
    transform: translateY(-5px);
}.blog_ref .info_item:hover p,
.blog_ref .info_item:hover a {
    color: rgb(153,194,169);
}.blog_ref .info_item svg {
    height: 20px;
    width: 20px;
    transition: transform 0.3s ease;
    fill: rgb(153,194,169);
}.blog_ref .info_item:hover svg {
    transform: rotate(10deg);
}.blog_ref .text_main_holder {
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    gap: 3rem;
}.blog_ref .top_navbar {
    gap: 1.5rem;
    width: 100%;
    flex-direction: column;
    display: flex;
    margin-right: auto;
    max-width: 300px;
}.blog_ref .top_navbar svg {
    transition: all 0.3s ease;
    max-width: 160px;
    height: auto;
}.blog_ref .top_navbar:hover svg {
    transform: scale(1.05);
}.blog_ref .online_tools {
    color: #000000;
    position: relative;
    line-height: 1.6;
    padding-left: 2rem;
    font-size: 13px;
}.blog_ref .online_tools::before {
    top: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(153,194,169), rgb(102,163,143));
    content: '';
    border-radius: 2px;
    left: 0;
    width: 4px;
}.blog_ref .main_master {
    flex: 1;
    position: relative;
    gap: 2rem;
    max-width: 400px;
    min-width: 240px;
    display: flex;
    flex-direction: column;
}.blog_ref .main_master::before {
    z-index: -1;
    content: '';
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    border-radius: 29px;
    background: rgba(0, 0, 0, 0.02);
    width: 100%;
}.blog_ref .main_master h5 {
    margin-bottom: 1rem;
    border-radius: 10px;
    font-size: 21px;
    background: rgba(0, 0, 0, 0.03);
    color: #000000;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
}.blog_ref .main_primary {
    gap: 0.75rem;
    display: flex;
    flex-direction: column;
    padding: 0 1.5rem;
}.blog_ref .main_primary:first-child {
    position: relative;
}.blog_ref .main_primary a {
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    color: #000000;
    padding-left: 1.25rem;
    position: relative;
    font-size: 13px;
    text-decoration: none;
}.blog_ref .main_primary a::before {
    border-radius: 50%;
    height: 6px;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
    content: '';
    top: 50%;
    width: 6px;
    background-color: rgb(102,163,143,0.5);
    transform: translateY(-50%);
}.blog_ref .main_primary a:hover {
    padding-left: 1.5rem;
    color: rgb(153,194,169);
}.blog_ref .main_primary a:hover::before {
    width: 8px;
    height: 8px;
    background-color: rgb(153,194,169);
}.blog_ref .subscribe_holder {
    border-radius: 29px;
    max-width: 400px;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    display: flex;
    position: relative;
    width: 100%;
    padding: 2rem;
    gap: 1.5rem;
}.blog_ref .subscribe_holder::before {
    position: absolute;
    top: 0;
    content: '';
    border-width: 50px 50px 0 0;
    border-top-left-radius: 29px;
    border-color: rgb(153,194,169,0.5) transparent transparent transparent;
    width: 0;
    height: 0;
    border-style: solid;
    left: 0;
}.blog_ref .subscribe_holder h5 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #000000;
    font-size: 21px;
}.blog_ref .subscribe_holder p {
    font-size: 13px;
    line-height: 1.6;
    color: #000000;
}.blog_ref .input_holder {
    flex-direction: column;
    display: flex;
    gap: 1rem;
    position: relative;
    margin-top: 0.5rem;
}.blog_ref .input_holder input[type="email"] {
    color: #000000;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 13px;
    padding: 1.125rem 1.25rem;
}.blog_ref .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(153,194,169);
    box-shadow: 0 0 0 3px rgb(153,194,169,0.5);
}.blog_ref .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.blog_ref .updates_header {
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    font-weight: 600;
    padding: 1.125rem 1.25rem;
    color: #ffffff;
    transition: all 0.3s ease;
    z-index: 1;
    overflow: hidden;
    border: none;
    background: linear-gradient(135deg, rgb(153,194,169) 0%, rgb(102,163,143) 100%);
    font-size: 15px;
}.blog_ref .updates_header::before {
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    content: '';
    height: 100%;
    opacity: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(102,163,143) 0%, rgb(153,194,169) 100%);
    transition: opacity 0.3s ease;
}.blog_ref .updates_header:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.blog_ref .updates_header:hover::before {
    opacity: 1;
}.blog_ref .recycle_info {
    position: relative;
    text-align: center;
    margin-top: 4rem;
    padding-top: 2rem;
}.blog_ref .recycle_info::before {
    content: '';
    top: 0;
    height: 1px;
    left: 30%;
    position: absolute;
    width: 40%;
    background: rgba(0, 0, 0, 0.1);
}.blog_ref .eng_center {
    opacity: 0.8;
    font-size: 13px;
    color: #000000;
}

@media (max-width: 1200px) {.blog_ref .text_main_holder {
    gap: 2.5rem;
}.blog_ref .top_navbar {
    max-width: 260px;
}.blog_ref .main_master {
    min-width: 220px;
}
}

@media (max-width: 991px) {.blog_ref {
    padding: 4rem 0 2rem;
}.blog_ref .info_item {
    width: 50%;
    padding: 1rem;
}.blog_ref .info_item:nth-child(3)::before {
    display: none;
}.blog_ref .text_main_holder {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}.blog_ref .top_navbar {
    max-width: 100%;
    text-align: center;
    align-items: center;
    width: 100%;
}.blog_ref .online_tools {
    text-align: center;
    max-width: 500px;
    padding-left: 0;
}.blog_ref .online_tools::before {
    display: none;
}.blog_ref .main_master {
    width: 100%;
    max-width: 600px;
}.blog_ref .subscribe_holder {
    width: 100%;
    max-width: 600px;
}
}

@media (max-width: 768px) {.blog_ref {
    padding: 3.5rem 0 1.5rem;
}.blog_ref .form_learn {
    margin-bottom: 3rem;
}.blog_ref .info_item {
    width: 100%;
}.blog_ref .info_item::before {
    display: none;
}.blog_ref .main_primary {
    gap: 0.5rem 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}.blog_ref .main_primary a {
    text-align: center;
    padding: 0.5rem 1rem;
}.blog_ref .main_primary a::before {
    display: none;
}.blog_ref .main_primary a:hover {
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    padding-left: 1rem;
}.blog_ref .recycle_info {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.blog_ref {
    padding: 3rem 0 1.5rem;
}.blog_ref .form_learn {
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
}.blog_ref .text_main_holder {
    gap: 2.5rem;
}.blog_ref .main_master {
    padding: 1rem;
}.blog_ref .main_master h5 {
    text-align: center;
}.blog_ref .subscribe_holder {
    padding: 1.5rem;
}.blog_ref .subscribe_holder::before {
    border-width: 30px 30px 0 0;
}.blog_ref .recycle_info {
    margin-top: 2.5rem;
}}.pricing_kit {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.pricing_kit::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    content: "";
    z-index: 1;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}.pricing_kit .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.pricing_kit .plan_cost {
    position: relative;
}.pricing_kit h2 {
    font-weight: 700;
    position: relative;
    color: #ffffff;
    animation: fadeSlideUp 0.8s ease-out forwards;
    letter-spacing: 0.5px;
    transform: translateY(20px);
    margin-bottom: 25px;
    opacity: 0;
    text-align: center;
    font-size: calc(31px * 1.1);
}.pricing_kit .discount_price {
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
    max-width: 700px;
    text-align: center;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    position: relative;
    font-size: 15px;
    margin: 0 auto 50px;
    overflow-wrap: break-word;
    word-break: break-word;
}.pricing_kit .study_packages {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    padding: 0;
    perspective: 1000px;
    display: grid;
    gap: 25px;
}.pricing_kit .study_packages li {
    animation: fadeIn 0.8s ease-out forwards, rotateCard 0.8s ease-out forwards;
    transform: translateZ(0) rotateY(5deg);
    animation-delay: calc(0.2s * var(--li-index, 1));
    transform-style: preserve-3d;
    opacity: 0;
}.pricing_kit .study_packages li:nth-child(1) {
    --li-index: 1;
}.pricing_kit .study_packages li:nth-child(2) {
    --li-index: 2;
}.pricing_kit .study_packages li:nth-child(3) {
    --li-index: 3;
}.pricing_kit .study_packages li:nth-child(4) {
    --li-index: 4;
}.pricing_kit .fee_pricing {
    display: block;
    height: 100%;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.pricing_kit .fee_pricing:hover {
    transform: translateY(-10px) scale(1.02);
}.pricing_kit .package_rates {
    box-shadow: 0 15px 30px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1),
                inset 0 1px 1px rgba(255,255,255,0.1);
    transition: all 0.4s ease;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.07) 0%, 
        rgba(255,255,255,0.03) 100%);
    position: relative;
    backdrop-filter: blur(10px);
    height: 100%;
    padding: 30px;
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
}.pricing_kit .fee_pricing:hover .package_rates {
    box-shadow: 0 20px 40px rgba(0,0,0,0.25), 
                0 10px 20px rgba(0,0,0,0.15),
                inset 0 1px 2px rgba(255,255,255,0.15);
    background: linear-gradient(145deg, 
        rgba(rgb(153,194,169), 0.15) 0%, 
        rgba(rgb(153,194,169), 0.05) 100%);
}.pricing_kit .package_rates::before {
    position: absolute;
    height: 200%;
    content: "";
    transform: rotate(30deg);
    opacity: 0;
    transition: opacity 0.6s ease;
    left: -50%;
    top: -50%;
    width: 200%;
    pointer-events: none;
    background: radial-gradient(
        ellipse at center,
        rgba(255,255,255,0.1) 0%,
        rgba(255,255,255,0) 70%
    );
}.pricing_kit .fee_pricing:hover .package_rates::before {
    opacity: 1;
}.pricing_kit .pricing_fees {
    height: 100%;
    flex-direction: column;
    display: flex;
}.pricing_kit .pricing_fees h4 {
    margin-bottom: 20px;
    position: relative;
    font-size: calc(19px * 1.1);
    color: #ffffff;
    font-weight: 600;
    margin-top: 0;
    transition: transform 0.3s ease;
}.pricing_kit .fee_pricing:hover .pricing_fees h4 {
    color: rgb(153,194,169);
    transform: translateY(-2px);
}.pricing_kit .pricing_fees h4::after {
    bottom: -10px;
    background: rgb(153,194,169);
    width: 50px;
    content: "";
    transform: scaleX(0.7);
    left: 0;
    transform-origin: left;
    position: absolute;
    height: 2px;
    transition: transform 0.4s ease;
}.pricing_kit .fee_pricing:hover .pricing_fees h4::after {
    transform: scaleX(1);
}.pricing_kit .pricing_fees p {
    font-size: calc(15px * 0.9);
    flex-grow: 1;
    white-space: normal;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.7;
    word-break: break-word;
    margin-bottom: 25px;
    overflow-wrap: break-word;
}.pricing_kit .price_panel {
    font-size: calc(19px * 1.4);
    color: #ffffff;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
    margin-top: auto;
    padding: 10px 0;
    display: inline-block;
    font-weight: 700;
}.pricing_kit .fee_pricing:hover .price_panel {
    transform: scale(1.05);
    color: rgb(153,194,169);
}.pricing_kit .price_panel::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(to right, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.3) 50%,
        rgba(255,255,255,0.1) 100%);
    height: 1px;
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes rotateCard {
    0% {
        transform: translateZ(0) rotateY(5deg);
    }
    100% {
        transform: translateZ(0) rotateY(0);
    }
}

@media (max-width: 1024px) {.pricing_kit {
    padding: 100px 0;
}.pricing_kit .study_packages {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.pricing_kit .package_rates {
    padding: 25px;
}
}

@media (max-width: 768px) {.pricing_kit {
    padding: 80px 0;
}.pricing_kit h2 {
    font-size: 31px;
    margin-bottom: 20px;
}.pricing_kit .discount_price {
    font-size: calc(15px * 0.95);
    margin-bottom: 40px;
}.pricing_kit .study_packages {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.pricing_kit .package_rates {
    padding: 25px 20px;
}.pricing_kit .pricing_fees h4 {
    font-size: 19px;
}.pricing_kit .pricing_fees p {
    font-size: calc(15px * 0.85);
}.pricing_kit .price_panel {
    font-size: calc(19px * 1.2);
}
}

@media (max-width: 480px) {.pricing_kit {
    padding: 60px 0;
}.pricing_kit h2 {
    font-size: calc(31px * 0.9);
}.pricing_kit .discount_price {
    font-size: calc(15px * 0.9);
}.pricing_kit .package_rates {
    padding: 20px 15px;
}.pricing_kit .pricing_fees h4 {
    font-size: calc(19px * 0.95);
}.pricing_kit .pricing_fees p {
    margin-bottom: 20px;
    line-height: 1.6;
}.pricing_kit .price_panel {
    font-size: calc(19px * 1.1);
}}.data_exploration {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    color: #ffffff;
}.data_exploration::before {
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(153,194,169) 0%, rgb(102,163,143) 100%);
    content: "";
    position: absolute;
    height: 100%;
    z-index: 1;
    opacity: 0.9;
}.data_exploration::after {
    left: 0;
    background: radial-gradient(
        circle at 10px 10px,
        rgba(255, 255, 255, 0.1) 0,
        rgba(255, 255, 255, 0.1) 2px,
        transparent 2px,
        transparent 10px
    );
    animation: movePattern 30s linear infinite;
    top: 0;
    content: "";
    width: 100%;
    z-index: 2;
    background-size: 20px 20px;
    height: 100%;
    position: absolute;
}@keyframes movePattern {
    0% { background-position: 0 0; }
    100% { background-position: 100px 100px; }
}

.data_exploration .container {
    z-index: 5;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.data_exploration .career_statistics {
    grid-template-columns: 1fr 2fr;
    position: relative;
    display: grid;
    gap: 40px;
}.data_exploration .statistics_plus {
    transform: rotate(-5deg);
    grid-row: 1;
    justify-content: center;
    box-shadow: 0 0 0 2px rgb(153,194,169), 
                0 0 0 8px #000000, 
                0 0 30px -5px rgb(153,194,169,0.5);
    display: flex;
    background: #000000;
    margin: 0;
    border-radius: 10px;
    grid-column: 1;
    align-items: center;
    width: 120px;
    height: 120px;
}.data_exploration .statistics_plus svg {
    fill: rgb(153,194,169);
    width: 60px;
    height: 60px;
}.data_exploration .statistics_plus svg path {
    fill: rgb(153,194,169);
}.data_exploration .pro_extra {
    letter-spacing: 2px;
    grid-column: 2;
    text-align: left;
    grid-row: 1;
    display: flex;
    margin: 0;
    position: relative;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 0;
    font-size: 44px;
}.data_exploration .pro_extra::before {
    height: 80%;
    left: -20px;
    width: 4px;
    content: "";
    border-radius: 10px;
    top: 50%;
    position: absolute;
    background: rgb(153,194,169);
    transform: translateY(-50%);
}.data_exploration .statistics_extra {
    grid-row: 2;
    border-left: 4px solid rgb(102,163,143);
    text-align: left;
    line-height: 1.7;
    margin: 20px 0 50px;
    border-radius: 16px;
    padding: 20px;
    font-size: calc(12px * 1.1);
    background: rgba(255, 255, 255, 0.05);
    grid-column: 1 / -1;
}.data_exploration .value_statistics {
    flex-wrap: wrap;
    gap: 30px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    grid-row: 3;
    grid-column: 1 / -1;
}.data_exploration .value_statistics::before {
    width: 100%;
    top: -30px;
    background: linear-gradient(90deg, 
                rgb(153,194,169) 0%, 
                transparent 100%);
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
}.data_exploration .success_statistics {
    align-items: flex-start;
    text-align: left;
    flex-direction: column;
    position: relative;
    display: flex;
    transition: all 0.3s ease;
    padding: 0;
    flex: 0 0 calc(25% - 30px);
}.data_exploration .success_statistics:hover {
    transform: translateX(10px);
}.data_exploration .gain_study {
    justify-content: center;
    width: 50px;
    transform: rotate(-3deg);
    background: #000000;
    align-items: center;
    height: 50px;
    box-shadow: 0 0 0 2px rgb(102,163,143,0.5);
    margin: 0 0 15px 0;
    order: 1;
    border-radius: 10px;
    display: flex;
}.data_exploration .gain_study svg {
    fill: rgb(102,163,143);
    width: 25px;
    height: 25px;
}.data_exploration .gain_study svg path {
    fill: rgb(102,163,143);
}.data_exploration .success_statistics span {
    margin: 0 0 5px 0;
    color: #ffffff;
    font-size: calc(29px * 1.5);
    display: inline-block;
    position: relative;
    line-height: 1;
    font-weight: 700;
    order: 2;
}.data_exploration .success_statistics span::after {
    height: 3px;
    background: rgb(153,194,169);
    border-radius: 10px;
    bottom: -10px;
    left: 0;
    position: absolute;
    width: 30px;
    content: "";
}.data_exploration .success_statistics p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    order: 3;
    margin: 15px 0 0 0;
    line-height: 1.4;
}

@media screen and (max-width: 1024px) {.data_exploration .success_statistics {
    flex: 0 0 calc(33.33% - 30px);
}
}

@media screen and (max-width: 992px) {.data_exploration {
    padding: 90px 0;
}.data_exploration .career_statistics {
    grid-template-columns: 1fr;
    gap: 30px;
}.data_exploration .statistics_plus {
    grid-column: 1;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    grid-row: 1;
}.data_exploration .pro_extra {
    grid-column: 1;
    grid-row: 2;
    justify-content: center;
    text-align: center;
    font-size: calc(44px * 0.9);
}.data_exploration .pro_extra::before {
    height: 3px;
    left: 0;
    width: 80px;
    bottom: -10px;
    transform: none;
    top: auto;
}.data_exploration .statistics_extra {
    text-align: center;
    grid-row: 3;
    border-top: 4px solid rgb(102,163,143);
    border-left: none;
}.data_exploration .success_statistics {
    flex: 0 0 calc(50% - 30px);
}
}

@media screen and (max-width: 768px) {.data_exploration {
    padding: 70px 0;
}.data_exploration .statistics_plus {
    width: 80px;
    height: 80px;
}.data_exploration .statistics_plus svg {
    width: 40px;
    height: 40px;
}.data_exploration .pro_extra {
    font-size: calc(44px * 0.8);
}.data_exploration .statistics_extra {
    margin: 10px 0 40px;
    padding: 15px;
    font-size: 12px;
}.data_exploration .value_statistics {
    justify-content: center;
}
}

@media screen and (max-width: 576px) {.data_exploration {
    padding: 60px 0;
}.data_exploration .career_statistics {
    gap: 20px;
}.data_exploration .statistics_plus {
    height: 70px;
    width: 70px;
}.data_exploration .statistics_plus svg {
    width: 35px;
    height: 35px;
}.data_exploration .pro_extra {
    font-size: calc(44px * 0.7);
}.data_exploration .statistics_extra {
    margin: 10px 0 30px;
    font-size: calc(12px * 0.9);
}.data_exploration .success_statistics {
    margin-bottom: 20px;
    align-items: center;
    text-align: center;
    flex: 0 0 100%;
}.data_exploration .success_statistics span::after {
    transform: translateX(-50%);
    left: 50%;
}}.title_board {
    overflow: hidden;
    background: #000000;
    width: 100%;
    position: relative;
    min-height: 100vh;
}.title_board::before {
    width: 100%;
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    background: 
        repeating-conic-gradient(
            #000000 0deg 10deg, 
            rgba(0, 0, 0, 0.5) 10deg 15deg
        );
    height: 100%;
    left: 0;
    background-size: 100px 100px;
    opacity: 0.3;
}.title_board .vision_mission {
    height: 100vh;
    position: relative;
    z-index: 1;
    width: 100%;
}.title_board .learn_first {
    height: 100vh;
    position: relative;
    overflow: hidden;
    width: 100%;
}.title_board .learn_first input {
    display: none;
}.title_board .start_head {
    height: 100%;
    position: absolute;
    width: 100%;
    transition: none;
}.title_board .main_intro {
    transition: clip-path 0.8s ease-in-out, opacity 0.5s ease-in-out;
    height: 100%;
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}.title_board .main_intro img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}.title_board .learn_first input:nth-child(1):checked ~ .start_head .main_intro:nth-child(1),
.title_board .learn_first input:nth-child(2):checked ~ .start_head .main_intro:nth-child(2),
.title_board .learn_first input:nth-child(3):checked ~ .start_head .main_intro:nth-child(3),
.title_board .learn_first input:nth-child(4):checked ~ .start_head .main_intro:nth-child(4),
.title_board .learn_first input:nth-child(5):checked ~ .start_head .main_intro:nth-child(5),
.title_board .learn_first input:nth-child(6):checked ~ .start_head .main_intro:nth-child(6),
.title_board .learn_first input:nth-child(7):checked ~ .start_head .main_intro:nth-child(7),
.title_board .learn_first input:nth-child(8):checked ~ .start_head .main_intro:nth-child(8),
.title_board .learn_first input:nth-child(9):checked ~ .start_head .main_intro:nth-child(9),
.title_board .learn_first input:nth-child(10):checked ~ .start_head .main_intro:nth-child(10) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    z-index: 2;
}.title_board .learn_main {
    display: flex;
    gap: 8px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}.title_board .learn_main label {
    background: #ffffff;
    transition: all 0.4s ease;
    width: 50px;
    cursor: pointer;
    overflow: hidden;
    opacity: 0.3;
    height: 4px;
    position: relative;
}.title_board .learn_main label::after {
    transition: transform 0.3s ease;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    background: rgb(153,194,169);
}.title_board .learn_first input:nth-child(1):checked ~ .learn_main label:nth-child(1)::after,
.title_board .learn_first input:nth-child(2):checked ~ .learn_main label:nth-child(2)::after,
.title_board .learn_first input:nth-child(3):checked ~ .learn_main label:nth-child(3)::after,
.title_board .learn_first input:nth-child(4):checked ~ .learn_main label:nth-child(4)::after,
.title_board .learn_first input:nth-child(5):checked ~ .learn_main label:nth-child(5)::after,
.title_board .learn_first input:nth-child(6):checked ~ .learn_main label:nth-child(6)::after,
.title_board .learn_first input:nth-child(7):checked ~ .learn_main label:nth-child(7)::after,
.title_board .learn_first input:nth-child(8):checked ~ .learn_main label:nth-child(8)::after,
.title_board .learn_first input:nth-child(9):checked ~ .learn_main label:nth-child(9)::after,
.title_board .learn_first input:nth-child(10):checked ~ .learn_main label:nth-child(10)::after {
    transform: translateX(100%);
}.title_board .learn_first input:nth-child(1):checked ~ .learn_main label:nth-child(1),
.title_board .learn_first input:nth-child(2):checked ~ .learn_main label:nth-child(2),
.title_board .learn_first input:nth-child(3):checked ~ .learn_main label:nth-child(3),
.title_board .learn_first input:nth-child(4):checked ~ .learn_main label:nth-child(4),
.title_board .learn_first input:nth-child(5):checked ~ .learn_main label:nth-child(5),
.title_board .learn_first input:nth-child(6):checked ~ .learn_main label:nth-child(6),
.title_board .learn_first input:nth-child(7):checked ~ .learn_main label:nth-child(7),
.title_board .learn_first input:nth-child(8):checked ~ .learn_main label:nth-child(8),
.title_board .learn_first input:nth-child(9):checked ~ .learn_main label:nth-child(9),
.title_board .learn_first input:nth-child(10):checked ~ .learn_main label:nth-child(10) {
    opacity: 1;
    width: 80px;
    background: #ffffff;
}.title_board .phrase_holder {
    left: 50%;
    padding: 40px;
    backdrop-filter: blur(8px);
    top: 50%;
    position: absolute;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    width: 80%;
    z-index: 3;
    max-width: 700px;
    background: rgba(0, 0, 0, 0.6);
    transform: translate(-50%, -50%);
}.title_board .phrase_holder::before,
.title_board .phrase_holder::after {
    content: "";
    border-style: solid;
    width: 20px;
    position: absolute;
    height: 20px;
    border-color: rgb(153,194,169);
}.title_board .phrase_holder::before {
    border-width: 2px 0 0 2px;
    top: 15px;
    left: 15px;
}.title_board .phrase_holder::after {
    bottom: 15px;
    border-width: 0 2px 2px 0;
    right: 15px;
}.title_board .phrase_holder .container {
    padding: 0;
}.title_board .phrase_holder h1 {
    color: #ffffff;
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 15px;
}.title_board .phrase_holder h3 {
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 20px;
    color: rgb(153,194,169);
}.title_board .phrase_holder p {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.8;
    margin-bottom: 0;
}.title_board .main_intro::after {
    z-index: 1;
    top: 0;
    width: 100%;
    position: absolute;
    background: radial-gradient(circle at center, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.6) 100%);
    content: "";
    left: 0;
    height: 100%;
}.title_board .learn_main label:hover {
    opacity: 0.8;
}.title_board .learn_main label:active {
    opacity: 1;
}@keyframes pulse {
    0% { opacity: 0.8; }
    50% { opacity: 1; }
    100% { opacity: 0.8; }
}

.title_board .phrase_holder h1,
.title_board .phrase_holder h3,
.title_board .phrase_holder p {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}.title_board .phrase_holder h1 {
    animation-delay: 0.2s;
}.title_board .phrase_holder h3 {
    animation-delay: 0.4s;
}.title_board .phrase_holder p {
    animation-delay: 0.6s;
}@keyframes fadeIn {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

.title_board .main_intro {
    overflow: hidden;
}.title_board .main_intro img {
    transition: transform 10s ease;
}.title_board .learn_first input:checked ~ .start_head .main_intro img {
    transform: scale(1.1);
}

@media (max-width: 992px) {.title_board .phrase_holder {
    padding: 30px;
    width: 90%;
}.title_board .phrase_holder h1 {
    font-size: calc(41px * 0.9);
}
}

@media (max-width: 768px) {.title_board .learn_main {
    bottom: 30px;
}.title_board .learn_main label {
    height: 3px;
    width: 40px;
}.title_board .learn_first input:nth-child(1):checked ~ .learn_main label:nth-child(1),
    .title_board .learn_first input:nth-child(2):checked ~ .learn_main label:nth-child(2),
    .title_board .learn_first input:nth-child(3):checked ~ .learn_main label:nth-child(3),
    .title_board .learn_first input:nth-child(4):checked ~ .learn_main label:nth-child(4),
    .title_board .learn_first input:nth-child(5):checked ~ .learn_main label:nth-child(5),
    .title_board .learn_first input:nth-child(6):checked ~ .learn_main label:nth-child(6),
    .title_board .learn_first input:nth-child(7):checked ~ .learn_main label:nth-child(7),
    .title_board .learn_first input:nth-child(8):checked ~ .learn_main label:nth-child(8),
    .title_board .learn_first input:nth-child(9):checked ~ .learn_main label:nth-child(9),
    .title_board .learn_first input:nth-child(10):checked ~ .learn_main label:nth-child(10) {
    width: 60px;
}.title_board .phrase_holder {
    padding: 25px;
}.title_board .phrase_holder h1 {
    font-size: calc(41px * 0.8);
    margin-bottom: 10px;
}.title_board .phrase_holder h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 15px;
}.title_board .phrase_holder p {
    font-size: calc(15px * 0.9);
}
}

@media (max-width: 576px) {.title_board .learn_main {
    bottom: 20px;
}.title_board .learn_main label {
    height: 3px;
    width: 30px;
}.title_board .learn_first input:nth-child(1):checked ~ .learn_main label:nth-child(1),
    .title_board .learn_first input:nth-child(2):checked ~ .learn_main label:nth-child(2),
    .title_board .learn_first input:nth-child(3):checked ~ .learn_main label:nth-child(3),
    .title_board .learn_first input:nth-child(4):checked ~ .learn_main label:nth-child(4),
    .title_board .learn_first input:nth-child(5):checked ~ .learn_main label:nth-child(5),
    .title_board .learn_first input:nth-child(6):checked ~ .learn_main label:nth-child(6),
    .title_board .learn_first input:nth-child(7):checked ~ .learn_main label:nth-child(7),
    .title_board .learn_first input:nth-child(8):checked ~ .learn_main label:nth-child(8),
    .title_board .learn_first input:nth-child(9):checked ~ .learn_main label:nth-child(9),
    .title_board .learn_first input:nth-child(10):checked ~ .learn_main label:nth-child(10) {
    width: 45px;
}.title_board .phrase_holder {
    padding: 20px;
    width: 95%;
}.title_board .phrase_holder::before,
    .title_board .phrase_holder::after {
    width: 15px;
    height: 15px;
}.title_board .phrase_holder h1 {
    font-size: calc(41px * 0.7);
}.title_board .phrase_holder h3 {
    font-size: calc(20px * 0.8);
}}

.title_board .main_intro:not(:checked) {
    pointer-events: none;
}.title_board::after {
    content: "";
    background: 
        linear-gradient(135deg, rgb(102,163,143,0.5) 0%, transparent 20%),
        linear-gradient(225deg, rgb(153,194,169,0.5) 0%, transparent 20%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute;
}.location_details {
    padding: 100px 0;
    backdrop-filter: blur(10px);
    background: linear-gradient(120deg, rgb(153,194,169,0.5) 0%, rgb(208,221,212) 100%);
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}.location_details::before {
    bottom: 0;
    right: 0;
    content: '';
    position: absolute;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(102,163,143,0.5) 95%) 0 0 / 20px 100%,
        linear-gradient(180deg, transparent 95%, rgb(153,194,169,0.5) 95%) 0 0 / 100% 20px;
    animation: gridMove 25s linear infinite;
    opacity: 0.2;
    top: 0;
    left: 0;
}.location_details::after {
    left: -50%;
    bottom: -50%;
    z-index: 0;
    position: absolute;
    opacity: 0.03;
    animation: pulseEffect 10s ease-in-out infinite;
    top: -50%;
    content: '';
    background: radial-gradient(circle at center, rgb(102,163,143) 0%, transparent 50%);
    right: -50%;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}
@keyframes pulseEffect {
    0%, 100% {
        transform: scale(1);
        opacity: 0.03;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.05;
    }
}
.location_details .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.location_details .contact_helpF8yN {
    backdrop-filter: blur(15px);
    padding: 50px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 14px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset,
        0 5px 15px rgba(0, 0, 0, 0.05) inset;
}.location_details .contact_helpF8yN::before {
    height: 3px;
    content: '';
    background: linear-gradient(90deg, rgb(153,194,169), rgb(102,163,143), rgb(153,194,169));
    background-size: 200% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    animation: gradientFlow 3s linear infinite;
}@keyframes gradientFlow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}
.location_details .contact_helpF8yN::after {
    opacity: 0.2;
    width: 150px;
    background: rgb(153,194,169,0.5);
    content: '';
    right: -75px;
    top: -75px;
    border-radius: 50%;
    position: absolute;
    height: 150px;
    z-index: -1;
}.location_details h3 {
    position: relative;
    font-weight: 700;
    font-size: 37px;
    color: rgb(153,194,169);
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}.location_details h3::after {
    width: 50px;
    box-shadow: 0 0 8px rgb(153,194,169);
    bottom: 0;
    content: '';
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    height: 2px;
    background: rgb(153,194,169);
}.location_details .contact_helpF8yN:hover h3::after {
    width: 100px;
}.location_details .contact_links {
    border-radius: 10px;
    color: #000000;
    background: rgb(208,221,212);
    padding: 15px;
    position: relative;
    font-weight: 400;
    font-size: calc(12px + 0.05rem);
    margin-bottom: 40px;
    line-height: 1.8;
    border-left: 3px solid rgb(102,163,143);
}.location_details .help_now {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
    display: grid;
    position: relative;
}.location_details .help_now::before {
    box-shadow: 0 0 5px rgb(153,194,169);
    height: 1px;
    left: 0;
    content: '';
    top: -20px;
    position: absolute;
    background: rgb(153,194,169);
    width: 30%;
}.location_details .help_now::after {
    top: -20px;
    background: linear-gradient(to right, rgb(153,194,169), transparent);
    position: absolute;
    width: 60%;
    height: 1px;
    content: '';
    right: 0;
}.location_details .help_now span {
    border-radius: 10px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    background: #ffffff;
    flex-direction: column;
    position: relative;
    z-index: 1;
    padding: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
}.location_details .help_now span::before {
    background: linear-gradient(135deg, rgb(208,221,212) 0%, #ffffff 100%);
    transform: translateX(0) translateY(0) rotate(45deg);
    width: 300%;
    left: -100%;
    height: 300%;
    content: '';
    transition: transform 0.6s ease;
    position: absolute;
    top: -100%;
    z-index: -1;
}.location_details .help_now span:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.05),
        0 0 0 4px rgb(153,194,169,0.5);
}.location_details .help_now span p {
    line-height: 1.5;
    margin: 0 0 5px 0;
    font-size: 12px;
    align-items: center;
    color: #000000;
    display: flex;
    font-weight: 600;
}.location_details .help_now span svg {
    height: 20px;
    fill: rgb(153,194,169);
    margin-right: 10px;
    width: 20px;
    transition: all 0.3s ease;
}.location_details .help_now span:hover svg {
    transform: scale(1.2);
    fill: rgb(102,163,143);
}.location_details .help_now span svg path {
    stroke-width: 0.5;
    stroke: #ffffff;
    stroke-linecap: round;
    transition: all 0.3s ease;
    stroke-linejoin: round;
}.location_details .help_now span:hover svg path {
    stroke: rgb(153,194,169);
    stroke-width: 1;
}.location_details .help_now span span {
    padding: 0;
    display: inline-block;
    font-weight: 400;
    background: transparent;
    box-shadow: none;
    margin: 5px 0 0 0;
    color: #000000;
}.location_details .help_now span span::before {
    display: none;
}.location_details .help_now span span a {
    display: flex;
    align-items: center;
    padding: 2px 5px;
    text-decoration: none;
    border-radius: 10px;
    color: rgb(153,194,169);
    transition: all 0.3s ease;
    position: relative;
}.location_details .help_now span span a svg {
    height: 16px;
    width: 16px;
    opacity: 0.8;
    margin-right: 5px;
}.location_details .help_now span span a::before {
    background: rgb(153,194,169);
    transform-origin: right;
    position: absolute;
    transform: scaleX(0);
    left: 0;
    bottom: 0;
    transition: transform 0.3s ease;
    width: 100%;
    content: '';
    height: 1px;
}.location_details .edu_help {
    position: relative;
    padding: 30px;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    margin-top: 20px;
    backdrop-filter: blur(10px);
    grid-column: 1 / -1;
    border-radius: 14px;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}.location_details .edu_help::before {
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 98%, rgb(153,194,169,0.5) 98%) 0 0 / 20px 20px,
        linear-gradient(-45deg, transparent 98%, rgb(102,163,143,0.5) 98%) 0 0 / 20px 20px;
    opacity: 0.3;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    content: '';
}.location_details .edu_help h4 {
    font-size: 18px;
    font-weight: 700;
    padding-left: 15px;
    margin-bottom: 20px;
    color: rgb(153,194,169);
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    position: relative;
}.location_details .edu_help h4::before {
    content: '';
    border-radius: 10px;
    left: 0;
    top: 0;
    height: 100%;
    background: rgb(153,194,169);
    position: absolute;
    width: 4px;
}.location_details .edu_help h4 svg {
    height: 22px;
    margin-right: 10px;
    fill: rgb(153,194,169);
    width: 22px;
}.location_details .edu_help h4 svg path {
    stroke-width: 0.5;
    stroke: #ffffff;
}.location_details .edu_help span {
    background: rgb(208,221,212);
    margin-bottom: 8px;
    border-radius: 10px;
    padding: 12px 15px;
    z-index: 1;
    display: flex;
    overflow: hidden;
    font-size: 12px;
    color: #000000;
    position: relative;
    transition: all 0.3s ease;
    align-items: center;
}.location_details .edu_help span svg {
    fill: rgb(102,163,143);
    width: 16px;
    margin-right: 8px;
    height: 16px;
    transition: all 0.3s ease;
}.location_details .edu_help span svg path {
    stroke: #ffffff;
    stroke-width: 0.3;
}
@media (max-width: 991px) {.location_details {
    padding: 70px 0;
}.location_details .contact_helpF8yN {
    padding: 40px;
}.location_details h3 {
    font-size: calc(37px - 0.2rem);
}.location_details .help_now {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.location_details .edu_help {
    padding: 25px;
}.location_details .help_now span svg {
    margin-right: 8px;
    height: 18px;
    width: 18px;
}
}
@media (max-width: 767px) {.location_details {
    padding: 50px 0;
}.location_details .contact_helpF8yN {
    padding: 30px;
}.location_details h3 {
    font-size: calc(37px - 0.3rem);
}.location_details .contact_links {
    padding: 12px;
    margin-bottom: 30px;
}.location_details .help_now {
    grid-template-columns: 1fr;
    gap: 15px;
}.location_details .help_now span {
    padding: 15px;
}.location_details .edu_help span {
    padding: 10px 12px;
}.location_details .help_now span svg {
    width: 16px;
    margin-right: 6px;
    height: 16px;
}
}
@media (max-width: 480px) {.location_details {
    border-radius: 10px;
    padding: 40px 0;
}.location_details .container {
    padding: 0 15px;
}.location_details .contact_helpF8yN {
    padding: 25px 20px;
}.location_details h3 {
    margin-bottom: 20px;
    font-size: calc(37px - 0.4rem);
}.location_details .contact_links {
    padding: 10px;
    font-size: 12px;
    margin-bottom: 25px;
}.location_details .help_now span {
    padding: 12px;
}.location_details .edu_help {
    margin-top: 15px;
    padding: 20px 15px;
}.location_details .edu_help h4 {
    margin-bottom: 15px;
}.location_details .edu_help span {
    margin-bottom: 6px;
    padding: 8px 10px;
}.location_details .help_now span svg {
    margin-right: 5px;
    height: 14px;
    width: 14px;
}.location_details .edu_help h4 svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}.location_details .edu_help span svg {
    margin-right: 6px;
    height: 14px;
    width: 14px;
}}.privacy_chamber {
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgba(rgb(153,194,169,0.5), 0.03), rgba(rgb(102,163,143,0.5), 0.07));
    padding: 5rem 0;
    font-family: Arial, sans-serif;
    color: #000000;
}.privacy_chamber::before {
    animation: backgroundShift 60s linear infinite;
    right: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    position: absolute;
    left: 0;
    background-image: 
        linear-gradient(45deg, rgba(rgb(153,194,169,0.5), 0.02) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(153,194,169,0.5), 0.02) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(153,194,169,0.5), 0.02) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(153,194,169,0.5), 0.02) 75%);
    pointer-events: none;
    content: "";
    z-index: 1;
    perspective: 1000px;
    background-size: 20px 20px;
    bottom: 0;
    top: 0;
    transform-style: preserve-3d;
}.privacy_chamber::after {
    content: "";
    top: 0;
    background: linear-gradient(to right, 
                rgba(#ffffff, 0.9) 0%, 
                rgba(#ffffff, 0.7) 50%, 
                rgba(#ffffff, 0.9) 100%);
    z-index: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}.privacy_chamber .container {
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
    perspective: 1000px;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1140px;
}.privacy_chamber h1 {
    padding-bottom: 1rem;
    transform: translateZ(5px);
    color: rgb(153,194,169);
    border-bottom: 2px solid rgba(rgb(153,194,169,0.5), 0.2);
    font-weight: 700;
    margin-bottom: 2rem;
    font-size: 47px;
    position: relative;
    animation: fadeSlideIn 0.8s ease-out forwards;
}.privacy_chamber h1::after {
    left: 0;
    content: "";
    transform-origin: left;
    position: absolute;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, rgb(153,194,169), rgb(102,163,143));
    transform: scaleX(1);
    bottom: -2px;
}.privacy_chamber h2 {
    color: rgb(102,163,143);
    margin: 2.5rem 0 1.5rem;
    animation-delay: 0.2s;
    transform: translateZ(3px);
    animation: fadeSlideIn 0.8s ease-out forwards;
    opacity: 0;
    font-size: 33px;
    position: relative;
    font-weight: 600;
    padding-left: 1rem;
}.privacy_chamber h2::before {
    left: 0;
    border-radius: 10px;
    content: "";
    bottom: 0;
    width: 3px;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(153,194,169), rgb(102,163,143));
}.privacy_chamber h3 {
    opacity: 0;
    padding-left: 0.8rem;
    font-size: calc(33px * 0.85);
    position: relative;
    animation-delay: 0.3s;
    font-weight: 600;
    color: rgb(102,163,143);
    transform: translateZ(2px);
    margin: 2rem 0 1.2rem;
    animation: fadeSlideIn 0.8s ease-out forwards;
}.privacy_chamber h3::before {
    bottom: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(102,163,143), rgb(153,194,169));
    position: absolute;
    content: "";
    border-radius: 10px;
    left: 0;
    width: 2px;
}.privacy_chamber h4 {
    margin: 1.8rem 0 1rem;
    animation-delay: 0.4s;
    font-size: calc(33px * 0.7);
    padding-left: 0.6rem;
    color: rgb(153,194,169);
    animation: fadeSlideIn 0.8s ease-out forwards;
    transform: translateZ(1px);
    font-weight: 400;
    position: relative;
    opacity: 0;
}.privacy_chamber h4::before {
    position: absolute;
    left: 0;
    content: "";
    bottom: 0;
    background: rgb(153,194,169);
    width: 1px;
    top: 0;
    border-radius: 10px;
}.privacy_chamber p {
    animation: fadeSlideIn 0.8s ease-out forwards;
    color: #000000;
    animation-delay: 0.5s;
    position: relative;
    line-height: 1.7;
    opacity: 0;
    margin-bottom: 1.5rem;
    transform: translateZ(0);
    font-size: 12px;
}.privacy_chamber p:hover {
    transform: translateZ(5px);
    transition: transform 0.5s ease;
}.privacy_chamber strong {
    color: rgb(153,194,169);
    font-weight: 600;
}.privacy_chamber ul {
    animation: fadeSlideIn 0.8s ease-out forwards;
    padding-left: 1.5rem;
    opacity: 0;
    position: relative;
    margin: 1.5rem 0 2rem;
    animation-delay: 0.6s;
    list-style: none;
}.privacy_chamber li {
    position: relative;
    line-height: 1.6;
    padding-left: 1.5rem;
    color: #000000;
    font-size: 12px;
    margin-bottom: 1rem;
}.privacy_chamber li::before {
    left: 0;
    background: linear-gradient(135deg, rgb(153,194,169), rgb(102,163,143));
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 8px;
    position: absolute;
    top: 0.5rem;
    content: "";
    animation: pulse 3s infinite alternate;
    width: 8px;
    transform: rotate(45deg);
}.privacy_chamber span {
    transition: all 0.3s ease;
    background: linear-gradient(to right, rgba(rgb(102,163,143,0.5), 0.05), rgba(rgb(153,194,169,0.5), 0.05));
    margin-bottom: 1.5rem;
    color: #000000;
    transform: translateZ(0);
    font-size: 12px;
    animation: fadeSlideIn 0.8s ease-out forwards;
    padding: 1rem;
    border-left: 2px solid rgb(102,163,143);
    line-height: 1.7;
    animation-delay: 0.7s;
    display: block;
    opacity: 0;
}.privacy_chamber span:hover {
    transform: translateZ(5px);
    background: linear-gradient(to right, rgba(rgb(102,163,143,0.5), 0.08), rgba(rgb(153,194,169,0.5), 0.08));
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
}

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

@keyframes pulse {
    0% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.1);
    }
    100% {
        transform: rotate(45deg) scale(1);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    }
    100% {
        background-position: 1000px 1000px, 1000px 1010px, 1010px 990px, 990px 1000px;
    }
}

@media (max-width: 991px) {.privacy_chamber {
    padding: 4rem 0;
}.privacy_chamber .container {
    padding: 0 15px;
}.privacy_chamber h1 {
    font-size: calc(47px * 0.9);
}.privacy_chamber h2 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 767px) {.privacy_chamber {
    padding: 3rem 0;
}.privacy_chamber h1 {
    font-size: calc(47px * 0.8);
}.privacy_chamber h2 {
    font-size: calc(33px * 0.8);
    padding-left: 0.8rem;
}.privacy_chamber h3 {
    padding-left: 0.6rem;
    font-size: calc(33px * 0.7);
}.privacy_chamber h4 {
    font-size: calc(33px * 0.6);
    padding-left: 0.5rem;
}.privacy_chamber p, .privacy_chamber li, .privacy_chamber span {
    font-size: calc(12px * 0.95);
}.privacy_chamber ul {
    padding-left: 0.8rem;
}.privacy_chamber li {
    padding-left: 1.2rem;
}
}

@media (max-width: 575px) {.privacy_chamber {
    padding: 2rem 0;
}.privacy_chamber h1 {
    font-size: calc(47px * 0.7);
    margin-bottom: 1.5rem;
}.privacy_chamber h2 {
    margin: 2rem 0 1rem;
}.privacy_chamber p, .privacy_chamber li, .privacy_chamber span {
    line-height: 1.6;
    margin-bottom: 1.2rem;
}.privacy_chamber span {
    padding: 0.8rem;
}.privacy_chamber li::before {
    width: 6px;
    height: 6px;
}}.about_this {
    background: rgb(208,221,212);
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 140px 0;
}.about_this::before {
    transform-origin: center center;
    top: 0;
    height: 100%;
    opacity: 0.15;
    width: 100%;
    z-index: -1;
    background: 
        linear-gradient(217deg, rgb(153,194,169,0.5), transparent 70%),
        linear-gradient(127deg, rgb(102,163,143,0.5), transparent 70%),
        linear-gradient(336deg, rgb(153,194,169,0.5), transparent 70%);
    filter: blur(20px);
    left: 0;
    content: "";
    position: absolute;
    animation: gradientFlow 15s ease infinite;
}@keyframes gradientFlow {
    0% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
    50% {
        background-position: 100% 100%;
        filter: blur(15px) brightness(1.1);
    }
    100% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
}

.about_this::after {
    width: 100%;
    content: "";
    top: 0;
    opacity: 0.2;
    position: absolute;
    left: 0;
    height: 100%;
    z-index: -2;
    animation: pulsateBackground 20s ease-in-out infinite alternate;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(153,194,169,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(102,163,143,0.5) 0%, transparent 50%);
}@keyframes pulsateBackground {
    0% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
    50% {
        opacity: 0.2;
        background-size: 120% 120%;
    }
    100% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
}

.about_this .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.about_this .container::before {
    animation: float 15s ease-in-out infinite alternate;
    position: absolute;
    background: rgb(153,194,169,0.5);
    right: -100px;
    content: "";
    width: 200px;
    border-radius: 50%;
    height: 200px;
    filter: blur(80px);
    top: -100px;
    opacity: 0.1;
}@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-30px, 20px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.about_this .vision_mission {
    gap: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    justify-content: center;
}.about_this .vision_mission::before {
    top: 50%;
    width: 40%;
    content: "";
    height: 1px;
    position: absolute;
    animation: scanline 4s ease-in-out infinite;
    left: 30%;
    background: linear-gradient(90deg, transparent, rgb(153,194,169), transparent);
    opacity: 0.4;
}@keyframes scanline {
    0% {
        opacity: 0;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.4;
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        transform: scaleX(0.5);
    }
}

.about_this .pro_study {
    margin-bottom: 20px;
    z-index: 3;
    max-width: 500px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.02);
    padding: 50px 35px;
    align-items: center;
    display: flex;
    position: relative;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15px);
    border-radius: 14px;
    transform-style: preserve-3d;
    flex-direction: column;
    perspective: 1000px;
}.about_this .pro_study:hover {
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.12), 0 0 30px rgb(153,194,169,0.5);
    border-color: rgb(153,194,169,0.5);
    transform: translateY(-15px) rotateX(5deg);
}.about_this .pro_study::before {
    opacity: 0.07;
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(153,194,169,0.5) 100%);
    z-index: -1;
    border-radius: 14px;
    content: "";
    transition: opacity 0.4s ease;
    position: absolute;
}.about_this .pro_study:hover::before {
    opacity: 0.12;
}.about_this .pro_study::after {
    animation: borderGlow 4s linear infinite;
    inset: -1px;
    position: absolute;
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: calc(14px + 1px);
    background: linear-gradient(90deg, transparent, rgb(153,194,169,0.5), transparent);
    content: "";
    z-index: -2;
}@keyframes borderGlow {
    0% {
        opacity: 0;
        background-position: 0% 50%;
    }
    50% {
        opacity: 0.5;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0;
        background-position: 0% 50%;
    }
}

.about_this .pro_study:hover::after {
    opacity: 1;
}.about_this .photo_section {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    width: 220px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 50%;
    transition: all 0.5s ease;
    border: 5px solid rgba(255, 255, 255, 0.8);
    z-index: 2;
    height: 220px;
}.about_this .photo_section::before {
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    padding: 3px;
    content: "";
    background: conic-gradient(rgb(153,194,169), rgb(102,163,143), rgb(153,194,169));
    border-radius: 50%;
    position: absolute;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    inset: -3px;
    animation: rotate 8s linear infinite;
}.about_this .photo_section::after {
    border-radius: 50%;
    opacity: 0.5;
    content: "";
    position: absolute;
    border: 1px dashed rgb(153,194,169,0.5);
    inset: -10px;
    animation: rotateReverse 20s linear infinite;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateReverse {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.about_this .learning_experts {
    position: relative;
    width: 100%;
    padding-top: 15px;
    text-align: center;
}.about_this .learning_experts::before {
    background: linear-gradient(90deg, transparent, rgb(153,194,169), transparent);
    top: 0;
    position: absolute;
    content: "";
    height: 2px;
    width: 70px;
    transform: translateX(-50%);
    left: 50%;
    opacity: 0.8;
}.about_this .quick_studies {
    color: #000000;
    position: relative;
    font-size: calc(21px * 1.15);
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}.about_this .quick_studies::after {
    width: 0;
    height: 2px;
    position: absolute;
    background: rgb(153,194,169);
    content: "";
    left: 50%;
    transition: width 0.4s ease;
    transform: translateX(-50%);
    bottom: -4px;
}.about_this .pro_study:hover .quick_studies::after {
    width: 80%;
}.about_this .knowledge_study {
    letter-spacing: 0.5px;
    font-size: calc(15px * 1.05);
    transition: all 0.3s ease;
    opacity: 0.9;
    margin-bottom: 0;
    font-weight: 600;
    color: rgb(153,194,169);
}.about_this .pro_study:hover .knowledge_study {
    transform: translateY(2px);
    opacity: 1;
    color: rgb(102,163,143);
}.about_this .phrase_holder {
    position: relative;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.03);
    width: 100%;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.01);
    overflow: hidden;
    padding: 50px 45px;
    backdrop-filter: blur(10px);
}.about_this .phrase_holder:hover {
    border-color: rgb(102,163,143,0.5);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 30px rgb(102,163,143,0.5);
    transform: translateY(-10px);
}.about_this .phrase_holder::before,
.about_this .phrase_holder::after {
    height: 500px;
    animation: blobAnimation 25s infinite alternate;
    content: "";
    background: rgb(153,194,169,0.5);
    transition: all 0.8s ease;
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    width: 500px;
    filter: blur(60px);
    opacity: 0.03;
    position: absolute;
    z-index: -1;
}@keyframes blobAnimation {
    0% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    33% {
        border-radius: 60% 40% 55% 45% / 45% 65% 35% 55%;
        transform: translate(-20px, 10px) rotate(60deg) scale(1.05);
    }
    66% {
        border-radius: 50% 50% 35% 65% / 50% 50% 65% 35%;
        transform: translate(20px, -10px) rotate(120deg) scale(0.95);
    }
    100% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(180deg) scale(1);
    }
}

.about_this .phrase_holder::before {
    right: -250px;
    top: -250px;
}.about_this .phrase_holder::after {
    left: -250px;
    bottom: -250px;
    animation-delay: -15s;
    background: rgb(102,163,143,0.5);
}.about_this .phrase_holder:hover::before,
.about_this .phrase_holder:hover::after {
    filter: blur(40px);
    opacity: 0.08;
}.about_this .training_track {
    margin-bottom: 25px;
    transition: all 0.3s ease;
    font-size: calc(22px * 1.2);
    font-weight: 600;
    position: relative;
    align-items: center;
    color: rgb(153,194,169);
    display: flex;
    gap: 16px;
}.about_this .training_track::after {
    content: "";
    width: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(153,194,169), transparent);
    transition: width 0.4s ease;
    bottom: -8px;
    height: 1px;
}.about_this .phrase_holder:hover .training_track::after {
    width: 50%;
}.about_this .training_track svg {
    height: 48px;
    width: 48px;
    fill: rgb(153,194,169);
    transition: all 0.4s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}.about_this .training_track svg path {
    transition: fill 0.4s ease;
}.about_this .training_track:hover svg {
    transform: rotateY(180deg);
    fill: rgb(102,163,143);
}.about_this .training_track:hover svg path {
    fill: rgb(102,163,143);
}.about_this .phrase_holder h2 {
    letter-spacing: 0.5px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    font-size: calc(32px * 1.1);
    color: #000000;
    padding-bottom: 20px;
    transition: all 0.4s ease;
}.about_this .phrase_holder:hover h2 {
    transform: translateX(5px);
}.about_this .phrase_holder h2::after {
    border-radius: 10px;
    bottom: 0;
    height: 3px;
    left: 0;
    width: 100px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(153,194,169), rgb(102,163,143,0.5), transparent);
    transition: width 0.5s ease;
}.about_this .phrase_holder:hover h2::after {
    width: 150px;
}.about_this .phrase_holder p {
    margin-bottom: 0;
    font-size: calc(15px * 1.05);
    position: relative;
    color: #000000;
    transition: all 0.4s ease;
    line-height: 1.9;
}.about_this .phrase_holder:hover p {
    transform: translateY(3px);
}.about_this .phrase_holder::before,
.about_this .phrase_holder::after,
.about_this .pro_study::before,
.about_this .pro_study::after,
.about_this .photo_section::before,
.about_this .photo_section::after {
    pointer-events: none;
}.about_this .vision_mission::after {
    background-size: 40px 40px;
    content: "";
    background-position: 0 0, 20px 20px;
    opacity: 0.03;
    position: absolute;
    background-image: 
        radial-gradient(rgb(153,194,169,0.5) 1px, transparent 1px),
        radial-gradient(rgb(102,163,143,0.5) 1px, transparent 1px);
    width: 100%;
    z-index: -1;
    height: 100%;
    top: 0;
    pointer-events: none;
    left: 0;
}.about_this .vision_mission::after {
    height: 40px;
    z-index: 0;
    content: "";
    animation: pulseHeight 3s infinite;
    left: 50%;
    background: linear-gradient(to bottom, rgb(153,194,169), transparent);
    position: absolute;
    width: 2px;
    top: 350px;
}

@keyframes pulseHeight {
    0%, 100% {
        height: 40px;
        opacity: 0.6;
    }
    50% {
        height: 60px;
        opacity: 0.8;
    }
}

@media (max-width: 1199px) {.about_this {
    padding: 120px 0;
}.about_this .vision_mission {
    gap: 50px;
}.about_this .phrase_holder {
    padding: 40px 35px;
}.about_this .pro_study {
    padding: 40px 30px;
}.about_this .vision_mission::after {
    top: 320px;
}
}

@media (max-width: 991px) {.about_this {
    padding: 100px 0;
}.about_this .vision_mission {
    gap: 50px;
}.about_this .phrase_holder {
    padding: 40px 30px;
}.about_this .pro_study {
    padding: 40px 30px;
}.about_this .phrase_holder h2 {
    font-size: 32px;
}.about_this .vision_mission::after {
    top: 300px;
}
}

@media (max-width: 767px) {.about_this {
    padding: 80px 0;
}.about_this .photo_section {
    width: 180px;
    height: 180px;
}.about_this .pro_study {
    padding: 35px 25px;
}.about_this .phrase_holder {
    padding: 35px 25px;
}.about_this .phrase_holder h2 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: calc(32px * 0.9);
}.about_this .quick_studies {
    font-size: 21px;
}.about_this .knowledge_study {
    font-size: 15px;
}.about_this .training_track {
    font-size: 22px;
}.about_this .training_track svg {
    height: 40px;
    width: 40px;
}.about_this .vision_mission::after {
    top: 280px;
}
}

@media (max-width: 575px) {.about_this {
    padding: 60px 0;
}.about_this .photo_section {
    height: 150px;
    margin-bottom: 20px;
    width: 150px;
}.about_this .pro_study {
    padding: 30px 20px;
}.about_this .phrase_holder {
    padding: 30px 20px;
}.about_this .training_track {
    font-size: calc(22px * 0.95);
}.about_this .training_track svg {
    width: 35px;
    height: 35px;
}.about_this .phrase_holder h2 {
    margin-bottom: 20px;
    font-size: calc(32px * 0.8);
}.about_this .phrase_holder p {
    line-height: 1.8;
    font-size: 15px;
}.about_this .quick_studies {
    font-size: calc(21px * 0.95);
}.about_this .knowledge_study {
    font-size: calc(15px * 0.95);
}.about_this .vision_mission::after {
    top: 250px;
}}.thxSpace {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(208,221,212) 0%, rgb(102,163,143,0.5) 100%);
    position: relative;
}.thxSpace::before {
    filter: blur(80px);
    width: 300px;
    height: 300px;
    content: "";
    background: rgb(153,194,169,0.5);
    animation: float 15s ease-in-out infinite;
    position: absolute;
    top: -50px;
    right: -50px;
    z-index: 0;
}.thxSpace::after {
    width: 500px;
    left: -100px;
    filter: blur(100px);
    position: absolute;
    bottom: -100px;
    background: rgb(102,163,143,0.5);
    animation: float 20s ease-in-out infinite alternate;
    z-index: 0;
    height: 500px;
    content: "";
}.thxSpace .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.thxSpace h2 {
    font-weight: 700;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: relative;
    font-size: 33px;
    line-height: 1.3;
    color: #000000;
    transform: translateY(20px);
    opacity: 0;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
}.thxSpace h2::before {
    left: 0;
    background: linear-gradient(90deg, rgb(153,194,169) 0%, rgb(102,163,143) 100%);
    animation: scaleIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    position: absolute;
    transform-origin: left;
    top: -15px;
    transform: scaleX(0);
    height: 5px;
    content: "";
    width: 80px;
}.thxSpace .vision_mission {
    position: relative;
    border-radius: 19px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(30px);
    padding: 50px;
    opacity: 0;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s forwards;
    background: #ffffff;
    overflow: hidden;
}.thxSpace .vision_mission::before {
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(153,194,169), rgb(102,163,143));
    top: 0;
    height: 100%;
    transform-origin: top;
    transform: scaleY(0);
    animation: scaleIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.6s forwards;
    content: "";
    width: 6px;
}.thxSpace .vision_mission::after {
    content: "";
    right: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    top: 0;
    width: 30%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(rgb(102,163,143,0.5), 0.05));
}.thxSpace ul {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0;
}.thxSpace li {
    opacity: 0;
    margin-bottom: 20px;
    position: relative;
    transform: translateX(20px);
    animation: slideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards;
    padding-left: 30px;
}.thxSpace li::before {
    transform: scale(0);
    top: 8px;
    border-radius: 50%;
    content: "";
    height: 10px;
    background: rgb(153,194,169);
    left: 0;
    animation: pulse 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.8s forwards;
    position: absolute;
    width: 10px;
}.thxSpace li span {
    position: relative;
    display: block;
    font-size: calc(18px * 1.05);
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    transition: transform 0.3s ease;
    font-family: Arial, sans-serif;
    transform: translateY(0);
}

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

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

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

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

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(30px, -20px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@media (max-width: 1200px) {.thxSpace {
    padding: 100px 0;
}.thxSpace h2 {
    font-size: calc(33px * 0.9);
}.thxSpace .vision_mission {
    padding: 40px;
}
}

@media (max-width: 992px) {.thxSpace {
    padding: 80px 0;
}.thxSpace h2 {
    font-size: calc(33px * 0.85);
    margin-bottom: 30px;
}.thxSpace .vision_mission {
    padding: 35px;
}.thxSpace li span {
    font-size: 18px;
}
}

@media (max-width: 768px) {.thxSpace {
    padding: 70px 0;
}.thxSpace h2 {
    margin-bottom: 25px;
    font-size: calc(33px * 0.8);
}.thxSpace h2::before {
    width: 60px;
    height: 4px;
}.thxSpace .vision_mission {
    padding: 30px 25px;
}.thxSpace li {
    padding-left: 25px;
}
}

@media (max-width: 576px) {.thxSpace {
    padding: 60px 0;
}.thxSpace h2 {
    margin-bottom: 20px;
    font-size: calc(33px * 0.7);
}.thxSpace .vision_mission {
    padding: 25px 20px;
}.thxSpace li {
    padding-left: 20px;
}.thxSpace li::before {
    width: 8px;
    height: 8px;
    top: 6px;
}.thxSpace li span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}.program_structure {
    position: relative;
    background: linear-gradient(135deg, rgb(208,221,212) 0%, #ffffff 100%);
    padding: 120px 0;
    overflow: hidden;
}.program_structure::before {
    width: 300px;
    background: rgb(153,194,169,0.5);
    animation: float 15s ease-in-out infinite;
    top: -50px;
    height: 300px;
    z-index: 0;
    filter: blur(80px);
    right: -50px;
    position: absolute;
    content: "";
}.program_structure::after {
    bottom: -80px;
    background: rgb(102,163,143,0.5);
    left: -80px;
    filter: blur(60px);
    content: "";
    z-index: 0;
    height: 250px;
    position: absolute;
    width: 250px;
    animation: float 18s ease-in-out infinite alternate;
}.program_structure .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.program_structure h2 {
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    margin-bottom: 40px;
    transform: translateX(-5%);
    opacity: 0;
    font-size: calc(28px * 1.1);
    position: relative;
    line-height: 1.3;
    font-weight: 700;
    color: #000000;
}.program_structure h2::after {
    content: "";
    position: absolute;
    transform-origin: left;
    width: 80px;
    bottom: -10px;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(153,194,169) 0%, rgb(102,163,143) 100%);
    height: 4px;
    animation: scaleIn 1.2s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    left: 0;
}.program_structure .learn_business {
    display: grid;
    position: relative;
    gap: 40px;
    grid-template-columns: 1fr;
}.program_structure .photo_section {
    position: relative;
    animation: fadeUp 1s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    border-radius: 4px;
    overflow: hidden;
    transform: translateY(20px);
    opacity: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    height: 380px;
}.program_structure .photo_section::before {
    z-index: 1;
    content: "";
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5));
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}.program_structure .photo_section::after {
    inset: 0;
    position: absolute;
    content: "";
    opacity: 0.2;
    mix-blend-mode: hue;
    z-index: 2;
    transition: opacity 0.5s ease;
    background: rgb(153,194,169);
}.program_structure .photo_section:hover::after {
    opacity: 0;
}.program_structure .phrase_holder {
    display: flex;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeUp 1s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    gap: 30px;
    flex-direction: column;
}.program_structure .description {
    padding-left: 15px;
    margin: 0;
    position: relative;
    transition: border-left 0.3s ease;
    line-height: 1.8;
    border-left: 2px solid rgb(102,163,143,0.5);
    font-size: 16px;
    color: #000000;
}.program_structure .description:first-of-type {
    position: relative;
    z-index: 2;
}.program_structure .description:nth-of-type(2) {
    margin-top: 20px;
    position: relative;
    z-index: 1;
}.program_structure .description:hover {
    border-left: 2px solid rgb(102,163,143);
}.program_structure .description::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(153,194,169);
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, -30px);
  }
}

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

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

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

@media (min-width: 768px) {.program_structure .learn_business {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 60px;
    align-items: flex-start;
}.program_structure .photo_section {
    transition: clip-path 0.5s ease;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    height: 500px;
}.program_structure .photo_section:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.program_structure h2 {
    max-width: 80%;
    font-size: calc(28px * 1.2);
}.program_structure .phrase_holder {
    padding-top: 20px;
}
}

@media (min-width: 992px) {.program_structure {
    padding: 150px 0;
}.program_structure .container {
    padding: 0 40px;
}.program_structure h2 {
    margin-bottom: 60px;
    max-width: 70%;
    font-size: calc(28px * 1.3);
}.program_structure .photo_section {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    height: 550px;
}.program_structure .description {
    line-height: 1.9;
    font-size: calc(16px * 1.05);
}.program_structure .phrase_holder {
    padding-top: 30px;
}
}

@media (min-width: 1200px) {.program_structure .learn_business {
    gap: 80px;
}.program_structure h2 {
    max-width: 60%;
}.program_structure .photo_section {
    transform: perspective(1000px) rotateY(-5deg);
    height: 600px;
    transition: transform 0.5s ease;
}.program_structure .photo_section:hover {
    transform: perspective(1000px) rotateY(0);
}.program_structure .phrase_holder {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(2deg);
}.program_structure .phrase_holder:hover {
    transform: perspective(1000px) rotateY(0);
}
}

@media (max-width: 767px) {.program_structure {
    padding: 80px 0;
}.program_structure h2 {
    margin-bottom: 30px;
    font-size: 28px;
}.program_structure .photo_section {
    height: 280px;
}.program_structure .description {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}}.educational_yield {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255,255,255,0.92), rgba(248,249,250,0.97));
}.educational_yield::before {
    top: 0;
    opacity: 0.07;
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    content: "";
    z-index: 0;
    left: 0;
    background-image: 
    linear-gradient(45deg, rgb(102,163,143,0.5) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(102,163,143,0.5) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(102,163,143,0.5) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(102,163,143,0.5) 75%);
    height: 100%;
    position: absolute;
    width: 100%;
}.educational_yield .container {
    position: relative;
    z-index: 1;
    grid-template-columns: 1fr;
    display: grid;
    gap: 3rem;
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}.educational_yield .photo_section {
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    transform: perspective(1000px) rotateY(-3deg);
    height: auto;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    object-fit: cover;
}.educational_yield .photo_section:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.educational_yield .vision_mission {
    position: relative;
}.educational_yield .phrase_holder {
    backdrop-filter: blur(10px);
    position: relative;
    background: linear-gradient(135deg, #ffffff, rgba(255,255,255,0.85));
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
    padding: 2rem;
}.educational_yield .phrase_holder::before {
    opacity: 0.1;
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(45deg, rgb(153,194,169,0.5) 0%, transparent 100%);
    z-index: -1;
    position: absolute;
    left: 0;
    content: "";
}.educational_yield h1 {
    position: relative;
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    line-height: 1.3;
    transform: translateX(-5px);
    margin-bottom: 2rem;
}.educational_yield h1::after {
    transform: scaleX(0.7);
    position: absolute;
    width: 60px;
    content: "";
    left: 0;
    transition: transform 0.5s ease;
    background: rgb(153,194,169);
    height: 3px;
    bottom: -10px;
    transform-origin: left;
}.educational_yield:hover h1::after {
    transform: scaleX(1);
}.educational_yield ul {
    list-style: none;
    grid-template-columns: 1fr;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 1.2rem;
}.educational_yield li {
    padding-left: 2.5rem;
    transition: transform 0.3s ease;
    position: relative;
}.educational_yield li:hover {
    transform: translateX(5px);
}.educational_yield li p {
    margin: 0;
    font-size: calc(13px * 1.05);
    line-height: 1.6;
    font-weight: 400;
    color: #000000;
}.educational_yield li svg {
    left: 0;
    width: 1.5rem;
    transform: scale(0.9);
    height: 1.5rem;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    top: 0.1rem;
}.educational_yield li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.educational_yield svg path {
    transition: fill 0.3s ease;
    fill: rgb(153,194,169);
}.educational_yield li:hover svg path {
    fill: rgb(102,163,143);
}

@media (min-width: 768px) {.educational_yield {
    padding: 6rem 0;
}.educational_yield .container {
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.educational_yield .photo_section {
    height: 100%;
    max-height: 600px;
}.educational_yield ul {
    grid-template-columns: repeat(2, 1fr);
}.educational_yield .phrase_holder {
    padding: 3rem;
}
}

@media (min-width: 992px) {.educational_yield {
    padding: 8rem 0;
}.educational_yield .container {
    gap: 5rem;
}.educational_yield h1 {
    font-size: calc(40px * 1.1);
    margin-bottom: 2.5rem;
}.educational_yield li p {
    font-size: calc(13px * 1.1);
}.educational_yield .phrase_holder {
    padding: 4rem;
}
}

@media (max-width: 767px) {.educational_yield h1 {
    font-size: calc(40px * 0.85);
}.educational_yield li {
    padding-left: 2rem;
}.educational_yield li svg {
    transform: scale(0.8);
}.educational_yield .phrase_holder {
    padding: 1.5rem;
}
}

@media (hover: hover) {.educational_yield .container:hover .photo_section {
    transform: perspective(1000px) rotateY(-5deg) translateY(-10px);
}}.reach_out {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(
        -45deg, 
        rgb(208,221,212) 0%, 
        rgb(102,163,143,0.5) 100%
    );
}.reach_out .container {
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 1400px;
}.reach_out .support_section {
    position: relative;
    align-items: stretch;
    overflow: hidden;
    background: rgb(102,163,143,0.5);
    box-shadow: 0 25px 50px rgb(153,194,169,0.5);
    border-radius: 29px;
    display: flex;
}.reach_out .photo_section {
    z-index: 2;
    transform: skew(-10deg);
    position: relative;
    min-height: 600px;
    margin-left: -5%;
    flex: 0 0 45%;
}.reach_out .photo_section::before {
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(
        135deg, 
        rgb(153,194,169,0.5) 0%, 
        rgb(102,163,143,0.5) 100%
    );
    content: '';
    opacity: 0.7;
    z-index: 1;
    position: absolute;
    width: 120%;
    transform: skew(10deg);
}.reach_out .feedback_block {
    justify-content: center;
    padding: 4rem 3rem 4rem 10%;
    flex: 0 0 55%;
    position: relative;
    flex-direction: column;
    z-index: 3;
    display: flex;
}.reach_out h2 {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 2.5rem;
    text-align: left;
    color: #ffffff;
    font-size: 41px;
    font-weight: 700;
}.reach_out h2::before {
    background: rgb(153,194,169);
    left: 0;
    top: 50%;
    box-shadow: 0 0 15px rgb(153,194,169,0.5);
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    content: '';
}.reach_out .feedback_block h3 {
    font-size: 36px;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-weight: 600;
    position: relative;
    color: #ffffff;
}.reach_out .feedback_block h3::after {
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    background: rgb(153,194,169);
    width: 50px;
    height: 3px;
}.reach_out .feedback_block form {
    gap: 1.5rem;
    display: grid;
}.reach_out .feedback_block input:not([type="checkbox"]):not([type="submit"]) {
    position: relative;
    color: #ffffff;
    background: rgb(102,163,143,0.5);
    border: 1px solid rgb(153,194,169,0.5);
    outline: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 15px;
    width: 100%;
    padding: 1rem 1.5rem;
}.reach_out .feedback_block input:not([type="checkbox"]):not([type="submit"])::after {
    width: 0;
    position: absolute;
    transition: width 0.3s ease;
    content: '';
    left: 0;
    bottom: -2px;
    background: rgb(153,194,169);
    height: 2px;
}.reach_out .feedback_block input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(153,194,169,0.5);
    border-color: rgb(153,194,169);
}.reach_out .feedback_block input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.reach_out .feedback_block .feedback_inquiry {
    gap: 1rem;
    display: flex;
    align-items: center;
}.reach_out .feedback_block .feedback_inquiry input[type="checkbox"] {
    border: 2px solid rgb(153,194,169,0.5);
    position: relative;
    cursor: pointer;
    height: 22px;
    background: rgb(102,163,143,0.5);
    transition: all 0.3s ease;
    width: 22px;
    border-radius: 10px;
    appearance: none;
}.reach_out .feedback_block .feedback_inquiry input[type="checkbox"]:checked {
    background: rgb(153,194,169);
    border-color: rgb(153,194,169);
}.reach_out .feedback_block .feedback_inquiry input[type="checkbox"]:checked::after {
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    position: absolute;
    top: 50%;
    font-size: 0.8rem;
    content: '✔';
}.reach_out .feedback_block .feedback_inquiry label {
    font-size: 15px;
    color: #ffffff;
    align-items: center;
    display: flex;
}.reach_out .feedback_block .feedback_inquiry a {
    margin-left: 0.3rem;
    text-decoration: none;
    color: rgb(153,194,169);
    transition: color 0.3s ease;
}.reach_out .feedback_block .feedback_inquiry a:hover {
    text-decoration: underline;
}.reach_out .feedback_block .feedback_widget {
    background: rgb(153,194,169);
    font-weight: 600;
    width: 100%;
    border-radius: 10px;
    border: none;
    font-size: 17px;
    padding: 1rem;
    color: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
}.reach_out .feedback_block .feedback_widget::before {
    transition: all 0.5s ease;
    height: 200%;
    position: absolute;
    left: -50%;
    content: '';
    top: -50%;
    transform: rotate(-45deg);
    width: 200%;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(153,194,169,0.5), 
        transparent
    );
    opacity: 0;
}.reach_out .feedback_block .feedback_widget:hover::before {
    opacity: 1;
}.reach_out .feedback_block .feedback_widget:hover {
    box-shadow: 0 10px 20px rgb(153,194,169,0.5);
    transform: translateY(-3px);
}

@media screen and (max-width: 1200px) {.reach_out .photo_section {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.reach_out .support_section {
    flex-direction: column;
}.reach_out .photo_section {
    margin-left: 0;
    min-height: 300px;
    flex: 0 0 100%;
    transform: none;
}.reach_out .photo_section::before {
    transform: none;
    width: 100%;
}.reach_out .feedback_block {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.reach_out {
    padding: 3rem 0;
}.reach_out h2 {
    padding-left: 1.5rem;
    font-size: calc(41px * 0.8);
    margin-bottom: 1.5rem;
}.reach_out h2::before {
    height: 0.8rem;
    width: 0.8rem;
}.reach_out .feedback_block h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 1.5rem;
}.reach_out .feedback_block input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.reach_out .support_section {
    border-radius: 0;
}.reach_out .feedback_block {
    padding: 2rem 1.5rem;
}}.cookie_warning_dialog {
    background: rgb(102,163,143);
    bottom: 0;
    position: fixed;
    padding: 20px 0;
    border-top: 3px solid rgb(102,163,143);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
    z-index: 90;
    animation: slideUp 0.5s forwards;
    transform: translateY(100%);
    width: 100%;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#userAgreementPopup {
    display: none;
}#userAgreementPopup:checked ~ .cookie_warning_dialog {
    visibility: hidden;
    opacity: 0;
}.edu_approve {
    gap: 20px;
    align-items: center;
    display: flex;
    padding: 20px 5%;
    justify-content: space-between;
}.cookie_warning_dialog h5 {
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}.cookie_warning_dialog p {
    font-size: 12px;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.cookie_tab {
    justify-content: center;
    filter: drop-shadow(0 0 10px rgb(153,194,169));
    flex-shrink: 0;
    display: flex;
    margin-right: 15px;
    align-items: center;
}.cookie_tab svg {
    fill: rgb(153,194,169);
    height: 80px;
    transition: transform 0.3s ease-in-out;
    width: 80px;
}.cookie_tab:hover svg {
    transform: scale(1.1);
}.consent_comply {
    white-space: nowrap;
    background: linear-gradient(90deg, rgb(153,194,169), rgb(102,163,143));
    padding: 10px 20px;
    flex-shrink: 0;
    cursor: pointer;
    font-size: 17px;
    text-align: center;
    box-shadow: 0 0 15px rgb(153,194,169);
    text-decoration: none;
    margin-left: 10px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    min-width: 140px;
    color: #000000;
    border-radius: 17px;
    line-height: 40px;
}.consent_comply:hover {
    box-shadow: 0 0 20px rgb(102,163,143);
}.cookie_button.data_notice {
    border: 2px solid rgb(102,163,143);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.data_notice:hover {
    box-shadow: 0 0 15px rgb(102,163,143);
    background: rgba(0, 0, 0, 0.5);
}.cookie_warning_dialog p a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(153,194,169);
}.cookie_warning_dialog p a:hover {
    color: rgb(102,163,143);
}
@media only screen and (max-width: 1200px) {.cookie_warning_dialog {
    padding: 15px 0;
}.edu_approve {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.cookie_tab {
    display: none;
}.edu_approve {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.cookie_warning_dialog h5 {
    font-size: 17px;
    margin-bottom: 5px;
}.user_choices {
    margin-bottom: 15px;
}.consent_comply {
    min-width: 100%;
    margin: 10px 0;
}
}
