﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.tiktok_eduO {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    auto
contain
    scroll-behavior: auto;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    width: 30px;
    height: 30px;
}.container {
    width: 1210px;
    max-width: 100%;
    margin: auto;
}.header_guide6 {
    flex: 1 0 auto;
}.wrapper-paddingo {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.company_infow {
    position: relative;
    isolation: isolate;
    padding: 150px 0;
    background-color: rgb(194,220,226);
    overflow: hidden;
}.company_infow::before {
    background: 
        linear-gradient(120deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 20%),
        linear-gradient(240deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 20%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0) 10%),
        radial-gradient(circle at 15% 15%, rgb(143,192,196,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(93,155,165,0.5) 0%, transparent 25%);
    inset: 0;
    z-index: -2;
    position: absolute;
    opacity: 0.8;
    content: "";
}.company_infow::after {
    z-index: -1;
    pointer-events: none;
    opacity: 0.03;
    background-image: 
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    content: "";
    height: 100%;
    background-size: 20px 20px;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
}.company_infow .container {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}.company_infow .container::before {
    background-size: 200px 200px;
    top: -120px;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    right: -100px;
    opacity: 0.3;
    height: 200px;
    animation: pulseCircles 8s infinite alternate ease-in-out;
    background: 
        radial-gradient(circle, transparent 30%, rgb(143,192,196,0.5) 30%, rgb(143,192,196,0.5) 32%, transparent 32%),
        radial-gradient(circle, transparent 36%, rgb(143,192,196,0.5) 36%, rgb(143,192,196,0.5) 38%, transparent 38%),
        radial-gradient(circle, transparent 43%, rgb(143,192,196,0.5) 43%, rgb(143,192,196,0.5) 45%, transparent 45%);
    width: 200px;
    content: "";
}.company_infow .container::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 150px;
    background: 
        radial-gradient(circle, transparent 30%, rgb(93,155,165,0.5) 30%, rgb(93,155,165,0.5) 32%, transparent 32%),
        radial-gradient(circle, transparent 36%, rgb(93,155,165,0.5) 36%, rgb(93,155,165,0.5) 38%, transparent 38%),
        radial-gradient(circle, transparent 43%, rgb(93,155,165,0.5) 43%, rgb(93,155,165,0.5) 45%, transparent 45%);
    left: -70px;
    background-repeat: no-repeat;
    background-size: 150px 150px;
    bottom: -100px;
    opacity: 0.3;
    height: 150px;
    animation: pulseCircles 8s infinite alternate-reverse ease-in-out;
}@keyframes pulseCircles {
    0% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}

