* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}.alumni_net0 {
    flex: 0 0 auto;
}.container {
    margin: auto;
    width: 1178px;
    max-width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.segment-wrapper8 {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}.nav_master1 {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    scroll-behavior: smooth;
    color: #000000;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.privacy_area9 {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(164,195,190) 0%, rgba(248, 248, 252, 0.95) 100%);
    overflow: hidden;
}.privacy_area9::before {
    opacity: 0.4;
    background: linear-gradient(to right, rgb(129,160,156,0.5), rgb(94,116,112,0.5));
    height: 300px;
    filter: blur(80px);
    width: 300px;
    transform: rotate(-15deg);
    right: -5%;
    content: "";
    z-index: 0;
    top: -10%;
    position: absolute;
}.privacy_area9::after {
    transform: rotate(15deg);
    width: 250px;
    background: linear-gradient(to right, rgb(94,116,112,0.5), rgb(129,160,156,0.5));
    height: 250px;
    opacity: 0.3;
    position: absolute;
    filter: blur(70px);
    left: -5%;
    bottom: -10%;
    z-index: 0;
    content: "";
}.privacy_area9 .container {
    max-width: 1140px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    background: rgba(255, 255, 255, 0.85);
    border-left: 3px solid rgb(129,160,156);
    backdrop-filter: blur(10px);
    z-index: 1;
    transform: translateZ(0);
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.privacy_area9 h1 {
    padding-bottom: 15px;
    font-size: 45px;
    position: relative;
    margin-bottom: 30px;
    color: #000000;
    transform: translateX(-10px);
    font-weight: 700;
}.privacy_area9 h1::after {
    background: linear-gradient(90deg, rgb(129,160,156) 0%, rgb(94,116,112) 100%);
    height: 3px;
    left: 0;
    bottom: 0;
    position: absolute;
    transition: transform 0.4s ease-out;
    width: 80px;
    transform-origin: left;
    content: "";
    transform: scaleX(1);
}.privacy_area9 h1:hover::after {
    transform: scaleX(1.5);
}.privacy_area9 h2 {
    position: relative;
    font-weight: 600;
    margin-top: 40px;
    color: #000000;
    font-size: 37px;
    margin-bottom: 20px;
    padding-left: 16px;
}.privacy_area9 h2::before {
    background: rgb(129,160,156);
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: scaleY(0.8);
    opacity: 0.8;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 4px;
    content: "";
}.privacy_area9 h2:hover::before {
    opacity: 1;
    transform: scaleY(1.1);
}.privacy_area9 h3 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px dashed rgba(rgba(0, 0, 0, 0.5), 0.2);
    margin-top: 30px;
    font-size: calc(37px * 0.85);
    padding-bottom: 10px;
}.privacy_area9 h4 {
    color: #000000;
    font-size: calc(37px * 0.75);
    margin-top: 25px;
    font-weight: 600;
    margin-bottom: 12px;
    opacity: 0.9;
}.privacy_area9 p {
    line-height: 1.7;
    color: #000000;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    font-size: 13px;
    max-width: 95%;
}.privacy_area9 p:hover {
    transform: translateX(5px);
}.privacy_area9 p strong {
    display: inline-block;
    position: relative;
    font-weight: 600;
    color: #000000;
}.privacy_area9 p strong::after {
    transform: scaleX(0);
    width: 100%;
    background: rgb(94,116,112);
    left: 0;
    position: absolute;
    content: "";
    bottom: -2px;
    transform-origin: right;
    height: 2px;
    transition: transform 0.3s ease;
}.privacy_area9 p strong:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.privacy_area9 span {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    margin-bottom: 30px;
    transform: translateY(0);
    line-height: 1.6;
    font-size: 13px;
    display: block;
    border-left: 2px solid rgb(94,116,112);
    padding: 15px;
    color: #000000;
    background: rgba(rgb(255, 255, 255, 0.5), 0.4);
}.privacy_area9 span:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.privacy_area9 ul {
    padding-left: 20px;
    margin-bottom: 30px;
    list-style: none;
    margin-top: 15px;
}.privacy_area9 li {
    margin-bottom: 15px;
    color: #000000;
    position: relative;
    padding-left: 25px;
    font-size: 13px;
    transform: translateZ(0);
    line-height: 1.6;
    transition: transform 0.3s ease;
}.privacy_area9 li::before {
    transition: transform 0.3s ease, background-color 0.3s ease;
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgb(129,160,156);
    left: 0;
    top: 10px;
    opacity: 0.8;
}.privacy_area9 li:hover {
    transform: translateX(5px);
}.privacy_area9 li:hover::before {
    transform: scale(1.3);
    background: rgb(94,116,112);
}

@media (max-width: 991px) {.privacy_area9 {
    padding: 60px 0;
}.privacy_area9 .container {
    padding: 30px 25px;
}.privacy_area9 h1 {
    margin-bottom: 25px;
    font-size: calc(45px * 0.9);
}.privacy_area9 h2 {
    margin-top: 35px;
    font-size: calc(37px * 0.9);
}.privacy_area9 p, .privacy_area9 span {
    font-size: calc(13px * 1);
    max-width: 100%;
}
}

@media (max-width: 767px) {.privacy_area9 {
    padding: 40px 0;
}.privacy_area9::before,
    .privacy_area9::after {
    width: 200px;
    height: 200px;
}.privacy_area9 .container {
    border-left-width: 2px;
    padding: 25px 20px;
}.privacy_area9 h1 {
    font-size: calc(45px * 0.8);
    transform: translateX(0);
    margin-bottom: 20px;
}.privacy_area9 h1::after {
    width: 60px;
}.privacy_area9 h2 {
    margin-top: 30px;
    font-size: calc(37px * 0.85);
    padding-left: 12px;
}.privacy_area9 h2::before {
    width: 3px;
}.privacy_area9 h3 {
    font-size: calc(37px * 0.75);
}.privacy_area9 h4 {
    font-size: calc(37px * 0.7);
}.privacy_area9 p, .privacy_area9 span, .privacy_area9 li {
    font-size: calc(13px * 0.95);
}.privacy_area9 ul {
    padding-left: 5px;
}.privacy_area9 li {
    padding-left: 20px;
}
}

@media (max-width: 480px) {.privacy_area9 {
    padding: 30px 0;
}.privacy_area9::before,
    .privacy_area9::after {
    opacity: 0.25;
}.privacy_area9 .container {
    padding: 20px 15px;
}.privacy_area9 h1 {
    font-size: calc(45px * 0.7);
}.privacy_area9 h2 {
    margin-top: 25px;
    font-size: calc(37px * 0.75);
}.privacy_area9 h3 {
    font-size: calc(37px * 0.7);
}.privacy_area9 h4 {
    font-size: calc(37px * 0.65);
}.privacy_area9 p, .privacy_area9 span, .privacy_area9 li {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}.privacy_area9 p:hover,
    .privacy_area9 li:hover,
    .privacy_area9 span:hover {
    transform: none;
}}footer {
    background-color: #000000;
    position: relative;
    margin-top: 0;
}footer::before {
    position: absolute;
    top: 0;
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
    opacity: 0.9;
    left: 0;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(129,160,156,0.5) 50%,
    #000000 100%);
}.alumni_net0 {
    background-color: transparent;
    position: relative;
    z-index: 5;
    padding: 60px 0 40px;
}.alumni_net0 .container {
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    grid-gap: 30px;
    display: grid;
}.alumni_net0 .company_holder {
    grid-column: span 4;
    border-radius: 10px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
}.alumni_net0 .company_holder h3 {
    margin-bottom: 20px;
    color: #ffffff;
    display: inline-block;
    font-size: 29px;
    font-weight: 700;
    position: relative;
}.alumni_net0 .company_holder h3::after {
    content: "";
    bottom: -8px;
    width: 100%;
    height: 2px;
    background: rgb(129,160,156);
    left: 0;
    position: absolute;
}.alumni_net0 .glossary3 {
    font-size: 13px;
    opacity: 0.8;
    line-height: 1.6;
    color: #ffffff;
}.alumni_net0 .footer_caption5 {
    display: grid;
    grid-column: span 8;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.alumni_net0 .nav_guide6 {
    border-radius: 10px;
    padding: 30px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
}.alumni_net0 .nav_guide6 h5 {
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    display: inline-block;
    font-size: 19px;
}.alumni_net0 .nav_guide6 h5::after {
    bottom: -8px;
    left: 0;
    width: 100%;
    background: rgb(94,116,112);
    position: absolute;
    content: "";
    height: 2px;
}.alumni_net0 .nav_guide6 .nav_sitebar9 {
    grid-gap: 15px;
    display: grid;
}.alumni_net0 .nav_guide6 .nav_sitebar9 a {
    color: #ffffff;
    transition: color 0.3s ease, transform 0.3s ease;
    padding-left: 15px;
    font-size: 13px;
    text-decoration: none;
    position: relative;
    display: block;
    opacity: 0.8;
}.alumni_net0 .nav_guide6 .nav_sitebar9 a::before {
    content: "";
    width: 6px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    background: rgb(94,116,112);
    height: 6px;
    border-radius: 50%;
}.alumni_net0 .nav_guide6 .nav_sitebar9 a:hover {
    transform: translateX(5px);
    color: rgb(129,160,156);
    opacity: 1;
}.patent_info3 {
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
    margin-top: 40px;
    padding: 25px 0;
}.patent_info3 .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.patent_info3 .chrome_ext3 {
    text-align: center;
    font-size: 15px;
    opacity: 0.7;
    color: #ffffff;
}

@media (max-width: 991px) {.alumni_net0 .container {
    grid-gap: 30px;
    grid-template-columns: 1fr;
}.alumni_net0 .company_holder {
    grid-column: span 12;
}.alumni_net0 .footer_caption5 {
    grid-template-columns: 1fr 1fr;
    grid-column: span 12;
}
}

@media (max-width: 767px) {.alumni_net0 {
    padding: 40px 0 30px;
}.alumni_net0 .footer_caption5 {
    grid-template-columns: 1fr;
}.alumni_net0 .company_holder {
    padding: 25px;
}.alumni_net0 .nav_guide6 {
    padding: 25px;
}.alumni_net0 .company_holder h3 {
    font-size: calc(29px - 2px);
}.alumni_net0 .nav_guide6 h5 {
    font-size: calc(19px - 1px);
}
}

@media (max-width: 575px) {.alumni_net0 {
    padding: 30px 0 20px;
}.alumni_net0 .company_holder,
  .alumni_net0 .nav_guide6 {
    padding: 20px;
}.alumni_net0 .company_holder h3 {
    font-size: calc(29px - 4px);
}.patent_info3 {
    padding: 20px 0;
}}

.alumni_net0 .company_holder:hover,
.alumni_net0 .nav_guide6:hover {
    transition: background-color 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
}.alumni_net0 .container::before {
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
    background: 
    linear-gradient(to right, rgb(129,160,156,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(129,160,156,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    pointer-events: none;
    opacity: 0.05;
    top: 0;
}.alumni_net0 .company_holder::before {
    top: 0;
    width: 5px;
    opacity: 0.5;
    left: 0;
    position: absolute;
    background: rgb(129,160,156);
    height: 100%;
    content: "";
}.alumni_net0 .nav_guide6::before {
    left: 0;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    content: "";
    background: rgb(94,116,112);
    top: 0;
    width: 5px;
}footer::after {
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    background: linear-gradient(to right,
    rgb(129,160,156),
    rgb(94,116,112),
    rgb(129,160,156));
    height: 5px;
    opacity: 0.3;
}.alumni_net0 .nav_sitebar9 {
    position: relative;
}.alumni_net0 .nav_sitebar9::after {
    content: "";
    background: rgb(94,116,112,0.5);
    opacity: 0.2;
    bottom: -15px;
    width: 100%;
    position: absolute;
    left: 0;
    height: 1px;
}.alumni_net0 .nav_guide6 h5,
.alumni_net0 .company_holder h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
}.alumni_net0 .nav_guide6:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}.alumni_net0 .nav_guide6:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}.patent_info3 .chrome_ext3 {
    position: relative;
    display: inline-block;
}.patent_info3 .chrome_ext3::before {
    content: "";
    background: rgb(129,160,156);
    opacity: 0.5;
    width: 30px;
    transform: translateY(-50%);
    position: absolute;
    left: -40px;
    height: 1px;
    top: 50%;
}.patent_info3 .chrome_ext3::after {
    position: absolute;
    right: -40px;
    content: "";
    height: 1px;
    transform: translateY(-50%);
    background: rgb(129,160,156);
    width: 30px;
    opacity: 0.5;
    top: 50%;
}.teaching_history5 {
    padding: 6rem 0;
    background-color: rgb(164,195,190);
    position: relative;
    overflow: hidden;
}.teaching_history5::before {
    background: 
        linear-gradient(135deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(225deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(315deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0;
    left: 0;
    top: 0;
    opacity: 0.6;
    bottom: 0;
    position: absolute;
    background-size: 30px 30px;
    content: "";
    z-index: 1;
    right: 0;
}.teaching_history5 .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
}.teaching_history5 .opinion_spot6 {
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    grid-template-columns: 1fr;
    padding: 3rem;
    border-radius: 16px;
    gap: 2rem;
    display: grid;
    background: linear-gradient(145deg, #ffffff, rgb(164,195,190));
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.5),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
}.teaching_history5 .opinion_spot6:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.12),
        -25px -25px 70px rgba(255, 255, 255, 0.6),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
}.teaching_history5 .img_item_wrapper1 {
    width: 150px;
    height: 150px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 16px;
    transform: translateZ(30px);
    margin: 0 auto;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.15),
        -8px -8px 16px rgba(255, 255, 255, 0.7),
        inset 2px 2px 4px rgba(255, 255, 255, 0.25),
        inset -2px -2px 4px rgba(0, 0, 0, 0.1);
}.teaching_history5 .opinion_spot6:hover .img_item_wrapper1 {
    transform: translateZ(50px) scale(1.05);
}.teaching_history5 .name {
    letter-spacing: 0.02em;
    margin-bottom: 0.5rem;
    font-size: calc(21px * 1.1);
    transform: translateZ(20px);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: rgb(129,160,156);
    text-align: center;
    font-weight: 700;
}.teaching_history5 .opinion_spot6:hover .name {
    transform: translateZ(30px);
}.teaching_history5 .opinion_spot6 div:nth-child(2) div {
    margin-bottom: 1rem;
    font-weight: 600;
    transform: translateZ(15px);
    font-size: calc(17px * 0.95);
    text-align: center;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.05s;
    color: rgb(94,116,112);
}.teaching_history5 .opinion_spot6:hover div:nth-child(2) div {
    transform: translateZ(25px);
}.teaching_history5 .job_skills6 {
    background: linear-gradient(145deg, rgba(255,255,255,0.65), rgba(255,255,255,0.35));
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.08),
        -6px -6px 12px rgba(255, 255, 255, 0.5),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3),
        inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    line-height: 1.7;
    position: relative;
    transform: translateZ(10px);
    font-size: 17px;
    border-radius: 12px;
    backdrop-filter: blur(5px);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
    padding: 2rem;
    color: #000000;
}.teaching_history5 .opinion_spot6:hover .job_skills6 {
    transform: translateZ(20px);
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.1),
        -8px -8px 16px rgba(255, 255, 255, 0.6),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3),
        inset -1px -1px 2px rgba(0, 0, 0, 0.05);
}.teaching_history5 .job_skills6::before {
    font-family: serif;
    color: rgb(129,160,156,0.5);
    left: 1rem;
    top: -1.5rem;
    opacity: 0.3;
    transition: all 0.4s ease;
    font-size: 5rem;
    content: "";
    line-height: 1;
    position: absolute;
}.teaching_history5 .opinion_spot6:hover .job_skills6::before {
    opacity: 0.5;
    transform: scale(1.1) translateY(-5px);
}

