* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    max-width: 100%;
    width: 1190px;
    margin: auto;
}header,footer {
    width: 100%;
}.main_classOG {
    flex: 1 0 auto;
}html,body {
    min-height: 100%;
    auto
contain
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}svg {
    width: 30px;
    height: 30px;
}.workshop_ctaBL {
    flex: 0 0 auto;
}::-webkit-scrollbar {
    width: thin;
    padding: 5px;
}::-webkit-scrollbar-button {
    border-radius: 6px;
}::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    box-shadow: 4px -3px 12px 6px rgba(0, 0, 0, 0.2);
    background: rgb(85,105,104,0.5);
    min-height: 37px;
}* {
    scrollbar-color: rgb(85,105,104) rgb(118,139,138,0.5);
}.grid-containerCF {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    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;
}}
.customer_experiencemP {
    overflow: hidden;
    position: relative;
    padding: 140px 0 160px;
    background: radial-gradient(circle at 70% 30%, rgb(85,105,104,0.5) 0%, rgb(152,173,173) 70%);
}.customer_experiencemP::before {
    left: 50%;
    width: 150vw;
    border-radius: 50%;
    opacity: 0.1;
    background: conic-gradient(
        from 0deg, 
        transparent 0deg,
        rgb(118,139,138,0.5) 10deg,
        transparent 20deg,
        transparent 70deg,
        rgb(85,105,104,0.5) 80deg,
        transparent 90deg,
        transparent 180deg,
        rgb(118,139,138,0.5) 190deg,
        transparent 200deg,
        transparent 250deg,
        rgb(85,105,104,0.5) 260deg,
        transparent 270deg,
        transparent 360deg
    );
    position: absolute;
    height: 150vw;
    animation: rotateBackground 60s linear infinite;
    content: "";
    transform: translate(-50%, -50%);
    top: 50%;
}@keyframes rotateBackground {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.customer_experiencemP .founder_visiongy {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}.customer_experiencemP h4 {
    margin-bottom: 100px;
    color: #000000;
    font-weight: 700;
    font-size: 35px;
    position: relative;
    text-align: center;
    font-family: Arial, sans-serif;
}.customer_experiencemP h4::before,
.customer_experiencemP h4::after {
    position: absolute;
    background: rgb(118,139,138);
    bottom: -20px;
    content: "";
    height: 3px;
}.customer_experiencemP h4::before {
    left: calc(50% - 100px);
    width: 80px;
}.customer_experiencemP h4::after {
    right: calc(50% - 100px);
    width: 80px;
}.customer_experiencemP .student_ratingsLP {
    gap: 40px;
    max-width: 1100px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    margin: 0 auto;
    position: relative;
}.customer_experiencemP .student_ratingsLP::before {
    border: 2px dashed rgb(118,139,138,0.5);
    opacity: 0.5;
    top: 50%;
    content: "";
    z-index: -1;
    border-radius: 17px;
    height: 100%;
    transform: translate(-50%, -50%) scale(1.05);
    position: absolute;
    left: 50%;
    width: 100%;
}.customer_experiencemP .review_listxr {
    position: relative;
    width: 100%;
    display: flex;
    transition: all 0.4s ease;
    padding: 0;
    flex-direction: column;
    align-items: center;
}.customer_experiencemP .review_listxr:hover {
    transform: translateY(-10px) scale(1.03);
    z-index: 5;
}.customer_experiencemP .review_listxr .cover_imageed {
    width: 80px;
    border: 4px solid #ffffff;
    height: 80px;
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}.customer_experiencemP .review_listxr:hover .cover_imageed {
    box-shadow: 0 8px 25px rgb(118,139,138,0.5);
    transform: scale(1.1);
}.customer_experiencemP .review_listxr::after {
    left: 50%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(118,139,138,0.5), transparent);
    z-index: 1;
    width: 2px;
    top: 70px;
    transform: translateX(-50%);
    height: 60px;
    content: "";
}.customer_experiencemP .review_listxr span {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    color: #000000;
    padding: 0 10px;
    position: relative;
    text-align: center;
    font-size: 16px;
    z-index: 2;
    font-family: Arial, sans-serif;
}.customer_experiencemP .review_listxr p {
    font-size: 18px;
    z-index: 2;
    width: 100%;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    background: #ffffff;
    position: relative;
    padding: 20px;
    font-family: Arial, sans-serif;
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 17px;
    transition: all 0.3s ease;
}.customer_experiencemP .review_listxr:hover p {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.customer_experiencemP .review_listxr p::before {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: -10px;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
    content: "";
    border-right: 10px solid transparent;
}.customer_experiencemP .review_listxr:last-child:nth-child(3n-1) {
    grid-column: 2;
}.customer_experiencemP .review_listxr:last-child:nth-child(3n-2) {
    grid-column: 2;
}

@media (max-width: 1200px) {.customer_experiencemP .student_ratingsLP {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.customer_experiencemP .review_listxr {
    width: 100%;
}.customer_experiencemP .review_listxr:last-child:nth-child(2n-1) {
    grid-column: 1 / span 2;
    width: 80%;
    margin: 0 auto;
}
}

@media (max-width: 768px) {.customer_experiencemP {
    padding: 80px 0 100px;
}.customer_experiencemP .student_ratingsLP {
    grid-template-columns: 1fr;
    gap: 40px;
}.customer_experiencemP .review_listxr {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
}.customer_experiencemP .review_listxr:last-child:nth-child(2n-1) {
    grid-column: 1;
    width: 100%;
}.customer_experiencemP .review_listxr:hover {
    transform: translateY(-5px);
}.customer_experiencemP h4 {
    margin-bottom: 50px;
}}.privacy_garrisonKC {
    padding: 40px;
    color: #ffffff;
    overflow: hidden;
    height: auto;
    font-family: Arial, sans-serif;
    border: 2px solid rgb(118,139,138);
    width: 100%;
    box-shadow: 0 0 15px rgb(118,139,138,0.5);
}.privacy_garrisonKC h1 {
    color: rgb(118,139,138);
    margin-bottom: 20px;
    font-size: 47px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-top: 30px;
    text-shadow: 0 0 10px rgb(118,139,138,0.5);
    font-weight: 700;
    border-bottom: 2px solid rgb(118,139,138);
}.privacy_garrisonKC h2 {
    font-weight: 600;
    color: rgb(85,105,104);
    border-bottom: 1px solid rgb(85,105,104);
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 32px;
    margin-top: 25px;
    text-shadow: 0 0 10px rgb(85,105,104,0.5);
}.privacy_garrisonKC h3, .privacy_garrisonKC h4, .privacy_garrisonKC h5, .privacy_garrisonKC h6 {
    margin-bottom: 10px;
    font-size: 18px;
    margin-top: 20px;
    color: rgb(118,139,138);
    font-weight: 600;
    text-shadow: 0 0 5px rgb(118,139,138,0.5);
}.privacy_garrisonKC li {
    color: #000000;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.6;
    font-weight: 400;
    font-size: 13px;
}.privacy_garrisonKC li::before {
    left: -15px;
    content: "▸";
    color: rgb(118,139,138);
    top: 0;
    position: absolute;
}.privacy_garrisonKC section {
    margin-top: 20px;
    box-shadow: 0 0 15px rgb(118,139,138,0.5);
    border-radius: 10px;
    padding: 20px;
}.privacy_garrisonKC p, .privacy_garrisonKC span, .privacy_garrisonKC div {
    line-height: 1.8;
    text-shadow: 0 0 5px rgb(118,139,138,0.5);
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 300;
    color: #000000;
}

@media only screen and (max-width: 800px) {.privacy_garrisonKC {
    padding: 20px 10px;
}.privacy_garrisonKC h1 {
    font-size: calc(18px * 0.8);
}.privacy_garrisonKC h2 {
    font-size: calc(18px * 0.8);
}.privacy_garrisonKC h3, .privacy_garrisonKC h4, .privacy_garrisonKC h5, .privacy_garrisonKC h6 {
    font-size: calc(18px * 0.8);
}.privacy_garrisonKC p, .privacy_garrisonKC span, .privacy_garrisonKC div {
    font-size: calc(13px * 0.9);
}}.pricing_gridFz {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.pricing_gridFz::before {
    z-index: 1;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgba(18, 36, 66, 0.92), rgba(39, 55, 89, 0.85));
    width: 100%;
    left: 0;
    top: 0;
    content: "";
}.pricing_gridFz .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1320px;
    z-index: 2;
    position: relative;
}.group_ratesBX {
    position: relative;
}.pricing_gridFz h2 {
    font-weight: 700;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    text-align: center;
    transform: translateY(0);
    margin-bottom: 20px;
    font-size: 37px;
    color: #ffffff;
    position: relative;
}.pricing_gridFz h2::after {
    background: rgb(118,139,138);
    bottom: -12px;
    left: 50%;
    position: absolute;
    width: 80px;
    content: "";
    height: 3px;
    transform: translateX(-50%);
}.pricing_gridFz .pricing_cataloggf {
    text-align: center;
    margin: 0 auto 50px;
    line-height: 1.6;
    font-size: 18px;
    max-width: 760px;
    opacity: 0.9;
    color: #ffffff;
}.pricing_gridFz .discount_dealsIa {
    display: grid;
    margin: 0;
    list-style: none;
    gap: 30px;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing_gridFz .skill_offersJu {
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    display: block;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
}.pricing_gridFz .plan_optionsHK {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    backdrop-filter: blur(10px);
    min-height: 380px;
    height: 100%;
    height: 100%;
    transition: all 0.4s ease;
    padding: 30px;
    justify-content: space-between;
    display: flex;
    position: relative;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.pricing_gridFz .plan_optionsHK::before {
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    transition: opacity 0.5s ease;
    opacity: 0;
    background: linear-gradient(to bottom right, 
        rgb(118,139,138,0.5), 
        transparent,
        rgba(255, 255, 255, 0.05));
    top: 0;
}.pricing_gridFz .promo_ratesEX {
    display: flex;
    height: 100%;
    z-index: 2;
    position: relative;
    flex-direction: column;
}.pricing_gridFz .skill_offersJu h4 {
    font-weight: 600;
    margin-bottom: 20px;
    transition: transform 0.4s ease;
    font-size: 22px;
    color: #ffffff;
    position: relative;
    padding-bottom: 15px;
}.pricing_gridFz .skill_offersJu h4::after {
    transition: width 0.4s ease;
    background: rgb(118,139,138);
    bottom: 0;
    left: 0;
    width: 40px;
    content: "";
    position: absolute;
    height: 2px;
}.pricing_gridFz .skill_offersJu p {
    word-break: break-word;
    white-space: normal;
    font-size: 15px;
    line-height: 1.7;
    flex-grow: 1;
    color: #ffffff;
    opacity: 0.85;
    overflow-wrap: break-word;
    margin-bottom: 25px;
}.pricing_gridFz .monthly_planDg {
    margin-top: auto;
    background: linear-gradient(135deg, rgb(118,139,138), rgb(85,105,104));
    font-size: 28px;
    align-self: flex-start;
    display: inline-block;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    position: relative;
    border-radius: 10px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    color: #ffffff;
    padding: 10px 20px;
}.pricing_gridFz .monthly_planDg::before {
    transition: transform 0.6s ease;
    transform: translateX(-100%);
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}.pricing_gridFz .skill_offersJu:hover {
    transform: translateY(-10px);
}.pricing_gridFz .skill_offersJu:hover .plan_optionsHK {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
}.pricing_gridFz .skill_offersJu:hover .plan_optionsHK::before {
    opacity: 1;
}.pricing_gridFz .skill_offersJu:hover h4 {
    transform: translateX(5px);
}.pricing_gridFz .skill_offersJu:hover h4::after {
    width: 60px;
}.pricing_gridFz .skill_offersJu:hover .monthly_planDg {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}.pricing_gridFz .skill_offersJu:hover .monthly_planDg::before {
    transform: translateX(100%);
}

@media (max-width: 1200px) {.pricing_gridFz {
    padding: 100px 0;
}.pricing_gridFz .discount_dealsIa {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
}.pricing_gridFz .plan_optionsHK {
    min-height: 360px;
    padding: 25px;
}.pricing_gridFz h2 {
    font-size: calc(37px - 2px);
}
}

@media (max-width: 992px) {.pricing_gridFz {
    padding: 80px 0;
}.pricing_gridFz .discount_dealsIa {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.pricing_gridFz .plan_optionsHK {
    min-height: 340px;
    padding: 22px;
}.pricing_gridFz .skill_offersJu h4 {
    font-size: 20px;
}.pricing_gridFz .skill_offersJu p {
    font-size: 14px;
    line-height: 1.6;
}.pricing_gridFz .monthly_planDg {
    font-size: 24px;
    padding: 8px 16px;
}
}

@media (max-width: 768px) {.pricing_gridFz {
    padding: 60px 0;
}.pricing_gridFz .discount_dealsIa {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.pricing_gridFz .plan_optionsHK {
    padding: 25px;
    min-height: auto;
}.pricing_gridFz h2 {
    font-size: calc(37px - 4px);
}.pricing_gridFz .pricing_cataloggf {
    margin-bottom: 40px;
    font-size: 16px;
}
}

@media (max-width: 576px) {.pricing_gridFz {
    padding: 50px 0;
}.pricing_gridFz h2 {
    font-size: calc(37px - 6px);
}.pricing_gridFz .pricing_cataloggf {
    font-size: 15px;
    margin-bottom: 30px;
}.pricing_gridFz .plan_optionsHK {
    padding: 20px;
}.pricing_gridFz .skill_offersJu h4 {
    margin-bottom: 15px;
    font-size: 18px;
    padding-bottom: 12px;
}.pricing_gridFz .skill_offersJu p {
    font-size: 14px;
    margin-bottom: 20px;
}.pricing_gridFz .monthly_planDg {
    padding: 8px 14px;
    font-size: 22px;
}}

.course_overviewgJ {
    justify-content: center;
    overflow: hidden;
    background-color: rgb(152,173,173);
    min-height: 100vh;
    align-items: center;
    display: flex;
    position: relative;
}.course_overviewgJ .job_trainingGn {
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
}.course_overviewgJ .job_trainingGn::before {
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
    background: radial-gradient(circle at center, transparent 30%, #000000 100%);
}.course_overviewgJ .education_flowsU {
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}.course_overviewgJ .learn_networkrq {
    transition: transform 1s ease;
    transform: scale(1.1);
    width: 100%;
    opacity: 0;
    height: 100%;
    left: 0;
    position: absolute;
    animation: fade-slides 30s infinite;
    top: 0;
}.course_overviewgJ .job_trainingGn:hover .learn_networkrq {
    animation-play-state: paused;
}.course_overviewgJ .learn_networkrq:hover {
    transform: scale(1);
}.course_overviewgJ .learn_networkrq:nth-child(1) {
    animation-delay: 0s;
}.course_overviewgJ .learn_networkrq:nth-child(2) {
    animation-delay: -6s;
}.course_overviewgJ .learn_networkrq:nth-child(3) {
    animation-delay: -12s;
}.course_overviewgJ .learn_networkrq:nth-child(4) {
    animation-delay: -18s;
}.course_overviewgJ .learn_networkrq:nth-child(5) {
    animation-delay: -24s;
}.course_overviewgJ .learn_networkrq img {
    object-fit: cover;
    width: 100%;
    filter: saturate(0.8) brightness(0.7);
    height: 100%;
}.course_overviewgJ .container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    z-index: 10;
}.course_overviewgJ .founder_visiongy {
    align-items: center;
    display: flex;
    justify-content: center;
}.course_overviewgJ .class_mapcD {
    backdrop-filter: blur(10px);
    display: flex;
    overflow: hidden;
    align-items: center;
    width: 100%;
    flex-direction: column;
    border-radius: 50%;
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    max-width: 1000px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 3rem;
    position: relative;
}.course_overviewgJ .class_mapcD::before {
    position: absolute;
    opacity: 0.7;
    content: "";
    z-index: -1;
    bottom: -5px;
    animation: rotate-border 15s linear infinite;
    border-radius: 50%;
    left: -5px;
    top: -5px;
    right: -5px;
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        rgb(118,139,138,0.5) 90deg,
        transparent 180deg,
        rgb(85,105,104,0.5) 270deg,
        transparent 360deg
    );
}.course_overviewgJ .class_mapcD::after {
    animation: pulse-glow 5s ease-in-out infinite alternate;
    height: 120%;
    background: radial-gradient(
        ellipse at center,
        rgb(118,139,138,0.5) 0%,
        transparent 70%
    );
    opacity: 0.1;
    width: 120%;
    filter: blur(20px);
    z-index: -2;
    position: absolute;
    content: "";
}.course_overviewgJ .class_mapcD h3 {
    color: #ffffff;
    margin-bottom: 1rem;
    position: relative;
    font-weight: 700;
    font-size: 35px;
}.course_overviewgJ .class_mapcD p {
    margin-bottom: 2rem;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.6;
    display: -webkit-box;
    color: #000000;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}.course_overviewgJ .request_requestVn {
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    z-index: 1;
    color: #ffffff;
    padding: 0.8rem 2rem;
    position: relative;
    background: rgb(118,139,138);
    overflow: hidden;
    font-size: 19px;
    transition: all 0.3s ease;
    border-radius: 50px;
    text-decoration: none;
}.course_overviewgJ .request_requestVn::before {
    transition: transform 0.6s ease;
    background: rgb(85,105,104);
    top: 0;
    transform-origin: right;
    height: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    transform: scaleX(0);
    left: 0;
}.course_overviewgJ .request_requestVn:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
}.course_overviewgJ .request_requestVn:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.course_overviewgJ .class_mapcD .orbital-elements {
    top: 0;
    width: 100%;
    pointer-events: none;
    height: 100%;
    border-radius: 50%;
    left: 0;
    position: absolute;
}.course_overviewgJ .class_mapcD::before,
.course_overviewgJ .class_mapcD::after {
    border-radius: 50%;
    content: "";
    position: absolute;
}.course_overviewgJ::after {
    content: "";
    bottom: 15%;
    display: flex;
    gap: 15px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 100;
}.course_overviewgJ::after {
    background: repeating-linear-gradient(
        90deg,
        #ffffff,
        #ffffff 10px,
        transparent 10px,
        transparent 25px
    );
    opacity: 0.3;
    width: 100px;
    height: 10px;
}

@keyframes fade-slides {
    0%, 16% {
        opacity: 1;
        z-index: 5;
    }
    20%, 96% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}

@keyframes rotate-border {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-glow {
    0% {
        opacity: 0.05;
        transform: scale(0.95);
    }
    100% {
        opacity: 0.15;
        transform: scale(1.05);
    }
}

@keyframes slide-indicator {
    0%, 16% {
        left: calc(50% - 50px);
    }
    20%, 36% {
        left: calc(50% - 25px);
    }
    40%, 56% {
        left: calc(50%);
    }
    60%, 76% {
        left: calc(50% + 25px);
    }
    80%, 96% {
        left: calc(50% + 50px);
    }
    100% {
        left: calc(50% - 50px);
    }
}


@media screen and (max-width: 1200px) {.course_overviewgJ .class_mapcD {
    max-width: 900px;
}
}

@media screen and (max-width: 992px) {.course_overviewgJ .class_mapcD {
    max-width: 800px;
    padding: 3rem;
}
}

@media screen and (max-width: 768px) {.course_overviewgJ {
    padding: 2rem 0;
}.course_overviewgJ .class_mapcD {
    border-radius: 20px;
    aspect-ratio: auto;
    padding: 3rem;
    min-height: 700px;
    height: auto;
    max-width: 700px;
}.course_overviewgJ .class_mapcD::before {
    border-radius: 20px;
}.course_overviewgJ .class_mapcD h3 {
    font-size: calc(35px * 0.9);
}.course_overviewgJ .class_mapcD p {
    -webkit-line-clamp: 3;
}
}

@media screen and (max-width: 576px) {.course_overviewgJ .class_mapcD {
    border-radius: 15px;
    max-width: 90%;
    aspect-ratio: auto;
    min-height: auto;
    padding: 2rem 1.5rem;
}.course_overviewgJ .class_mapcD::before {
    border-radius: 15px;
}.course_overviewgJ .class_mapcD h3 {
    font-size: calc(35px * 0.8);
}.course_overviewgJ .class_mapcD p {
    font-size: calc(15px * 0.9);
    margin-bottom: 1.5rem;
    -webkit-line-clamp: 4;
}.course_overviewgJ .request_requestVn {
    padding: 0.7rem 1.8rem;
    font-size: calc(19px * 0.9);
}.course_overviewgJ::after {
    bottom: 10%;
}}


.course_overviewgJ .education_flowsU:has(.learn_networkrq:nth-child(2):last-child) .learn_networkrq:nth-child(1) {
    animation-delay: 0s;
}.course_overviewgJ .education_flowsU:has(.learn_networkrq:nth-child(2):last-child) .learn_networkrq:nth-child(2) {
    animation-delay: -15s;
}.course_overviewgJ .education_flowsU:has(.learn_networkrq:nth-child(3):last-child) .learn_networkrq:nth-child(1) {
    animation-delay: 0s;
}.course_overviewgJ .education_flowsU:has(.learn_networkrq:nth-child(3):last-child) .learn_networkrq:nth-child(2) {
    animation-delay: -10s;
}.course_overviewgJ .education_flowsU:has(.learn_networkrq:nth-child(3):last-child) .learn_networkrq:nth-child(3) {
    animation-delay: -20s;
}.course_overviewgJ .education_flowsU:has(.learn_networkrq:nth-child(4):last-child) .learn_networkrq:nth-child(1) {
    animation-delay: 0s;
}.course_overviewgJ .education_flowsU:has(.learn_networkrq:nth-child(4):last-child) .learn_networkrq:nth-child(2) {
    animation-delay: -7.5s;
}.course_overviewgJ .education_flowsU:has(.learn_networkrq:nth-child(4):last-child) .learn_networkrq:nth-child(3) {
    animation-delay: -15s;
}.course_overviewgJ .education_flowsU:has(.learn_networkrq:nth-child(4):last-child) .learn_networkrq:nth-child(4) {
    animation-delay: -22.5s;
}.stay_connectedCa {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    padding: 4rem;
    overflow: hidden;
    isolation: isolate;
    background: rgb(152,173,173);
    position: relative;
}.stay_connectedCa::before {
    position: absolute;
    z-index: -1;
    opacity: 0.3;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(118,139,138,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(85,105,104,0.5) 0%, transparent 40%);
    content: "";
    inset: 0;
}.stay_connectedCa::after {
    top: 0;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgb(118,139,138,0.5) 10px, rgb(118,139,138,0.5) 11px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgb(85,105,104,0.5) 10px, rgb(85,105,104,0.5) 11px);
    position: absolute;
    z-index: -1;
    opacity: 0.05;
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
}.stay_connectedCa .founder_visiongy {
    gap: 3rem;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    position: relative;
    align-items: center;
}.stay_connectedCa .founder_visiongy::before {
    width: 100px;
    right: -30px;
    content: "";
    animation: rotate-shape 20s linear infinite;
    background: rgb(118,139,138);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    height: 100px;
    position: absolute;
    top: -30px;
    opacity: 0.15;
}.stay_connectedCa .founder_visiongy::after {
    bottom: -30px;
    content: "";
    background: rgb(85,105,104);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    animation: rotate-shape 20s linear infinite reverse;
    position: absolute;
    width: 100px;
    left: -30px;
    height: 100px;
    opacity: 0.15;
}.stay_connectedCa p {
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-weight: 700;
    z-index: 1;
    color: #000000;
    margin: 0;
    font-size: 22px;
}.stay_connectedCa p::before {
    border: 2px solid rgb(118,139,138,0.5);
    animation: square-pulse 5s infinite alternate;
    opacity: 0.5;
    position: absolute;
    z-index: -1;
    height: 50px;
    top: -15px;
    content: "";
    width: 50px;
    left: -15px;
}.stay_connectedCa p::after {
    content: "";
    width: 50px;
    position: absolute;
    left: 20px;
    height: 3px;
    z-index: -1;
    bottom: -10px;
    animation: line-extend 3s infinite alternate;
    background: rgb(85,105,104);
}.stay_connectedCa .input_holder {
    display: flex;
    height: 60px;
    position: relative;
    align-items: stretch;
    perspective: 1000px;
}.stay_connectedCa .input_holder::before {
    background: linear-gradient(45deg, transparent, rgb(118,139,138,0.5), transparent);
    filter: blur(5px);
    top: -10px;
    border-radius: 10px;
    transform: rotateX(10deg) rotateY(-10deg);
    z-index: -1;
    content: "";
    right: -10px;
    bottom: -10px;
    position: absolute;
    opacity: 0.2;
    left: -10px;
}.stay_connectedCa .subscribe_nowLH {
    color: #000000;
    font-family: Arial, sans-serif;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #ffffff;
    flex: 1;
    border: 1px solid transparent;
    height: 100%;
    transition: all 0.3s ease;
    font-size: 12px;
    padding: 0 1.5rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}.stay_connectedCa .subscribe_nowLH:focus {
    border-color: rgb(118,139,138);
    outline: none;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}.stay_connectedCa .subscribe_nowLH::placeholder {
    opacity: 0.6;
    color: #000000;
}.stay_connectedCa .sub_backdropbZ {
    transition: all 0.3s ease;
    border: none;
    border-bottom-right-radius: 10px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    border-top-right-radius: 10px;
    position: relative;
    color: #ffffff;
    background: rgb(118,139,138);
    padding: 0 2rem;
    cursor: pointer;
    overflow: hidden;
    font-size: 14px;
    isolation: isolate;
    height: 100%;
}.stay_connectedCa .sub_backdropbZ::before {
    z-index: -1;
    content: "";
    transform: translateY(100%);
    transition: transform 0.3s ease;
    background: rgb(85,105,104);
    inset: 0;
    position: absolute;
}.stay_connectedCa .sub_backdropbZ:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.stay_connectedCa .sub_backdropbZ:hover::before {
    transform: translateY(0);
}

@keyframes square-pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

@keyframes line-extend {
    0% {
        width: 50px;
    }
    100% {
        width: 100px;
    }
}

@keyframes rotate-shape {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {.stay_connectedCa {
    padding: 3rem 1.5rem;
}.stay_connectedCa .founder_visiongy {
    grid-template-columns: 1fr;
    gap: 2rem;
}.stay_connectedCa p {
    font-size: 22px;
}.stay_connectedCa .input_holder {
    height: auto;
    flex-direction: column;
}.stay_connectedCa .subscribe_nowLH {
    margin-bottom: 1rem;
    height: 60px;
    border-radius: 10px;
    width: 100%;
}.stay_connectedCa .sub_backdropbZ {
    border-radius: 10px;
    width: 100%;
    height: 60px;
}}footer {
    width: 100%;
    position: relative;
}footer .workshop_ctaBL {
    padding: 250px 0 30px;
    position: relative;
    background:rgb(85,105,104);
    font-family: Arial, sans-serif;
    color: #ffffff;
}footer .workshop_ctaBL::before {
    content: "";
    position: absolute;
    height: 20px;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(118,139,138) 25%, rgb(85,105,104) 25%, rgb(85,105,104) 50%, rgb(118,139,138) 50%, rgb(118,139,138) 75%, rgb(85,105,104) 75%);
}footer .training_zonecR {
    position: relative;
    z-index: 1;
}footer .support_requestng {
    background-color: #ffffff;
    overflow: hidden;
    right: 0;
    justify-content: space-between;
    left: 0;
    position: absolute;
    margin-bottom: 50px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    top: -120px;
    flex-wrap: wrap;
    display: flex;
    padding: 0;
}footer .info_item {
    transition: all 0.3s ease;
    flex: 1 1 250px;
    justify-content: flex-start;
    display: flex;
    position: relative;
    padding: 25px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    align-items: center;
}footer .info_item:last-child {
    border-right: none;
}footer .info_item::after {
    height: 3px;
    background-color: rgb(118,139,138);
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    content: "";
    width: 0;
    bottom: 0;
}footer .info_item:hover::after {
    width: 100%;
}footer .info_item svg {
    height: 22px;
    width: 22px;
    fill: rgb(118,139,138);
    margin-right: 15px;
    flex-shrink: 0;
}footer .info_item p,
footer .info_item a {
    color: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 12px;
}footer .info_item a:hover {
    color: rgb(118,139,138);
}footer .text_main_holder {
    gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 100px;
    display: grid;
}footer .first_classUH {
    padding: 0 25px;
    position: relative;
}footer .first_classUH svg {
    filter: brightness(0) invert(1);
    width: auto;
    margin-bottom: 20px;
    height: 45px;
}footer .footer_milestonesIh {
    line-height: 1.6;
    max-width: 350px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}footer .header_knowiY {
    padding: 0 25px;
    position: relative;
}footer .header_knowiY h5 {
    position: relative;
    margin-bottom: 25px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    color: #ffffff;
}footer .header_knowiY h5::after {
    left: 0;
    content: "";
    height: 2px;
    width: 60px;
    background-color: rgb(118,139,138);
    position: absolute;
    bottom: -2px;
}footer .site_headerzs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}footer .site_headerzs a {
    margin: 5px 8px 5px 0;
    background-color: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}footer .site_headerzs a:hover {
    transform: translateY(-3px);
    color: #ffffff;
    background-color: rgb(118,139,138);
}footer .subscribe_holder {
    padding: 30px 25px;
    background-color: rgb(85,105,104,0.5);
    border-radius: 15px;
    position: relative;
}footer .subscribe_holder h5 {
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
}footer .subscribe_holder p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
    line-height: 1.6;
}footer .input_holder {
    position: relative;
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .input_holder::before {
    width: 50px;
    border-radius: 50%;
    opacity: 0.1;
    position: absolute;
    background-color: rgb(118,139,138);
    height: 50px;
    top: -10px;
    z-index: -1;
    content: "";
    right: -10px;
}footer .input_holder::after {
    left: -10px;
    border-radius: 50%;
    position: absolute;
    background-color: rgb(85,105,104);
    width: 70px;
    z-index: -1;
    height: 70px;
    bottom: -20px;
    content: "";
    opacity: 0.1;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    color: rgb(85,105,104);
    border-radius: 10px;
    border: none;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.6;
}footer .sub_backdropbZ {
    position: relative;
    font-weight: 600;
    border: none;
    font-size: 16px;
    border-radius: 10px;
    color: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
    background-color: rgb(118,139,138);
    padding: 15px;
    cursor: pointer;
}footer .sub_backdropbZ::before {
    width: 100%;
    transition: left 0.7s ease;
    left: -100%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    top: 0;
}footer .sub_backdropbZ:hover {
    background-color: rgb(85,105,104);
}footer .sub_backdropbZ:hover::before {
    left: 100%;
}footer .webinar_ctagn {
    margin-top: 50px;
    padding-top: 20px;
    text-align: center;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
}footer .reg_remindZs {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .workshop_ctaBL {
    padding-top: 60px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_backdropbZ {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .support_requestng {
    position: relative;
    top: 0;
    margin-bottom: 80px;
}footer .workshop_ctaBL {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}

@media (max-width: 767px) {footer .info_item {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}footer .info_item:last-child {
    border-bottom: none;
}footer .header_knowiY, footer .subscribe_holder, footer .first_classUH {
    padding: 20px;
}footer .webinar_ctagn {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .header_knowiY h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(20px - 2px);
}footer .site_headerzs a {
    font-size: calc(12px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .sub_backdropbZ {
    padding: 12px;
}}.welcome_pagedT {
    position: relative;
    overflow: hidden;
    width: 100%;
}.welcome_pagedT .learn_frontnI {
    display: flex;
    min-height: 100vh;
    background-blend-mode: multiply !important;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    box-shadow: inset 0 0 150px rgba(0, 0, 0, 0.6);
    padding: 4rem 2rem;
}.welcome_pagedT .learn_frontnI::before {
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(85,105,104,0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
    right: 0;
    z-index: 1;
    content: "";
    bottom: 0;
    left: 0;
}.welcome_pagedT .learn_frontnI::after {
    pointer-events: none;
    z-index: 2;
    position: absolute;
    top: 0;
    content: "";
    right: 0;
    background-image: 
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 11px),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 11px);
    left: 0;
    bottom: 0;
}.welcome_pagedT .learning_expertsoP {
    max-width: 750px;
    position: relative;
    transform: translateY(-2vh);
    z-index: 10;
    animation: fadeSlideUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    margin-left: 8%;
}.welcome_pagedT h1 {
    font-weight: 700;
    position: relative;
    line-height: 1.1;
    transition: transform 0.5s ease;
    margin-bottom: 1.5rem;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 
               0 2px 4px rgba(0, 0, 0, 0.1), 
               0 8px 30px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateX(0deg);
    font-size: clamp(2.5rem, 5vw, 47px);
}.welcome_pagedT h1::before {
    background: linear-gradient(90deg, rgb(118,139,138), rgb(85,105,104));
    height: 5px;
    animation: lineExpand 1.2s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    content: "";
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    width: 80px;
    left: 0;
    bottom: -12px;
}.welcome_pagedT h3 {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 400;
    max-width: 90%;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    margin-bottom: 1.8rem;
    animation: fadeSlideUp 1s 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
    line-height: 1.4;
    transform: translateY(20px);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}.welcome_pagedT p {
    opacity: 0;
    transform: translateY(20px);
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1.6;
    max-width: 85%;
    border-left: 2px solid rgb(118,139,138);
    padding-left: 1.5rem;
    margin-top: 2rem;
    animation: fadeSlideUp 1s 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    color: rgba(255, 255, 255, 0.85);
}.welcome_pagedT .learning_expertsoP:hover h1 {
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}

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

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

@media (max-width: 992px) {.welcome_pagedT .learning_expertsoP {
    margin-left: 5%;
    max-width: 90%;
}.welcome_pagedT h1::before {
    width: 60px;
}
}

@media (max-width: 768px) {.welcome_pagedT .learn_frontnI {
    padding-top: 25vh;
    padding: 3rem 1.5rem;
    align-items: flex-start;
    justify-content: center;
}.welcome_pagedT .learning_expertsoP {
    text-align: center;
    margin-left: 0;
}.welcome_pagedT h1 {
    margin-bottom: 2rem;
}.welcome_pagedT h1::before {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
    animation: lineExpandCenter 1.2s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.welcome_pagedT h3, 
  .welcome_pagedT p {
    max-width: 100%;
}.welcome_pagedT p {
    position: relative;
    border-left: none;
    padding-left: 0;
}.welcome_pagedT p::before {
    left: 50%;
    top: -10px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: rgb(118,139,138);
}
}

@keyframes lineExpandCenter {
  0% {
    transform: translateX(-50%) scaleX(0);
  }
  100% {
    transform: translateX(-50%) scaleX(1);
  }
}

@media (max-width: 480px) {.welcome_pagedT .learn_frontnI {
    padding-top: 20vh;
}.welcome_pagedT h1 {
    font-size: 2rem;
}.welcome_pagedT h3 {
    font-size: 1.1rem;
}.welcome_pagedT p {
    font-size: 0.95rem;
}
}

@media (min-width: 1400px) {.welcome_pagedT .learning_expertsoP {
    margin-left: 12%;
    max-width: 800px;
}.welcome_pagedT h1::before {
    height: 6px;
    width: 100px;
}
}

@media (prefers-reduced-motion: reduce) {.welcome_pagedT .learning_expertsoP,
  .welcome_pagedT h1,
  .welcome_pagedT h3,
  .welcome_pagedT p {
    opacity: 1;
    transform: none;
    animation: none;
}.welcome_pagedT h1::before {
    transform: none;
    animation: none;
    opacity: 1;
}}.future_learnersDF {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background-color: rgb(152,173,173);
}.future_learnersDF::before {
    background-size: 200px 200px;
    content: '';
    background-image: 
        linear-gradient(45deg, transparent 75%, rgb(118,139,138,0.5) 75%, transparent 76%),
        linear-gradient(135deg, transparent 75%, rgb(85,105,104,0.5) 75%, transparent 76%);
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0.3;
    animation: moveRays 30s linear infinite;
    z-index: 1;
    left: 0;
    height: 100%;
}.future_learnersDF::after {
    height: 100%;
    top: 0;
    position: absolute;
    content: '';
    left: 0;
    opacity: 0.2;
    z-index: 1;
    animation: moveRaysVertical 20s linear infinite;
    background-size: 120px 120px;
    width: 100%;
    background-image: 
        linear-gradient(90deg, transparent 90%, rgb(118,139,138,0.5) 90%, rgb(118,139,138,0.5) 91%, transparent 91%),
        linear-gradient(0deg, transparent 95%, rgb(85,105,104,0.5) 95%, rgb(85,105,104,0.5) 96%, transparent 96%);
}.future_learnersDF .founder_visiongy {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
}.future_learnersDF h3 {
    margin-bottom: 3.5rem;
    position: relative;
    color: rgb(118,139,138);
    text-align: center;
    font-size: 33px;
    font-weight: 600;
}.future_learnersDF h3::after {
    transform: translateX(-50%);
    bottom: -15px;
    animation: pulseLight 3s infinite alternate;
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(118,139,138), transparent);
    width: 150px;
    content: '';
    position: absolute;
    height: 2px;
}.future_learnersDF ul {
    margin: 0;
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
    list-style-type: none;
    padding: 0;
}.future_learnersDF li {
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.08);
    padding: 1.5rem 2rem;
    align-items: center;
    border-left: 3px solid rgb(118,139,138,0.5);
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    display: flex;
    border-radius: 18px;
}.future_learnersDF li::before {
    z-index: -1;
    position: absolute;
    width: 0;
    background: linear-gradient(90deg, rgb(118,139,138,0.5) 0%, transparent 100%);
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0;
    opacity: 0.1;
    height: 100%;
    left: 0;
    content: '';
}.future_learnersDF li::after {
    background: linear-gradient(90deg, rgb(118,139,138) 0%, transparent 100%);
    box-shadow: 0 0 10px rgb(118,139,138,0.5);
    opacity: 0.5;
    width: 100%;
    bottom: 0;
    position: absolute;
    height: 1px;
    content: '';
    left: 0;
}.future_learnersDF li:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-left-color: rgb(118,139,138);
    transform: translateX(5px);
}.future_learnersDF li:hover::before {
    width: 100%;
}.future_learnersDF li svg {
    margin-right: 1.5rem;
    height: 40px;
    width: 40px;
    transition: all 0.4s ease;
    filter: drop-shadow(0 0 8px rgb(118,139,138,0.5));
    flex-shrink: 0;
    fill: rgb(118,139,138);
}.future_learnersDF li:hover svg {
    animation: flashLight 1s ease;
    transform: scale(1.1);
}.future_learnersDF li svg path {
    transition: all 0.4s ease;
    fill: rgb(118,139,138);
}.future_learnersDF li:hover svg path {
    fill: rgb(85,105,104);
}.future_learnersDF li {
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
    font-size: 17px;
}.future_learnersDF li:nth-child(1) {
    animation-delay: 0s;
}.future_learnersDF li:nth-child(2) {
    animation-delay: 0.1s;
}.future_learnersDF li:nth-child(3) {
    animation-delay: 0.2s;
}.future_learnersDF li:nth-child(4) {
    animation-delay: 0.3s;
}

@keyframes moveRays {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 200px 200px;
    }
}

@keyframes moveRaysVertical {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 120px 120px;
    }
}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.5;
        box-shadow: 0 0 5px rgb(118,139,138,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 15px rgb(118,139,138);
    }
}

@keyframes flashLight {
    0% {
        filter: drop-shadow(0 0 8px rgb(118,139,138,0.5));
    }
    50% {
        filter: drop-shadow(0 0 25px rgb(118,139,138));
    }
    100% {
        filter: drop-shadow(0 0 8px rgb(118,139,138,0.5));
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (min-width: 992px) {.future_learnersDF li {
    opacity: 0;
    animation: slideIn 0.5s forwards;
}
}

@media (max-width: 991px) {.future_learnersDF {
    padding: 4rem 0;
}.future_learnersDF h3 {
    font-size: calc(33px * 0.9);
}.future_learnersDF li {
    padding: 1.2rem 1.8rem;
}.future_learnersDF li svg {
    width: 35px;
    margin-right: 1.2rem;
    height: 35px;
}
}

@media (max-width: 767px) {.future_learnersDF {
    padding: 3rem 0;
}.future_learnersDF h3 {
    font-size: calc(33px * 0.8);
    margin-bottom: 2.5rem;
}.future_learnersDF h3::after {
    width: 120px;
}.future_learnersDF li {
    padding: 1rem 1.5rem;
}.future_learnersDF li svg {
    width: 30px;
    margin-right: 1rem;
    height: 30px;
}}.cookie_warning_dialogtY {
    width: 100%;
    position: fixed;
    border-top: 3px solid rgb(118,139,138);
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    background: rgb(152,173,173);
    bottom: 0;
    z-index: 90;
}.cookie_controlsdg {
    margin: 0 auto;
    justify-content: space-between;
    padding: 20px 15px;
    max-width: 1200px;
    align-items: center;
    display: flex;
}.user_trackerzr {
    margin-right: 15px;
    flex-shrink: 0;
}.user_trackerzr svg {
    fill: rgb(118,139,138);
    height: 60px;
    transition: fill 0.3s ease;
    width: 60px;
}.user_trackerzr svg:hover {
    fill: rgb(85,105,104);
}.edu_consentGJ {
    margin-right: 15px;
    color: #000000;
    flex-grow: 1;
}.cookie_warning_dialogtY h5 {
    font-size: 20px;
    font-weight: 600;
    color: rgb(118,139,138);
    font-family: Arial, sans-serif;
    margin-bottom: 8px;
}.cookie_warning_dialogtY p {
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: 17px;
    color: #000000;
}.visitor_privacydf {
    padding: 10px 20px;
    color: #ffffff;
    cursor: pointer;
    margin-left: 10px;
    background: rgb(118,139,138);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    border-radius: 20px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
}.visitor_privacydf:hover {
    box-shadow: 0 0 10px rgb(85,105,104,0.5);
    background: rgb(85,105,104);
}#cookies_consent_confirm_btngU {
    background: rgb(118,139,138);
}#declineCookiePolicyButtonxs {
    background: rgba(0, 0, 0, 0.5);
}.cookie_warning_dialogtY p a {
    color: rgb(118,139,138);
    text-decoration: underline;
    transition: color 0.3s ease;
}.cookie_warning_dialogtY p a:hover {
    color: rgb(85,105,104);
}
@media only screen and (max-width: 1200px) {.cookie_controlsdg {
    align-items: center;
    flex-direction: column;
}.user_trackerzr {
    margin-bottom: 15px;
}.edu_consentGJ {
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
}.visitor_privacydf {
    width: 100%;
    max-width: 200px;
    margin-left: 0;
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 800px) {.cookie_controlsdg {
    padding: 15px;
}.user_trackerzr {
    display: none;
}.cookie_warning_dialogtY h5 {
    font-size: 20px;
}.cookie_warning_dialogtY p {
    font-size: 16px;
}}
#cookiePopupMessageTB {
    display: none;
}#cookiePopupMessageTB:checked ~ .cookie_warning_dialogtY {
    visibility: hidden;
    opacity: 0;
}header {
    overflow: visible;
    position: relative;
    background: linear-gradient(to right, rgb(85,105,104,0.5), rgb(118,139,138));
    padding: 1.5rem 0;
    z-index: 1000;
}header::before {
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    z-index: -1;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0.1;
    content: '';
}header .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
}header .top_siteDr {
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
}header .nav_headerSD {
    justify-content: center;
    display: flex;
    text-decoration: none;
    z-index: 2;
    padding: 1rem;
    position: relative;
    align-items: center;
}header .nav_headerSD::after {
    bottom: 0;
    opacity: 0.6;
    transform: translateX(-50%);
    height: 2px;
    transition: width 0.3s ease, opacity 0.3s ease;
    content: '';
    left: 50%;
    background: #ffffff;
    position: absolute;
    width: 50%;
}header .nav_headerSD:hover::after {
    width: 80%;
    opacity: 1;
}header .nav_headerSD svg {
    transition: all 0.3s ease;
    width: 220px;
    height: auto;
    filter: drop-shadow(0 4px 8px rgb(118,139,138,0.5));
}header .nav_headerSD:hover svg {
    transform: translateY(-5px);
}header .header_knowiY {
    justify-content: center;
    display: flex;
    border-radius: 27px;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    flex-wrap: wrap;
    max-width: 800px;
    gap: 0.8rem;
    position: relative;
    backdrop-filter: blur(5px);
    padding: 0.6rem 1rem;
}header .header_knowiY::before {
    z-index: -1;
    top: 0;
    border-radius: 27px;
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}header .head_mainwrapgs {
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    padding: 0.7rem 1.2rem;
    font-weight: 400;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ffffff;
}header .head_mainwrapgs::before {
    left: 0;
    transform: translateY(100%) scale(0.8);
    width: 100%;
    opacity: 0;
    border-radius: 10px;
    content: '';
    position: absolute;
    transition: opacity 0.3s ease;
    background: #ffffff;
    height: 100%;
    z-index: -1;
    top: 0;
}header .head_mainwrapgs:hover {
    color: rgb(118,139,138);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}header .head_mainwrapgs:hover::before {
    opacity: 1;
    transform: translateY(0) scale(1);
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .top_siteDr {
    gap: 1.2rem;
}header .nav_headerSD svg {
    width: 180px;
}header .header_knowiY {
    gap: 0.6rem;
    padding: 0.5rem;
}header .head_mainwrapgs {
    font-size: calc(16px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .top_siteDr {
    gap: 1rem;
}header .nav_headerSD svg {
    width: 150px;
}header .header_knowiY {
    padding: 0.4rem;
    gap: 0.4rem;
}header .head_mainwrapgs {
    padding: 0.5rem 0.8rem;
    font-size: calc(16px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .top_siteDr {
    gap: 0.8rem;
}header .nav_headerSD svg {
    width: 140px;
}header .header_knowiY {
    flex-wrap: nowrap;
    padding: 0.4rem 0.6rem;
    justify-content: flex-start;
    overflow-x: auto;
}header .header_knowiY::-webkit-scrollbar {
    height: 3px;
}header .header_knowiY::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ffffff;
}header .head_mainwrapgs {
    white-space: nowrap;
    font-size: calc(16px - 3px);
    padding: 0.4rem 0.7rem;
}}.contact_informationVw {
    position: relative;
    padding: 0;
}.contact_informationVw::before {
    opacity: 0.92;
    top: 0;
    height: 100%;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    background-color: rgb(152,173,173);
}.contact_informationVw .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0;
}.contact_informationVw .connect_boxkq {
    display: flex;
    position: relative;
}.contact_informationVw .feedback_formeB {
    flex-direction: column;
    color: #ffffff;
    background-color: rgb(118,139,138);
    justify-content: center;
    padding: 80px 50px;
    display: flex;
    width: 40%;
}.contact_informationVw .feedback_formeB h3 {
    position: relative;
    font-size: 32px;
    margin-bottom: 50px;
    font-weight: 700;
    color: #ffffff;
}.contact_informationVw .feedback_formeB h3::after {
    width: 60px;
    background: #ffffff;
    left: 0;
    content: '';
    position: absolute;
    height: 3px;
    bottom: -15px;
}.contact_informationVw .feedback_formeB div {
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
}.contact_informationVw .feedback_formeB div:last-child {
    border-bottom: none;
}.contact_informationVw .feedback_formeB svg {
    margin-right: 20px;
    width: 25px;
    height: 25px;
}.contact_informationVw .feedback_formeB svg path {
    fill: #ffffff;
}.contact_informationVw .feedback_formeB span {
    color: #ffffff;
    font-size: 12px;
}.contact_informationVw .feedback_formeB a {
    text-decoration: none;
    transition: opacity 0.3s ease;
    color: #ffffff;
}.contact_informationVw .feedback_formeB a:hover {
    opacity: 0.8;
}.contact_informationVw .support_helpYI {
    padding: 100px 50px 100px 100px;
    background-color: #ffffff;
    align-items: center;
    display: flex;
    width: 60%;
}.contact_informationVw form {
    width: 100%;
}.contact_informationVw form h3 {
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
    font-size: 32px;
    color: #000000;
}.contact_informationVw form h3::after {
    left: 0;
    height: 3px;
    position: absolute;
    width: 60px;
    background: rgb(118,139,138);
    bottom: -15px;
    content: '';
}.contact_informationVw form input[type="text"],
.contact_informationVw form input[type="email"] {
    color: #000000;
    background: transparent;
    margin-bottom: 25px;
    font-size: 12px;
    transition: all 0.3s ease;
    border-bottom: 1px solid #e0e0e0;
    border: none;
    padding: 15px 0;
    width: 100%;
}.contact_informationVw form input[type="text"]:focus,
.contact_informationVw form input[type="email"]:focus {
    outline: none;
    border-bottom-color: rgb(118,139,138);
}.contact_informationVw form input::placeholder {
    color: #9e9e9e;
}.contact_informationVw .query_linksXA {
    align-items: flex-start;
    display: flex;
    margin: 30px 0;
}.contact_informationVw .query_linksXA input[type="checkbox"] {
    position: relative;
    height: 20px;
    flex-shrink: 0;
    appearance: none;
    border: 1px solid #e0e0e0;
    width: 20px;
    margin-right: 15px;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    cursor: pointer;
    background: transparent;
}.contact_informationVw .query_linksXA input[type="checkbox"]:checked {
    background-color: rgb(118,139,138);
    border-color: rgb(118,139,138);
}.contact_informationVw .query_linksXA input[type="checkbox"]:checked::before {
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    border: solid white;
    top: 2px;
    height: 10px;
    width: 6px;
    content: '';
    position: absolute;
    left: 6px;
}.contact_informationVw .query_linksXA label {
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
}.contact_informationVw .query_linksXA a {
    font-weight: 600;
    color: rgb(118,139,138);
    transition: color 0.3s ease;
    text-decoration: none;
}.contact_informationVw .query_linksXA a:hover {
    color: rgb(85,105,104);
}.contact_informationVw .request_requestVn {
    display: inline-block;
    position: relative;
    border: none;
    background: rgb(118,139,138);
    font-weight: 600;
    padding: 15px 40px;
    color: #ffffff;
    transition: all 0.3s ease;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    font-size: 20px;
}.contact_informationVw .request_requestVn::after {
    top: 0;
    height: 100%;
    transform: scaleX(0);
    width: 100%;
    z-index: -1;
    content: '';
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: right;
    left: 0;
    position: absolute;
    background: rgb(85,105,104);
}.contact_informationVw .request_requestVn:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

@media (max-width: 1024px) {.contact_informationVw .feedback_formeB {
    padding: 60px 30px;
}.contact_informationVw .support_helpYI {
    padding: 80px 40px 80px 70px;
}
}

@media (max-width: 768px) {.contact_informationVw .connect_boxkq {
    flex-direction: column;
}.contact_informationVw .feedback_formeB {
    clip-path: none;
    width: 100%;
    padding: 50px 30px;
}.contact_informationVw .support_helpYI {
    padding: 50px 30px;
    width: 100%;
}.contact_informationVw .feedback_formeB h3,
    .contact_informationVw form h3 {
    font-size: calc(32px * 0.9);
    margin-bottom: 30px;
}
}

@media (max-width: 576px) {.contact_informationVw .feedback_formeB,
    .contact_informationVw .support_helpYI {
    padding: 40px 25px;
}.contact_informationVw .feedback_formeB h3,
    .contact_informationVw form h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 25px;
}.contact_informationVw .feedback_formeB div {
    margin-bottom: 20px;
}.contact_informationVw .request_requestVn {
    width: 100%;
    padding: 15px 20px;
}}.learning_profitsRL {
    position: relative;
    background: linear-gradient(145deg, #ecf0f3 0%, #e2e6ea 100%);
    padding: 7rem 0;
    overflow: hidden;
}.learning_profitsRL::before {
    top: 0;
    position: absolute;
    height: 8px;
    right: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    left: 0;
    background: linear-gradient(90deg, rgb(118,139,138) 0%, rgb(85,105,104) 100%);
    content: "";
}.learning_profitsRL::after {
    bottom: -120px;
    filter: blur(40px);
    z-index: 0;
    right: -120px;
    position: absolute;
    height: 300px;
    background: linear-gradient(135deg, rgb(118,139,138,0.5) 0%, transparent 70%);
    content: "";
    border-radius: 50%;
    width: 300px;
}.learning_profitsRL h5 {
    margin-bottom: 3rem;
    letter-spacing: 0.03em;
    font-weight: 700;
    color: #000000;
    font-size: 24px;
    text-align: center;
    position: relative;
    transform: perspective(1000px) translateZ(10px);
}.learning_profitsRL h5::after {
    border-radius: 2px;
    bottom: -15px;
    position: absolute;
    content: "";
    height: 4px;
    background: linear-gradient(90deg, rgb(118,139,138) 0%, rgb(85,105,104) 100%);
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}.learning_profitsRL .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.learning_profitsRL .founder_visiongy {
    display: grid;
    padding: 3rem;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 20px;
    background: linear-gradient(145deg, #ffffff 0%, #f5f5f5 100%);
    gap: 3rem;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08),
                -8px -8px 20px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.3),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.learning_profitsRL .founder_visiongy:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1),
                -10px -10px 25px rgba(255, 255, 255, 1),
                inset 2px 2px 5px rgba(255, 255, 255, 0.3),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.learning_profitsRL .cover_imageed {
    object-fit: cover;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 15px;
    height: auto;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1),
                -8px -8px 16px rgba(255, 255, 255, 0.8);
    width: 100%;
    transform: translateZ(20px);
}.learning_profitsRL .cover_imageed:hover {
    transform: translateZ(30px) scale(1.02);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.12),
                -10px -10px 20px rgba(255, 255, 255, 0.9);
}.learning_profitsRL .post_containerGd {
    display: flex;
    flex-direction: column;
    justify-content: center;
}.learning_profitsRL ul {
    grid-template-columns: 1fr;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 1.5rem;
    list-style: none;
}.learning_profitsRL li {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
    position: relative;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.06),
                -6px -6px 12px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(255, 255, 255, 0.3);
    background: linear-gradient(145deg, #f5f5f5 0%, #ffffff 100%);
    padding: 1rem 1.5rem;
}.learning_profitsRL li:hover {
    transform: translateY(-3px) scale(1.01);
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.08),
                -8px -8px 16px rgba(255, 255, 255, 0.9),
                inset 1px 1px 2px rgba(255, 255, 255, 0.3);
}.learning_profitsRL li p {
    padding-left: 2.2rem;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    margin: 0;
    line-height: 1.6;
}.learning_profitsRL li:nth-child(odd) {
    border-left: 3px solid rgb(118,139,138);
}.learning_profitsRL li:nth-child(even) {
    border-left: 3px solid rgb(85,105,104);
}.learning_profitsRL li svg {
    transition: transform 0.3s ease;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    position: absolute;
}.learning_profitsRL li:hover svg {
    transform: rotate(5deg) scale(1.1);
}.learning_profitsRL li svg path {
    fill: rgb(118,139,138);
    transition: fill 0.3s ease;
}.learning_profitsRL li:hover svg path {
    fill: rgb(85,105,104);
}.learning_profitsRL li:nth-child(even) svg path {
    fill: rgb(85,105,104);
}.learning_profitsRL li:nth-child(even):hover svg path {
    fill: rgb(118,139,138);
}