.company_infow .fast_classes1 {
    box-shadow: 
        0 20px 80px -20px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 0 20px rgba(0, 0, 0, 0.02);
    display: flex;
    position: relative;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.01);
    overflow: hidden;
    border-radius: 27px;
}.company_infow .fast_classes1::before,
.company_infow .fast_classes1::after {
    width: 500px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    opacity: 0.05;
    background: conic-gradient(
        transparent 0deg,
        transparent 30deg,
        rgb(143,192,196,0.5) 40deg,
        rgb(143,192,196,0.5) 60deg,
        transparent 70deg,
        transparent 120deg,
        rgb(93,155,165,0.5) 130deg,
        rgb(93,155,165,0.5) 150deg,
        transparent 160deg,
        transparent 210deg,
        rgb(143,192,196,0.5) 220deg,
        rgb(143,192,196,0.5) 240deg,
        transparent 250deg,
        transparent 300deg,
        rgb(93,155,165,0.5) 310deg,
        rgb(93,155,165,0.5) 330deg,
        transparent 340deg
    );
    height: 500px;
    position: absolute;
    z-index: 0;
    transform: translate(-50%, -50%);
    content: "";
}.company_infow .fast_classes1::before {
    animation: rotateConic 60s linear infinite;
}.company_infow .fast_classes1::after {
    opacity: 0.03;
    animation: rotateConic 40s linear infinite reverse;
    filter: blur(5px);
}@keyframes rotateConic {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.company_infow .edu_commit8 {
    position: relative;
    justify-content: center;
    z-index: 2;
    width: 35%;
    background: linear-gradient(
        -45deg, 
        transparent, 
        rgba(255, 255, 255, 0.02) 30%, 
        rgba(255, 255, 255, 0.03) 50%, 
        rgba(255, 255, 255, 0.02) 70%, 
        transparent
    );
    display: flex;
    padding: 60px 0;
    align-items: center;
    flex-direction: column;
}.company_infow .edu_commit8::before {
    position: absolute;
    content: "";
    width: 60px;
    border-top: 2px solid rgb(143,192,196,0.5);
    top: 30px;
    left: 30px;
    opacity: 0.6;
    z-index: 1;
    height: 60px;
    border-left: 2px solid rgb(143,192,196,0.5);
}.company_infow .edu_commit8::after {
    height: 60px;
    opacity: 0.6;
    border-bottom: 2px solid rgb(143,192,196,0.5);
    z-index: 1;
    width: 60px;
    content: "";
    border-right: 2px solid rgb(143,192,196,0.5);
    bottom: 30px;
    right: 30px;
    position: absolute;
}.company_infow .edu_commit8 .photo_gridt {
    border-radius: 27px;
    z-index: 2;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(5deg);
    width: 240px;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    height: 320px;
}.company_infow .edu_commit8 .photo_gridt::before {
    background: linear-gradient(
        to bottom,
        transparent 60%,
        rgba(0, 0, 0, 0.4) 100%
    );
    inset: 0;
    position: absolute;
    content: "";
    z-index: 1;
}.company_infow .edu_commit8 .photo_gridt::after {
    animation: reflectionSweep 7s infinite cubic-bezier(0.5, 0, 0.5, 1);
    width: 40%;
    content: "";
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    transform: rotate(30deg);
    height: 200%;
    position: absolute;
    left: -20%;
    top: -100%;
    z-index: 2;
}@keyframes reflectionSweep {
    0% {
        transform: rotate(30deg) translateX(-100%);
    }
    100% {
        transform: rotate(30deg) translateX(500%);
    }
}

.company_infow .edu_commit8:hover .photo_gridt {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
}.company_infow .online_masteryX {
    position: relative;
    border-radius: 10px;
    color: #ffffff;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 20px 30px;
    background: rgb(143,192,196);
    z-index: 3;
    transform: translateY(-30px) translateX(40px);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}.company_infow .online_masteryX::before {
    height: 100%;
    top: 0;
    opacity: 0.8;
    left: 0;
    background: rgb(93,155,165);
    width: 4px;
    content: "";
    position: absolute;
}.company_infow .online_masteryX::after {
    height: 3px;
    opacity: 0.8;
    bottom: 0;
    content: "";
    background: rgb(93,155,165);
    transition: width 0.3s ease;
    width: 30%;
    position: absolute;
    left: 0;
}.company_infow .edu_commit8:hover .online_masteryX {
    transform: translateY(-35px) translateX(30px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
}.company_infow .edu_commit8:hover .online_masteryX::after {
    width: 70%;
}.company_infow .mentor_teamQ {
    margin: 0 0 8px 0;
    position: relative;
    font-weight: 700;
    font-size: 24px;
}.company_infow .principles_listL {
    font-size: 17px;
    opacity: 0.9;
    margin: 0;
}.company_infow .article_wrapP {
    position: relative;
    z-index: 2;
    width: 65%;
    padding: 60px;
    background: linear-gradient(
        45deg, 
        rgba(255, 255, 255, 0.03) 0%, 
        transparent 50%, 
        rgba(255, 255, 255, 0.02) 100%
    );
}.company_infow .article_wrapP::before {
    height: 100%;
    top: 0;
    width: 1px;
    left: 0;
    content: "";
    position: absolute;
    opacity: 0.4;
    background: linear-gradient(
        to bottom,
        transparent,
        rgb(143,192,196,0.5),
        rgb(93,155,165,0.5),
        transparent
    );
}.company_infow .article_wrapP::after {
    position: absolute;
    background: linear-gradient(
        to right,
        transparent,
        rgb(93,155,165,0.5) 50%,
        transparent
    );
    top: 50%;
    transform: translateY(120px);
    opacity: 0.2;
    right: 0;
    content: "";
    width: 80%;
    height: 1px;
}.company_infow .learn_classesk {
    position: relative;
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}.company_infow .learn_classesk::before {
    background: linear-gradient(
        to right,
        rgb(143,192,196,0.5),
        transparent 80%
    );
    left: 0;
    position: absolute;
    opacity: 0.3;
    bottom: -12px;
    height: 1px;
    width: 100%;
    content: "";
}.company_infow .learn_classesk svg {
    fill: rgb(143,192,196);
    margin-right: 15px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    width: 45px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 45px;
}.company_infow .learn_classesk svg::before {
    position: absolute;
    inset: -5px;
    transform: scale(0.8);
    opacity: 0;
    content: "";
    border: 1px dashed rgb(143,192,196,0.5);
    transition: all 0.3s ease;
    border-radius: 50%;
}.company_infow .learn_classesk:hover svg {
    transform: translateY(-5px) rotate(10deg);
}.company_infow .learn_classesk svg path {
    transition: fill 0.3s ease;
    fill: rgb(143,192,196);
}.company_infow .learn_classesk:hover svg path {
    fill: rgb(93,155,165);
}.company_infow h2 {
    color: #000000;
    padding-bottom: 15px;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 30px 0;
    position: relative;
}.company_infow h2::before {
    left: 0;
    background: linear-gradient(
        to right,
        rgb(143,192,196,0.5) 0%,
        transparent 80%
    );
    height: 1px;
    position: absolute;
    width: 100%;
    content: "";
    opacity: 0.2;
    bottom: 0;
}.company_infow h2::after {
    background: linear-gradient(
        to right,
        rgb(143,192,196) 0%,
        rgb(93,155,165) 100%
    );
    border-radius: 3px;
    transition: width 0.3s ease;
    content: "";
    width: 60px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}.company_infow .article_wrapP:hover h2::after {
    width: 100px;
}.company_infow p {
    padding-left: 20px;
    line-height: 1.8;
    font-size: 17px;
    color: #000000;
    position: relative;
    margin: 0;
}.company_infow p::before {
    content: "";
    background: linear-gradient(
        to bottom,
        rgb(143,192,196,0.5),
        rgb(93,155,165,0.5)
    );
    opacity: 0.3;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 2px;
}.company_infow p::after {
    height: 1px;
    bottom: 10px;
    background: linear-gradient(
        to right,
        transparent,
        rgb(93,155,165,0.5)
    );
    width: 30%;
    content: "";
    position: absolute;
    opacity: 0.1;
    right: 0;
}

@media (max-width: 1024px) {.company_infow {
    padding: 100px 0;
}.company_infow .fast_classes1 {
    flex-direction: column;
}.company_infow .edu_commit8,
    .company_infow .article_wrapP {
    width: 100%;
    padding: 40px;
}.company_infow .edu_commit8 {
    justify-content: center;
    display: flex;
    padding-bottom: 60px;
    gap: 30px;
    flex-direction: row;
    align-items: center;
}.company_infow .edu_commit8 .photo_gridt {
    height: 240px;
    width: 180px;
    margin-bottom: 0;
}.company_infow .online_masteryX {
    flex: 1;
    transform: translateY(0) translateX(0);
}.company_infow .edu_commit8:hover .online_masteryX {
    transform: translateY(0) translateX(0);
}.company_infow .article_wrapP::before {
    background: linear-gradient(
            to right,
            transparent,
            rgb(143,192,196,0.5),
            rgb(93,155,165,0.5),
            transparent
        );
    width: 100%;
    height: 1px;
}
}

@media (max-width: 768px) {.company_infow {
    padding: 80px 0;
}.company_infow .edu_commit8 {
    flex-direction: column;
    padding: 30px;
    padding-bottom: 60px;
}.company_infow .edu_commit8 .photo_gridt {
    width: 200px;
    margin-bottom: 20px;
    height: 270px;
}.company_infow .online_masteryX {
    text-align: center;
    width: 90%;
}.company_infow .online_masteryX::before {
    width: 100%;
    height: 4px;
}.company_infow .online_masteryX::after {
    transform: translateX(-50%);
    left: 50%;
}.company_infow .article_wrapP {
    padding: 30px;
}.company_infow h2 {
    text-align: center;
}.company_infow h2::after {
    transform: translateX(-50%);
    left: 50%;
}.company_infow .article_wrapP:hover h2::after {
    width: 80px;
}.company_infow p {
    text-align: center;
    padding-left: 0;
}.company_infow p::before {
    display: none;
}
}

@media (max-width: 480px) {.company_infow {
    padding: 60px 0;
}.company_infow .container {
    padding: 0 20px;
}.company_infow .edu_commit8 {
    padding-bottom: 50px;
    padding: 25px;
}.company_infow .edu_commit8 .photo_gridt {
    width: 160px;
    height: 220px;
}.company_infow .online_masteryX {
    width: 100%;
    padding: 15px 20px;
}.company_infow .article_wrapP {
    padding: 25px 20px;
}.company_infow h2 {
    margin-bottom: 20px;
    font-size: calc(28px * 0.85);
}.company_infow .learn_classesk {
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}.company_infow .learn_classesk svg {
    margin-right: 0;
    margin-bottom: 10px;
}}.confidential_cell3 {
    color: #000000;
    background: rgb(143,192,196,0.5);
    padding: 40px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
}.confidential_cell3 h1 {
    margin-top: 30px;
    font-weight: 700;
    font-size: 43px;
    margin-bottom: 20px;
    color: #000000;
    text-transform: uppercase;
}.confidential_cell3 h2 {
    font-size: 29px;
    margin-bottom: 15px;
    border-bottom: 2px solid rgb(93,155,165,0.5);
    color: rgb(93,155,165);
    font-weight: 600;
    margin-top: 25px;
    padding-bottom: 5px;
}.confidential_cell3 ul, .confidential_cell3 ol {
    padding-top: 10px;
    margin-bottom: 20px;
    list-style-type: disc;
    padding-left: 20px;
}.confidential_cell3 li {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.6;
}.confidential_cell3 div {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 20px;
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 10px;
    line-height: 1.8;
}

@media only screen and (max-width: 800px) {.confidential_cell3 {
    box-shadow: none;
    padding: 20px;
}.confidential_cell3 h1 {
    font-size: calc(21px - 10px);
}.confidential_cell3 h2 {
    font-size: calc(21px - 5px);
}}

.confidential_cell3 h3, .confidential_cell3 h4, .confidential_cell3 h5, .confidential_cell3 h6 {
    font-weight: 600;
    margin-top: 20px;
    color: rgb(143,192,196);
    font-size: 1.2em;
    margin-bottom: 10px;
}.confidential_cell3 p, .confidential_cell3 span {
    font-size: 15px;
    color: #000000;
    margin-bottom: 10px;
    line-height: 1.6;
}.confidential_cell3 a {
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease;
    color: rgb(93,155,165);
}.confidential_cell3 a:hover {
    color: rgb(143,192,196);
    text-decoration: underline;
}.confidential_cell3 button {
    border: none;
    padding: 10px 20px;
    transition: background 0.3s ease;
    font-size: 19px;
    background: rgb(93,155,165);
    border-radius: 10px;
    cursor: pointer;
    color: #ffffff;
}.confidential_cell3 button:hover {
    background: rgb(143,192,196);
}header .nav_mentorc {
    border-radius: 0;
    width: 100%;
    box-shadow: 0 0 20px 2px rgb(143,192,196,0.5);
    align-items: center;
    padding: 1.5rem;
    z-index: 99;
    display: flex;
    position: relative;
    left: 0;
    overflow: hidden;
    background: linear-gradient(to right, rgb(93,155,165) 0%, rgb(143,192,196,0.5) 100%);
    justify-content: space-between;
}header .nav_mentorc::before {
    top: -50%;
    opacity: 0.3;
    content: "";
    background: radial-gradient(circle, rgb(93,155,165,0.5) 1%, transparent 10%);
    background-size: 15px 15px;
    left: -50%;
    animation: backgroundShift 20s linear infinite;
    position: absolute;
    z-index: -1;
    height: 200%;
    width: 200%;
}header .nav_mentorc::after {
    z-index: -1;
    content: "";
    top: 0;
    width: 100%;
    animation: gradientSlide 5s ease infinite;
    background: linear-gradient(45deg, transparent 48%, rgb(93,155,165) 49%, rgb(93,155,165) 51%, transparent 52%);
    position: absolute;
    height: 100%;
    left: 0;
    background-size: 200% 200%;
    opacity: 0.1;
}header .nav_mentorc .nav_proZ {
    overflow: visible;
    position: relative;
}header .nav_mentorc .nav_proZ::after {
    box-shadow: 0 0 8px 2px rgb(93,155,165);
    transform: scaleX(0);
    position: absolute;
    left: 0;
    bottom: -8px;
    background: rgb(93,155,165);
    height: 2px;
    content: "";
    animation: neonPulse 3s infinite alternate;
    width: 100%;
    transform-origin: left;
}header .nav_mentorc .nav_proZ .site_primey {
    display: block;
    position: relative;
    transform: perspective(800px) rotateY(0deg);
    transition: all 0.5s ease;
}header .nav_mentorc .nav_proZ .site_primey:hover {
    transform: perspective(800px) rotateY(15deg);
}header .nav_mentorc .nav_proZ svg {
    width: 120px;
    filter: drop-shadow(0 0 5px rgb(93,155,165,0.5));
    height: auto;
}header .nav_mentorc .site_navbary {
    position: relative;
    display: flex;
    perspective: 800px;
    list-style: none;
    margin: 0;
    padding: 0;
}header .nav_mentorc .site_navbary::before {
    top: 105%;
    content: "";
    box-shadow: 0 0 10px 2px rgb(143,192,196);
    width: 100%;
    background: rgb(143,192,196);
    height: 2px;
    left: 0;
    position: absolute;
    animation: neonPulse 4s infinite alternate-reverse;
    transform: scaleX(0.5);
}header .nav_mentorc .nav_guide5 {
    transform-style: preserve-3d;
    transition: transform 0.3s ease;
    transform: translateZ(0);
    position: relative;
    margin: 0 0.5rem;
}header .nav_mentorc .nav_guide5:hover {
    transform: translateZ(20px);
}header .nav_mentorc .nav_guide5 a {
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 18px;
    padding: 0.5rem 1rem;
    color: #ffffff;
    font-weight: 600;
    display: block;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    border: 1px solid transparent;
    text-decoration: none;
}header .nav_mentorc .nav_guide5 a::before {
    opacity: 0;
    position: absolute;
    content: "";
    width: 100%;
    transform: scale(0.9);
    z-index: -1;
    left: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    top: 0;
    height: 100%;
    border-radius: 10px;
    background: rgb(143,192,196,0.5);
}header .nav_mentorc .nav_guide5 a:hover {
    text-shadow: 0 0 5px rgb(93,155,165,0.5);
    border: 1px solid rgb(93,155,165,0.5);
    color: rgb(93,155,165);
}header .nav_mentorc .nav_guide5 a:hover::before {
    transform: scale(1);
    opacity: 0.2;
}

@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes backgroundShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}

@keyframes gradientSlide {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@media (max-width: 992px) {header .nav_mentorc {
    margin-left: calc(-50vw + 50%);
    flex-direction: column;
    box-sizing: border-box;
    padding: 1rem;
    width: 100vw;
}header .nav_mentorc .nav_proZ {
    margin-bottom: 1.5rem;
}header .nav_mentorc .site_navbary {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}header .nav_mentorc .site_navbary::before {
    bottom: -10px;
    top: auto;
}header .nav_mentorc .nav_guide5 {
    margin: 0.25rem 0.5rem;
}
}

@media (max-width: 576px) {header .nav_mentorc {
    padding: 0.75rem;
}header .nav_mentorc .site_navbary {
    align-items: center;
    flex-direction: column;
}header .nav_mentorc .nav_guide5 {
    text-align: center;
    width: 100%;
    margin: 0.25rem 0;
}header .nav_mentorc .nav_proZ svg {
    width: 100px;
}header .nav_mentorc .nav_proZ::after {
    width: 80%;
    left: 10%;
}}.education_frameworkD {
    background: linear-gradient(135deg, rgb(194,220,226) 0%, rgba(245, 245, 250, 0.9) 100%);
    overflow: hidden;
    padding: 8rem 0;
    position: relative;
}.education_frameworkD::before {
    height: 25rem;
    animation: pulse 15s infinite alternate ease-in-out;
    content: "";
    z-index: 0;
    background: linear-gradient(120deg, rgb(143,192,196,0.5) 0%, rgb(93,155,165,0.5) 100%);
    transform: rotate(-15deg);
    top: -10%;
    width: 25rem;
    filter: blur(7rem);
    position: absolute;
    opacity: 0.15;
    right: -5%;
}.education_frameworkD::after {
    background: linear-gradient(-45deg, rgb(93,155,165,0.5) 0%, rgb(143,192,196,0.5) 100%);
    width: 30rem;
    filter: blur(10rem);
    animation: float 20s infinite alternate ease-in-out;
    content: "";
    height: 30rem;
    position: absolute;
    opacity: 0.1;
    left: -10%;
    z-index: 0;
    transform: rotate(25deg);
    bottom: -5%;
}.education_frameworkD .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    z-index: 2;
}.education_frameworkD .fast_classes1 {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    background: #ffffff;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 3.5rem 3rem;
}.education_frameworkD .fast_classes1:hover {
    transform: perspective(1000px) rotateY(0deg);
}.education_frameworkD .fast_classes1::before {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgb(143,192,196), rgb(93,155,165));
    width: 5px;
    left: 0;
    top: 0;
    transform: translateX(-5px);
}.education_frameworkD .fast_classes1:hover::before {
    transform: translateX(0);
}.education_frameworkD .fast_classes1::after {
    right: 3rem;
    z-index: -1;
    width: 8rem;
    top: 3rem;
    position: absolute;
    height: 8rem;
    content: "";
    transform: rotate(15deg);
    opacity: 0.08;
}.education_frameworkD h3 {
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: calc(36px * 0.9);
}.education_frameworkD h3::after {
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s ease;
    transform: scaleX(0.7);
    width: 75%;
    transform-origin: left;
    height: 3px;
    bottom: -0.5rem;
    background: linear-gradient(90deg, rgb(143,192,196), transparent);
    content: "";
    position: absolute;
    opacity: 0.7;
    left: 0;
}.education_frameworkD .fast_classes1:hover h3::after {
    transform: scaleX(1);
    opacity: 1;
}.education_frameworkD p {
    opacity: 0.9;
    margin-bottom: 0;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease-in;
    line-height: 1.75;
    font-size: 12px;
    color: #000000;
    position: relative;
}.education_frameworkD .fast_classes1:hover p {
    transform: translateY(-3px);
    opacity: 1;
}.education_frameworkD p span {
    display: inline-block;
    z-index: 1;
    position: relative;
}.education_frameworkD p span::before {
    content: "";
    position: absolute;
    height: 0;
    z-index: -1;
    width: 100%;
    bottom: 0;
    transition: height 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: rgba(rgb(143,192,196,0.5), 0.06);
    left: 0;
}.education_frameworkD .fast_classes1:hover p span::before {
    height: 100%;
}