@media (min-width: 768px) {.teaching_history5 {
    padding: 8rem 0;
}.teaching_history5 .opinion_spot6 {
    padding: 4rem;
    gap: 3rem;
    align-items: center;
    grid-template-columns: auto 1fr 2fr;
}.teaching_history5 .img_item_wrapper1 {
    width: 180px;
    height: 180px;
    margin: 0;
}.teaching_history5 .name {
    font-size: calc(21px * 1.2);
    text-align: left;
}.teaching_history5 .opinion_spot6 div:nth-child(2) div {
    font-size: 17px;
    text-align: left;
}.teaching_history5 .job_skills6 {
    line-height: 1.8;
    font-size: calc(17px * 1.05);
}
}

@media (min-width: 1200px) {.teaching_history5 {
    padding: 10rem 0;
}.teaching_history5 .container {
    padding: 0 3rem;
}.teaching_history5 .opinion_spot6 {
    gap: 4rem;
    padding: 5rem;
}.teaching_history5 .img_item_wrapper1 {
    height: 220px;
    width: 220px;
}.teaching_history5 .name {
    font-size: calc(21px * 1.3);
    margin-bottom: 0.75rem;
}.teaching_history5 .opinion_spot6 div:nth-child(2) div {
    margin-bottom: 1.5rem;
    font-size: calc(17px * 1.05);
}.teaching_history5 .job_skills6 {
    padding: 2.5rem;
    line-height: 1.9;
    font-size: calc(17px * 1.1);
}
}

@media (max-width: 767px) {.teaching_history5 .opinion_spot6 {
    padding: 2.5rem 1.5rem;
}.teaching_history5 .img_item_wrapper1 {
    width: 120px;
    height: 120px;
}.teaching_history5 .name {
    margin-top: 1rem;
}.teaching_history5 .job_skills6 {
    padding: 1.5rem;
}}.data_exploration3 {
    background: rgb(164,195,190);
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
}.data_exploration3::before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    opacity: 0.05;
    height: 100%;
    background: linear-gradient(120deg, rgb(129,160,156,0.5) 0%, transparent 70%);
    z-index: 0;
}.data_exploration3 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}.data_exploration3 h2 {
    padding-right: 1.5rem;
    font-weight: 700;
    height: 100%;
    margin: 0;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    top: 0;
    writing-mode: vertical-rl;
    position: absolute;
    align-items: center;
    transform: rotate(180deg);
    left: 0;
    font-size: 38px;
    border-right: 3px solid rgb(129,160,156);
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    color: #000000;
}.data_exploration3 ul {
    list-style: none;
    margin: 0 0 0 5rem;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}.data_exploration3 .statistics_boosts6 {
    position: relative;
    width: 80%;
    margin-bottom: 3.5rem;
    display: flex;
    z-index: 2;
}.data_exploration3 .statistics_boosts6:nth-child(even) {
    flex-direction: row-reverse;
    margin-left: auto;
}.data_exploration3 .statistics_boosts6:last-child {
    margin-bottom: 0;
}.data_exploration3 .statistics_boosts6 p {
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
    font-weight: 700;
    height: 120px;
    transition: all 0.4s ease;
    background: #ffffff;
    justify-content: center;
    box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.1);
    position: relative;
    align-items: center;
    border-radius: 50%;
    display: flex;
    font-size: calc(40px * 1.4);
    width: 120px;
    z-index: 2;
    color: rgb(129,160,156);
    margin: 0;
}.data_exploration3 .statistics_boosts6:nth-child(even) p {
    color: rgb(94,116,112);
}.data_exploration3 .statistics_boosts6 span {
    padding: 8px 12px;
    max-width: 60%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.75);
    color: #000000;
    z-index: 1;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    margin: 0 2rem;
    position: relative;
    line-height: 1.6;
    align-self: center;
}.data_exploration3 .statistics_boosts6 span::before {
    content: "";
    left: -10%;
    top: 0;
    position: absolute;
    width: 120%;
    z-index: -1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(129,160,156,0.5), transparent);
}.data_exploration3 .statistics_boosts6 span::after {
    left: -10%;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(129,160,156,0.5), transparent);
    position: absolute;
    z-index: -1;
    content: "";
    width: 120%;
}.data_exploration3 .statistics_boosts6:nth-child(even) span::before,
.data_exploration3 .statistics_boosts6:nth-child(even) span::after {
    background: linear-gradient(90deg, transparent, rgb(94,116,112,0.5), transparent);
}.data_exploration3 .statistics_boosts6:nth-child(odd)::before {
    height: 1px;
    width: calc(100% - 60px);
    position: absolute;
    top: 60px;
    background: linear-gradient(90deg, rgb(129,160,156) 0%, transparent 100%);
    z-index: 1;
    left: 60px;
    content: "";
}.data_exploration3 .statistics_boosts6:nth-child(even)::before {
    top: 60px;
    z-index: 1;
    width: calc(100% - 60px);
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgb(94,116,112) 100%);
    content: "";
    position: absolute;
    right: 60px;
}.data_exploration3 svg {
    opacity: 0.2;
    height: 30px;
    fill: rgb(129,160,156);
    position: absolute;
    transition: all 0.3s ease;
    right: 0;
    width: 30px;
    top: 0;
}.data_exploration3 svg path {
    fill: inherit;
}.data_exploration3 .statistics_boosts6:hover p {
    box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
}.data_exploration3 .statistics_boosts6:hover span {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.9);
}.data_exploration3 .statistics_boosts6:hover svg {
    opacity: 0.5;
    transform: rotate(360deg);
}.data_exploration3 .container::after {
    top: 0;
    opacity: 0.05;
    content: "";
    z-index: -1;
    right: 0;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(129,160,156,0.5) 0px,
        rgb(129,160,156,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    height: 100%;
    width: 80%;
}

@media screen and (max-width: 1024px) {.data_exploration3 h2 {
    font-size: calc(38px * 0.9);
}.data_exploration3 .statistics_boosts6 {
    width: 90%;
}.data_exploration3 .statistics_boosts6 p {
    width: 110px;
    font-size: calc(40px * 1.2);
    height: 110px;
}
}

@media screen and (max-width: 768px) {.data_exploration3 {
    padding: 5rem 0;
}.data_exploration3 h2 {
    padding-right: 0;
    margin-bottom: 4rem;
    text-align: center;
    position: relative;
    top: auto;
    transform: none;
    padding-bottom: 1rem;
    height: auto;
    left: auto;
    border-right: none;
    writing-mode: horizontal-tb;
    border-bottom: 3px solid rgb(129,160,156);
}.data_exploration3 ul {
    margin: 0;
}.data_exploration3 .statistics_boosts6, 
    .data_exploration3 .statistics_boosts6:nth-child(even) {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 3rem;
    margin-left: 0;
}.data_exploration3 .statistics_boosts6 p {
    margin-bottom: 1.5rem;
}.data_exploration3 .statistics_boosts6 span {
    text-align: center;
    max-width: 80%;
    margin: 0;
}.data_exploration3 .statistics_boosts6:nth-child(odd)::before,
    .data_exploration3 .statistics_boosts6:nth-child(even)::before {
    display: none;
}.data_exploration3 .statistics_boosts6 span::before,
    .data_exploration3 .statistics_boosts6 span::after {
    width: 80%;
    left: 10%;
}
}

@media screen and (max-width: 480px) {.data_exploration3 {
    padding: 4rem 0;
}.data_exploration3 h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 3rem;
}.data_exploration3 .statistics_boosts6 p {
    font-size: calc(40px * 1.1);
    width: 100px;
    height: 100px;
}.data_exploration3 .statistics_boosts6 span {
    max-width: 90%;
    font-size: calc(12px * 0.9);
    padding: 6px 10px;
}}