@media (min-width: 768px) {.learning_profitsRL {
    padding: 8rem 0;
}.learning_profitsRL h5 {
    font-size: calc(24px * 1.1);
    margin-bottom: 4rem;
}.learning_profitsRL .founder_visiongy {
    padding: 4rem;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
}.learning_profitsRL ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.learning_profitsRL li {
    padding: 1.2rem 1.8rem;
}
}

@media (min-width: 992px) {.learning_profitsRL {
    padding: 10rem 0;
}.learning_profitsRL h5 {
    font-size: calc(24px * 1.2);
}.learning_profitsRL h5::after {
    width: 100px;
}.learning_profitsRL .founder_visiongy {
    transform: perspective(1500px) rotateX(2deg);
}.learning_profitsRL .cover_imageed {
    height: 100%;
    object-position: center;
}.learning_profitsRL li p {
    line-height: 1.7;
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.learning_profitsRL {
    padding: 5rem 0;
}.learning_profitsRL h5 {
    padding: 0 1rem;
    font-size: calc(24px * 0.9);
    margin-bottom: 2.5rem;
}.learning_profitsRL .founder_visiongy {
    padding: 2rem;
    gap: 2rem;
}.learning_profitsRL li {
    padding: 1rem;
}.learning_profitsRL li p {
    font-size: calc(13px * 0.95);
    line-height: 1.5;
}
}

@media (max-width: 480px) {.learning_profitsRL {
    padding: 4rem 0;
}.learning_profitsRL h5 {
    margin-bottom: 2rem;
    font-size: calc(24px * 0.85);
}.learning_profitsRL .founder_visiongy {
    padding: 1.5rem;
    gap: 1.5rem;
}.learning_profitsRL ul {
    gap: 1rem;
}.learning_profitsRL li {
    padding: 0.8rem;
}.learning_profitsRL li p {
    padding-left: 2rem;
    font-size: calc(13px * 0.9);
}.learning_profitsRL li svg {
    height: 20px;
    width: 20px;
}}.study_processDl {
    overflow: hidden;
    padding: 6rem 0;
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, rgb(152,173,173) 0%, #ffffff 100%);
}.study_processDl::before {
    bottom: 0;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transform: translateZ(0);
    background: repeating-linear-gradient(
        45deg,
        rgb(118,139,138,0.5) 0px,
        rgb(118,139,138,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    opacity: 0.05;
    right: 0;
}.study_processDl::after {
    background: linear-gradient(135deg, rgb(118,139,138,0.5) 0%, rgb(85,105,104,0.5) 100%);
    transform: rotate(-15deg);
    z-index: -1;
    width: 60%;
    filter: blur(30px);
    top: -50%;
    content: "";
    height: 200%;
    right: -10%;
    position: absolute;
    opacity: 0.1;
}.study_processDl .container {
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.study_processDl .founder_visiongy {
    gap: 2rem;
    transform: translateZ(0);
    grid-template-columns: 1fr;
    display: grid;
}.study_processDl .founder_visiongy > div {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    transform: translateY(0);
    position: relative;
    border-left: 4px solid rgb(118,139,138);
    backdrop-filter: blur(5px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    padding: 3rem;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.study_processDl .founder_visiongy > div::before {
    background: linear-gradient(to right, rgb(118,139,138,0.5) 0%, transparent 100%);
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    top: 0;
    opacity: 0.03;
    height: 100%;
    left: 0;
}.study_processDl .founder_visiongy > div:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
}.study_processDl h3 {
    font-size: calc(20px * 1.1);
    letter-spacing: -0.01em;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
    color: #000000;
    line-height: 1.3;
    padding-bottom: 0.75rem;
}.study_processDl h3::after {
    content: "";
    background: linear-gradient(to right, rgb(118,139,138) 0%, rgb(85,105,104) 100%);
    left: 0;
    width: 60px;
    bottom: 0;
    height: 3px;
    position: absolute;
}.study_processDl p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
    color: #000000;
    position: relative;
    z-index: 2;
}.study_processDl p span {
    display: block;
    position: relative;
}.study_processDl p span::before {
    content: "";
    opacity: 0.08;
    z-index: -1;
    color: rgb(118,139,138);
    left: -15px;
    position: absolute;
    top: -20px;
    font-family: Georgia, serif;
    font-size: 5rem;
}

@media (min-width: 768px) {.study_processDl {
    padding: 8rem 0;
}.study_processDl .founder_visiongy > div {
    border-left-width: 5px;
    padding: 4rem;
}.study_processDl h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 2rem;
}.study_processDl h3::after {
    width: 80px;
}.study_processDl p {
    font-size: calc(14px * 1.05);
    max-width: 95%;
}
}

@media (min-width: 992px) {.study_processDl .founder_visiongy > div {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), 
                    box-shadow 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 4.5rem 5rem;
    transform: perspective(1000px) rotateY(-2deg);
}.study_processDl .founder_visiongy > div:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.study_processDl h3 {
    font-size: calc(38px * 0.75);
    padding-bottom: 1rem;
}.study_processDl h3::after {
    height: 4px;
    width: 100px;
}
}

@media (min-width: 1200px) {.study_processDl {
    padding: 10rem 0;
}.study_processDl .founder_visiongy > div {
    padding: 5rem 6rem;
}.study_processDl h3 {
    font-size: calc(38px * 0.8);
}.study_processDl p {
    font-size: calc(14px * 1.1);
    line-height: 1.8;
    max-width: 90%;
}
}

@media (max-width: 767px) {.study_processDl {
    padding: 4rem 0;
}.study_processDl .founder_visiongy > div {
    padding: 2rem;
}.study_processDl h3 {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    font-size: calc(20px * 0.95);
}.study_processDl h3::after {
    width: 50px;
    height: 2px;
}.study_processDl p {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}}.education_experiencePa {
    background: linear-gradient(135deg, rgb(152,173,173) 0%, #ffffff 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.education_experiencePa::before {
    filter: blur(120px);
    width: 400px;
    top: -100px;
    right: -100px;
    content: "";
    height: 400px;
    z-index: 0;
    background: rgb(118,139,138,0.5);
    position: absolute;
}.education_experiencePa::after {
    height: 300px;
    content: "";
    bottom: -50px;
    background: rgb(85,105,104,0.5);
    position: absolute;
    z-index: 0;
    width: 300px;
    filter: blur(100px);
    left: -50px;
}.education_experiencePa .container {
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.education_experiencePa .review_listxr {
    gap: 30px;
    transform: perspective(1000px) rotateY(2deg);
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 4px 8px rgba(0, 0, 0, 0.04);
    position: relative;
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    display: grid;
    transform-style: preserve-3d;
}.education_experiencePa .review_listxr:hover {
    transform: perspective(1000px) rotateY(0deg);
}.education_experiencePa .review_listxr > div:first-child {
    align-items: center;
    display: flex;
    justify-content: center;
}.education_experiencePa .review_listxr .cover_imageed {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 180px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    position: relative;
    height: 180px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}.education_experiencePa .review_listxr:hover .cover_imageed {
    transform: translateZ(20px) scale(1.05);
}.education_experiencePa .review_listxr .cover_imageed::before {
    position: absolute;
    background: linear-gradient(
    45deg,
    transparent 60%,
    rgb(118,139,138,0.5) 100%
  );
    inset: 0;
    z-index: 1;
    content: "";
}.education_experiencePa .review_listxr > div:nth-child(2) {
    transform: translateZ(10px);
    text-align: center;
}.education_experiencePa .review_listxr .name {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: calc(22px * 1.1);
    color: rgb(118,139,138);
    position: relative;
}.education_experiencePa .review_listxr .name::after {
    width: 80px;
    left: 50%;
    background: rgb(85,105,104);
    position: absolute;
    content: "";
    bottom: -8px;
    transform: translateX(-50%);
    height: 2px;
}.education_experiencePa .review_listxr > div:nth-child(2) > div {
    font-size: calc(17px * 0.95);
    font-style: italic;
    margin-top: 15px;
    color: #000000;
    font-weight: 600;
}.education_experiencePa .review_listxr > div:nth-child(3) {
    position: relative;
}.education_experiencePa .review_listxr .work_backgrounddK {
    line-height: 1.7;
    color: #000000;
    margin: 0;
    padding: 20px 0;
    position: relative;
    font-size: 17px;
    transform: translateZ(5px);
}.education_experiencePa .review_listxr .work_backgrounddK::before,
.education_experiencePa .review_listxr .work_backgrounddK::after {
    position: absolute;
    color: rgb(118,139,138,0.5);
    content: "";
    font-family: Georgia, serif;
    font-size: 80px;
    line-height: 1;
}.education_experiencePa .review_listxr .work_backgrounddK::before {
    left: -15px;
    top: -20px;
}.education_experiencePa .review_listxr .work_backgrounddK::after {
    content: "";
    right: -15px;
    bottom: -60px;
}

@media (min-width: 768px) {.education_experiencePa .review_listxr {
    gap: 30px 40px;
    grid-template-columns: 220px 1fr;
    grid-template-rows: auto 1fr;
    padding: 50px;
}.education_experiencePa .review_listxr > div:first-child {
    grid-row: span 2;
}.education_experiencePa .review_listxr > div:nth-child(2) {
    text-align: left;
    align-self: end;
}.education_experiencePa .review_listxr .name::after {
    left: 0;
    transform: none;
}.education_experiencePa .review_listxr .work_backgrounddK {
    padding: 10px 0 10px 30px;
    border-left: 3px solid rgb(85,105,104,0.5);
}
}

@media (min-width: 992px) {.education_experiencePa {
    padding: 140px 0;
}.education_experiencePa .review_listxr {
    padding: 60px;
    gap: 40px 60px;
    grid-template-columns: 260px 1fr;
}.education_experiencePa .review_listxr .cover_imageed {
    height: 220px;
    width: 220px;
}.education_experiencePa .review_listxr .name {
    font-size: calc(22px * 1.2);
}.education_experiencePa .review_listxr .work_backgrounddK {
    font-size: calc(17px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.education_experiencePa {
    padding: 80px 0;
}.education_experiencePa .review_listxr {
    padding: 30px 25px;
}.education_experiencePa .review_listxr .cover_imageed {
    height: 150px;
    width: 150px;
}.education_experiencePa .review_listxr .work_backgrounddK {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}.education_experiencePa .review_listxr .work_backgrounddK::before,
  .education_experiencePa .review_listxr .work_backgrounddK::after {
    font-size: 60px;
}
}

@media (max-width: 480px) {.education_experiencePa {
    padding: 60px 0;
}.education_experiencePa .review_listxr {
    gap: 20px;
    padding: 25px 20px;
}.education_experiencePa .review_listxr .cover_imageed {
    width: 120px;
    height: 120px;
}.education_experiencePa .review_listxr .name {
    font-size: 22px;
}.education_experiencePa .review_listxr > div:nth-child(2) > div {
    font-size: calc(17px * 0.9);
}}.about_thisKB {
    position: relative;
    padding: 6rem 0;
    background-color: rgb(152,173,173);
    overflow: hidden;
}.about_thisKB::before {
    position: absolute;
    z-index: 1;
    top: -10%;
    content: '';
    right: -5%;
    transform: rotate(-15deg) skewX(15deg);
    width: 40%;
    height: 70%;
    background: linear-gradient(135deg, 
        rgb(118,139,138,0.5) 0%, 
        transparent 70%);
}.about_thisKB::after {
    background: linear-gradient(225deg, 
        rgb(118,139,138,0.5) 10%, 
        transparent 80%);
    z-index: 1;
    bottom: -10%;
    position: absolute;
    content: '';
    transform: rotate(10deg) skewX(-10deg);
    width: 35%;
    height: 60%;
    left: -5%;
}.about_thisKB .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.about_thisKB h1 {
    position: relative;
    color: #000000;
    margin-bottom: 3rem;
    font-size: 44px;
    font-weight: 700;
    transform: translateX(0.5rem);
}.about_thisKB h1::after {
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    height: 4px;
    left: 0;
    background: linear-gradient(90deg, rgb(118,139,138), rgb(118,139,138,0.5));
    bottom: -0.75rem;
    content: '';
    transform: scaleX(1);
    position: absolute;
    width: 6rem;
}.about_thisKB h1:hover::after {
    transform: scaleX(1.5);
}.about_thisKB .path_impactVW {
    position: relative;
}.about_thisKB .path_impactVW ul {
    grid-template-columns: 1fr;
    list-style: none;
    padding: 0;
    display: grid;
    gap: 3rem;
    margin: 0;
}.about_thisKB .learn_learnVO {
    position: relative;
    border-radius: 4px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.4s ease;
    overflow: hidden;
    padding: 2.5rem;
    transform: translateY(0);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}.about_thisKB .learn_learnVO::before {
    top: 0;
    left: 0;
    content: '';
    transform-origin: top;
    width: 4px;
    transform: scaleY(0.7);
    transition: transform 0.3s ease;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(118,139,138), rgb(85,105,104));
}.about_thisKB .learn_learnVO:hover {
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.1), 
                0 3px 8px rgba(0, 0, 0, 0.05);
    transform: translateY(-6px);
}.about_thisKB .learn_learnVO:hover::before {
    transform: scaleY(1);
}.about_thisKB .learn_learnVO h4 {
    margin-bottom: 1.5rem;
    font-size: calc(22px * 1.1);
    margin-top: 0;
    position: relative;
    font-weight: 600;
    color: #000000;
    padding-bottom: 0.75rem;
}.about_thisKB .learn_learnVO h4::after {
    position: absolute;
    background-color: rgb(85,105,104,0.5);
    left: 0;
    height: 2px;
    content: '';
    transition: width 0.3s ease;
    bottom: 0;
    width: 3rem;
}.about_thisKB .learn_learnVO:hover h4::after {
    width: 5rem;
}.about_thisKB .learn_learnVO div {
    padding-right: 0.5rem;
    font-size: 16px;
    max-height: 250px;
    line-height: 1.7;
    color: #000000;
    overflow-y: auto;
}.about_thisKB .learn_learnVO div::-webkit-scrollbar {
    width: 4px;
}.about_thisKB .learn_learnVO div::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.05);
}.about_thisKB .learn_learnVO div::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgb(118,139,138,0.5);
}

@media (min-width: 768px) {.about_thisKB {
    padding: 8rem 0;
}.about_thisKB h1 {
    margin-left: 1.5rem;
    font-size: calc(44px * 1.2);
}.about_thisKB .path_impactVW ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.about_thisKB .learn_learnVO {
    height: 500px;
    display: flex;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), 
                    box-shadow 0.4s ease;
    flex-direction: column;
    transform: perspective(1000px) rotateY(0deg);
}.about_thisKB .learn_learnVO:first-child {
    transform: perspective(1000px) rotateY(2deg) translateZ(20px);
}.about_thisKB .learn_learnVO:last-child {
    transform: perspective(1000px) rotateY(-2deg) translateZ(20px);
}.about_thisKB .learn_learnVO:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(40px) translateY(-10px);
}.about_thisKB .learn_learnVO div {
    max-height: 400px;
}
}