@keyframes pulse {
    0%, 100% {
        transform: rotate(-15deg) scale(1);
    }
    50% {
        transform: rotate(-10deg) scale(1.1);
    }
}

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

@media (max-width: 992px) {.education_frameworkD {
    padding: 6rem 0;
}.education_frameworkD .fast_classes1 {
    transform: perspective(800px) rotateY(-1deg);
    padding: 2.5rem 2rem;
}.education_frameworkD h3 {
    font-size: calc(36px * 0.8);
}.education_frameworkD .fast_classes1::after {
    height: 6rem;
    width: 6rem;
    top: 2rem;
    right: 2rem;
}
}

@media (max-width: 768px) {.education_frameworkD {
    padding: 5rem 0;
}.education_frameworkD .fast_classes1 {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07), 0 3px 10px rgba(0, 0, 0, 0.05);
    transform: none;
    padding: 2rem 1.75rem;
}.education_frameworkD .fast_classes1::before {
    left: 0;
    transform: translateY(-8px);
    height: 8px;
    top: 0;
    background: linear-gradient(to right, rgb(143,192,196), rgb(93,155,165));
    width: 100%;
}.education_frameworkD .fast_classes1:hover::before {
    transform: translateY(0);
}.education_frameworkD h3 {
    font-size: calc(36px * 0.7);
}.education_frameworkD p {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}.education_frameworkD .fast_classes1::after {
    opacity: 0.05;
    height: 5rem;
    width: 5rem;
}
}

@media (max-width: 576px) {.education_frameworkD {
    padding: 4rem 0;
}.education_frameworkD .fast_classes1 {
    padding: 1.75rem 1.25rem;
}.education_frameworkD h3 {
    font-size: calc(36px * 0.65);
    margin-bottom: 1.25rem;
}.education_frameworkD p {
    line-height: 1.5;
    font-size: calc(12px * 0.9);
}.education_frameworkD .fast_classes1::after {
    display: none;
}}.price_card_deckf {
    background: linear-gradient(135deg, rgb(194,220,226) 0%, rgb(93,155,165,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.price_card_deckf::before {
    z-index: 1;
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    pointer-events: none;
    top: 0;
    width: 100%;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(143,192,196), 0.03) 40px, rgba(rgb(143,192,196), 0.03) 80px);
}.price_card_deckf .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1320px;
    position: relative;
    z-index: 2;
}.price_card_deckf .skill_pricingf {
    gap: 2.5rem;
    display: flex;
    flex-direction: column-reverse;
}.price_card_deckf .payment_options {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 3;
    transform: translateY(0);
    padding: 2rem;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin: 0 auto;
    background: rgba(#ffffff, 0.9);
    max-width: 600px;
}.price_card_deckf .payment_options:hover {
    transform: translateY(-5px);
}.price_card_deckf .payment_options h2 {
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
    font-size: 30px;
    margin-bottom: 1rem;
    position: relative;
}.price_card_deckf .payment_options h2::after {
    transition: transform 0.5s ease;
    bottom: -10px;
    content: "";
    position: absolute;
    left: 0;
    background: rgb(143,192,196);
    transform-origin: left;
    transform: scaleX(1);
    width: 80px;
    height: 3px;
}.price_card_deckf .payment_options:hover h2::after {
    transform: scaleX(1.5);
}.price_card_deckf .price_viewi {
    word-break: break-word;
    color: #000000;
    overflow-wrap: break-word;
    max-width: 100%;
    margin-top: 1.5rem;
    line-height: 1.6;
    font-size: 17px;
}.price_card_deckf .class_dealsR {
    gap: 30px;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}.price_card_deckf .study_priceM {
    text-decoration: none;
    height: 100%;
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}.price_card_deckf .study_priceM:hover {
    transform: translateY(-8px);
}.price_card_deckf .indv_costv {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: box-shadow 0.4s ease;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}.price_card_deckf .study_priceM:hover .indv_costv {
    box-shadow: 0 15px 35px rgba(rgb(143,192,196,0.5), 0.15);
}.price_card_deckf .fee_planm {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-height: 280px;
    padding: 2rem;
}.price_card_deckf .fee_planm h3 {
    margin-bottom: 1rem;
    position: relative;
    line-height: 1.3;
    color: #000000;
    font-weight: 600;
    font-size: calc(21px + 0.1rem);
}.price_card_deckf .plan_dealsp {
    font-size: calc(21px + 0.3rem);
    font-weight: 700;
    color: rgb(143,192,196);
    margin: 0.5rem 0 1.25rem;
    display: block;
    position: relative;
}.price_card_deckf .plan_dealsp::before {
    bottom: -10px;
    height: 2px;
    content: "";
    left: 0;
    background: rgb(93,155,165);
    width: 40px;
    position: absolute;
}.price_card_deckf .fee_planm p {
    font-size: 17px;
    overflow-wrap: break-word;
    margin-top: 1.5rem;
    line-height: 1.6;
    color: #000000;
    word-break: break-word;
    flex-grow: 1;
}.price_card_deckf .photo_gridt {
    transition: transform 0.6s ease-out;
    width: 100%;
    transform: scale(1);
    position: relative;
    height: 220px;
}.price_card_deckf .photo_gridt::after {
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    top: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
}.price_card_deckf .study_priceM:hover .photo_gridt {
    transform: scale(1.05);
}

@media (min-width: 768px) {.price_card_deckf .class_dealsR {
    grid-template-columns: repeat(2, 1fr);
}.price_card_deckf .payment_options {
    padding: 3rem;
}
}

@media (min-width: 992px) {.price_card_deckf .skill_pricingf {
    align-items: center;
    flex-direction: row;
    gap: 3rem;
}.price_card_deckf .payment_options {
    margin: 0;
    width: 35%;
}.price_card_deckf .class_dealsR {
    width: 65%;
}
}

@media (min-width: 1200px) {.price_card_deckf .class_dealsR {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.price_card_deckf .fee_planm {
    padding: 2.5rem;
}.price_card_deckf .payment_options h2 {
    font-size: calc(30px + 0.2rem);
}.price_card_deckf .photo_gridt {
    height: 250px;
}
}

@media (max-width: 767px) {.price_card_deckf {
    padding: 4rem 0;
}.price_card_deckf .fee_planm {
    min-height: 240px;
    padding: 1.5rem;
}.price_card_deckf .photo_gridt {
    height: 180px;
}.price_card_deckf .payment_options {
    padding: 1.5rem;
}.price_card_deckf .payment_options h2 {
    font-size: calc(30px - 0.2rem);
}.price_card_deckf .price_viewi {
    font-size: calc(17px - 0.1rem);
}}.contact_form_sectionE {
    background: linear-gradient(120deg, rgb(194,220,226), rgba(rgb(143,192,196), 0.03));
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.contact_form_sectionE::before {
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    z-index: 1;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(143,192,196), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(93,155,165), 0.05) 0%, transparent 50%);
    top: 0;
}.contact_form_sectionE::after {
    background-image: 
        linear-gradient(90deg, rgba(rgb(143,192,196), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(143,192,196), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(93,155,165), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(143,192,196), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(93,155,165), 0.04) 0%, transparent 30%);
    z-index: 1;
    content: "";
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    height: 100%;
    width: 100%;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    animation: backgroundShift 30s linear infinite;
}@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}