.data_exploration3::after {
    z-index: -2;
    top: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 80%, rgb(129,160,156,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 20%, rgb(94,116,112,0.5) 0%, transparent 30%);
    height: 100%;
    content: "";
    position: absolute;
    opacity: 0.1;
    left: 0;
}.data_exploration3 .statistics_boosts6:nth-child(1) p::before,
.data_exploration3 .statistics_boosts6:nth-child(2) p::before,
.data_exploration3 .statistics_boosts6:nth-child(3) p::before,
.data_exploration3 .statistics_boosts6:nth-child(4) p::before {
    opacity: 0.5;
    z-index: -1;
    width: 120%;
    top: -10%;
    background: #ffffff;
    position: absolute;
    transition: all 0.4s ease;
    border-radius: 50%;
    left: -10%;
    height: 120%;
    content: "";
}.data_exploration3 .statistics_boosts6:hover p::before {
    transform: scale(1.1);
    opacity: 0;
}.data_exploration3 .statistics_boosts6 span {
    position: relative;
}.data_exploration3 .statistics_boosts6 span::after {
    width: 100%;
    bottom: 0;
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 7px,
        rgba(0, 0, 0, 0.04) 7px,
        rgba(0, 0, 0, 0.04) 8px
    );
    height: 1px;
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
}@keyframes timeline {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.data_exploration3 .statistics_boosts6:nth-child(1) {
    animation: timeline 8s infinite ease 0s;
}.data_exploration3 .statistics_boosts6:nth-child(2) {
    animation: timeline 8s infinite ease 2s;
}.data_exploration3 .statistics_boosts6:nth-child(3) {
    animation: timeline 8s infinite ease 4s;
}.data_exploration3 .statistics_boosts6:nth-child(4) {
    animation: timeline 8s infinite ease 6s;
}.training_method9 {
    padding: 7rem 2rem;
    align-items: center;
    overflow: hidden;
    min-height: 80vh;
    justify-content: center;
    position: relative;
    display: flex;
    background: linear-gradient(120deg, rgb(164,195,190) 0%, rgb(129,160,156,0.5) 100%);
}.training_method9::before {
    height: 100%;
    content: '';
    position: absolute;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 30%, rgb(94,116,112,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(129,160,156,0.5) 0%, transparent 15%);
    width: 100%;
}.training_method9::after {
    width: 100%;
    left: 0;
    z-index: 1;
    content: '';
    height: 100%;
    opacity: 0.1;
    animation: patternMove 30s linear infinite;
    top: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(94,116,112,0.5) 49.5%, rgb(94,116,112,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 20px,
        linear-gradient(135deg, transparent 49.5%, rgb(129,160,156,0.5) 49.5%, rgb(129,160,156,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 20px;
    position: absolute;
}@keyframes patternMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 40px, 40px 40px;
    }
}

.training_method9 .knowledge_study7 {
    display: flex;
    z-index: 5;
    justify-content: center;
    width: 90%;
    position: relative;
    max-width: 1200px;
}.training_method9 .text_area_wrap3 {
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    max-width: 800px;
    width: 70%;
    padding: 4rem;
    border-radius: 11px;
    transition: all 0.4s ease;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 85%,
        95% 100%,
        0 100%
    );
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}.training_method9 .text_area_wrap3::before {
    content: '';
    position: absolute;
    width: 200%;
    transition: all 0.5s ease;
    z-index: -1;
    transform: rotate(30deg);
    height: 200%;
    background: radial-gradient(
        ellipse at center,
        rgb(129,160,156,0.5) 0%,
        transparent 60%
    );
    top: -50%;
    left: -50%;
    opacity: 0.2;
}.training_method9 .text_area_wrap3::after {
    content: '';
    z-index: 1;
    height: 5px;
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(129,160,156), rgb(94,116,112));
    left: 0;
}.training_method9 h2 {
    font-size: 35px;
    position: relative;
    padding-bottom: 1.5rem;
    color: #ffffff;
    margin-bottom: 2rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
}.training_method9 h2::before {
    transition: width 0.8s ease;
    height: 2px;
    left: 0;
    width: 0;
    content: '';
    bottom: 0;
    background: linear-gradient(90deg, rgb(129,160,156), rgb(94,116,112));
    position: absolute;
}.training_method9 h2::after {
    opacity: 0.5;
    transition: all 0.3s ease;
    content: '';
    border-right: 2px solid rgb(129,160,156);
    width: 30px;
    height: 30px;
    border-top: 2px solid rgb(129,160,156);
    position: absolute;
    top: -15px;
    right: -15px;
}.training_method9 .text_area_wrap3:hover h2::before {
    width: 100px;
}.training_method9 p {
    line-height: 1.8;
    opacity: 0.9;
    position: relative;
    font-size: 17px;
    color: #ffffff;
    z-index: 2;
}.training_method9 p::before {
    background: rgb(94,116,112,0.5);
    content: '';
    position: absolute;
    height: 2px;
    right: 0;
    bottom: -10px;
    opacity: 0.5;
    transition: width 0.3s ease;
    width: 50px;
}.training_method9 .text_area_wrap3:hover {
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.training_method9 .text_area_wrap3:hover::before {
    transform: rotate(45deg);
    opacity: 0.3;
}.training_method9 .text_area_wrap3:hover h2::after {
    transform: scale(1.2);
    opacity: 0.7;
}.training_method9 .text_area_wrap3:hover p::before {
    width: 100px;
}.training_method9::before,
.training_method9::after {
    transition: all 0.5s ease;
}.training_method9:hover::before {
    filter: blur(20px);
}.training_method9:hover::after {
    opacity: 0.15;
}

@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 992px) {.training_method9 {
    padding: 5rem 1.5rem;
}.training_method9 .text_area_wrap3 {
    width: 80%;
    padding: 3rem;
}.training_method9 h2 {
    padding-bottom: 1.2rem;
    font-size: calc(35px * 0.9);
    margin-bottom: 1.5rem;
}.training_method9 .text_area_wrap3:hover h2::before {
    width: 80px;
}.training_method9 p {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 768px) {.training_method9 {
    min-height: 60vh;
    padding: 4rem 1rem;
}.training_method9 .text_area_wrap3 {
    padding: 2.5rem;
    width: 100%;
    clip-path: polygon(
            0 0,
            100% 0,
            100% 90%,
            97% 100%,
            0 100%
        );
}.training_method9 h2 {
    letter-spacing: 1px;
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
    font-size: calc(35px * 0.8);
}.training_method9 h2::after {
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
}.training_method9 .text_area_wrap3:hover h2::before {
    width: 60px;
}.training_method9 p::before {
    width: 30px;
}.training_method9 .text_area_wrap3:hover p::before {
    width: 60px;
}
}

@media (max-width: 576px) {.training_method9 {
    min-height: auto;
    padding: 3rem 0.8rem;
}.training_method9 .text_area_wrap3 {
    clip-path: polygon(
            0 0,
            100% 0,
            100% 95%,
            98% 100%,
            0 100%
        );
    padding: 2rem;
}.training_method9 h2 {
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    font-size: calc(35px * 0.7);
    padding-bottom: 0.8rem;
}.training_method9 p {
    font-size: calc(17px * 0.9);
}.training_method9 .text_area_wrap3::after {
    height: 3px;
}.training_method9::before {
    opacity: 0.4;
}.training_method9::after {
    opacity: 0.05;
}}.title_board0 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(164,195,190) 0%, rgb(129,160,156,0.5) 100%);
    min-height: 100vh;
    padding: 2rem 1rem;
    flex-direction: column;
    display: flex;
}.title_board0::before {
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent 40%, rgb(94,116,112,0.5) 100%);
    left: 0;
    content: "";
    pointer-events: none;
    position: absolute;
}.title_board0::after {
    transform: translateZ(0);
    bottom: -5%;
    right: -5%;
    opacity: 0.6;
    height: 50%;
    width: 50%;
    z-index: 0;
    position: absolute;
    content: "";
    background: radial-gradient(circle, rgb(129,160,156,0.5) 0%, transparent 70%);
}.title_board0 h1 {
    z-index: 2;
    padding-left: 1.5rem;
    font-weight: 600;
    transform: translateY(0);
    font-size: 20px;
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.title_board0 h1::before {
    transform: scaleX(0);
    left: 0;
    transform-origin: left;
    content: "";
    background: rgb(129,160,156);
    position: absolute;
    top: 50%;
    width: 1rem;
    transition: transform 0.5s ease-out;
    height: 2px;
}.title_board0:hover h1::before {
    transform: scaleX(1);
}.title_board0:hover h1 {
    transform: translateY(-2px);
}.title_board0 .knowledge_study7 {
    position: relative;
    flex-grow: 1;
    z-index: 2;
    max-width: 1200px;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    display: flex;
}.title_board0 .text_area_wrap3 {
    transform: translateZ(0);
    position: relative;
    background: rgba(255, 255, 255, 0.92);
    order: 2;
    backdrop-filter: blur(10px);
    z-index: 3;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 2rem 1rem;
}.title_board0 .img_item_wrapper1 {
    transform: translateZ(0) scale(1);
    border-top-left-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2;
    position: relative;
    border-top-right-radius: 10px;
    min-height: 250px;
    order: 1;
}.title_board0 .img_item_wrapper1::before {
    pointer-events: none;
    content: "";
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    bottom: 0;
}.title_board0 .img_item_wrapper1:hover {
    transform: translateZ(0) scale(1.02);
}.title_board0 ol {
    margin: 0;
    padding: 0;
    list-style: none;
}.title_board0 ol li {
    margin-bottom: 1.5rem;
}.title_board0 .learn_top5 {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
}.title_board0 .learn_top5 svg {
    width: 100px;
    height: 100px;
    margin-bottom: 1rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(0);
}.title_board0 .learn_top5:hover svg {
    transform: translateY(-5px);
}.title_board0 .learn_top5 svg path {
    transition: fill 0.3s ease;
    fill: rgb(129,160,156);
}.title_board0 .learn_top5:hover svg path {
    fill: rgb(94,116,112);
}.title_board0 .learn_top5 svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.title_board0 .learn_top5:hover svg text {
    fill: #000000;
}.title_board0 .learn_top5 p {
    max-width: 600px;
    color: #000000;
    line-height: 1.6;
    transition: opacity 0.3s ease;
    position: relative;
    margin-bottom: 1.5rem;
    opacity: 0.95;
    font-size: 16px;
}.title_board0 .learn_top5 p::after {
    background: rgb(129,160,156);
    position: absolute;
    content: "";
    opacity: 0.7;
    height: 2px;
    width: 40px;
    bottom: -10px;
    left: 50%;
    transition: all 0.4s ease;
    transform: translateX(-50%) scaleX(0.5);
}.title_board0 .learn_top5:hover p::after {
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
}.title_board0 .feedback_links5 {
    color: #ffffff;
    transform: translateY(0);
    overflow: hidden;
    text-decoration: none;
    padding: 0.8rem 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    z-index: 1;
    position: relative;
    font-weight: 600;
    display: inline-block;
    background: linear-gradient(135deg, rgb(129,160,156) 0%, rgb(94,116,112) 100%);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 14px;
}.title_board0 .feedback_links5::before {
    position: absolute;
    opacity: 0;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(94,116,112) 0%, rgb(129,160,156) 100%);
    transition: opacity 0.5s ease;
    content: "";
    z-index: -1;
}.title_board0 .feedback_links5:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}.title_board0 .feedback_links5:hover::before {
    opacity: 1;
}.title_board0 .feedback_links5::after {
    transform-origin: right;
    bottom: 0;
    content: "";
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    background: #ffffff;
    width: 100%;
    left: 0;
    height: 3px;
    transform: scaleX(0);
}.title_board0 .feedback_links5:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