@media (min-width: 992px) {.about_thisKB .container {
    padding: 0 3rem;
}.about_thisKB h1 {
    margin-bottom: 4rem;
    margin-left: 2rem;
}.about_thisKB .path_impactVW {
    padding: 0 2rem;
}.about_thisKB .learn_learnVO {
    padding: 3rem;
}.about_thisKB .learn_learnVO h4 {
    margin-bottom: 2rem;
    font-size: calc(22px * 1.3);
}
}

@media (min-width: 1200px) {.about_thisKB::before {
    height: 80%;
    width: 45%;
}.about_thisKB::after {
    height: 70%;
    width: 40%;
}.about_thisKB .path_impactVW ul {
    gap: 4rem;
}.about_thisKB .learn_learnVO {
    padding: 3.5rem;
}.about_thisKB .learn_learnVO::before {
    width: 6px;
}
}

@media (max-width: 767px) {.about_thisKB {
    padding: 4rem 0;
}.about_thisKB h1 {
    text-align: center;
    margin-bottom: 2rem;
}.about_thisKB h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(1);
}.about_thisKB h1:hover::after {
    transform: translateX(-50%) scaleX(1.5);
}.about_thisKB .learn_learnVO {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}.about_thisKB .learn_learnVO h4 {
    font-size: 22px;
    margin-bottom: 1rem;
}.about_thisKB .learn_learnVO div {
    max-height: 200px;
}}.thxContenttn {
    isolation: isolate;
    background: linear-gradient(135deg, rgb(152,173,173) 0%, rgb(85,105,104,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.thxContenttn::before {
    width: 100%;
    animation: patternShift 30s linear infinite;
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(85,105,104,0.5) 0px,
        rgb(85,105,104,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.15;
    height: 100%;
}.thxContenttn::after {
    filter: blur(80px);
    height: 250px;
    z-index: -1;
    width: 250px;
    content: "";
    right: -50px;
    bottom: -50px;
    opacity: 0.3;
    position: absolute;
    background: rgb(118,139,138,0.5);
}.thxContenttn .container {
    margin: 0 auto;
    transform-style: preserve-3d;
    padding: 0 20px;
    perspective: 1000px;
    max-width: 1200px;
    position: relative;
}.thxContenttn h2 {
    text-align: center;
    animation: slideInTitle 0.8s ease-out forwards;
    margin-bottom: 2.5rem;
    line-height: 1.3;
    font-weight: 700;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 34px;
    transform: translateZ(20px);
}.thxContenttn h2::after {
    content: "";
    height: 4px;
    width: 100px;
    left: 50%;
    animation: expandWidth 1s ease-out 0.8s forwards;
    background: linear-gradient(to right, rgb(118,139,138), rgb(85,105,104));
    transform: translateX(-50%);
    position: absolute;
    bottom: -15px;
}.thxContenttn .founder_visiongy {
    background: #ffffff;
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: translateZ(10px) rotateX(2deg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08),
                0 30px 60px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    position: relative;
    padding: 2.5rem;
    border-radius: 10px;
}.thxContenttn .founder_visiongy::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(118,139,138), rgb(85,105,104));
    height: 6px;
    animation: gradientShift 8s ease infinite;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
}.thxContenttn .founder_visiongy ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.thxContenttn .founder_visiongy li {
    padding: 0;
    position: relative;
    opacity: 0;
    animation: fadeIn 1s ease-out 0.5s forwards;
}.thxContenttn .founder_visiongy span {
    line-height: 1.7;
    text-align: center;
    font-size: calc(13px * 1.1);
    display: block;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
}.thxContenttn .founder_visiongy:hover {
    transform: translateZ(15px) rotateX(0deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 35px 65px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(0, 0, 0, 0.03);
}

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

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 100px;
    }
}

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

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

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

@media (max-width: 1024px) {.thxContenttn {
    padding: 5rem 0;
}.thxContenttn h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 2rem;
}.thxContenttn .founder_visiongy {
    padding: 2rem;
}
}