.contact_form_sectionE .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 30px;
}.contact_form_sectionE h2 {
    left: 50%;
    margin-bottom: 15px;
    font-size: 35px;
    color: #000000;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
    transform: translateX(-50%);
    display: inline-block;
    perspective: 1000px;
    font-weight: 700;
}.contact_form_sectionE h2::before {
    width: 100%;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(143,192,196), transparent);
    bottom: -10px;
    content: "";
    position: absolute;
}.contact_form_sectionE .support_widget6 {
    display: flex;
    transform-style: preserve-3d;
    border-radius: 16px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    position: relative;
    background: #ffffff;
    perspective: 1000px;
    overflow: hidden;
    margin-top: 60px;
}.contact_form_sectionE .support_widget6::before {
    width: 100%;
    z-index: 3;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(143,192,196), rgb(93,155,165));
}.contact_form_sectionE .photo_gridt {
    transform: translateZ(0);
    flex: 0 0 45%;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}.contact_form_sectionE .photo_gridt::before {
    inset: 0;
    position: absolute;
    content: "";
    background: linear-gradient(210deg, rgba(rgb(143,192,196), 0.5), rgba(rgb(93,155,165), 0.5));
    z-index: 1;
    mix-blend-mode: multiply;
}.contact_form_sectionE .photo_gridt::after {
    width: 300%;
    animation: shine 6s infinite ease-in-out;
    z-index: 2;
    left: -100%;
    top: -100%;
    content: "";
    height: 300%;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    position: absolute;
}@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.contact_form_sectionE .support_helpd {
    padding: 60px 50px;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    flex: 0 0 55%;
    position: relative;
}.contact_form_sectionE .support_helpd::before {
    right: 0;
    background: 
        radial-gradient(circle, rgba(rgb(143,192,196), 0.03) 0%, transparent 70%);
    width: 500px;
    border-radius: 50%;
    top: 0;
    z-index: 0;
    height: 500px;
    content: "";
    opacity: 0.5;
    position: absolute;
}.contact_form_sectionE form {
    z-index: 3;
    position: relative;
}.contact_form_sectionE form h3 {
    font-size: 22px;
    color: #000000;
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 35px;
}.contact_form_sectionE form h3::after {
    height: 2px;
    left: 0;
    background: rgb(143,192,196);
    content: "";
    bottom: -15px;
    position: absolute;
    width: 30px;
}.contact_form_sectionE form input[type="text"] {
    border-radius: 8px;
    color: #000000;
    font-size: 12px;
    background: rgba(rgb(194,220,226), 0.5);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    padding: 18px 25px;
    border: 1px solid rgba(rgb(143,192,196), 0.1);
    margin-bottom: 25px;
    width: 100%;
}.contact_form_sectionE form input[type="text"]:focus {
    outline: none;
    border-color: rgb(143,192,196);
    box-shadow: 0 0 0 4px rgba(rgb(143,192,196), 0.1);
    background: rgba(#ffffff, 0.9);
}.contact_form_sectionE form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}.contact_form_sectionE form input[type="text"]:focus::placeholder {
    opacity: 0.7;
    transform: translateX(5px);
}.contact_form_sectionE .support_requesth {
    display: flex;
    position: relative;
    margin-bottom: 30px;
}.contact_form_sectionE .support_requesth input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_form_sectionE .support_requesth label {
    cursor: pointer;
    line-height: 1.5;
    color: #000000;
    position: relative;
    padding-left: 35px;
    font-size: 15px;
}.contact_form_sectionE .support_requesth label::before {
    background: rgba(#ffffff, 0.6);
    width: 22px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    border-radius: 4px;
    border: 1px solid rgba(rgb(143,192,196), 0.3);
    top: 0;
    content: "";
    height: 22px;
}.contact_form_sectionE .support_requesth input[type="checkbox"]:checked + label::before {
    background: rgb(143,192,196);
    border-color: rgb(143,192,196);
}.contact_form_sectionE .support_requesth input[type="checkbox"]:checked + label::after {
    width: 6px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    top: 4px;
    border: solid #ffffff;
    height: 12px;
    position: absolute;
    left: 8px;
    content: "";
}.contact_form_sectionE .support_requesth label a {
    color: rgb(143,192,196);
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
}.contact_form_sectionE .support_requesth label a::after {
    height: 1px;
    content: "";
    background: rgb(143,192,196);
    bottom: -2px;
    transform: scaleX(0);
    position: absolute;
    width: 100%;
    transform-origin: right;
    transition: transform 0.3s ease;
    left: 0;
}.contact_form_sectionE .support_requesth label a:hover {
    color: rgb(93,155,165);
}.contact_form_sectionE .support_requesth label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
    background: rgb(93,155,165);
}.contact_form_sectionE .support_panel4 {
    z-index: 1;
    cursor: pointer;
    border: none;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    position: relative;
    padding: 16px 40px;
    color: #ffffff;
    border-radius: 8px;
    background: rgb(143,192,196);
    transition: all 0.3s ease;
    overflow: hidden;
}.contact_form_sectionE .support_panel4::before {
    z-index: -1;
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(45deg, rgb(143,192,196), rgb(93,155,165));
}.contact_form_sectionE .support_panel4:hover::before {
    opacity: 1;
}.contact_form_sectionE .support_panel4::after {
    content: "";
    border-radius: 50%;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    top: -50%;
    width: 50px;
    z-index: -1;
    transition: all 0.5s ease;
    left: -10px;
    height: 50px;
    transform: scale(0);
}.contact_form_sectionE .support_panel4:hover::after {
    transform: scale(4);
    opacity: 0;
}.contact_form_sectionE svg {
    filter: drop-shadow(0 2px 2px rgba(rgb(143,192,196), 0.3));
    transition: all 0.3s ease;
    stroke: rgb(143,192,196);
    height: 22px;
    width: 22px;
    stroke-width: 2;
    fill: none;
}.contact_form_sectionE svg path {
    stroke-width: 2;
    transition: all 0.3s ease;
    stroke: rgb(143,192,196);
}.contact_form_sectionE svg:hover,
.contact_form_sectionE svg:hover path {
    stroke: rgb(93,155,165);
    transform: translateY(-2px);
}.contact_form_sectionE form input {
    border: 1px solid rgb(143,192,196);
}

@media (max-width: 1024px) {.contact_form_sectionE {
    padding: 80px 0;
}.contact_form_sectionE .support_widget6 {
    margin-top: 50px;
}.contact_form_sectionE .photo_gridt {
    min-height: 450px;
}.contact_form_sectionE .support_helpd {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_form_sectionE {
    padding: 60px 0;
}.contact_form_sectionE .support_widget6 {
    flex-direction: column;
    margin-top: 40px;
}.contact_form_sectionE .photo_gridt {
    width: 100%;
    min-height: 300px;
}.contact_form_sectionE .support_helpd {
    width: 100%;
    padding: 40px 30px;
}.contact_form_sectionE form h3 {
    margin-bottom: 30px;
}.contact_form_sectionE form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_form_sectionE .support_requesth {
    margin-bottom: 25px;
}.contact_form_sectionE .support_panel4 {
    width: 100%;
    padding: 14px 30px;
}
}

@media (max-width: 480px) {.contact_form_sectionE {
    padding: 50px 0;
}.contact_form_sectionE h2 {
    font-size: calc(35px * 0.85);
}.contact_form_sectionE .support_widget6 {
    border-radius: 12px;
    margin-top: 30px;
}.contact_form_sectionE .photo_gridt {
    min-height: 220px;
}.contact_form_sectionE .support_helpd {
    padding: 30px 20px;
}.contact_form_sectionE form h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 25px;
}.contact_form_sectionE form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact_form_sectionE .support_requesth {
    margin-bottom: 20px;
}.contact_form_sectionE .support_requesth label {
    font-size: calc(15px * 0.9);
}.contact_form_sectionE .support_panel4 {
    padding: 12px 20px;
}}.thanks_boxz {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(194,220,226) 0%, rgba(255,255,255,0.95) 100%);
}.thanks_boxz::before {
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-size: 20px 20px;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgba(rgb(143,192,196,0.5), 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(rgb(143,192,196,0.5), 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(143,192,196,0.5), 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(143,192,196,0.5), 0.05) 75%);
    animation: patternShift 60s linear infinite;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}.thanks_boxz::after {
    width: 30%;
    background: linear-gradient(145deg, rgb(143,192,196,0.5), rgb(93,155,165,0.5));
    z-index: 0;
    animation: floatGlow 15s ease-in-out infinite alternate;
    filter: blur(70px);
    content: "";
    position: absolute;
    height: 50%;
    right: -5%;
    top: -10%;
    opacity: 0.25;
}.thanks_boxz .container {
    position: relative;
    transform: translateZ(0);
    margin: 0 auto;
    z-index: 2;
    padding: 0 1.5rem;
    max-width: 1200px;
}.thanks_boxz h2 {
    font-size: 32px;
    margin-bottom: 3rem;
    line-height: 1.3;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-family: Arial, sans-serif;
    color: #000000;
    transform: perspective(1000px) translateZ(0);
    font-weight: 700;
    position: relative;
    text-align: center;
    letter-spacing: -0.01em;
}.thanks_boxz h2::after {
    width: 6rem;
    transform: translateX(-50%) scaleX(0.8);
    background: linear-gradient(90deg, rgb(143,192,196), rgb(93,155,165));
    content: "";
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 3px;
    bottom: -1rem;
    box-shadow: 0 2px 10px rgba(rgb(143,192,196,0.5), 0.2);
    left: 50%;
    position: absolute;
}.thanks_boxz:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}.thanks_boxz .fast_classes1 {
    padding: 3rem 2.5rem;
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
    position: relative;
    box-shadow: 
        0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    border: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.08);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
}.thanks_boxz .fast_classes1::before {
    position: absolute;
    content: "";
    background-size: 200% 100%;
    background: linear-gradient(90deg, rgb(143,192,196), rgb(93,155,165), rgb(143,192,196));
    height: 5px;
    z-index: 1;
    right: -2px;
    top: -2px;
    left: -2px;
    animation: gradientMove 6s linear infinite;
}.thanks_boxz .fast_classes1::after {
    height: 30%;
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent, rgba(rgb(194,220,226), 0.05));
    content: "";
    width: 100%;
}.thanks_boxz:hover .fast_classes1 {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 6px rgba(rgba(0, 0, 0, 0.5), 0.07);
}.thanks_boxz ul {
    margin: 0;
    position: relative;
    z-index: 2;
    list-style: none;
    padding: 0;
}.thanks_boxz li {
    position: relative;
    z-index: 2;
}.thanks_boxz li::before {
    width: 2rem;
    left: -1rem;
    background-image: radial-gradient(circle, rgb(93,155,165,0.5) 0%, transparent 70%);
    position: absolute;
    transform: scale(0.8);
    transition: transform 0.6s ease, opacity 0.6s ease;
    z-index: -1;
    opacity: 0.3;
    height: 2rem;
    top: -0.5rem;
    content: "";
}.thanks_boxz:hover li::before {
    opacity: 0.5;
    transform: scale(1.2);
}.thanks_boxz span {
    line-height: 1.7;
    font-size: 15px;
    position: relative;
    padding: 0.5rem 0;
    display: block;
    transition: color 0.3s ease;
    color: #000000;
    font-family: Arial, sans-serif;
}.thanks_boxz span::first-letter {
    color: rgb(143,192,196);
    font-weight: 600;
    font-size: 1.5em;
}