@media (min-width: 768px) {.title_board0 {
    padding: 3rem 2rem;
}.title_board0 h1 {
    font-size: calc(20px * 1.2);
    padding-left: 2rem;
}.title_board0 h1::before {
    width: 1.5rem;
}.title_board0 .knowledge_study7 {
    align-items: center;
    gap: 2rem;
    flex-direction: row;
}.title_board0 .text_area_wrap3 {
    transform: translateX(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    order: 1;
    border-radius: 10px;
    flex: 1;
    padding: 3rem 2rem;
}.title_board0:hover .text_area_wrap3 {
    transform: translateX(5px);
}.title_board0 .img_item_wrapper1 {
    order: 2;
    min-height: 400px;
    transform: translateZ(0) scale(0.98);
    border-radius: 10px;
    flex: 1;
}.title_board0:hover .img_item_wrapper1 {
    transform: translateZ(0) scale(1);
}.title_board0 .learn_top5 {
    text-align: left;
    align-items: flex-start;
}.title_board0 .learn_top5 p::after {
    transform: translateX(0) scaleX(0.5);
    left: 0;
}.title_board0 .learn_top5:hover p::after {
    transform: translateX(0) scaleX(1);
}.title_board0 .learn_top5 svg {
    width: 120px;
    height: 120px;
}
}

@media (min-width: 992px) {.title_board0 {
    padding: 4rem 3rem;
}.title_board0 h1 {
    font-size: calc(20px * 1.4);
    margin-bottom: 2.5rem;
}.title_board0 .knowledge_study7 {
    gap: 4rem;
}.title_board0 .text_area_wrap3 {
    padding: 4rem 3rem;
}.title_board0 .img_item_wrapper1 {
    min-height: 500px;
}.title_board0 .learn_top5 svg {
    height: 140px;
    width: 140px;
}.title_board0 .learn_top5 p {
    line-height: 1.7;
    font-size: calc(16px * 1.1);
}.title_board0 .feedback_links5 {
    padding: 1rem 2.5rem;
}
}

@media (min-width: 1200px) {.title_board0 h1 {
    font-size: calc(20px * 1.6);
}.title_board0 .text_area_wrap3 {
    padding: 5rem 4rem;
}.title_board0 .img_item_wrapper1 {
    min-height: 550px;
}.title_board0 .learn_top5 p {
    line-height: 1.8;
    font-size: calc(16px * 1.2);
}.title_board0 .feedback_links5 {
    padding: 1.1rem 3rem;
}
}

@media (prefers-reduced-motion: reduce) {.title_board0 *,
    .title_board0 *::before,
    .title_board0 *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    animation-iteration-count: 1 !important;
}}.offer_grid1 {
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(164,195,190) 0%, rgba(245, 247, 250, 0.95) 100%);
}.offer_grid1::before {
    opacity: 0.1;
    width: 40%;
    right: -5%;
    position: absolute;
    height: 70%;
    z-index: 0;
    content: "";
    top: -10%;
    background: linear-gradient(120deg, rgb(129,160,156,0.5) 20%, rgb(94,116,112,0.5) 80%);
    transform: rotate(-15deg);
    border-radius: 10px;
}.offer_grid1::after {
    content: "";
    width: 35%;
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(94,116,112,0.5) 30%, rgb(129,160,156,0.5) 70%);
    left: -3%;
    bottom: -5%;
    transform: rotate(10deg);
    position: absolute;
    z-index: 0;
    height: 50%;
    opacity: 0.08;
}.offer_grid1 .container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
}.offer_grid1 .plan_deals0 {
    display: flex;
    flex-direction: column;
}.offer_grid1 .learn_fees9 {
    position: relative;
    text-align: center;
    order: 1;
    margin-bottom: 3.5rem;
}.offer_grid1 .learn_fees9 h2 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    display: inline-block;
    color: #000000;
    font-size: 29px;
    position: relative;
}.offer_grid1 .learn_fees9 h2::after {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(129,160,156), transparent);
    transform: translateX(-50%);
    height: 3px;
    bottom: -0.75rem;
    position: absolute;
    left: 50%;
    width: 70%;
}.offer_grid1 .plan_matrix8 {
    max-width: 800px;
    color: #000000;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.6;
}.offer_grid1 .learn_offers2 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    width: 100%;
    gap: 2rem;
    display: grid;
    order: 2;
}.offer_grid1 .fee_package3 {
    display: block;
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    text-decoration: none;
    position: relative;
    background: #ffffff;
}.offer_grid1 .fee_package3:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.offer_grid1 .fee_package3::before {
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(129,160,156), rgb(94,116,112));
    transition: transform 0.3s ease;
    transform: translateY(-5px);
    height: 5px;
    top: 0;
    position: absolute;
    content: "";
}.offer_grid1 .fee_package3:hover::before {
    transform: translateY(0);
}.offer_grid1 .pricing_block5 {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
}.offer_grid1 .program_fees8 {
    flex-direction: column;
    padding: 2rem 1.75rem;
    position: relative;
    flex: 1;
    display: flex;
}.offer_grid1 .program_fees8 h3 {
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
    font-size: calc(18px * 1.1);
    color: #000000;
}.offer_grid1 .program_fees8 .edu_packages2 {
    color: rgb(129,160,156);
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: calc(18px * 1.3);
}.offer_grid1 .program_fees8 .edu_packages2::after {
    content: "";
    width: 40px;
    position: absolute;
    bottom: -0.75rem;
    height: 2px;
    left: 0;
    background: rgb(129,160,156,0.5);
}.offer_grid1 .program_fees8 p {
    line-height: 1.65;
    word-break: break-word;
    overflow-wrap: break-word;
    color: #000000;
    word-wrap: break-word;
    flex-grow: 1;
    margin-bottom: 1.5rem;
    font-size: 17px;
}.offer_grid1 .img_item_wrapper1 {
    width: 100%;
    overflow: hidden;
    transition: transform 0.5s ease;
    position: relative;
    height: 180px;
}.offer_grid1 .img_item_wrapper1::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
}.offer_grid1 .fee_package3:hover .img_item_wrapper1 {
    transform: scale(1.05);
}.offer_grid1 .fee_package3:nth-child(odd) .program_fees8::before {
    content: "";
    opacity: 0.1;
    right: 1rem;
    z-index: -1;
    border-radius: 50%;
    height: 2.5rem;
    width: 2.5rem;
    background: rgb(129,160,156,0.5);
    position: absolute;
    top: 1rem;
}.offer_grid1 .fee_package3:nth-child(even) .program_fees8::before {
    height: 2.5rem;
    z-index: -1;
    border-radius: 50%;
    content: "";
    left: 1rem;
    width: 2.5rem;
    opacity: 0.1;
    position: absolute;
    background: rgb(94,116,112,0.5);
    bottom: 1rem;
}