@media (max-width: 768px) {.thxContenttn {
    padding: 4rem 0;
}.thxContenttn h2 {
    margin-bottom: 1.8rem;
    font-size: calc(34px * 0.8);
}.thxContenttn .founder_visiongy {
    transform: translateZ(5px) rotateX(1deg);
    padding: 1.8rem;
}.thxContenttn .founder_visiongy span {
    font-size: 13px;
    line-height: 1.6;
}
}

@media (max-width: 576px) {.thxContenttn {
    padding: 3rem 0;
}.thxContenttn h2 {
    font-size: calc(34px * 0.7);
    margin-bottom: 1.5rem;
}.thxContenttn h2::after {
    bottom: -10px;
    height: 3px;
}.thxContenttn .founder_visiongy {
    padding: 1.5rem;
    transform: translateZ(0) rotateX(0deg);
}.thxContenttn .founder_visiongy::before {
    height: 4px;
}.thxContenttn .founder_visiongy span {
    font-size: calc(13px * 0.95);
    line-height: 1.5;
}
}

@media (prefers-reduced-motion) {.thxContenttn h2,
    .thxContenttn h2::after,
    .thxContenttn .founder_visiongy,
    .thxContenttn .founder_visiongy::before,
    .thxContenttn .founder_visiongy li {
    transition: none;
    animation: none;
}.thxContenttn .founder_visiongy:hover {
    transform: none;
}.thxContenttn::before {
    animation: none;
}
}