@keyframes gradientMove {
    0% { background-position: 0 0; }
    100% { background-position: 200% 0; }
}

@keyframes floatGlow {
    0% { transform: translateY(0) rotate(0); opacity: 0.25; }
    50% { transform: translateY(-15px) rotate(5deg); opacity: 0.35; }
    100% { transform: translateY(10px) rotate(-3deg); opacity: 0.25; }
}

@keyframes patternShift {
    0% { background-position: 0 0, 0 10px, 10px -10px, -10px 0px; }
    100% { background-position: 100px 100px, 100px 110px, 110px 90px, 90px 100px; }
}

@media (max-width: 991px) {.thanks_boxz {
    padding: 4rem 0;
}.thanks_boxz h2 {
    margin-bottom: 2.5rem;
    font-size: calc(32px * 0.9);
}.thanks_boxz .fast_classes1 {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 767px) {.thanks_boxz {
    padding: 3.5rem 0;
}.thanks_boxz h2 {
    font-size: calc(32px * 0.8);
    line-height: 1.4;
    margin-bottom: 2rem;
}.thanks_boxz h2::after {
    width: 5rem;
    bottom: -0.8rem;
}.thanks_boxz .fast_classes1 {
    padding: 2rem 1.5rem;
}.thanks_boxz span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 575px) {.thanks_boxz {
    padding: 3rem 0;
}.thanks_boxz h2 {
    margin-bottom: 1.8rem;
    font-size: calc(32px * 0.7);
}.thanks_boxz h2::after {
    width: 4rem;
}.thanks_boxz .fast_classes1 {
    padding: 1.5rem 1.25rem;
}.thanks_boxz span {
    font-size: calc(15px * 0.9);
    line-height: 1.5;
}.thanks_boxz li::before {
    width: 1.5rem;
    left: -0.5rem;
    top: -0.3rem;
    height: 1.5rem;
}}.program_informationP {
    padding: 100px 0;
    align-items: center;
    min-height: 100vh;
    background: rgb(143,192,196);
    display: flex;
    position: relative;
    perspective: 1500px;
    overflow: hidden;
}.program_informationP::before {
    background: 
        linear-gradient(90deg, transparent 49.9%, rgb(143,192,196,0.5) 50%, rgb(143,192,196,0.5) 50.1%, transparent 50.2%) 0 0 / 100px 100%,
        linear-gradient(0deg, transparent 49.9%, rgb(143,192,196,0.5) 50%, rgb(143,192,196,0.5) 50.1%, transparent 50.2%) 0 0 / 100% 100px;
    position: absolute;
    top: 0;
    left: 0;
    animation: gridPulse 8s linear infinite;
    content: "";
    opacity: 0.08;
    z-index: 1;
    width: 100%;
    height: 100%;
}.program_informationP::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    background: 
        radial-gradient(circle at 30% 20%, rgb(143,192,196,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgb(93,155,165,0.5) 0%, transparent 50%);
    z-index: 2;
    opacity: 0.2;
    mix-blend-mode: screen;
}.program_informationP .container {
    z-index: 5;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 0 30px;
    max-width: 1600px;
}.program_informationP .training_trackB {
    position: relative;
    transform-style: preserve-3d;
    grid-template-columns: 2fr 3fr;
    display: grid;
    grid-gap: 0;
}.program_informationP .article_wrapP {
    padding: 60px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    background: rgba(0, 0, 0, 0.7);
    border-left: 3px solid rgb(143,192,196);
    position: relative;
    transform: translateZ(50px);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(143,192,196,0.5);
    backdrop-filter: blur(20px);
    border-radius: 0;
    z-index: 15;
}.program_informationP .article_wrapP::before {
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 49.9%, rgb(143,192,196,0.5) 50%, rgb(143,192,196,0.5) 50.1%, transparent 50.2%) 0 0 / 30px 30px;
    top: 0;
    height: 100%;
    opacity: 0.05;
    content: "";
    left: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}.program_informationP .article_wrapP::after {
    animation: rotateConic 10s linear infinite;
    height: 150px;
    position: absolute;
    right: 0;
    border-radius: 50%;
    bottom: 0;
    background: 
        conic-gradient(from 0deg, rgb(143,192,196,0.5) 0deg, transparent 120deg);
    transform: translate(50%, 50%);
    content: "";
    width: 150px;
    opacity: 0.2;
}.program_informationP .article_wrapP h2 {
    text-shadow: 0 0 15px rgb(143,192,196,0.5);
    letter-spacing: 2px;
    padding-bottom: 20px;
    font-size: 45px;
    position: relative;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #ffffff;
}.program_informationP .article_wrapP h2::after {
    box-shadow: 0 0 15px rgb(143,192,196);
    background: rgb(143,192,196);
    left: 0;
    content: "";
    position: absolute;
    height: 3px;
    width: 100px;
    bottom: 0;
}.program_informationP .article_wrapP .description {
    font-size: 15px;
    position: relative;
    padding-left: 20px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    opacity: 0.9;
    line-height: 1.9;
    margin-bottom: 30px;
    color: #ffffff;
}.program_informationP .article_wrapP .description::before {
    color: rgb(93,155,165);
    left: 0;
    opacity: 0.7;
    position: absolute;
    content: ">";
}.program_informationP .article_wrapP .description:last-child {
    margin-bottom: 0;
}.program_informationP .hud-element {
    opacity: 0.2;
    z-index: 5;
    border: 1px solid rgb(143,192,196,0.5);
    position: absolute;
}.program_informationP .photo_gridt {
    box-shadow: -20px 0 50px rgba(0, 0, 0, 0.4);
    border-radius: 0;
    transform-origin: right center;
    height: 650px;
    z-index: 10;
    position: relative;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    transform: translateZ(0) rotateY(-10deg);
    overflow: hidden;
}.program_informationP .photo_gridt::before {
    height: 100%;
    background: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 15%, transparent 85%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to right, #000000 0%, transparent 20%);
    z-index: 1;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
}.program_informationP .photo_gridt::after {
    mix-blend-mode: overlay;
    animation: scanlines 8s linear infinite;
    width: 100%;
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(rgb(143,192,196), 0.1) 2px, rgba(rgb(143,192,196), 0.1) 4px);
    left: 0;
    z-index: 2;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    opacity: 0.1;
}

@keyframes gridPulse {
    0% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
    50% {
        opacity: 0.1;
        background-size: 110px 110%, 110% 110px;
    }
    100% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
}

@keyframes rotateConic {
    0% {
        transform: translate(50%, 50%) rotate(0deg);
    }
    100% {
        transform: translate(50%, 50%) rotate(360deg);
    }
}