@media (min-width: 992px) {.offer_grid1 .plan_deals0 {
    flex-direction: row;
}.offer_grid1 .learn_fees9 {
    padding-left: 3rem;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    order: 2;
    flex: 0 0 30%;
    display: flex;
    margin-bottom: 0;
}.offer_grid1 .learn_fees9 h2 {
    margin-bottom: 2rem;
    text-align: left;
}.offer_grid1 .learn_fees9 h2::after {
    transform: none;
    width: 40%;
    left: 0;
}.offer_grid1 .plan_matrix8 {
    margin: 0;
    text-align: left;
}.offer_grid1 .learn_offers2 {
    order: 1;
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 991px) {.offer_grid1 {
    padding: 5rem 0;
}.offer_grid1 .fee_package3 {
    margin-bottom: 1.5rem;
}.offer_grid1 .learn_fees9 {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.offer_grid1 {
    padding: 4rem 0;
}.offer_grid1 .learn_fees9 h2 {
    font-size: calc(29px * 0.9);
}.offer_grid1 .program_fees8 h3 {
    font-size: 18px;
}.offer_grid1 .program_fees8 .edu_packages2 {
    font-size: calc(18px * 1.15);
}.offer_grid1 .img_item_wrapper1 {
    height: 160px;
}
}

@media (max-width: 575px) {.offer_grid1 {
    padding: 3rem 0;
}.offer_grid1 .container {
    padding: 0 1.5rem;
}.offer_grid1 .learn_offers2 {
    gap: 1.5rem;
}.offer_grid1 .program_fees8 {
    padding: 1.5rem;
}.offer_grid1 .img_item_wrapper1 {
    height: 140px;
}
}

@media (hover: none) {.offer_grid1 .fee_package3:hover {
    transform: none;
}.offer_grid1 .fee_package3:hover .img_item_wrapper1 {
    transform: none;
}}.contacts7 {
    overflow: hidden;
    background: rgb(164,195,190);
    position: relative;
    padding: 80px 0;
}.contacts7::before {
    height: 100%;
    background: linear-gradient(45deg, rgb(129,160,156,0.5) 0%, transparent 40%, rgb(94,116,112,0.5) 60%, transparent 100%);
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 0;
    content: "";
}.contacts7::after {
    left: 0;
    animation: gridMove 40s linear infinite;
    top: 0;
    position: absolute;
    content: "";
    background-image: 
        linear-gradient(0deg, transparent 84px, rgb(129,160,156,0.5) 85px, transparent 86px),
        linear-gradient(90deg, transparent 84px, rgb(94,116,112,0.5) 85px, transparent 86px);
    opacity: 0.4;
    height: 100%;
    background-size: 85px 85px;
    width: 100%;
    z-index: 0;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 85px 85px;
    }
}
.contacts7 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 1;
}.contacts7 .msg_support4 {
    background: #ffffff;
    display: flex;
    position: relative;
    border-radius: 15px;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}.contacts7 .edu_faq9 {
    justify-content: center;
    padding: 25px 30px;
    display: flex;
    text-align: center;
    position: relative;
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    background: rgb(129,160,156);
    margin: 0;
    align-items: center;
}.contacts7 .edu_faq9 svg {
    stroke-width: 2;
    stroke-linecap: round;
    margin-right: 15px;
    stroke: #ffffff;
    fill: none;
    stroke-linejoin: round;
    animation: pulse 2s infinite ease-in-out;
    width: 30px;
    filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.5));
    height: 30px;
}@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}
.contacts7 .img_item_wrapper1 {
    object-position: center;
    object-fit: cover;
    height: 350px;
    width: 100%;
    display: block;
}.contacts7 .get_in_touch9 {
    position: relative;
    gap: 15px;
    padding: 30px;
    z-index: 2;
    display: flex;
    flex-direction: column;
}.contacts7 .get_in_touch9 p {
    font-size: 18px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 16px 25px 16px 50px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    border-radius: 10px;
}.contacts7 .get_in_touch9 p:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
}.contacts7 .get_in_touch9 p::before {
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    width: 4px;
    background: rgb(129,160,156);
    left: 0;
}.contacts7 .get_in_touch9 p svg {
    fill: none;
    stroke-linecap: round;
    transition: all 0.3s ease;
    left: 20px;
    stroke-linejoin: round;
    stroke: rgb(129,160,156);
    transform: translateY(-50%);
    position: absolute;
    width: 20px;
    top: 50%;
    stroke-width: 2;
    height: 20px;
}.contacts7 .get_in_touch9 p:hover svg {
    transform: translateY(-50%) scale(1.2);
    stroke: rgb(94,116,112);
}.contacts7 .get_in_touch9 p span {
    color: #000000;
    margin-left: 10px;
    font-weight: 400;
}.contacts7 .get_in_touch9 p a {
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    color: rgb(129,160,156);
}.contacts7 .get_in_touch9 p a:hover {
    color: rgb(94,116,112);
}.contacts7 .ask_feedback0 {
    margin-top: 15px;
    position: relative;
    border-radius: 10px;
    border-top: 3px solid rgb(129,160,156);
    background: rgb(164,195,190);
    padding: 25px 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}.contacts7 .contact_support4 {
    text-align: center;
    margin: 0 0 20px 0;
    color: rgb(129,160,156);
    align-items: center;
    display: flex;
    border-bottom: 1px solid rgb(129,160,156,0.5);
    padding-bottom: 15px;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
}.contacts7 .contact_support4 svg {
    stroke-width: 2;
    stroke-linejoin: round;
    fill: none;
    margin-right: 10px;
    stroke-linecap: round;
    stroke: rgb(129,160,156);
    width: 20px;
    height: 20px;
}.contacts7 .contact_support4 svg circle {
    animation: rotate 10s linear infinite;
    transform-origin: center;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.contacts7 .instant_help3 {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    display: grid;
    gap: 12px;
}.contacts7 .learn_chat0 {
    transition: all 0.3s ease;
    font-size: 18px;
    display: flex;
    padding: 12px;
    border-left: 3px solid rgb(129,160,156,0.5);
    text-align: center;
    color: #000000;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 10px;
}.contacts7 .learn_chat0:hover {
    background: rgb(129,160,156,0.5);
    border-left-color: rgb(129,160,156);
}.contacts7 .learn_chat0 svg {
    stroke-linecap: round;
    margin-right: 6px;
    stroke: rgb(129,160,156);
    transition: transform 0.3s ease;
    stroke-width: 2;
    height: 14px;
    width: 14px;
    stroke-linejoin: round;
    fill: none;
}.contacts7 .learn_chat0:hover svg {
    stroke: rgb(94,116,112);
    transform: rotate(30deg);
}@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.contacts7 .get_in_touch9 p {
    opacity: 0;
    animation: slideUp 0.4s ease forwards;
}.contacts7 .get_in_touch9 p:nth-child(1) {
    animation-delay: 0.1s;
}.contacts7 .get_in_touch9 p:nth-child(2) {
    animation-delay: 0.2s;
}.contacts7 .get_in_touch9 p:nth-child(3) {
    animation-delay: 0.3s;
}.contacts7 .get_in_touch9 p:nth-child(4) {
    animation-delay: 0.4s;
}.contacts7 .get_in_touch9 p:nth-child(5) {
    animation-delay: 0.5s;
}@keyframes drawSvg {
    to {
        stroke-dashoffset: 0;
    }
}
.contacts7 .get_in_touch9 p svg path {
    stroke-dasharray: 50;
    animation: drawSvg 1s forwards;
    stroke-dashoffset: 50;
}.contacts7 .get_in_touch9 p:nth-child(1) svg path {
    animation-delay: 0.6s;
}.contacts7 .get_in_touch9 p:nth-child(2) svg path {
    animation-delay: 0.7s;
}.contacts7 .get_in_touch9 p:nth-child(3) svg path {
    animation-delay: 0.8s;
}.contacts7 .get_in_touch9 p:nth-child(4) svg path {
    animation-delay: 0.9s;
}.contacts7 .get_in_touch9 p:nth-child(5) svg path {
    animation-delay: 1s;
}
@media (min-width: 768px) {.contacts7 .msg_support4 {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr;
}.contacts7 .edu_faq9 {
    grid-column: 1 / -1;
}.contacts7 .edu_faq9 svg {
    width: 32px;
    margin-right: 18px;
    height: 32px;
}.contacts7 .img_item_wrapper1 {
    height: 100%;
    grid-row: 2;
    object-fit: cover;
    object-position: center;
    grid-column: 1;
}.contacts7 .get_in_touch9 {
    grid-column: 2;
    grid-row: 2;
    padding: 30px;
}.contacts7 .get_in_touch9 p svg {
    height: 22px;
    width: 22px;
}.contacts7 .ask_feedback0 {
    margin-top: 20px;
}.contacts7 .contact_support4 svg {
    width: 22px;
    margin-right: 12px;
    height: 22px;
}.contacts7 .instant_help3 {
    grid-template-columns: repeat(3, 1fr);
}.contacts7 .learn_chat0 svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}
}
@media (min-width: 1024px) {.contacts7 {
    padding: 100px 0;
}.contacts7 .msg_support4 {
    max-width: 1100px;
    margin: 0 auto;
}.contacts7 .edu_faq9 {
    padding: 30px;
}.contacts7 .edu_faq9 svg {
    width: 35px;
    margin-right: 20px;
    height: 35px;
}.contacts7 .get_in_touch9 {
    padding: 40px;
}.contacts7 .get_in_touch9 p svg {
    height: 24px;
    width: 24px;
}.contacts7 .ask_feedback0 {
    padding: 30px;
    margin-top: 30px;
}.contacts7 .contact_support4 svg {
    width: 24px;
    height: 24px;
}.contacts7 .instant_help3 {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 15px;
}}.future_members0 {
    padding: 110px 0;
    overflow: hidden;
    background: linear-gradient(150deg, rgb(164,195,190) 30%, rgb(94,116,112,0.5) 100%);
    position: relative;
}.future_members0::before {
    content: "";
    background: rgb(129,160,156,0.5);
    filter: blur(60px);
    transform: rotate(30deg);
    border-radius: 100px;
    position: absolute;
    opacity: 0.1;
    width: 80%;
    top: -50%;
    right: -20%;
    height: 200%;
    animation: float-slow 20s ease-in-out infinite alternate;
}.future_members0::after {
    position: absolute;
    left: 0;
    content: "";
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(129,160,156,0.5) 25%, 
        rgb(129,160,156) 50%, 
        rgb(129,160,156,0.5) 75%, 
        transparent 100%
    );
    width: 100%;
    bottom: 0;
}@keyframes float-slow {
    0% {
        transform: rotate(30deg) translateY(0);
    }
    100% {
        transform: rotate(30deg) translateY(-50px);
    }
}