@keyframes scanlines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes dataFlow {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
@media screen and (max-width: 1200px) {.program_informationP {
    padding: 80px 0;
}.program_informationP .article_wrapP {
    padding: 40px;
}.program_informationP .photo_gridt {
    height: 550px;
}
}

@media screen and (max-width: 991px) {.program_informationP {
    min-height: auto;
    padding: 60px 0;
}.program_informationP .training_trackB {
    grid-gap: 40px;
    grid-template-columns: 1fr;
}.program_informationP .article_wrapP {
    padding: 30px;
    transform: translateZ(0);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
}.program_informationP .photo_gridt {
    height: 450px;
    transform: translateZ(0) rotateY(0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
}
}

@media screen and (max-width: 767px) {.program_informationP {
    padding: 50px 0;
}.program_informationP .container {
    padding: 0 20px;
}.program_informationP .article_wrapP {
    padding: 25px;
}.program_informationP .article_wrapP h2 {
    padding-bottom: 15px;
    font-size: calc(45px * 0.8);
    margin-bottom: 30px;
}.program_informationP .article_wrapP .description {
    font-size: calc(15px * 0.95);
    margin-bottom: 20px;
    padding-left: 15px;
}.program_informationP .photo_gridt {
    height: 350px;
}
}

@media screen and (max-width: 480px) {.program_informationP {
    padding: 40px 0;
}.program_informationP .container {
    padding: 0 15px;
}.program_informationP .article_wrapP {
    padding: 20px;
}.program_informationP .article_wrapP h2 {
    margin-bottom: 20px;
    font-size: calc(45px * 0.7);
}.program_informationP .article_wrapP h2::before {
    font-size: 14px;
    top: -20px;
}.program_informationP .photo_gridt {
    height: 280px;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    bottom: 0;
    right: 0;
    opacity: 0.9;
    left: 0;
    background: linear-gradient(145deg, rgb(194,220,226) 0%, rgb(143,192,196,0.5) 100%);
    position: absolute;
    content: "";
    top: 0;
    z-index: -2;
}footer::after {
    background-image: 
        repeating-linear-gradient(0deg, rgb(143,192,196,0.5), rgb(143,192,196,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(143,192,196,0.5), rgb(143,192,196,0.5) 1px, transparent 1px, transparent 20px);
    top: 0;
    opacity: 0.1;
    z-index: -1;
    bottom: 0;
    right: 0;
    position: absolute;
    content: "";
    left: 0;
}.tiktok_eduO {
    padding: 4rem 0 2rem;
    color: #000000;
    position: relative;
}.tiktok_eduO::after {
    top: 0;
    background: linear-gradient(90deg, rgb(143,192,196), rgb(93,155,165));
    height: 6px;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
}.tiktok_eduO .container {
    flex-wrap: wrap;
    display: flex;
    position: relative;
    gap: 3rem;
}.tiktok_eduO .company_holder {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    flex: 1 1 400px;
    position: relative;
    background: #ffffff;
    padding: 2rem 2.5rem;
    border-radius: 21px;
}.tiktok_eduO .company_holder::before {
    width: 100%;
    position: absolute;
    background: rgb(143,192,196);
    left: 0;
    border-top-left-radius: 21px;
    content: "";
    top: 0;
    border-top-right-radius: 21px;
    height: 5px;
}.tiktok_eduO .company_holder h3 {
    color: rgb(143,192,196);
    margin: 0 0 1.5rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 28px;
    position: relative;
}.tiktok_eduO .company_holder h3::after {
    height: 3px;
    width: 80px;
    bottom: -0.5rem;
    background: rgb(93,155,165);
    content: "";
    left: 0;
    position: absolute;
}.tiktok_eduO .mentor_netk {
    line-height: 1.7;
    position: relative;
    color: #000000;
    padding: 1.5rem;
    border-left: 3px solid rgb(93,155,165);
    background: rgb(194,220,226);
    font-size: 12px;
    border-radius: 10px;
}.tiktok_eduO .copy_notice0 {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.tiktok_eduO .main_masterB {
    flex-wrap: wrap;
    display: flex;
    gap: 2.5rem;
}.tiktok_eduO .site_navbary {
    position: relative;
    overflow: hidden;
    flex: 1 1 calc(50% - 1.25rem);
    background: #ffffff;
    min-width: 200px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-radius: 21px;
}.tiktok_eduO .site_navbary h5 {
    position: relative;
    font-weight: 600;
    background: rgb(93,155,165);
    padding: 1rem 1.5rem;
    margin: 0;
    font-size: 21px;
    color: #ffffff;
}.tiktok_eduO .site_navbary .main_masterB {
    flex-direction: column;
    gap: 0;
    display: flex;
    padding: 1rem 0;
}.tiktok_eduO .site_navbary .main_masterB a {
    text-decoration: none;
    color: #000000;
    display: flex;
    font-size: 12px;
    padding: 0.8rem 1.5rem;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}.tiktok_eduO .site_navbary .main_masterB a::before {
    content: "";
    width: 0;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    background: rgb(194,220,226);
    position: absolute;
}.tiktok_eduO .site_navbary .main_masterB a::after {
    background: rgb(93,155,165);
    position: absolute;
    opacity: 0;
    transform: translateY(-50%);
    left: 1.5rem;
    top: 50%;
    transition: all 0.3s ease;
    height: 5px;
    content: "";
    border-radius: 50%;
    width: 5px;
}.tiktok_eduO .site_navbary .main_masterB a:hover {
    padding-left: 2.2rem;
    color: rgb(143,192,196);
}.tiktok_eduO .site_navbary .main_masterB a:hover::before {
    width: 100%;
}.tiktok_eduO .site_navbary .main_masterB a:hover::after {
    opacity: 1;
}.policy_linksj {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 2rem 0;
    margin-top: 3rem;
    background: rgb(194,220,226);
    position: relative;
}.policy_linksj::before {
    background: linear-gradient(90deg, transparent, rgb(143,192,196,0.5), transparent);
    right: 10%;
    top: 0;
    height: 1px;
    content: "";
    left: 10%;
    position: absolute;
}.policy_linksj .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.policy_linksj .cert_displayB {
    padding: 0.8rem 2rem;
    font-size: 13px;
    font-weight: 400;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    color: #000000;
    border-radius: 50px;
}

@media (max-width: 1200px) {.tiktok_eduO .container {
    gap: 2rem;
}.tiktok_eduO .company_holder {
    flex: 1 1 360px;
}.tiktok_eduO .copy_notice0 {
    flex: 1 1 calc(100% - 400px);
    min-width: 360px;
}.tiktok_eduO .main_masterB {
    gap: 2rem;
}
}

@media (max-width: 992px) {.tiktok_eduO {
    padding: 3.5rem 0 2rem;
}.tiktok_eduO .container {
    flex-direction: column;
    gap: 2.5rem;
}.tiktok_eduO .company_holder,
    .tiktok_eduO .copy_notice0 {
    min-width: 100%;
    flex: 1 1 100%;
}.tiktok_eduO .site_navbary {
    min-width: 200px;
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.tiktok_eduO {
    padding: 3rem 0 1.5rem;
}.tiktok_eduO .main_masterB {
    gap: 1.5rem;
}.tiktok_eduO .company_holder {
    padding: 2rem;
}.tiktok_eduO .company_holder h3 {
    font-size: calc(28px - 2px);
}.policy_linksj {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.tiktok_eduO {
    padding: 2.5rem 0 1rem;
}.tiktok_eduO .container {
    gap: 1.5rem;
}.tiktok_eduO .site_navbary {
    flex: 1 1 100%;
    min-width: 100%;
}.tiktok_eduO .main_masterB {
    gap: 1rem;
}.tiktok_eduO .company_holder {
    padding: 1.5rem;
}.tiktok_eduO .mentor_netk {
    padding: 1.2rem;
}.policy_linksj {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}
}

@media (max-width: 420px) {.tiktok_eduO .company_holder h3::after {
    width: 50px;
}.tiktok_eduO .site_navbary .main_masterB a:hover {
    padding-left: 2rem;
}.policy_linksj .cert_displayB {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.our_infoF {
    padding: 7rem 2rem 7rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(194,220,226) 0%, #ffffff 100%);
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
}.our_infoF::before {
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    background: linear-gradient(45deg, transparent, rgb(143,192,196,0.5));
    position: absolute;
    transition: transform 0.5s ease-out;
    content: "";
    transform: translateX(10%);
    opacity: 0.07;
    top: 0;
    z-index: 1;
    right: 0;
    width: 40%;
    height: 100%;
}.our_infoF::after {
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgb(143,192,196), rgb(93,155,165), rgb(143,192,196));
    height: 5px;
    z-index: 2;
    position: absolute;
    animation: shimmer 3s infinite linear;
    content: "";
}.our_infoF h1 {
    font-weight: 700;
    transform: translateX(10px);
    font-size: 43px;
    position: relative;
    margin-bottom: 3rem;
    display: inline-block;
    letter-spacing: 0.5px;
    color: rgb(143,192,196);
}.our_infoF h1::after {
    left: 0;
    content: "";
    height: 3px;
    position: absolute;
    width: 40%;
    background: rgb(93,155,165);
    bottom: -10px;
    transform-origin: left;
    animation: expandLine 1.5s ease-out forwards;
}.our_infoF .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 3;
}.our_infoF .get_helpT {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 0 1px 4px rgba(0,0,0,0.03);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    grid-template-columns: 1fr;
    display: grid;
    transform: translateY(0);
    background: #ffffff;
    gap: 3rem;
    padding: 2.5rem;
}.our_infoF .get_helpT:hover {
    transform: translateY(-5px);
}.our_infoF .get_helpT > div:first-child {
    font-size: calc(13px * 1.05);
    padding-left: 15px;
    color: #000000;
    max-width: 95%;
    line-height: 1.7;
    border-left: 3px solid rgb(143,192,196,0.5);
}.our_infoF .get_helpT > div:nth-child(2) {
    gap: 15px;
    flex-direction: column;
    display: flex;
}.our_infoF h6 {
    display: flex;
    color: #000000;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.3px;
    margin: 0 0 0.5rem;
    align-items: center;
}.our_infoF h6 svg {
    transition: transform 0.3s ease;
    margin-left: 8px;
}.our_infoF h6:hover svg {
    transform: translateY(-2px);
}.our_infoF span {
    display: block;
    position: relative;
    font-size: 13px;
    margin-left: 28px;
    color: #000000;
}.our_infoF span::before {
    width: 20px;
    height: 1px;
    content: "";
    background-color: rgb(93,155,165,0.5);
    position: absolute;
    top: 50%;
    left: -28px;
}.our_infoF .message_infoZ {
    flex-direction: column;
    margin-top: 1rem;
    display: flex;
    gap: 15px;
}.our_infoF .edu_helpY {
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    padding: 10px 15px;
    text-decoration: none;
    overflow: hidden;
    align-items: center;
    background-color: #ffffff;
    display: flex;
    border-radius: 10px;
    border: 1px solid rgb(194,220,226);
    position: relative;
    transition: all 0.3s ease;
}.our_infoF .edu_helpY::before {
    content: "";
    top: 0;
    z-index: 0;
    height: 100%;
    position: absolute;
    opacity: 0.1;
    background: linear-gradient(90deg, rgb(143,192,196,0.5), transparent);
    width: 0;
    transition: width 0.4s ease;
    left: -20px;
}.our_infoF .edu_helpY:hover {
    transform: translateX(5px);
    border-color: rgb(143,192,196,0.5);
}.our_infoF .edu_helpY:hover::before {
    width: 120%;
}.our_infoF .edu_helpY svg {
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
    margin-left: 8px;
}.our_infoF .edu_helpY:hover svg {
    transform: scale(1.1);
}.our_infoF svg {
    transition: all 0.3s ease;
    height: 20px;
    width: 20px;
}.our_infoF svg path {
    fill: rgb(93,155,165);
    transition: fill 0.3s ease;
}.our_infoF .edu_helpY:hover svg path {
    fill: rgb(143,192,196);
}

@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 40%;
    }
}

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

@media (min-width: 768px) {.our_infoF {
    padding: 8rem 4rem;
}.our_infoF .get_helpT {
    gap: 3rem;
    padding: 3rem;
    grid-template-columns: 1.5fr 1fr;
}.our_infoF h1 {
    font-size: calc(43px * 1.1);
    margin-bottom: 4rem;
}.our_infoF .message_infoZ {
    margin-top: 1.5rem;
}
}

@media (min-width: 992px) {.our_infoF {
    padding: 10rem 6rem;
}.our_infoF .get_helpT {
    grid-template-columns: 1.8fr 1fr 1fr;
    padding: 4rem;
    gap: 2rem;
}.our_infoF .get_helpT > div:first-child {
    padding-right: 2rem;
}.our_infoF h1 {
    font-size: calc(43px * 1.2);
    transform: translateX(20px);
}.our_infoF::before {
    transform: translateX(0);
    width: 50%;
}
}

@media (max-width: 767px) {.our_infoF {
    padding: 5rem 1.5rem;
}.our_infoF .get_helpT {
    padding: 2rem 1.5rem;
}.our_infoF h1 {
    margin-bottom: 2rem;
    font-size: calc(43px * 0.9);
}.our_infoF .get_helpT > div:first-child {
    font-size: 13px;
    padding-left: 10px;
}.our_infoF span {
    margin-left: 20px;
}.our_infoF .edu_helpY {
    padding: 8px 12px;
}}.title_welcomeB {
    justify-content: center;
    min-height: 100vh;
    position: relative;
    display: flex;
    overflow: hidden;
    padding: 3rem 1rem;
    background: linear-gradient(135deg, rgb(194,220,226), rgb(93,155,165,0.5) 85%);
    flex-direction: column;
}.title_welcomeB::before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    background: radial-gradient(circle at 75% 25%, rgb(143,192,196,0.5) 5%, transparent 50%);
    width: 100%;
    z-index: 1;
    content: "";
}.title_welcomeB::after {
    background: rgb(93,155,165,0.5);
    z-index: 0;
    position: absolute;
    filter: blur(60px);
    left: -50px;
    content: "";
    bottom: -50px;
    width: 200px;
    height: 200px;
}.title_welcomeB h1 {
    transform: translateY(-10px);
    font-weight: 700;
    z-index: 2;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
    opacity: 0;
    animation: fadeSlideDown 0.8s ease-out 0.2s forwards;
    text-align: center;
    color: #000000;
    position: relative;
    font-size: clamp(1.5rem, 4vw, 37px);
}.title_welcomeB h1::after {
    background: linear-gradient(90deg, transparent, rgb(143,192,196), transparent);
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
    content: "";
    width: clamp(80px, 15vw, 150px);
    left: 50%;
    bottom: -10px;
}.title_welcomeB .fast_classes1 {
    width: 100%;
    display: flex;
    z-index: 3;
    margin: 0 auto;
    max-width: 1200px;
    flex-direction: column;
    position: relative;
}.title_welcomeB .article_wrapP {
    padding: 2rem 1rem;
    flex: 1;
    position: relative;
    z-index: 3;
}.title_welcomeB ol {
    padding: 0;
    flex-direction: column;
    list-style: none;
    gap: 2.5rem;
    display: flex;
    margin: 0;
}.title_welcomeB ol li {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s ease-out forwards;
}.title_welcomeB ol li:nth-child(1) {
    animation-delay: 0.4s;
}.title_welcomeB ol li:nth-child(2) {
    animation-delay: 0.6s;
}.title_welcomeB .learn_quickproH {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
    flex-direction: column;
}.title_welcomeB svg {
    height: auto;
    width: clamp(100px, 25vw, 180px);
    filter: drop-shadow(0 10px 15px rgba(94, 170, 168, 0.2));
    transform-origin: center;
    animation: svgAppear 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.title_welcomeB svg path {
    stroke-dasharray: 1000;
    animation: drawPath 3s ease-out forwards 0.5s;
    stroke-dashoffset: 1000;
    fill: rgb(94, 170, 168);
    stroke: rgb(143,192,196);
    stroke-width: 1;
}.title_welcomeB svg text {
    animation: fadeIn 1s ease-out forwards 1.5s;
    opacity: 0;
}.title_welcomeB .learn_quickproH p {
    line-height: 1.6;
    letter-spacing: 0.02em;
    margin: 0 auto;
    color: #000000;
    font-size: clamp(15px, 3vw, calc(15px * 1.2));
    max-width: 600px;
}.title_welcomeB .support_panel4 {
    color: #ffffff;
    box-shadow: 0 6px 15px rgba(94, 170, 168, 0.2);
    transform: translateY(0);
    background: linear-gradient(135deg, rgb(143,192,196), rgb(94, 170, 168));
    text-align: center;
    padding: 0.9rem 2rem;
    position: relative;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    overflow: hidden;
    border: none;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
}.title_welcomeB .support_panel4::before {
    position: absolute;
    transition: all 0.5s ease;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    left: -100%;
    width: 100%;
    top: 0;
}.title_welcomeB .support_panel4:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(94, 170, 168, 0.3);
}.title_welcomeB .support_panel4:hover::before {
    transition: all 0.5s ease;
    left: 100%;
}.title_welcomeB .support_panel4:active {
    transform: translateY(-2px);
}.title_welcomeB .photo_gridt {
    animation: photoAppear 1s cubic-bezier(0.33, 1, 0.68, 1) 0.8s forwards;
    border-radius: 13px;
    overflow: hidden;
    height: 300px;
    margin-top: 2rem;
    width: 100%;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(30px) scale(0.95);
    opacity: 0;
}.title_welcomeB .photo_gridt::before {
    left: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgba(94, 170, 168, 0.2), transparent);
    width: 100%;
}

@keyframes fadeSlideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@keyframes svgAppear {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}

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

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

@media (min-width: 768px) {.title_welcomeB {
    padding: 5rem 2rem;
}.title_welcomeB .fast_classes1 {
    gap: 3rem;
    flex-direction: row;
    align-items: center;
}.title_welcomeB .article_wrapP {
    padding: 2rem;
    flex: 1.2;
}.title_welcomeB .photo_gridt {
    height: 450px;
    margin-top: 0;
    flex: 1;
}.title_welcomeB ol {
    align-items: flex-start;
}.title_welcomeB .learn_quickproH {
    text-align: left;
    align-items: flex-start;
}.title_welcomeB svg {
    margin-left: -10px;
}.title_welcomeB .learn_quickproH p {
    margin: 0;
}
}

@media (min-width: 992px) {.title_welcomeB {
    padding: 6rem 3rem;
}.title_welcomeB .fast_classes1 {
    gap: 5rem;
}.title_welcomeB .article_wrapP {
    flex: 1.4;
}.title_welcomeB .photo_gridt {
    transform: perspective(1000px) rotateY(-5deg);
    height: 550px;
    flex: 1;
    transition: transform 0.5s ease;
}.title_welcomeB .photo_gridt:hover {
    transform: perspective(1000px) rotateY(0deg);
}.title_welcomeB h1 {
    text-align: left;
    padding-left: 5%;
}.title_welcomeB h1::after {
    transform: translateX(0);
    left: 5%;
}.title_welcomeB ol {
    gap: 3.5rem;
}
}

@media (min-width: 1200px) {.title_welcomeB {
    padding: 7rem 4rem;
}.title_welcomeB .fast_classes1 {
    max-width: 1400px;
}.title_welcomeB .photo_gridt {
    height: 600px;
}.title_welcomeB svg {
    width: 200px;
}.title_welcomeB .learn_quickproH p {
    font-size: calc(15px * 1.3);
}
}

@media (prefers-reduced-motion) {.title_welcomeB h1,
    .title_welcomeB ol li,
    .title_welcomeB .photo_gridt,
    .title_welcomeB svg,
    .title_welcomeB svg path,
    .title_welcomeB svg text {
    stroke-dashoffset: 0;
    transform: none;
    stroke-dasharray: none;
    animation: none;
    opacity: 1;
}}.teaching_experiencex {
    min-height: 700px;
    background: linear-gradient(150deg, rgb(194,220,226) 0%, #000000 100%);
    overflow: hidden;
    position: relative;
    padding: 8rem 0;
}.teaching_experiencex::before {
    background-size: 150px 150px;
    position: absolute;
    animation: gridFlow 20s linear infinite;
    content: "";
    z-index: 1;
    background: 
        linear-gradient(90deg, transparent 85%, rgb(143,192,196,0.5) 85%, rgb(143,192,196,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(93,155,165,0.5) 85%, rgb(93,155,165,0.5) 88%, transparent 88%);
    height: 100%;
    opacity: 0.1;
    width: 100%;
    left: 0;
    top: 0;
}.teaching_experiencex .container {
    max-width: 1300px;
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
}.teaching_experiencex .student_voicesN {
    background: transparent;
    grid-template-rows: auto auto 1fr;
    display: grid;
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
    position: relative;
    gap: 20px 30px;
    min-height: 580px;
    grid-template-columns: 45% 1fr;
}.teaching_experiencex .student_voicesN::before {
    position: absolute;
    right: 0;
    height: 90%;
    border-radius: 13px;
    filter: blur(40px);
    opacity: 0.3;
    transform: translateY(-50%);
    left: 0;
    background: linear-gradient(90deg, rgb(143,192,196,0.5) 0%, transparent 50%);
    z-index: -1;
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    content: "";
    top: 50%;
}.teaching_experiencex .student_voicesN::after {
    border-radius: 13px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    left: 0;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    top: 0;
    width: 100%;
    content: "";
    z-index: -2;
    backdrop-filter: blur(15px);
    height: 100%;
}.teaching_experiencex .photo_gridt {
    grid-area: photo;
    height: 100%;
    overflow: hidden;
    border-radius: 13px 0 0 13px;
    z-index: 2;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    transform: scale(1);
    filter: contrast(1.1) brightness(1.05);
}.teaching_experiencex .student_voicesN:hover .photo_gridt {
    transform: scale(1.02);
    filter: contrast(1.2) brightness(1.1);
}.teaching_experiencex .photo_gridt::before {
    background: rgb(143,192,196);
    z-index: 3;
    height: 100%;
    top: 0;
    width: 10px;
    content: "";
    opacity: 0.7;
    left: 0;
    position: absolute;
    animation: pulseOpacity 3s ease-in-out infinite;
}.teaching_experiencex .name {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    padding-bottom: 10px;
    font-size: 34px;
    color: #ffffff;
    transform: translateX(0);
    z-index: 3;
    margin-top: 80px;
    position: relative;
    align-self: end;
    font-weight: 700;
    grid-area: name;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}.teaching_experiencex .student_voicesN:hover .name {
    transform: translateX(15px);
}.teaching_experiencex .name::after {
    transition: width 0.5s ease;
    bottom: 0;
    height: 2px;
    content: "";
    width: 0;
    left: 0;
    background: rgb(143,192,196);
    position: absolute;
}.teaching_experiencex .student_voicesN:hover .name::after {
    width: 60%;
}.teaching_experiencex .student_voicesN span:not(.name) {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    backdrop-filter: blur(5px);
    align-self: start;
    transform: translateX(0);
    z-index: 3;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    font-weight: 600;
    font-size: 23px;
    grid-area: job;
    padding: 0.6rem 1.2rem;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    color: rgb(93,155,165);
    display: inline-block;
    border-radius: 10px;
}.teaching_experiencex .student_voicesN:hover span:not(.name) {
    transform: translateX(15px);
    background: rgba(0, 0, 0, 0.3);
}.teaching_experiencex .career_explorez {
    transform: translateY(0);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    backdrop-filter: blur(10px);
    width: 95%;
    position: relative;
    margin-right: 0;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    border-left: 4px solid rgb(93,155,165);
    padding: 2rem;
    line-height: 1.8;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 2;
    align-self: start;
    font-size: 14px;
    grid-area: quote;
    border-radius: 13px;
}.teaching_experiencex .student_voicesN:hover .career_explorez {
    transform: translateX(15px) translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.teaching_experiencex .container::after {
    bottom: -150px;
    content: "";
    background: radial-gradient(circle, rgb(93,155,165,0.5) 0%, transparent 70%);
    position: absolute;
    animation: pulseGlow 10s ease-in-out infinite alternate;
    height: 300px;
    z-index: -1;
    filter: blur(70px);
    opacity: 0.3;
    right: -150px;
    width: 300px;
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}

@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}

@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 992px) {.teaching_experiencex .student_voicesN {
    gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
            "photo_gridt"
            "name"
            "emp_summaryh"
            "career_explorez";
    grid-template-columns: 1fr;
}.teaching_experiencex .photo_gridt {
    height: 350px;
    border-radius: 13px 13px 0 0;
}.teaching_experiencex .photo_gridt::before {
    width: 100%;
    height: 10px;
}.teaching_experiencex .name {
    margin-top: 0;
    text-align: center;
}.teaching_experiencex .name::after {
    transform: translateX(-50%);
    left: 50%;
}.teaching_experiencex .student_voicesN:hover .name {
    transform: translateY(-5px);
}.teaching_experiencex .student_voicesN span:not(.name) {
    margin: 0 auto;
}.teaching_experiencex .student_voicesN:hover span:not(.name) {
    transform: translateY(-5px);
}.teaching_experiencex .career_explorez {
    border-top: 4px solid rgb(93,155,165);
    margin: 0 auto;
    width: 90%;
    border-left: none;
}.teaching_experiencex .student_voicesN:hover .career_explorez {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.teaching_experiencex {
    padding: 5rem 0;
}.teaching_experiencex .photo_gridt {
    height: 250px;
}.teaching_experiencex .name {
    font-size: 23px;
}.teaching_experiencex .student_voicesN span:not(.name) {
    font-size: 14px;
    padding: 0.5rem 1rem;
}.teaching_experiencex .career_explorez {
    width: 95%;
    line-height: 1.6;
    font-size: calc(14px * 0.9);
    padding: 1.5rem;
}}.potential_enrolleesy {
    overflow: hidden;
    background: #ffffff;
    padding: 120px 0;
    position: relative;
}.potential_enrolleesy::before {
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(143,192,196,0.5) 0, transparent 80px),
        radial-gradient(circle at 80% 70%, rgb(93,155,165,0.5) 0, transparent 80px);
    position: absolute;
    opacity: 0.3;
    top: 0;
    content: "";
}.potential_enrolleesy .container {
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1140px;
    position: relative;
}.potential_enrolleesy .fast_classes1 {
    position: relative;
}.potential_enrolleesy h4 {
    color: #000000;
    font-weight: 400;
    text-align: center;
    position: relative;
    margin-bottom: 80px;
    font-size: 47px;
}.potential_enrolleesy h4::after {
    width: 50px;
    bottom: -20px;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    height: 2px;
    left: 50%;
    background: rgb(143,192,196);
}.potential_enrolleesy div > div {
    justify-content: space-between;
    max-width: 900px;
    flex-wrap: wrap;
    margin: 0 auto;
    display: flex;
    gap: 40px 20px;
}.potential_enrolleesy p {
    margin: 0;
    text-align: center;
    position: relative;
    flex: 0 0 calc(33.333% - 20px);
    align-items: center;
    display: flex;
    color: #000000;
    padding: 0;
    transition: all 0.5s ease;
    flex-direction: column;
    font-size: 17px;
}.potential_enrolleesy p::before {
    content: "";
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 0;
    background: rgb(194,220,226);
    top: 50%;
    border-radius: 50%;
    position: absolute;
    height: 0;
}.potential_enrolleesy p:hover::before {
    width: 170%;
    height: 200%;
}.potential_enrolleesy p svg {
    transition: all 0.4s ease;
    margin-bottom: 15px;
    width: 50px;
    border: 1px solid rgb(143,192,196,0.5);
    border-radius: 50%;
    padding: 10px;
    height: 50px;
}.potential_enrolleesy p svg path {
    transition: fill 0.3s ease;
    fill: rgb(143,192,196);
}.potential_enrolleesy p:hover svg {
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
    border-color: transparent;
}.potential_enrolleesy p:hover svg path {
    fill: rgb(93,155,165);
}.potential_enrolleesy p span {
    padding-top: 10px;
    position: relative;
}.potential_enrolleesy p span::before {
    background: rgb(143,192,196);
    left: 50%;
    content: "";
    height: 1px;
    top: 0;
    transition: width 0.3s ease;
    transform: translateX(-50%);
    width: 0;
    position: absolute;
}.potential_enrolleesy p:hover span::before {
    width: 30px;
}@keyframes floatAnimation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.potential_enrolleesy p:nth-child(odd) {
    animation: floatAnimation 5s infinite ease-in-out;
}.potential_enrolleesy p:nth-child(even) {
    animation: floatAnimation 6s infinite ease-in-out reverse;
}@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.potential_enrolleesy .fast_classes1 > div p {
    opacity: 0;
    animation: fadeIn 0.6s ease forwards;
}.potential_enrolleesy .fast_classes1 > div p:nth-child(1) {
    animation-delay: 0.1s;
}.potential_enrolleesy .fast_classes1 > div p:nth-child(2) {
    animation-delay: 0.2s;
}.potential_enrolleesy .fast_classes1 > div p:nth-child(3) {
    animation-delay: 0.3s;
}.potential_enrolleesy .fast_classes1 > div p:nth-child(4) {
    animation-delay: 0.4s;
}.potential_enrolleesy .fast_classes1 > div p:nth-child(5) {
    animation-delay: 0.5s;
}.potential_enrolleesy .fast_classes1 > div p:nth-child(6) {
    animation-delay: 0.6s;
}.potential_enrolleesy::after {
    height: 2px;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(143,192,196,0.5), 
        rgb(93,155,165,0.5), 
        transparent);
    left: 0;
    content: "";
    position: absolute;
}

@media (max-width: 991px) {.potential_enrolleesy {
    padding: 100px 0;
}.potential_enrolleesy h4 {
    font-size: calc(47px * 0.9);
    margin-bottom: 60px;
}.potential_enrolleesy div > div {
    gap: 30px 20px;
}.potential_enrolleesy p {
    flex: 0 0 calc(50% - 20px);
}.potential_enrolleesy p svg {
    margin-bottom: 12px;
    width: 45px;
    height: 45px;
}
}

@media (max-width: 768px) {.potential_enrolleesy {
    padding: 80px 0;
}.potential_enrolleesy h4 {
    font-size: calc(47px * 0.8);
    margin-bottom: 50px;
}.potential_enrolleesy h4::after {
    bottom: -15px;
    width: 40px;
}.potential_enrolleesy div > div {
    gap: 40px 0;
}.potential_enrolleesy p {
    flex: 0 0 100%;
}.potential_enrolleesy p:nth-child(odd),
    .potential_enrolleesy p:nth-child(even) {
    animation: none;
}
}

@media (max-width: 576px) {.potential_enrolleesy {
    padding: 60px 0;
}.potential_enrolleesy h4 {
    font-size: calc(47px * 0.7);
    margin-bottom: 40px;
}.potential_enrolleesy h4::after {
    width: 30px;
    bottom: -12px;
}.potential_enrolleesy div > div {
    gap: 30px 0;
}.potential_enrolleesy p svg {
    margin-bottom: 10px;
    padding: 8px;
    width: 40px;
    height: 40px;
}.potential_enrolleesy p {
    font-size: calc(17px * 0.9);
}}.cookie_warning_window8 {
    z-index: 100;
    padding: 20px 0;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    background: rgb(194,220,226);
    bottom: 0;
    position: fixed;
    border-top: 3px solid rgb(143,192,196);
    width: 100%;
}.privacy_switchx {
    margin: auto;
    padding: 20px;
    align-items: center;
    max-width: 1200px;
    display: flex;
    border-radius: 22px;
    border: 2px solid rgb(143,192,196);
    background: rgba(0, 0, 0, 0.5);
    width: 90%;
    justify-content: space-between;
}.cookie_checkK {
    margin-right: 20px;
    flex-shrink: 0;
}.cookie_checkK svg {
    fill: rgb(143,192,196);
    height: 50px;
    width: 50px;
}.consent_panelN {
    color: #ffffff;
    flex-grow: 1;
    text-align: left;
}.consent_panelN h5 {
    letter-spacing: 1px;
    color: rgb(143,192,196);
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
}.consent_panelN p {
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
}.consent_panelN p a {
    text-decoration: underline;
    color: rgb(143,192,196);
}.cookie_tipsq {
    text-decoration: none;
    padding: 10px 20px;
    min-width: 120px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    color: #ffffff;
    font-size: 20px;
    background: rgb(143,192,196);
    text-align: center;
    flex-shrink: 0;
}.cookie_button.privacy_cookiesd {
    margin-right: 10px;
}#userAgreementPopupN {
    display: none;
}#userAgreementPopupN:checked ~ .cookie_warning_window8 {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.privacy_switchx {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.cookie_checkK {
    margin-bottom: 20px;
    margin-right: 0;
}.cookie_tipsq {
    width: 100%;
    max-width: 250px;
    margin: 10px 0;
}
}