.future_members0 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}.future_members0 .knowledge_study7 {
    position: relative;
    gap: 40px;
    display: grid;
    align-items: start;
    grid-template-columns: 300px 1fr;
}.future_members0 h4 {
    line-height: 1.3;
    padding: 0;
    font-size: 36px;
    margin: 0;
    position: relative;
    font-weight: 700;
    color: #000000;
}.future_members0 h4::before {
    background: linear-gradient(90deg, rgb(129,160,156), rgb(94,116,112));
    top: -20px;
    position: absolute;
    content: "";
    width: 50px;
    left: 0;
    height: 5px;
    border-radius: 10px;
}.future_members0 h4::after {
    bottom: -20px;
    background: rgb(129,160,156,0.5);
    position: absolute;
    left: 0;
    border-radius: 10px;
    width: 120px;
    content: "";
    height: 2px;
}.future_members0 div {
    flex-direction: column;
    display: flex;
    gap: 20px;
}.future_members0 div p {
    z-index: 1;
    color: #000000;
    align-items: center;
    backdrop-filter: blur(10px);
    margin: 0;
    line-height: 1.6;
    position: relative;
    font-size: 18px;
    overflow: hidden;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
    padding: 20px 25px;
    border-radius: 8px;
}.future_members0 div p:nth-child(even) {
    transform: translateX(30px);
}.future_members0 div p:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.future_members0 div p:nth-child(even):hover {
    transform: translate(30px, -5px);
}.future_members0 div p::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transition: width 0.3s ease;
    width: 4px;
    opacity: 0.7;
    background: linear-gradient(180deg, rgb(129,160,156), rgb(94,116,112));
    content: "";
}.future_members0 div p:hover::before {
    width: 8px;
}.future_members0 div p svg {
    margin-right: 20px;
    width: 28px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    min-width: 28px;
    height: 28px;
}.future_members0 div p:hover svg {
    transform: scale(1.2);
}.future_members0 div p svg path {
    fill: rgb(129,160,156);
    transition: fill 0.3s ease;
}.future_members0 div p:hover svg path {
    fill: rgb(94,116,112);
}

@media (max-width: 991px) {.future_members0 {
    padding: 90px 0;
}.future_members0 .knowledge_study7 {
    gap: 30px;
    grid-template-columns: 250px 1fr;
}.future_members0 h4 {
    font-size: calc(36px - 2px);
}.future_members0 div {
    gap: 15px;
}.future_members0 div p {
    padding: 18px 20px;
}.future_members0 div p:nth-child(even) {
    transform: translateX(20px);
}.future_members0 div p:nth-child(even):hover {
    transform: translate(20px, -5px);
}.future_members0 div p svg {
    width: 24px;
    margin-right: 15px;
    height: 24px;
    min-width: 24px;
}
}

@media (max-width: 767px) {.future_members0 {
    padding: 70px 0;
}.future_members0 .knowledge_study7 {
    grid-template-columns: 1fr;
    gap: 40px;
}.future_members0 h4 {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    font-size: calc(36px - 2px);
}.future_members0 h4::before {
    transform: translateX(-50%);
    left: 50%;
}.future_members0 h4::after {
    width: 100px;
    transform: translateX(-50%);
    left: 50%;
}.future_members0 div p:nth-child(even) {
    transform: translateX(0);
}.future_members0 div p:nth-child(even):hover {
    transform: translateY(-5px);
}
}

@media (max-width: 479px) {.future_members0 {
    padding: 50px 0;
}.future_members0 h4 {
    font-size: calc(36px - 4px);
}.future_members0 div {
    gap: 12px;
}.future_members0 div p {
    padding: 15px;
}.future_members0 div p svg {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
}}.about_this1 {
    position: relative;
    overflow: hidden;
    background: rgb(164,195,190);
    padding: 120px 0;
    z-index: 1;
}.about_this1::before {
    left: 0;
    opacity: 0.2;
    height: 100%;
    z-index: -1;
    content: "";
    background: radial-gradient(ellipse at bottom right, rgb(129,160,156,0.5) 0%, transparent 70%);
    position: absolute;
    width: 100%;
    top: 0;
}.about_this1::after {
    animation: backgroundMove 15s linear infinite;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%, transparent 50%, 
                        rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 75%, transparent 75%, transparent);
    height: 100%;
    background-size: 60px 60px;
    position: absolute;
    width: 100%;
    opacity: 0.03;
    z-index: -2;
    top: 0;
    left: 0;
    content: "";
}@keyframes backgroundMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.about_this1 .container {
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.about_this1 .knowledge_study7 {
    grid-template-rows: auto auto auto;
    grid-template-areas: 
        "logo"
        "nav_master1"
        "director";
    position: relative;
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}.about_this1 .skill_classes0 {
    gap: 15px;
    position: relative;
    grid-area: logo;
    justify-content: center;
    color: rgb(129,160,156);
    margin-bottom: 10px;
    align-items: center;
    font-size: calc(20px * 1.3);
    font-weight: 700;
    display: flex;
}.about_this1 .skill_classes0 svg {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 60px;
    fill: rgb(129,160,156);
    height: 60px;
}.about_this1 .skill_classes0 svg path {
    fill: rgb(129,160,156);
}.about_this1 .text_area_wrap3 {
    grid-area: content;
    position: relative;
    text-align: center;
    padding: 0 10%;
}.about_this1 .text_area_wrap3 h2 {
    font-weight: 700;
    color: #000000;
    font-size: 36px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}.about_this1 .text_area_wrap3 h2::before,
.about_this1 .text_area_wrap3 h2::after {
    background: rgb(94,116,112);
    position: absolute;
    width: 40px;
    content: "";
    height: 2px;
    top: 50%;
}.about_this1 .text_area_wrap3 h2::before {
    right: calc(100% + 20px);
}.about_this1 .text_area_wrap3 h2::after {
    left: calc(100% + 20px);
}.about_this1 .text_area_wrap3 p {
    position: relative;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.8;
    color: #000000;
}.about_this1 .smart_guide4 {
    grid-row:1;
    margin-top: 20px;
    justify-content: center;
    position: relative;
    display: flex;
    padding-top: 40px;
    grid-area: director;
}.about_this1 .img_item_wrapper1 {
    flex: 0 0 auto;
    box-shadow: 15px 15px 0 rgb(129,160,156,0.5);
    position: relative;
    z-index: 2;
    height: 180px;
    width: 180px;
    transition: all 0.4s ease;
    border-radius: 10px;
}.about_this1 .img_item_wrapper1:hover {
    transform: translate(-5px, -5px);
    box-shadow: 20px 20px 0 rgb(129,160,156,0.5);
}.about_this1 .smart_learning7 {
    padding-left: 30px;
    justify-content: center;
    position: relative;
    display: flex;
    flex-direction: column;
}.about_this1 .smart_learning7::before {
    position: absolute;
    content: "";
    background: rgb(129,160,156);
    width: 30px;
    top: 50%;
    left: 0;
    height: 1px;
    transform: translateY(-50%);
}.about_this1 .virtual_study1 {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin-bottom: 5px;
}.about_this1 .skill_guides3 {
    margin-bottom: 0;
    color: rgb(129,160,156);
    font-size: 13px;
    font-weight: 600;
}

@media (min-width: 768px) {.about_this1 .knowledge_study7 {
    grid-template-areas:
            "logo logo"
            "content content"
            "director director";
    grid-template-columns: 1fr 1fr;
}
}

@media (min-width: 992px) {.about_this1 .knowledge_study7 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
            "logo content content"
            "director content content";
    gap: 30px;
}.about_this1 .skill_classes0 {
    justify-content: flex-start;
}.about_this1 .text_area_wrap3 {
    text-align: left;
    padding: 0 0 0 30px;
}.about_this1 .text_area_wrap3 h2::before,
    .about_this1 .text_area_wrap3 h2::after {
    display: none;
}.about_this1 .smart_guide4 {
    padding-top: 0;
    margin-top: 50px;
}

}

@media (min-width: 1200px) {.about_this1 .knowledge_study7 {
    grid-template-columns: 0.8fr 2fr;
    gap: 40px;
    grid-template-areas:
            "logo . content"
            "director . content";
}.about_this1 .text_area_wrap3 {
    padding: 0 0 0 50px;
    position: relative;
}.about_this1 .text_area_wrap3::before {
    width: 1px;
    left: 0;
    position: absolute;
    top: 10%;
    content: "";
    height: 80%;
    background: linear-gradient(to bottom, rgb(129,160,156), transparent);
}
}

@media (max-width: 767px) {.about_this1 {
    padding: 80px 0;
}.about_this1 .text_area_wrap3 h2::before,
    .about_this1 .text_area_wrap3 h2::after {
    width: 25px;
}.about_this1 .img_item_wrapper1 {
    box-shadow: 10px 10px 0 rgb(129,160,156,0.5);
    width: 140px;
    height: 140px;
}.about_this1 .smart_learning7 {
    padding-left: 20px;
}.about_this1 .smart_learning7::before {
    width: 20px;
}
}

@media (max-width: 575px) {.about_this1 {
    padding: 60px 0;
}.about_this1 .skill_classes0 {
    font-size: 20px;
}.about_this1 .skill_classes0 svg {
    width: 50px;
    height: 50px;
}.about_this1 .text_area_wrap3 h2 {
    font-size: calc(36px * 0.9);
}.about_this1 .text_area_wrap3 h2::before,
    .about_this1 .text_area_wrap3 h2::after {
    width: 20px;
}.about_this1 .smart_guide4 {
    flex-direction: column;
    align-items: center;
}.about_this1 .smart_learning7 {
    padding-top: 20px;
    text-align: center;
    padding-left: 0;
}.about_this1 .smart_learning7::before {
    transform: translateX(-50%);
    top: 10px;
    width: 30px;
    left: 50%;
    height: 1px;
}}.program_details8 {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
    background-color: rgb(164,195,190);
    min-height: 100vh;
}.program_details8 .education_route3 {
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    overflow: hidden;
    z-index: 1;
}.program_details8 .knowledge_map3 {
    width: 500%;
    animation: carousel-slide 30s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    height: 100%;
    display: flex;
}.program_details8 .education_route3:hover .knowledge_map3 {
    animation-play-state: paused;
}.program_details8 .class_route5 {
    overflow: hidden;
    height: 100%;
    width: 20%;
    position: relative;
}.program_details8 .class_route5 img {
    object-fit: cover;
    transition: transform 0.7s ease-out;
    filter: brightness(0.85) contrast(1.1);
    width: 100%;
    transform: scale(1.05);
    height: 100%;
}.program_details8 .class_route5:hover img {
    transform: scale(1);
    filter: brightness(0.9) contrast(1.05);
}.program_details8 .class_route5::before {
    animation: gradient-shift 8s infinite alternate;
    width: 100%;
    content: "";
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
        rgba(var(--primary-color, 0, 204, 204), 0) 25%,
        rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
        rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
    );
    left: 0;
    z-index: 2;
    top: 0;
    position: absolute;
}.program_details8 .class_route5::after {
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 4px
        ),
        radial-gradient(
            circle at 80% 20%,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 70%
        );
    z-index: 1;
    top: 0;
}.program_details8 .container {
    position: relative;
    margin: auto;
    align-items: center;
    height: 100%;
    padding: 2rem;
    display: flex;
    z-index: 2;
    justify-content: center;
}.program_details8 .knowledge_study7 {
    width: 100%;
    position: relative;
    max-width: 800px;
}.program_details8 .tech_classes5 {
    border-radius: 15px;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3), 
        0 3px 10px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    transform: translateY(0);
    padding: 4rem;
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
}.program_details8 .tech_classes5::before {
    background: 
        linear-gradient(
            90deg, 
            transparent 0%,
            rgba(var(--primary-color, 0, 204, 204), 0.05) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0.05) 75%,
            transparent 100%
        );
    opacity: 0.7;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    animation: pulse-gradient 8s ease infinite;
    position: absolute;
}.program_details8 .tech_classes5::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    animation: shine-effect 10s ease-in-out infinite;
    transform: translateX(-100%);
    bottom: 0;
    left: 0;
    background: 
        linear-gradient(
            45deg,
            transparent 40%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 45%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 55%,
            transparent 60%
        );
    z-index: -1;
}.program_details8 .tech_classes5 h3 {
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}.program_details8 .tech_classes5 h3::after {
    transform: translateX(-50%);
    width: 30%;
    content: "";
    transition: width 0.3s ease;
    left: 50%;
    position: absolute;
    bottom: -8px;
    background: linear-gradient(
        90deg,
        rgb(129,160,156) 0%,
        rgb(94,116,112) 100%
    );
    height: 2px;
}.program_details8 .tech_classes5:hover h3::after {
    width: 60%;
}.program_details8 .tech_classes5 p {
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
    margin-bottom: 2.5rem;
    opacity: 0.8;
    line-height: 1.8;
    max-width: 90%;
    color: #ffffff;
}.program_details8 .tech_classes5 .feedback_links5 {
    font-size: 19px;
    position: relative;
    z-index: 1;
    background: linear-gradient(
        45deg,
        rgb(129,160,156) 0%,
        rgb(94,116,112) 100%
    );
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 8px 25px rgb(129,160,156,0.5);
    padding: 1rem 2.5rem;
    font-weight: 600;
    display: inline-block;
    overflow: hidden;
}.program_details8 .tech_classes5 .feedback_links5::before {
    position: absolute;
    top: 0;
    background: linear-gradient(
        45deg,
        rgb(94,116,112) 0%,
        rgb(129,160,156) 100%
    );
    width: 100%;
    left: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    content: "";
    opacity: 0;
    height: 100%;
}.program_details8 .tech_classes5 .feedback_links5::after {
    top: -50%;
    position: absolute;
    transform: scale(0);
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    content: "";
    transition: transform 0.5s ease, opacity 0.5s ease;
    height: 200%;
    width: 200%;
    opacity: 0;
    left: -50%;
}.program_details8 .tech_classes5 .feedback_links5:hover {
    box-shadow: 0 12px 30px rgb(129,160,156,0.5);
    transform: translateY(-3px);
}.program_details8 .tech_classes5 .feedback_links5:hover::before {
    opacity: 1;
}.program_details8 .tech_classes5 .feedback_links5:hover::after {
    transform: scale(1);
    opacity: 1;
    animation: ripple-out 1.5s ease;
}@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    18% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-20%);
    }
    38% {
        transform: translateX(-20%);
    }
    40% {
        transform: translateX(-40%);
    }
    58% {
        transform: translateX(-40%);
    }
    60% {
        transform: translateX(-60%);
    }
    78% {
        transform: translateX(-60%);
    }
    80% {
        transform: translateX(-80%);
    }
    98% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes gradient-shift {
    0% {
        background: linear-gradient(
            135deg,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
            rgba(var(--primary-color, 0, 204, 204), 0) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
        );
    }
    50% {
        background: linear-gradient(
            135deg,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 0%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 25%,
            rgba(var(--primary-color, 0, 204, 204), 0) 75%,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 100%
        );
    }
    100% {
        background: linear-gradient(
            135deg,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
            rgba(var(--primary-color, 0, 204, 204), 0) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
        );
    }
}

@keyframes pulse-gradient {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes shine-effect {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@keyframes ripple-out {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.program_details8::before {
    opacity: 0.7;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 1;
    background: 
        linear-gradient(
            0deg,
            #000000 0%,
            transparent 100%
        );
    left: 0;
    content: "";
    top: 0;
}.program_details8::after {
    height: 100%;
    content: "";
    width: 100%;
    opacity: 0.8;
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    background: 
        radial-gradient(
            circle at 75% 25%, 
            transparent 0%,
            #000000 80%
        );
}

@media (max-width: 992px) {.program_details8 .tech_classes5 {
    padding: 3rem;
}.program_details8 .knowledge_study7 {
    max-width: 700px;
}.program_details8 .tech_classes5 h3 {
    font-size: calc(30px * 0.9);
}.program_details8 .tech_classes5 p {
    max-width: 95%;
}
}

@media (max-width: 768px) {.program_details8 .tech_classes5 {
    padding: 2.5rem;
}.program_details8 .knowledge_study7 {
    max-width: 90%;
}.program_details8 .tech_classes5 h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 1.2rem;
}.program_details8 .tech_classes5 p {
    font-size: calc(12px * 0.95);
    margin-bottom: 2rem;
}.program_details8 .tech_classes5 .feedback_links5 {
    padding: 0.85rem 2rem;
}
}

@media (max-width: 576px) {.program_details8 .knowledge_map3 {
    animation-duration: 25s;
}.program_details8 .tech_classes5 {
    padding: 2rem 1.5rem;
}.program_details8 .tech_classes5 h3 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1rem;
}.program_details8 .tech_classes5 p {
    margin-bottom: 1.5rem;
    font-size: calc(12px * 0.9);
    max-width: 100%;
}.program_details8 .tech_classes5 .feedback_links5 {
    padding: 0.75rem 1.75rem;
    font-size: calc(19px * 0.9);
}@keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(-20%);
        }
        45% {
            transform: translateX(-20%);
        }
        50% {
            transform: translateX(-40%);
        }
        70% {
            transform: translateX(-40%);
        }
        75% {
            transform: translateX(-60%);
        }
        95% {
            transform: translateX(-60%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

.program_details8 .class_route5:nth-child(1)::before {
    animation-delay: 0s;
}.program_details8 .class_route5:nth-child(2)::before {
    animation-delay: 2s;
}.program_details8 .class_route5:nth-child(3)::before {
    animation-delay: 4s;
}.program_details8 .class_route5:nth-child(4)::before {
    animation-delay: 6s;
}.program_details8 .class_route5:nth-child(5)::before {
    animation-delay: 8s;
}.program_details8 .class_route5::after {
    animation: tech-grid 15s linear infinite;
}@keyframes tech-grid {
    0% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.6;
        background-position: 100% 100%;
    }
    100% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
}.contact_section6 {
    overflow: hidden;
    position: relative;
    isolation: isolate;
    padding: 6rem 0;
    background: linear-gradient(
        135deg, 
        rgb(94,116,112,0.5) 0%, 
        rgb(129,160,156,0.5) 100%
    );
}.contact_section6::before {
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    left: -50%;
    top: -50%;
    content: '';
    animation: subtle-pulse 12s infinite alternate;
    height: 200%;
    position: absolute;
    z-index: 1;
    width: 200%;
}.contact_section6::after {
    position: absolute;
    content: '';
    right: -30%;
    bottom: -30%;
    z-index: 1;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
    animation: subtle-wave 15s infinite alternate-reverse;
    width: 150%;
    height: 150%;
}.contact_section6 .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 1rem;
    margin: 0 auto;
}.contact_section6 h2 {
    color: #ffffff;
    letter-spacing: -0.02em;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin-bottom: 3rem;
    text-transform: uppercase;
}.contact_section6 h2::after {
    width: 80px;
    left: 50%;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(129,160,156), 
        transparent
    );
    bottom: -0.5rem;
    height: 3px;
    transform: translateX(-50%);
    content: '';
    position: absolute;
}.contact_section6 .help_widget9 {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border-radius: 23px;
    background: rgba(255,255,255,0.05);
    overflow: hidden;
    align-items: stretch;
    display: flex;
}.contact_section6 .img_item_wrapper1 {
    min-height: 500px;
    position: relative;
    flex: 0 0 40%;
}.contact_section6 .img_item_wrapper1::before {
    background: linear-gradient(
        45deg, 
        rgb(94,116,112,0.5) 0%, 
        rgb(129,160,156,0.5) 100%
    );
    mix-blend-mode: color-dodge;
    left: 0;
    content: '';
    position: absolute;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    top: 0;
}.contact_section6 .request_panel6 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 4rem 3rem;
    flex: 0 0 60%;
}.contact_section6 .request_panel6 form {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}.contact_section6 .request_panel6 h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 2rem;
    text-align: center;
}.contact_section6 .request_panel6 input:not([type="checkbox"]):not([type="submit"]) {
    font-size: 17px;
    outline: none;
    transition: all 0.3s ease;
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.2);
    width: 100%;
}.contact_section6 .request_panel6 input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(129,160,156);
    box-shadow: 0 0 15px rgba(rgb(129,160,156), 0.3);
}.contact_section6 .request_panel6 .feedback_box5 {
    display: flex;
    margin-bottom: 1.5rem;
    align-items: center;
}.contact_section6 .request_panel6 .feedback_box5 input[type="checkbox"] {
    height: 22px;
    border: 2px solid #ffffff;
    appearance: none;
    border-radius: 10px;
    cursor: pointer;
    margin-right: 1rem;
    transition: all 0.3s ease;
    position: relative;
    width: 22px;
}.contact_section6 .request_panel6 .feedback_box5 input[type="checkbox"]:checked {
    background: rgb(129,160,156);
    border-color: rgb(129,160,156);
}.contact_section6 .request_panel6 .feedback_box5 input[type="checkbox"]:checked::after {
    content: '✔';
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    top: 50%;
    font-size: 0.8rem;
    position: absolute;
}.contact_section6 .request_panel6 .feedback_box5 label {
    color: #ffffff;
    display: flex;
    align-items: center;
    font-size: 17px;
}.contact_section6 .request_panel6 .feedback_box5 a {
    text-decoration: none;
    margin-left: 0.3rem;
    color: rgb(129,160,156);
    transition: color 0.3s ease;
}.contact_section6 .request_panel6 .feedback_box5 a:hover {
    text-decoration: underline;
}.contact_section6 .request_panel6 .feedback_links5 {
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 1rem;
    position: relative;
    border-radius: 10px;
    border: none;
    overflow: hidden;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
    width: 100%;
    background: rgb(129,160,156);
}.contact_section6 .request_panel6 .feedback_links5::before {
    position: absolute;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    top: 0;
    left: -100%;
    height: 100%;
    transition: all 0.3s ease;
    width: 100%;
    content: '';
}.contact_section6 .request_panel6 .feedback_links5:hover::before {
    left: 100%;
}.contact_section6 .request_panel6 .feedback_links5:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}

@media screen and (max-width: 1024px) {.contact_section6 .help_widget9 {
    flex-direction: column;
}.contact_section6 .img_item_wrapper1 {
    min-height: 300px;
    flex: 0 0 100%;
}.contact_section6 .request_panel6 {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.contact_section6 {
    padding: 3rem 0;
}.contact_section6 h2 {
    margin-bottom: 2rem;
    font-size: calc(40px * 0.8);
}.contact_section6 .request_panel6 h3 {
    font-size: calc(28px * 0.9);
}.contact_section6 .request_panel6 input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.contact_section6 .request_panel6 .feedback_box5 {
    align-items: flex-start;
}.contact_section6 .request_panel6 .feedback_box5 input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.contact_section6 .help_widget9 {
    border-radius: 0;
}.contact_section6 .img_item_wrapper1 {
    min-height: 250px;
}.contact_section6 .request_panel6 {
    padding: 2rem 1.5rem;
}}.cookie_popup_display0 {
    position: fixed;
    bottom: 20px;
    left: 50%;
    max-width: 500px;
    background: #ffffff;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    z-index: 1050;
    border-radius: 18px;
    width: 90%;
    transform: translateX(-50%);
    overflow: hidden;
}.policy_opt8 {
    flex-direction: column;
    padding: 20px;
    align-items: center;
    display: flex;
}.cookie_confirm1 {
    margin-bottom: 20px;
}.cookie_confirm1 svg, .cookie_confirm1 svg path, .cookie_confirm1 img {
    fill: rgb(129,160,156);
    height: 60px;
    width: 60px;
}.cookie_popup_display0 h5 {
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
    color: rgb(129,160,156);
    font-size: 23px;
}.cookie_popup_display0 p {
    margin-bottom: 20px;
    text-align: center;
    color: #000000;
    font-size: 18px;
}.cookie_edu6 {
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin: 5px;
    background: rgb(129,160,156);
    font-size: 19px;
    transition: background 0.3s ease-in-out;
    color: #ffffff;
    padding: 10px 20px;
    width: calc(50% - 10px);
}.cookie_edu6:hover {
    background: rgb(94,116,112);
}.cookie_button.cookie_tips5 {
    background: rgb(94,116,112);
}.cookie_button.cookie_tips5:hover {
    background: rgb(94,116,112,0.5);
}.cookie_popup_display0 p a {
    text-decoration: none;
    color: rgb(129,160,156);
    transition: color 0.3s ease-in-out;
}.cookie_popup_display0 p a:hover {
    color: rgb(94,116,112);
}#cookiePopupWindow5 {
    display: none;
}#cookiePopupWindow5:checked ~ .cookie_popup_display0 {
    opacity: 0;
    visibility: hidden;
}.thxPage7 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(164,195,190) 0%, rgb(94,116,112,0.5) 100%);
}.thxPage7::before {
    opacity: 0.6;
    width: 300px;
    background: radial-gradient(circle, rgb(129,160,156,0.5) 0%, transparent 70%);
    height: 300px;
    filter: blur(40px);
    animation: float 15s infinite ease-in-out;
    top: -10%;
    position: absolute;
    content: "";
    right: -5%;
}.thxPage7::after {
    height: 250px;
    position: absolute;
    filter: blur(30px);
    opacity: 0.6;
    content: "";
    width: 250px;
    animation: float 12s infinite ease-in-out reverse;
    bottom: -5%;
    left: -5%;
    background: radial-gradient(circle, rgb(94,116,112,0.5) 0%, transparent 70%);
}.thxPage7 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}.thxPage7 h2 {
    transform: perspective(1000px) translateZ(0);
    line-height: 1.3;
    color: rgb(129,160,156);
    margin-bottom: 40px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    font-size: clamp(28px, 5vw, 36px);
}.thxPage7 h2::before {
    position: absolute;
    animation: expand 1.5s ease-out forwards;
    bottom: -12px;
    height: 3px;
    left: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(129,160,156) 0%, rgb(94,116,112) 100%);
    width: 80px;
    content: "";
}.thxPage7 .knowledge_study7 {
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}.thxPage7 .knowledge_study7:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}.thxPage7 .knowledge_study7::before {
    right: -5px;
    position: absolute;
    left: -5px;
    z-index: -1;
    filter: blur(15px);
    background: linear-gradient(135deg, rgb(129,160,156,0.5), transparent, rgb(94,116,112,0.5));
    bottom: -5px;
    animation: pulse 4s infinite alternate;
    top: -5px;
    opacity: 0.5;
    content: "";
}.thxPage7 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.thxPage7 li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}.thxPage7 li::before {
    position: absolute;
    left: 0;
    background: rgb(129,160,156);
    top: 12px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    animation: pulse 4s infinite alternate;
    content: "";
}.thxPage7 span {
    font-family: Arial, sans-serif;
    line-height: 1.8;
    position: relative;
    color: #000000;
    overflow: hidden;
    animation: fadeIn 1s ease-out forwards;
    font-size: 17px;
    display: block;
}

@keyframes expand {
    0% { width: 0; }
    100% { width: 80px; }
}

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

@keyframes pulse {
    0% { opacity: 0.5; }
    100% { opacity: 0.9; }
}

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

@media (max-width: 991px) {.thxPage7 {
    padding: 90px 0;
}.thxPage7 .knowledge_study7 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px;
}
}

@media (max-width: 767px) {.thxPage7 {
    padding: 70px 0;
}.thxPage7 h2 {
    margin-bottom: 30px;
}.thxPage7 .knowledge_study7 {
    transform: none;
    padding: 25px;
}.thxPage7 .knowledge_study7:hover {
    transform: translateY(-3px);
}.thxPage7 h2::before {
    bottom: -10px;
    width: 60px;
}
}

@media (max-width: 575px) {.thxPage7 {
    padding: 50px 0;
}.thxPage7 h2 {
    font-size: 24px;
    margin-bottom: 25px;
}.thxPage7 .knowledge_study7 {
    padding: 20px;
}.thxPage7 li {
    padding-left: 20px;
}.thxPage7 span {
    line-height: 1.6;
    font-size: calc(17px - 1px);
}.thxPage7 h2::before {
    height: 2px;
    width: 50px;
}}header .header_site2 {
    width: 100%;
    padding: 1.5rem 2rem;
    align-items: center;
    overflow: visible;
    z-index: 100;
    left: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 0;
    background: linear-gradient(135deg, rgb(129,160,156,0.5) 0%, rgb(94,116,112) 100%);
    justify-content: space-between;
    display: flex;
    position: relative;
}header .header_site2 .top_core9 {
    z-index: 2;
    position: relative;
    transform: skewX(5deg);
}header .header_site2 .top_core9 .nav_top1 {
    transition: transform 0.3s ease-in-out;
    display: block;
}header .header_site2 .top_core9 .nav_top1:hover {
    transform: translateY(-8px) rotate(0deg);
}header .header_site2 .top_core9 svg {
    width: 80px;
    height: auto;
}header .header_site2 .nav_guide6 {
    margin: 0;
    list-style: none;
    display: flex;
    gap: 1rem;
    padding: 0;
    position: relative;
}header .header_site2 .nav_guide6::before {
    z-index: -1;
    opacity: 0;
    top: -10px;
    left: -20px;
    background: linear-gradient(45deg, transparent 0%, rgb(129,160,156,0.5) 100%);
    content: "";
    border-radius: 10px;
    width: calc(100% + 40px);
    height: calc(100% + 20px);
    position: absolute;
    transition: opacity 0.3s ease, transform 0.3s ease;
}header .header_site2 .head_tutor3 {
    transition: transform 0.3s ease;
    position: relative;
}header .header_site2 .head_tutor3 a {
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
    transition: color 0.3s ease;
    padding: 0.5rem 1rem;
    position: relative;
    display: block;
    font-family: Arial, sans-serif;
    text-decoration: none;
}header .header_site2 .head_tutor3 a::before {
    background: rgb(94,116,112);
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    content: "";
    transition: transform 0.3s ease;
    transform-origin: right;
    transform: scaleX(0) rotate(-2deg);
}header .header_site2 .head_tutor3 a:hover {
    color: rgb(94,116,112);
}header .header_site2 .head_tutor3 a:hover::before {
    transform-origin: left;
    transform: scaleX(1) rotate(-2deg);
}

@media (max-width: 992px) {header .header_site2 {
    transform: skewX(0);
    flex-direction: column;
    margin-left: calc(-50vw + 50%);
    padding: 1rem;
    width: 100vw;
    box-sizing: border-box;
}header .header_site2 .top_core9 {
    transform: skewX(0);
    margin-bottom: 1rem;
}header .header_site2 .nav_guide6 {
    width: 100%;
    justify-content: center;
    transform: skewX(0);
    flex-wrap: wrap;
}header .header_site2 .nav_guide6::before {
    transform: skewX(0);
}header .header_site2 .nav_guide6:hover::before {
    transform: skewX(0);
}header .header_site2 .head_tutor3 {
    margin: 0.25rem;
}header .header_site2 .head_tutor3:nth-child(odd),
  header .header_site2 .head_tutor3:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .header_site2 {
    padding: 0.75rem;
}header .header_site2 .nav_guide6 {
    align-items: center;
    flex-direction: column;
}header .header_site2 .head_tutor3 {
    text-align: center;
    width: 100%;
}header .header_site2 .top_core9 svg {
    width: 100px;
}
}