﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.training_zonepcUh {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.head_guideBgDZ {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1241px;
    max-width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    height: 100%;
    scroll-behavior: smooth;
}.outer-containerVBKJ {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contactnrEu {
    position: relative;
    background: linear-gradient(135deg, rgb(203,218,220) 0%, #ffffff 100%);
    padding: 6rem 0;
    overflow: hidden;
}.contactnrEu::before {
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.05;
    height: 100%;
    top: 0;
    width: 100%;
    background: 
    linear-gradient(45deg, transparent 48%, rgb(147,179,184,0.5) 49%, rgb(147,179,184,0.5) 51%, transparent 52%) 0 0 / 50px 50px,
    linear-gradient(-45deg, transparent 48%, rgb(124,177,124,0.5) 49%, rgb(124,177,124,0.5) 51%, transparent 52%) 0 0 / 50px 50px;
    z-index: 1;
}.contactnrEu::after {
    width: 100%;
    left: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgb(147,179,184,0.5) 0%, transparent 100%);
    position: absolute;
    opacity: 0.05;
    height: 30%;
    content: "";
    bottom: 0;
}.contactnrEu .container {
    z-index: 10;
    position: relative;
}.contactnrEu .support_centerJlbe {
    background-color: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 3.5rem;
    border-top: 5px solid rgb(147,179,184);
    position: relative;
}.contactnrEu .support_centerJlbe h2 {
    font-size: 29px;
    display: inline-block;
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
}.contactnrEu .support_centerJlbe h2::after {
    width: 40%;
    background-color: rgb(124,177,124);
    content: "";
    bottom: -8px;
    border-radius: 10px;
    left: 0;
    position: absolute;
    height: 4px;
}.contactnrEu .support_centerJlbe p {
    color: #000000;
    max-width: 85%;
    line-height: 1.7;
    font-size: 17px;
    margin-bottom: 2.5rem;
}.contactnrEu .support_centerJlbe p:last-of-type {
    color: #000000;
    border-radius: 10px;
    align-items: center;
    background-color: rgb(203,218,220);
    padding: 1rem 1.5rem;
    display: inline-flex;
    font-weight: 600;
    margin-bottom: 2rem;
}.contactnrEu .support_centerJlbe p:last-of-type svg {
    fill: rgb(147,179,184);
    width: 22px;
    margin-right: 12px;
    height: 22px;
}.contactnrEu .support_centerJlbe p:last-of-type svg path {
    fill: rgb(147,179,184);
}.contactnrEu .message_requestwiSO {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}.contactnrEu .get_contactformkchn {
    overflow: hidden;
    align-items: center;
    text-indent: -9999px;
    height: 60px;
    background: linear-gradient(145deg, #ffffff, rgb(203,218,220));
    transition: all 0.3s ease;
    justify-content: center;
    border-radius: 50%;
    width: 60px;
    color: transparent;
    position: relative;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1),
              -5px -5px 10px rgba(255, 255, 255, 0.8);
    display: flex;
}.contactnrEu .get_contactformkchn::before {
    transition: opacity 0.3s ease;
    color: #000000;
    font-size: 16px;
    opacity: 0;
    top: 70px;
    font-weight: 600;
    content: attr(title);
    pointer-events: none;
    transform: translateX(-50%);
    left: 50%;
    white-space: nowrap;
    position: absolute;
    text-indent: 0;
}.contactnrEu .get_contactformkchn:hover::before {
    opacity: 1;
}.contactnrEu .get_contactformkchn:hover {
    transform: translateY(-5px);
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.1),
              -8px -8px 15px rgba(255, 255, 255, 0.8);
    background: rgb(147,179,184);
}.contactnrEu .get_contactformkchn svg {
    width: 24px;
    fill: rgb(147,179,184);
    transition: fill 0.3s ease;
    height: 24px;
}.contactnrEu .get_contactformkchn:hover svg {
    fill: #ffffff;
}.contactnrEu .get_contactformkchn svg path {
    fill: rgb(147,179,184);
    transition: fill 0.3s ease;
}.contactnrEu .get_contactformkchn:hover svg path {
    fill: #ffffff;
}

@media (max-width: 991px) {.contactnrEu {
    padding: 4rem 0;
}.contactnrEu .support_centerJlbe {
    padding: 2.5rem;
}.contactnrEu .support_centerJlbe h2 {
    font-size: calc(29px * 0.9);
}.contactnrEu .support_centerJlbe p {
    max-width: 100%;
}
}

@media (max-width: 767px) {.contactnrEu {
    padding: 3rem 0;
}.contactnrEu .support_centerJlbe {
    padding: 2rem;
}.contactnrEu .message_requestwiSO {
    justify-content: center;
}.contactnrEu .get_contactformkchn {
    width: 55px;
    height: 55px;
}}.privacy_armouryTrpZ {
    background: linear-gradient(135deg, rgb(203,218,220) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
}.privacy_armouryTrpZ::before {
    left: 0;
    transform: translateZ(0);
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    z-index: 0;
    width: 100%;
    background: linear-gradient(45deg, rgb(147,179,184,0.5) 0%, transparent 60%);
    opacity: 0.07;
}.privacy_armouryTrpZ::after {
    height: 40%;
    content: "";
    z-index: 0;
    background: radial-gradient(circle, rgb(124,177,124,0.5) 0%, transparent 70%);
    top: -10%;
    position: absolute;
    opacity: 0.12;
    right: -10%;
    transform: translateZ(0);
    width: 40%;
}.privacy_armouryTrpZ .container {
    max-width: 1140px;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.85);
    margin: 0 auto;
    transform: translateZ(0);
    z-index: 1;
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03),
                0 20px 60px -20px rgba(0, 0, 0, 0.08);
}.privacy_armouryTrpZ h1 {
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 43px;
    transform: translateZ(0);
    color: rgb(147,179,184);
}.privacy_armouryTrpZ h1::after {
    transform-origin: left;
    width: 40%;
    left: 0;
    content: "";
    height: 3px;
    transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    bottom: -8px;
    position: absolute;
    background: linear-gradient(90deg, rgb(147,179,184) 0%, rgb(124,177,124) 100%);
}.privacy_armouryTrpZ h1:hover::after {
    width: 100%;
}.privacy_armouryTrpZ h2 {
    transform: translateZ(0);
    border-left: 3px solid rgb(124,177,124);
    font-size: 33px;
    font-family: Arial, sans-serif;
    padding-left: 1rem;
    margin: 2.5rem 0 1.25rem;
    color: rgb(147,179,184);
    font-weight: 600;
}.privacy_armouryTrpZ h3 {
    margin: 2rem 0 1rem;
    font-size: calc(33px * 0.85);
    transform: translateZ(0);
    font-family: Arial, sans-serif;
    color: rgb(124,177,124);
    font-weight: 600;
}.privacy_armouryTrpZ h4 {
    font-size: calc(33px * 0.75);
    margin: 1.5rem 0 0.75rem;
    font-weight: 400;
    font-family: Arial, sans-serif;
    padding-bottom: 0.5rem;
    transform: translateZ(0);
    color: #000000;
    position: relative;
}.privacy_armouryTrpZ h4::after {
    content: "";
    left: 0;
    height: 2px;
    bottom: 0;
    width: 30px;
    background-color: rgb(124,177,124,0.5);
    position: absolute;
}.privacy_armouryTrpZ p {
    line-height: 1.7;
    max-width: 90ch;
    font-size: 12px;
    font-family: Arial, sans-serif;
    transform: translateZ(0);
    margin-bottom: 1.25rem;
    color: #000000;
}.privacy_armouryTrpZ p strong {
    font-weight: 600;
    padding: 0 4px;
    background: linear-gradient(120deg, transparent 0%, rgba(rgb(124,177,124), 0.08) 50%, transparent 100%);
    display: inline-block;
    position: relative;
    color: #000000;
}.privacy_armouryTrpZ span {
    color: #000000;
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    line-height: 1.65;
    display: block;
    transform: translateZ(0);
    border-left: 1px dashed rgb(124,177,124,0.5);
    font-size: calc(12px * 0.95);
    padding-left: 1rem;
}.privacy_armouryTrpZ ul {
    padding-left: 0;
    margin: 1.5rem 0;
    transform: translateZ(0);
    position: relative;
    list-style-type: none;
}.privacy_armouryTrpZ ul::before {
    content: "";
    position: absolute;
    width: 1px;
    background: linear-gradient(to bottom, rgb(124,177,124,0.5), transparent);
    left: 10px;
    bottom: 0;
    opacity: 0.5;
    top: 0;
}.privacy_armouryTrpZ li {
    transform: translateZ(0);
    margin-bottom: 1rem;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-left: 2.5rem;
    color: #000000;
    position: relative;
    font-size: 12px;
}.privacy_armouryTrpZ li::before {
    transform: rotate(45deg);
    position: absolute;
    border: 1px solid rgb(124,177,124);
    background-color: rgba(255, 255, 255, 0.8);
    transition: transform 0.3s ease, background-color 0.3s ease;
    width: 10px;
    top: 0.5rem;
    left: 5px;
    content: "";
    height: 10px;
}.privacy_armouryTrpZ li:hover::before {
    transform: rotate(135deg);
    background-color: rgb(124,177,124,0.5);
}

@media (max-width: 992px) {.privacy_armouryTrpZ {
    padding: 3rem 1.5rem;
}.privacy_armouryTrpZ .container {
    padding: 1.5rem;
}.privacy_armouryTrpZ h1 {
    font-size: calc(43px * 0.9);
}.privacy_armouryTrpZ h2 {
    font-size: calc(33px * 0.9);
    padding-left: 0.75rem;
}.privacy_armouryTrpZ h3 {
    font-size: calc(33px * 0.75);
}.privacy_armouryTrpZ h4 {
    font-size: calc(33px * 0.65);
}
}

@media (max-width: 768px) {.privacy_armouryTrpZ {
    padding: 2rem 1rem;
}.privacy_armouryTrpZ .container {
    padding: 1.25rem;
}.privacy_armouryTrpZ h1 {
    font-size: calc(43px * 0.8);
}.privacy_armouryTrpZ h2 {
    font-size: calc(33px * 0.8);
    margin: 2rem 0 1rem;
}.privacy_armouryTrpZ p {
    font-size: calc(12px * 0.95);
}.privacy_armouryTrpZ span {
    font-size: calc(12px * 0.9);
}.privacy_armouryTrpZ li {
    padding-left: 2rem;
}
}

@media (max-width: 576px) {.privacy_armouryTrpZ {
    padding: 1.5rem 0.75rem;
}.privacy_armouryTrpZ .container {
    padding: 1rem;
}.privacy_armouryTrpZ h1 {
    font-size: calc(43px * 0.7);
}.privacy_armouryTrpZ h2 {
    padding-left: 0.5rem;
    font-size: calc(33px * 0.7);
}.privacy_armouryTrpZ h3 {
    font-size: calc(33px * 0.65);
}.privacy_armouryTrpZ h4 {
    font-size: calc(33px * 0.55);
}.privacy_armouryTrpZ p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.privacy_armouryTrpZ span {
    font-size: calc(12px * 0.85);
    padding-left: 0.75rem;
}.privacy_armouryTrpZ ul {
    margin: 1.25rem 0;
}.privacy_armouryTrpZ li {
    font-size: calc(12px * 0.9);
    padding-left: 1.75rem;
}.privacy_armouryTrpZ li::before {
    height: 8px;
    width: 8px;
}}.connect_with_usaGCJ {
    overflow: hidden;
    padding: 90px 0;
    position: relative;
    background: linear-gradient(120deg, rgb(203,218,220) 0%, #1a1e2e 100%);
}.connect_with_usaGCJ::before {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 0;
    content: "";
    left: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(147,179,184), 0.05) 100%);
    height: 100%;
}.connect_with_usaGCJ::after {
    content: "";
    height: 100px;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}.connect_with_usaGCJ .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.connect_with_usaGCJ h2 {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    position: relative;
    margin-bottom: 70px;
    font-size: 36px;
    letter-spacing: 2px;
}.connect_with_usaGCJ h2::before {
    width: 30px;
    background: rgb(147,179,184);
    bottom: -20px;
    position: absolute;
    content: "";
    left: calc(50% - 50px);
    height: 2px;
}.connect_with_usaGCJ h2::after {
    height: 2px;
    content: "";
    left: calc(50% - 10px);
    position: absolute;
    width: 70px;
    bottom: -20px;
    background: rgb(147,179,184);
}.connect_with_usaGCJ .query_paneldvjV {
    backdrop-filter: blur(10px);
    grid-template-columns: 6fr 4fr;
    display: grid;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 28px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
}.connect_with_usaGCJ .img_rounded_boxJGpx {
    min-height: 100%;
    position: relative;
}.connect_with_usaGCJ .img_rounded_boxJGpx::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}.connect_with_usaGCJ .img_rounded_boxJGpx::after {
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(147,179,184), 0.1) 10px, rgba(rgb(147,179,184), 0.1) 11px);
    animation: scanLines 5s linear infinite;
    content: "";
    z-index: 2;
    left: 0;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.connect_with_usaGCJ .support_helpPyWa {
    position: relative;
    padding: 50px;
}.connect_with_usaGCJ .support_helpPyWa::before {
    width: 100%;
    left: 0;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    z-index: -1;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
}.connect_with_usaGCJ #contact {
    display: flex;
    gap: 25px;
    flex-direction: column;
}.connect_with_usaGCJ h3 {
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-size: 19px;
    position: relative;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
}.connect_with_usaGCJ h3::after {
    height: 2px;
    position: absolute;
    background: rgb(147,179,184);
    bottom: -10px;
    width: 50px;
    content: "";
    left: 0;
}.connect_with_usaGCJ input[type="text"] {
    padding: 16px 20px;
    border-radius: 10px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    position: relative;
}.connect_with_usaGCJ input[type="text"]:focus {
    border-color: rgb(147,179,184);
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(rgb(147,179,184), 0.2);
    outline: none;
}.connect_with_usaGCJ input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.connect_with_usaGCJ .query_queryAXRg {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    margin-top: 5px;
}.connect_with_usaGCJ .query_queryAXRg input[type="checkbox"] {
    height: 24px;
    border-radius: 3px;
    appearance: none;
    position: relative;
    width: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    margin-top: 2px;
    background: rgba(0, 0, 0, 0.2);
}.connect_with_usaGCJ .query_queryAXRg input[type="checkbox"]:checked {
    border-color: rgb(147,179,184);
    background: rgb(147,179,184);
}.connect_with_usaGCJ .query_queryAXRg input[type="checkbox"]:checked::after {
    border: solid #ffffff;
    content: "";
    width: 6px;
    position: absolute;
    left: 9px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 6px;
    height: 10px;
}.connect_with_usaGCJ .query_queryAXRg label {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    font-size: calc(15px - 2px);
}.connect_with_usaGCJ .query_queryAXRg a {
    position: relative;
    text-decoration: none;
    color: rgb(147,179,184);
    transition: all 0.3s ease;
}.connect_with_usaGCJ .query_queryAXRg a:hover {
    color: #ffffff;
}.connect_with_usaGCJ .query_queryAXRg a::after {
    left: 0;
    height: 1px;
    transition: all 0.3s ease;
    background: rgb(147,179,184);
    content: "";
    position: absolute;
    bottom: -2px;
    width: 100%;
}.connect_with_usaGCJ .query_queryAXRg a:hover::after {
    background: #ffffff;
}.connect_with_usaGCJ .inquiry_reachWuXN {
    font-weight: 600;
    align-self: flex-start;
    padding: 16px 35px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    margin-top: 10px;
    border-radius: 10px;
    background: rgb(147,179,184);
    border: none;
    letter-spacing: 1px;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
}.connect_with_usaGCJ .inquiry_reachWuXN::before {
    width: 100%;
    left: -100%;
    position: absolute;
    transition: all 0.5s ease;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    top: 0;
}.connect_with_usaGCJ .inquiry_reachWuXN:hover {
    background: rgb(124,177,124);
    transform: translateY(-3px);
}.connect_with_usaGCJ .inquiry_reachWuXN:hover::before {
    left: 100%;
}.connect_with_usaGCJ svg {
    fill: rgb(147,179,184);
    transition: all 0.3s ease;
    width: 22px;
    filter: drop-shadow(0 0 5px rgba(rgb(147,179,184), 0.5));
    height: 22px;
}.connect_with_usaGCJ svg path {
    fill: rgb(147,179,184);
    transition: all 0.3s ease;
}.connect_with_usaGCJ svg:hover {
    transform: scale(1.1);
    fill: #ffffff;
}.connect_with_usaGCJ svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.connect_with_usaGCJ {
    padding: 70px 0;
}.connect_with_usaGCJ .query_paneldvjV {
    grid-template-columns: 1fr;
}.connect_with_usaGCJ .img_rounded_boxJGpx {
    min-height: 300px;
}.connect_with_usaGCJ .support_helpPyWa {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.connect_with_usaGCJ {
    padding: 50px 0;
}.connect_with_usaGCJ h2 {
    margin-bottom: 50px;
    font-size: calc(36px - 4px);
}.connect_with_usaGCJ .img_rounded_boxJGpx {
    min-height: 250px;
}
}

@media (max-width: 576px) {.connect_with_usaGCJ {
    padding: 40px 0;
}.connect_with_usaGCJ .container {
    padding: 0 15px;
}.connect_with_usaGCJ h2 {
    font-size: calc(36px - 6px);
    margin-bottom: 40px;
}.connect_with_usaGCJ h2::before {
    width: 20px;
    left: calc(50% - 35px);
}.connect_with_usaGCJ h2::after {
    width: 50px;
}.connect_with_usaGCJ .support_helpPyWa {
    padding: 30px 20px 40px;
}.connect_with_usaGCJ #contact {
    gap: 20px;
}.connect_with_usaGCJ .inquiry_reachWuXN {
    width: 100%;
}.connect_with_usaGCJ .img_rounded_boxJGpx {
    min-height: 200px;
}}header {
    z-index: 100;
    padding: 0;
    margin-top: 0;
    position: relative;
    overflow: visible;
    background: linear-gradient(90deg, rgb(124,177,124) 0%, rgb(147,179,184) 100%);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}header::before {
    width: 100%;
    left: 0;
    content: '';
    z-index: 0;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    position: absolute;
    top: 0;
}header .main_mainwrapJQXy {
    justify-content: space-between;
    padding: 1.2rem 2.5rem;
    z-index: 5;
    position: relative;
    align-items: center;
    display: flex;
}header .header_proCbso {
    padding: 0.5rem;
    flex: 0 0 auto;
    position: relative;
    margin-right: 2rem;
    overflow: visible;
}header .header_proCbso::before {
    transform: skew(-5deg);
    right: -5px;
    left: -5px;
    position: absolute;
    border: 2px solid #ffffff;
    opacity: 0.1;
    z-index: -1;
    content: '';
    top: -5px;
    transition: all 0.3s ease;
    bottom: -5px;
}header .header_proCbso::after {
    content: '';
    transition: all 0.3s ease;
    position: absolute;
    top: -5px;
    z-index: -1;
    transform: skew(-5deg);
    left: -5px;
    bottom: -5px;
    opacity: 0;
    right: -5px;
    border: 2px solid #ffffff;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
}header .header_proCbso:hover::before {
    opacity: 0;
}header .header_proCbso:hover::after {
    animation: neonPulse 1.5s infinite alternate;
    opacity: 0.5;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .head_mainEORS {
    display: block;
    transition: all 0.3s ease;
    position: relative;
}header .head_mainEORS:hover {
    transform: scale(1.05);
}header .head_mainEORS img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}header .main_coreMlip {
    display: flex;
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 2;
    list-style: none;
}header .top_navxkCs {
    position: relative;
    margin: 0 0.4rem;
}header .top_navxkCs a {
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.2);
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    text-decoration: none;
    padding: 0 1.2rem;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    height: 40px;
    letter-spacing: 0.5px;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    text-shadow: 0 0 5px #ffffff;
    justify-content: center;
}header .top_navxkCs a::before {
    content: '';
    position: absolute;
    background: #ffffff;
    left: -2px;
    bottom: -2px;
    transform: scale(0.9);
    right: -2px;
    transition: opacity 0.3s ease;
    z-index: -1;
    opacity: 0;
    top: -2px;
}header .top_navxkCs a:hover {
    transform: translateY(-3px);
    color: rgb(147,179,184);
    text-shadow: none;
    border-color: #ffffff;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}header .top_navxkCs a:hover::before {
    transform: scale(1);
    opacity: 1;
}header .top_navxkCs::after {
    height: 5px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    width: 80%;
    left: 10%;
    transition: all 0.3s ease;
    opacity: 0;
    content: '';
    filter: blur(3px);
    position: absolute;
    bottom: -10px;
}header .top_navxkCs:hover::after {
    bottom: -5px;
    opacity: 0.5;
}header .main_mainwrapJQXy::before {
    left: 0;
    position: absolute;
    height: 1px;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    width: 100%;
    top: 0;
}header .main_mainwrapJQXy::after {
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    content: '';
    left: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
}header .head_guideBgDZ {
    position: relative;
    padding-top: 2rem;
    background: rgb(203,218,220);
    z-index: 1;
}

@media (min-width: 1400px) {header .main_mainwrapJQXy {
    margin: 0 auto;
    max-width: 1320px;
}header .top_navxkCs {
    margin: 0 0.6rem;
}header .top_navxkCs a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .main_mainwrapJQXy {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .header_proCbso {
    margin-bottom: 0;
    margin-right: 0;
}header .main_coreMlip {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .top_navxkCs a {
    font-size: calc(14px - 1px);
    height: 36px;
    padding: 0 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .main_mainwrapJQXy {
    padding: 0.8rem 1.5rem;
}header .header_proCbso {
    max-width: 140px;
}header .header_proCbso::before, 
    header .header_proCbso::after {
    left: -3px;
    bottom: -3px;
    top: -3px;
    right: -3px;
}header .head_mainEORS img {
    max-height: 35px;
}header .main_coreMlip {
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    margin-top: 0.8rem;
    overflow-x: auto;
}header .main_coreMlip::-webkit-scrollbar {
    height: 3px;
}header .main_coreMlip::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .top_navxkCs {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .top_navxkCs a {
    white-space: nowrap;
    height: 32px;
    padding: 0 0.8rem;
    font-size: calc(14px - 2px);
}header .top_navxkCs::after {
    display: none;
}
}

@media (max-width: 479px) {header .main_mainwrapJQXy {
    padding: 0.7rem 1.2rem;
}header .header_proCbso {
    max-width: 120px;
}header .top_navxkCs a {
    padding: 0 0.6rem;
    height: 30px;
    font-size: calc(14px - 3px);
}}.customer_reviewsRwHY {
    position: relative;
    background: linear-gradient(135deg, rgb(203,218,220) 0%, rgb(147,179,184,0.5) 100%);
    padding: 80px 0;
    overflow: hidden;
}.customer_reviewsRwHY::before {
    left: -25%;
    top: -30%;
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 150%;
    background: rgb(124,177,124,0.5);
    content: "";
    transform: rotate(-15deg);
}.customer_reviewsRwHY .legacy_eduKzTB {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.customer_reviewsRwHY h4 {
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: 30px;
    transform: skewX(-5deg);
    font-weight: 700;
}.customer_reviewsRwHY h4::after {
    position: absolute;
    background: rgb(147,179,184);
    transform: skewX(15deg);
    width: 70%;
    height: 4px;
    bottom: -10px;
    left: 0;
    content: "";
}.customer_reviewsRwHY .learning_voicesuzFm {
    transform: perspective(1000px) rotateX(2deg);
    gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.customer_reviewsRwHY .edu_quotesXQyG {
    transition: all 0.4s ease;
    position: relative;
    padding: 30px 25px 25px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(0) rotate(0);
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
}.customer_reviewsRwHY .edu_quotesXQyG:nth-child(odd) {
    transform: translateY(20px) rotate(-1deg);
}.customer_reviewsRwHY .edu_quotesXQyG:nth-child(even) {
    transform: translateY(-10px) rotate(1deg);
}.customer_reviewsRwHY .edu_quotesXQyG:hover {
    transform: translateY(-5px) rotate(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.customer_reviewsRwHY .edu_quotesXQyG::before {
    content: "";
    position: absolute;
    height: 5px;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(147,179,184) 0%, rgb(124,177,124) 100%);
    left: 0;
}.customer_reviewsRwHY .edu_quotesXQyG::after {
    height: 80px;
    transform: translate(50%, 50%);
    z-index: 0;
    bottom: 0;
    content: "";
    right: 0;
    position: absolute;
    border-radius: 50%;
    width: 80px;
    background: rgb(124,177,124,0.5);
}.customer_reviewsRwHY .img_rounded_boxJGpx {
    transition: all 0.4s ease;
    height: 80px;
    border-radius: 20% 40% 30% 50%;
    border: 3px solid #ffffff;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transform: rotate(-5deg);
    width: 80px;
}.customer_reviewsRwHY .edu_quotesXQyG:hover .img_rounded_boxJGpx {
    border-radius: 30% 50% 40% 30%;
    transform: rotate(0) scale(1.05);
}.customer_reviewsRwHY .edu_quotesXQyG span {
    font-size: 17px;
    color: rgb(147,179,184);
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    display: block;
    z-index: 1;
    font-weight: 700;
    position: relative;
}.customer_reviewsRwHY .edu_quotesXQyG p {
    font-weight: 400;
    font-size: 17px;
    position: relative;
    line-height: 1.6;
    color: #000000;
    font-style: italic;
    font-family: Arial, sans-serif;
    z-index: 1;
}

@media (max-width: 767px) {.customer_reviewsRwHY {
    padding: 50px 0;
}.customer_reviewsRwHY::before {
    width: 200%;
    transform: rotate(-10deg);
    left: -50%;
}.customer_reviewsRwHY h4 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.85);
}.customer_reviewsRwHY .learning_voicesuzFm {
    transform: none;
    gap: 30px;
    grid-template-columns: 1fr;
}.customer_reviewsRwHY .edu_quotesXQyG,
    .customer_reviewsRwHY .edu_quotesXQyG:nth-child(odd),
    .customer_reviewsRwHY .edu_quotesXQyG:nth-child(even) {
    padding: 25px 20px 20px;
    transform: none;
}.customer_reviewsRwHY .img_rounded_boxJGpx {
    width: 70px;
    height: 70px;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    left: 0;
    z-index: -2;
    position: absolute;
    background: linear-gradient(145deg, rgb(203,218,220) 0%, rgb(147,179,184,0.5) 100%);
    opacity: 0.9;
    top: 0;
    bottom: 0;
    content: "";
    right: 0;
}footer::after {
    right: 0;
    content: "";
    background-image: 
        repeating-linear-gradient(0deg, rgb(147,179,184,0.5), rgb(147,179,184,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(147,179,184,0.5), rgb(147,179,184,0.5) 1px, transparent 1px, transparent 20px);
    top: 0;
    opacity: 0.1;
    z-index: -1;
    left: 0;
    position: absolute;
    bottom: 0;
}.training_zonepcUh {
    position: relative;
    padding: 4rem 0 2rem;
    color: #000000;
}.training_zonepcUh::after {
    background: linear-gradient(90deg, rgb(147,179,184), rgb(124,177,124));
    content: "";
    width: 100%;
    height: 6px;
    left: 0;
    top: 0;
    position: absolute;
}.training_zonepcUh .container {
    position: relative;
    gap: 3rem;
    display: flex;
    flex-wrap: wrap;
}.training_zonepcUh .company_holder {
    border-radius: 12px;
    position: relative;
    flex: 1 1 400px;
    padding: 2rem 2.5rem;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.training_zonepcUh .company_holder::before {
    content: "";
    left: 0;
    border-top-left-radius: 12px;
    height: 5px;
    top: 0;
    background: rgb(147,179,184);
    border-top-right-radius: 12px;
    width: 100%;
    position: absolute;
}.training_zonepcUh .company_holder h3 {
    letter-spacing: 0.5px;
    position: relative;
    margin: 0 0 1.5rem;
    font-size: 35px;
    font-weight: 700;
    color: rgb(147,179,184);
}.training_zonepcUh .company_holder h3::after {
    height: 3px;
    content: "";
    bottom: -0.5rem;
    width: 80px;
    position: absolute;
    background: rgb(124,177,124);
    left: 0;
}.training_zonepcUh .learn_navDwan {
    border-radius: 10px;
    padding: 1.5rem;
    font-size: 17px;
    background: rgb(203,218,220);
    border-left: 3px solid rgb(124,177,124);
    line-height: 1.7;
    color: #000000;
    position: relative;
}.training_zonepcUh .assign_helpHJLZ {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.training_zonepcUh .head_wrapqrvX {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}.training_zonepcUh .main_coreMlip {
    overflow: hidden;
    min-width: 200px;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    position: relative;
    flex: 1 1 calc(50% - 1.25rem);
}.training_zonepcUh .main_coreMlip h5 {
    margin: 0;
    background: rgb(124,177,124);
    font-weight: 600;
    color: #ffffff;
    position: relative;
    font-size: 23px;
    padding: 1rem 1.5rem;
}.training_zonepcUh .main_coreMlip .head_wrapqrvX {
    gap: 0;
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
}.training_zonepcUh .main_coreMlip .head_wrapqrvX a {
    display: flex;
    padding: 0.8rem 1.5rem;
    font-size: 17px;
    position: relative;
    align-items: center;
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
}.training_zonepcUh .main_coreMlip .head_wrapqrvX a::before {
    background: rgb(203,218,220);
    width: 0;
    height: 100%;
    content: "";
    transition: all 0.3s ease;
    z-index: -1;
    top: 0;
    left: 0;
    position: absolute;
}.training_zonepcUh .main_coreMlip .head_wrapqrvX a::after {
    transition: all 0.3s ease;
    transform: translateY(-50%);
    content: "";
    position: absolute;
    left: 1.5rem;
    border-radius: 50%;
    background: rgb(124,177,124);
    width: 5px;
    opacity: 0;
    top: 50%;
    height: 5px;
}.training_zonepcUh .main_coreMlip .head_wrapqrvX a:hover {
    color: rgb(147,179,184);
    padding-left: 2.2rem;
}.training_zonepcUh .main_coreMlip .head_wrapqrvX a:hover::before {
    width: 100%;
}.training_zonepcUh .main_coreMlip .head_wrapqrvX a:hover::after {
    opacity: 1;
}.netiquetteNZHI {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    background: rgb(203,218,220);
    margin-top: 3rem;
    padding: 2rem 0;
}.netiquetteNZHI::before {
    background: linear-gradient(90deg, transparent, rgb(147,179,184,0.5), transparent);
    right: 10%;
    content: "";
    left: 10%;
    height: 1px;
    position: absolute;
    top: 0;
}.netiquetteNZHI .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.netiquetteNZHI .module_endyqve {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    background: #ffffff;
    padding: 0.8rem 2rem;
    font-weight: 400;
    border-radius: 50px;
    color: #000000;
    font-size: 14px;
}

@media (max-width: 1200px) {.training_zonepcUh .container {
    gap: 2rem;
}.training_zonepcUh .company_holder {
    flex: 1 1 360px;
}.training_zonepcUh .assign_helpHJLZ {
    min-width: 360px;
    flex: 1 1 calc(100% - 400px);
}.training_zonepcUh .head_wrapqrvX {
    gap: 2rem;
}
}

@media (max-width: 992px) {.training_zonepcUh {
    padding: 3.5rem 0 2rem;
}.training_zonepcUh .container {
    flex-direction: column;
    gap: 2.5rem;
}.training_zonepcUh .company_holder,
    .training_zonepcUh .assign_helpHJLZ {
    flex: 1 1 100%;
    min-width: 100%;
}.training_zonepcUh .main_coreMlip {
    flex: 1 1 calc(50% - 1rem);
    min-width: 200px;
}
}

@media (max-width: 768px) {.training_zonepcUh {
    padding: 3rem 0 1.5rem;
}.training_zonepcUh .head_wrapqrvX {
    gap: 1.5rem;
}.training_zonepcUh .company_holder {
    padding: 2rem;
}.training_zonepcUh .company_holder h3 {
    font-size: calc(35px - 2px);
}.netiquetteNZHI {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.training_zonepcUh {
    padding: 2.5rem 0 1rem;
}.training_zonepcUh .container {
    gap: 1.5rem;
}.training_zonepcUh .main_coreMlip {
    flex: 1 1 100%;
    min-width: 100%;
}.training_zonepcUh .head_wrapqrvX {
    gap: 1rem;
}.training_zonepcUh .company_holder {
    padding: 1.5rem;
}.training_zonepcUh .learn_navDwan {
    padding: 1.2rem;
}.netiquetteNZHI {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}
}

@media (max-width: 420px) {.training_zonepcUh .company_holder h3::after {
    width: 50px;
}.training_zonepcUh .main_coreMlip .head_wrapqrvX a:hover {
    padding-left: 2rem;
}.netiquetteNZHI .module_endyqve {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.cookie_window_overlayqRdr {
    z-index: 90;
    width: 100%;
    bottom: 0;
    border-top: 2px solid rgb(147,179,184);
    position: fixed;
    background: rgb(203,218,220);
}.cookie_viewoiHt {
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
}#cookieWarningWindowlAdi {
    display: none;
}#cookieWarningWindowlAdi:checked ~ .cookie_window_overlayqRdr {
    opacity: 0;
    visibility: hidden;
}.cookie_window_overlayqRdr h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie_window_overlayqRdr p {
    font-size: 18px;
}.consent_ackkbwa {
    flex-shrink: 0;
    margin-right: 10px;
}.consent_ackkbwa svg, .consent_ackkbwa svg path, .consent_ackkbwa img {
    fill: rgb(147,179,184);
    height: 100px;
    width: 100px;
}.cookie_disclaimerjYiC {
    cursor: pointer;
    font-size: 24px;
    text-align: center;
    min-width: 120px;
    white-space: nowrap;
    line-height: 35px;
    text-decoration: none;
    margin-left: 10px;
    flex-shrink: 0;
    border-bottom: 2px solid rgb(147,179,184);
    color: rgb(147,179,184);
}.cookie_window_overlayqRdr p a {
    text-decoration: none;
    color: rgb(147,179,184);
}
@media only screen and (max-width: 1200px) {.cookie_window_overlayqRdr {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.consent_ackkbwa {
    display: none;
}.cookie_viewoiHt {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie_window_overlayqRdr h5 {
    text-align: center;
}.cookie_window_overlayqRdr p {
    text-align: center;
}.privacy_switchTLHU {
    margin-bottom: 20px;
}body .outer-containerVBKJ .cookie_disclaimerjYiC {
    margin-left: 0;
    margin-bottom: 10px;
}}
.outer-containerVBKJ .cookie_window_overlayqRdr {
    background: #ffffff;
    border: none;
    box-shadow: rgb(147,179,184,0.5) 0px 0px 40px 39px;
}.outer-containerVBKJ .cookie_disclaimerjYiC {
    padding: 10px;
    color: #ffffff;
    margin-left: 30px;
    font-weight: 400;
    font-size: 20px;
    background: rgb(147,179,184);
    border: none;
}.outer-containerVBKJ .consent_ackkbwa {
    height: 80px;
    align-items: center;
    width: 80px;
    justify-content: center;
    border-radius: 50%;
    background:rgb(147,179,184);
    display: flex;
}.outer-containerVBKJ .consent_ackkbwa svg, .outer-containerVBKJ .consent_ackkbwa svg path, .outer-containerVBKJ .consent_ackkbwa img {
    height: 40px;
    width: 40px;
    fill:#000000;
}.outer-containerVBKJ .privacy_switchTLHU h5, .outer-containerVBKJ .privacy_switchTLHU p {
    color: #000000;
}
@media only screen and (max-width: 800px){.outer-containerVBKJ .consent_ackkbwa {
    margin-bottom: 14px;
    margin: 0;
}}.meet_usxiHa {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 120px 0 80px;
}.meet_usxiHa::before {
    background: linear-gradient(135deg, rgb(147,179,184,0.5), rgba(0, 0, 0, 0.5) 80%);
    z-index: 1;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}.meet_usxiHa::after {
    width: 50%;
    animation: float 15s ease-in-out infinite;
    right: -10%;
    top: -10%;
    z-index: 2;
    opacity: 0.6;
    content: "";
    background: radial-gradient(circle at center, rgb(124,177,124,0.5) 0%, transparent 70%);
    position: absolute;
    height: 70%;
}.meet_usxiHa h4 {
    text-transform: uppercase;
    margin-bottom: 30px;
    transform: translateY(0);
    font-weight: 700;
    text-align: center;
    opacity: 1;
    position: relative;
    letter-spacing: 2px;
    color: #ffffff;
    animation: fadeInDown 0.8s ease-out;
    font-size: calc(34px * 1.2);
    z-index: 5;
}.meet_usxiHa h4::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(124,177,124), transparent);
    left: 50%;
    bottom: -15px;
    content: "";
    height: 3px;
    width: 80px;
    position: absolute;
}.meet_usxiHa .container {
    max-width: 1200px;
    z-index: 5;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.meet_usxiHa .text_cellbdMA {
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    animation: slideInUp 1s ease-out;
    backdrop-filter: blur(10px);
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    border-left: 3px solid rgb(124,177,124);
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s ease-out;
    padding: 40px;
}.meet_usxiHa .text_cellbdMA:hover {
    transform: perspective(1000px) rotateY(0);
}.meet_usxiHa .text_cellbdMA::before {
    border-top: 2px solid rgb(124,177,124,0.5);
    top: 20px;
    height: 70px;
    position: absolute;
    right: 20px;
    content: "";
    width: 70px;
    opacity: 0.6;
    border-right: 2px solid rgb(124,177,124,0.5);
}.meet_usxiHa .text_cellbdMA::after {
    position: absolute;
    bottom: 20px;
    height: 70px;
    content: "";
    left: 20px;
    opacity: 0.6;
    width: 70px;
    border-left: 2px solid rgb(124,177,124,0.5);
    border-bottom: 2px solid rgb(124,177,124,0.5);
}.meet_usxiHa h6 {
    position: relative;
    margin-bottom: 25px;
    color: rgb(124,177,124);
    animation: fadeInLeft 0.8s ease-out 0.3s backwards;
    padding-right: 15px;
    display: inline-block;
    font-size: calc(23px * 1.2);
    font-weight: 700;
}.meet_usxiHa h6::after {
    height: 2px;
    transform-origin: left;
    bottom: -8px;
    content: "";
    position: absolute;
    animation: growLine 0.6s 1s forwards;
    transform: scaleX(0);
    background-color: rgb(124,177,124);
    left: 0;
    width: 40px;
}.meet_usxiHa .text_cellbdMA div {
    max-height: 380px;
    margin-bottom: 20px;
    position: relative;
    padding-right: 10px;
    overflow-y: auto;
}.meet_usxiHa .text_cellbdMA div::-webkit-scrollbar {
    width: 4px;
}.meet_usxiHa .text_cellbdMA div::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
}.meet_usxiHa .text_cellbdMA div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(124,177,124,0.5);
}.meet_usxiHa .text_cellbdMA span {
    display: block;
    opacity: 0.9;
    color: #ffffff;
    text-align: justify;
    animation: fadeIn 1s ease-out 0.6s backwards;
    line-height: 1.8;
    font-size: 15px;
}

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

@keyframes fadeInLeft {
    from {
        transform: translateX(-30px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInUp {
    from {
        transform: perspective(1000px) rotateY(-2deg) translateY(50px);
        opacity: 0;
    }
    to {
        transform: perspective(1000px) rotateY(-2deg) translateY(0);
        opacity: 1;
    }
}

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

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

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

@media screen and (min-width: 992px) {.meet_usxiHa {
    padding: 150px 0 100px;
}.meet_usxiHa h4 {
    font-size: calc(48px * 0.8);
    margin-bottom: 50px;
}.meet_usxiHa .text_cellbdMA {
    max-width: 90%;
    padding: 60px;
    margin: 0 auto;
}.meet_usxiHa h6 {
    margin-bottom: 30px;
    font-size: 23px;
}.meet_usxiHa .text_cellbdMA div {
    max-height: 450px;
}.meet_usxiHa .text_cellbdMA span {
    font-size: calc(15px * 1.1);
    line-height: 2;
}
}

@media screen and (max-width: 991px) {.meet_usxiHa {
    padding: 100px 0 70px;
}.meet_usxiHa .text_cellbdMA {
    transform: perspective(800px) rotateY(-1deg);
}
}

@media screen and (max-width: 767px) {.meet_usxiHa {
    padding: 80px 0 60px;
}.meet_usxiHa h4 {
    font-size: calc(34px * 0.9);
    margin-bottom: 25px;
}.meet_usxiHa .text_cellbdMA {
    transform: none;
    padding: 30px 20px;
}.meet_usxiHa h6 {
    font-size: calc(18px * 1.1);
    margin-bottom: 20px;
}.meet_usxiHa .text_cellbdMA::before,
    .meet_usxiHa .text_cellbdMA::after {
    width: 50px;
    height: 50px;
}.meet_usxiHa .text_cellbdMA div {
    max-height: 300px;
}.meet_usxiHa .text_cellbdMA span {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}

@media screen and (max-width: 480px) {.meet_usxiHa {
    padding: 60px 0 40px;
}.meet_usxiHa h4 {
    font-size: 34px;
}.meet_usxiHa .text_cellbdMA {
    padding: 25px 15px;
}.meet_usxiHa h6 {
    font-size: 18px;
}.meet_usxiHa .text_cellbdMA::before,
    .meet_usxiHa .text_cellbdMA::after {
    height: 40px;
    width: 40px;
}.meet_usxiHa .text_cellbdMA div {
    max-height: 250px;
}.meet_usxiHa .text_cellbdMA span {
    font-size: 15px;
    line-height: 1.6;
}}.training_specialistKcOY {
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(203,218,220), rgba(245, 247, 250, 0.92));
}.training_specialistKcOY::before {
    top: -5%;
    opacity: 0.15;
    position: absolute;
    z-index: 0;
    height: 40%;
    left: -5%;
    content: "";
    transform: rotate(-15deg);
    background: linear-gradient(225deg, rgb(147,179,184,0.5), transparent);
    width: 40%;
}.training_specialistKcOY::after {
    content: "";
    z-index: 0;
    position: absolute;
    right: -5%;
    height: 50%;
    bottom: -5%;
    transform: rotate(10deg);
    opacity: 0.1;
    width: 30%;
    background: linear-gradient(45deg, rgb(124,177,124,0.5), transparent);
}.training_specialistKcOY .container {
    position: relative;
    z-index: 1;
    padding: 0 1.5rem;
    max-width: 1140px;
    margin: 0 auto;
}.training_specialistKcOY .edu_quotesXQyG {
    gap: 2.5rem;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.02);
    padding: 3rem 2rem;
    transform: translateY(0);
    display: grid;
    grid-template-columns: 1fr;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: #ffffff;
}.training_specialistKcOY .edu_quotesXQyG:hover {
    transform: translateY(-5px);
}.training_specialistKcOY .edu_quotesXQyG > div:first-child {
    position: relative;
    width: 100%;
}.training_specialistKcOY .edu_quotesXQyG .img_rounded_boxJGpx {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding-bottom: 85%;
    height: 0;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 10px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
}.training_specialistKcOY .edu_quotesXQyG:hover .img_rounded_boxJGpx {
    transform: scale(1.02);
}.training_specialistKcOY .edu_quotesXQyG .img_rounded_boxJGpx::after {
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
}.training_specialistKcOY .edu_quotesXQyG > div:nth-child(2) {
    position: relative;
    text-align: left;
}.training_specialistKcOY .edu_quotesXQyG .name {
    margin: 0 0 0.5rem;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    position: relative;
    font-size: calc(18px * 1.1);
}.training_specialistKcOY .edu_quotesXQyG .name::after {
    transform: scaleX(1);
    width: 2.5rem;
    content: "";
    transform-origin: left;
    transition: transform 0.4s ease-out;
    position: absolute;
    bottom: -0.35rem;
    height: 2px;
    background: rgb(147,179,184);
    left: 0;
}.training_specialistKcOY .edu_quotesXQyG:hover .name::after {
    transform: scaleX(1.5);
}.training_specialistKcOY .edu_quotesXQyG > div:nth-child(2) > div {
    color: rgb(147,179,184);
    letter-spacing: 0.02em;
    font-weight: 600;
    margin-top: 0.75rem;
    font-size: calc(14px * 0.95);
}.training_specialistKcOY .edu_quotesXQyG > div:nth-child(3) {
    position: relative;
}.training_specialistKcOY .edu_quotesXQyG .career_timelineIzwH {
    padding-left: 1.25rem;
    margin: 0;
    line-height: 1.7;
    position: relative;
    font-size: 14px;
    color: #000000;
    border-left: 3px solid rgb(124,177,124,0.5);
}.training_specialistKcOY .edu_quotesXQyG .career_timelineIzwH::before {
    content: "";
    background: #ffffff;
    height: 25px;
    border-radius: 50%;
    z-index: 1;
    transform: scale(0);
    opacity: 0;
    left: -8px;
    top: -15px;
    width: 25px;
    position: absolute;
    box-shadow: 0 0 0 3px rgb(124,177,124,0.5);
    transition: all 0.4s ease-out 0.2s;
}.training_specialistKcOY .edu_quotesXQyG:hover .career_timelineIzwH::before {
    transform: scale(1);
    opacity: 1;
}

@media (min-width: 768px) {.training_specialistKcOY {
    padding: 8rem 0;
}.training_specialistKcOY .edu_quotesXQyG {
    grid-template-rows: auto 1fr;
    padding: 3.5rem;
    gap: 2rem 3.5rem;
    grid-template-columns: 280px 1fr;
}.training_specialistKcOY .edu_quotesXQyG > div:first-child {
    grid-row: span 2;
}.training_specialistKcOY .edu_quotesXQyG .img_rounded_boxJGpx {
    padding-bottom: 130%;
}.training_specialistKcOY .edu_quotesXQyG > div:nth-child(2) {
    align-self: end;
}.training_specialistKcOY .edu_quotesXQyG .name {
    font-size: calc(18px * 1.2);
}.training_specialistKcOY .edu_quotesXQyG > div:nth-child(3) {
    grid-column: 2;
}.training_specialistKcOY .edu_quotesXQyG .career_timelineIzwH {
    padding-left: 1.5rem;
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 1024px) {.training_specialistKcOY {
    padding: 10rem 0;
}.training_specialistKcOY .edu_quotesXQyG {
    gap: 2.5rem 4rem;
    grid-template-columns: 320px 1fr;
    padding: 4rem;
}.training_specialistKcOY .edu_quotesXQyG .name {
    font-size: calc(18px * 1.3);
}.training_specialistKcOY .edu_quotesXQyG > div:nth-child(2) > div {
    font-size: 14px;
}.training_specialistKcOY .edu_quotesXQyG .career_timelineIzwH {
    font-size: calc(14px * 1.1);
    line-height: 1.8;
}.training_specialistKcOY .edu_quotesXQyG::before {
    height: 80px;
    opacity: 0.1;
    transition: all 0.5s ease-out;
    position: absolute;
    z-index: 0;
    top: 3.5rem;
    content: "";
    right: 3.5rem;
    transform: rotate(45deg);
    border-radius: 0 10px 0 100px;
    width: 80px;
    background: linear-gradient(135deg, rgb(147,179,184,0.5), transparent 70%);
}.training_specialistKcOY .edu_quotesXQyG:hover::before {
    opacity: 0.15;
    transform: rotate(55deg) scale(1.2);
}
}

@media (min-width: 1280px) {.training_specialistKcOY .edu_quotesXQyG {
    padding: 5rem;
    gap: 3rem 5rem;
    grid-template-columns: 380px 1fr;
}.training_specialistKcOY .edu_quotesXQyG .career_timelineIzwH {
    padding-left: 2rem;
    border-left: 4px solid rgb(124,177,124,0.5);
}}.tyBoxFNVb {
    perspective: 1000px;
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(124,177,124,0.5), rgb(147,179,184,0.5));
}.tyBoxFNVb::before {
    left: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(124,177,124,0.5) 0px,
        rgb(124,177,124,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    height: 100%;
    opacity: 0.1;
    width: 100%;
    content: "";
    pointer-events: none;
}.tyBoxFNVb::after {
    opacity: 0.4;
    content: "";
    transform: rotate(-15deg);
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgb(147,179,184,0.5) 0%,
        transparent 70%
    );
    top: -10%;
    right: -10%;
    height: 80%;
    width: 80%;
    z-index: 0;
}.tyBoxFNVb .container {
    transform: translateZ(0);
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    transform-style: preserve-3d;
}.tyBoxFNVb h2 {
    position: relative;
    max-width: 90%;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 3rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #000000;
    font-family: Arial, sans-serif;
    transform: translateZ(30px);
}.tyBoxFNVb h2::after {
    background: linear-gradient(to right, rgb(147,179,184), rgb(124,177,124));
    position: absolute;
    height: 0.3rem;
    width: 8rem;
    bottom: -1rem;
    transform: scaleX(1);
    content: "";
    left: 0;
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.tyBoxFNVb .legacy_eduKzTB {
    background: #ffffff;
    border-left: 4px solid rgb(147,179,184);
    backdrop-filter: blur(5px);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    transform: translateZ(10px) rotateX(2deg);
    transform-style: preserve-3d;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1), 
        0 8px 16px rgba(0, 0, 0, 0.05),
        0 4px 8px rgba(0, 0, 0, 0.025);
    position: relative;
    padding: 3rem;
}.tyBoxFNVb .legacy_eduKzTB::before {
    left: 1rem;
    z-index: 0;
    position: absolute;
    pointer-events: none;
    opacity: 0.5;
    top: 1rem;
    border: 1px dashed rgb(124,177,124,0.5);
    right: 1rem;
    content: "";
    bottom: 1rem;
}.tyBoxFNVb .legacy_eduKzTB:hover {
    transform: translateZ(20px) rotateX(0deg);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15), 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 5px 10px rgba(0, 0, 0, 0.05);
}.tyBoxFNVb ul {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 1;
    list-style: none;
}.tyBoxFNVb li {
    position: relative;
    transform: translateZ(5px);
    margin-bottom: 1rem;
}.tyBoxFNVb li::before {
    opacity: 0;
    border-radius: 0.2rem;
    transition: opacity 0.3s ease, transform 0.3s ease;
    content: "";
    top: 0.5rem;
    left: -2rem;
    height: 0.8rem;
    position: absolute;
    transform: rotate(45deg);
    width: 0.8rem;
    background: linear-gradient(135deg, rgb(147,179,184), rgb(124,177,124));
}.tyBoxFNVb li:hover::before {
    opacity: 1;
    transform: rotate(45deg) scale(1.2);
}.tyBoxFNVb span {
    display: block;
    line-height: 1.8;
    transition: padding-left 0.3s ease;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 12px;
    position: relative;
    padding-left: 0;
}.tyBoxFNVb span::after {
    bottom: -0.8rem;
    transform-origin: left;
    content: "";
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    height: 1px;
    position: absolute;
    background: linear-gradient(to right, rgb(124,177,124,0.5), transparent);
    width: 100%;
}.tyBoxFNVb li:hover span {
    padding-left: 0.5rem;
}.tyBoxFNVb li:hover span::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {.tyBoxFNVb {
    padding: 5rem 0;
}.tyBoxFNVb .legacy_eduKzTB {
    padding: 2.5rem;
    transform: translateZ(5px) rotateX(1deg);
}.tyBoxFNVb h2 {
    font-size: calc(34px * 0.9);
    transform: translateZ(20px);
    max-width: 100%;
}
}

@media (max-width: 767px) {.tyBoxFNVb {
    padding: 4rem 0;
}.tyBoxFNVb .container {
    padding: 0 1.5rem;
}.tyBoxFNVb .legacy_eduKzTB {
    padding: 2rem;
    transform: translateZ(0) rotateX(0deg);
}.tyBoxFNVb h2 {
    font-size: calc(34px * 0.8);
    transform: translateZ(10px);
    margin-bottom: 2rem;
}.tyBoxFNVb h2::after {
    width: 6rem;
    height: 0.25rem;
}.tyBoxFNVb span {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 575px) {.tyBoxFNVb {
    padding: 3rem 0;
}.tyBoxFNVb .container {
    padding: 0 1rem;
}.tyBoxFNVb .legacy_eduKzTB {
    border-left-width: 3px;
    padding: 1.5rem;
}.tyBoxFNVb h2 {
    margin-bottom: 1.5rem;
    font-size: calc(34px * 0.7);
}.tyBoxFNVb h2::after {
    height: 0.2rem;
    width: 5rem;
    bottom: -0.7rem;
}.tyBoxFNVb span {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.tyBoxFNVb li::before {
    left: -1.5rem;
    width: 0.7rem;
    height: 0.7rem;
}}.pricing_offer_boxcWIy {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}.pricing_offer_boxcWIy::before {
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    bottom: 0;
    left: 0;
    content: "";
    right: 0;
    z-index: 1;
}.pricing_offer_boxcWIy .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}.pricing_offer_boxcWIy .learning_rateslfgv {
    position: relative;
}.pricing_offer_boxcWIy .learning_rateslfgv::before {
    border-radius: 50%;
    position: absolute;
    opacity: 0.2;
    height: 300px;
    background: radial-gradient(circle, rgb(147,179,184,0.5) 0%, transparent 70%);
    top: -50px;
    left: -150px;
    content: "";
    pointer-events: none;
    width: 300px;
}.pricing_offer_boxcWIy .learning_rateslfgv::after {
    right: -120px;
    position: absolute;
    opacity: 0.15;
    content: "";
    bottom: -80px;
    border-radius: 50%;
    pointer-events: none;
    height: 250px;
    background: radial-gradient(circle, rgb(124,177,124,0.5) 0%, transparent 70%);
    width: 250px;
}.pricing_offer_boxcWIy h2 {
    position: relative;
    color: #ffffff;
    transform: translateX(-5%);
    display: inline-block;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}.pricing_offer_boxcWIy h2::after {
    bottom: -8px;
    content: "";
    background: linear-gradient(90deg, rgb(147,179,184) 0%, rgb(124,177,124) 100%);
    position: absolute;
    width: 60%;
    left: 0;
    height: 3px;
}.pricing_offer_boxcWIy .cert_planswTKD {
    transform: translateX(-3%);
    opacity: 0.9;
    max-width: 80%;
    line-height: 1.6;
    margin-bottom: 50px;
    font-size: calc(18px * 1.1);
}.pricing_offer_boxcWIy .enroll_costgAPy {
    margin: 0;
    display: grid;
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
}.pricing_offer_boxcWIy .enroll_costgAPy li {
    perspective: 1000px;
    transition: transform 0.4s ease;
    transform-style: preserve-3d;
}.pricing_offer_boxcWIy .learning_packagesCzNi {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    display: block;
    overflow: hidden;
    height: 100%;
    color: #ffffff;
    text-decoration: none;
}.pricing_offer_boxcWIy .learning_packagesCzNi:hover {
    transform: translateY(-8px) scale(1.02);
}.pricing_offer_boxcWIy .learning_feesjbKB {
    position: relative;
    transition: all 0.3s ease;
    height: 100%;
    overflow: hidden;
    padding: 5px;
    box-shadow: 0 15px 25px rgba(0,0,0,0.2), 
                0 5px 10px rgba(0,0,0,0.1), 
                inset 0 1px 1px rgba(255,255,255,0.1);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.12) 0%, 
        rgba(255,255,255,0.05) 100%);
    border-radius: 8px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
}.pricing_offer_boxcWIy .learning_feesjbKB::before {
    width: 100%;
    height: 100%;
    transition: opacity 0.4s ease;
    content: "";
    z-index: 0;
    background: linear-gradient(45deg, 
        rgb(147,179,184,0.5) 0%, 
        transparent 50%, 
        rgb(124,177,124,0.5) 100%);
    opacity: 0;
    top: 0;
    position: absolute;
    left: 0;
}.pricing_offer_boxcWIy .learning_packagesCzNi:hover .learning_feesjbKB::before {
    opacity: 0.15;
}.pricing_offer_boxcWIy .cost_tablergdN {
    display: flex;
    padding: 35px 30px;
    flex-direction: column;
    position: relative;
    z-index: 1;
    height: 100%;
}.pricing_offer_boxcWIy .cost_tablergdN h4 {
    transition: color 0.3s ease;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    margin: 0 0 20px;
    font-size: calc(21px * 1.2);
}.pricing_offer_boxcWIy .cost_tablergdN h4::after {
    left: -15px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    height: 70%;
    background: linear-gradient(to bottom, rgb(147,179,184), rgb(124,177,124));
    opacity: 0.8;
    width: 5px;
    content: "";
    position: absolute;
    top: 50%;
}.pricing_offer_boxcWIy .learning_packagesCzNi:hover .cost_tablergdN h4::after {
    opacity: 1;
    height: 100%;
}.pricing_offer_boxcWIy .cost_tablergdN p {
    scrollbar-width: thin;
    font-size: 18px;
    flex-grow: 1;
    margin-bottom: 25px;
    line-height: 1.6;
    word-break: break-word;
    max-height: 200px;
    overflow-wrap: break-word;
    color: rgba(255,255,255,0.8);
    overflow-y: auto;
    scrollbar-color: rgb(147,179,184) rgba(255,255,255,0.1);
}.pricing_offer_boxcWIy .cost_tablergdN p::-webkit-scrollbar {
    width: 5px;
}.pricing_offer_boxcWIy .cost_tablergdN p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
}.pricing_offer_boxcWIy .cost_tablergdN p::-webkit-scrollbar-thumb {
    background: rgb(147,179,184);
    border-radius: 10px;
}.pricing_offer_boxcWIy .plan_tableZbNE {
    border-radius: 4px;
    margin-top: auto;
    align-self: flex-start;
    padding: 5px 10px;
    font-size: calc(21px * 1.3);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-weight: 700;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, 
        rgb(147,179,184,0.5) 0%, 
        rgb(124,177,124,0.5) 100%);
}.pricing_offer_boxcWIy .learning_packagesCzNi:hover .plan_tableZbNE {
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
    transform: scale(1.05);
}

@media (max-width: 1200px) {.pricing_offer_boxcWIy {
    padding: 100px 0;
}.pricing_offer_boxcWIy .enroll_costgAPy {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}.pricing_offer_boxcWIy h2 {
    transform: translateX(0);
}.pricing_offer_boxcWIy .cert_planswTKD {
    transform: translateX(0);
    max-width: 90%;
}
}

@media (max-width: 992px) {.pricing_offer_boxcWIy {
    padding: 80px 0;
}.pricing_offer_boxcWIy .enroll_costgAPy {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.pricing_offer_boxcWIy .cost_tablergdN {
    padding: 25px 20px;
}.pricing_offer_boxcWIy .cost_tablergdN p {
    font-size: calc(18px * 0.95);
    max-height: 180px;
}.pricing_offer_boxcWIy .plan_tableZbNE {
    font-size: calc(21px * 1.2);
}
}

@media (max-width: 768px) {.pricing_offer_boxcWIy {
    padding: 70px 0;
}.pricing_offer_boxcWIy .enroll_costgAPy {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}.pricing_offer_boxcWIy h2 {
    font-size: calc(35px * 0.9);
}.pricing_offer_boxcWIy .cert_planswTKD {
    font-size: 18px;
    margin-bottom: 40px;
    max-width: 100%;
}
}

@media (max-width: 576px) {.pricing_offer_boxcWIy {
    padding: 60px 0;
}.pricing_offer_boxcWIy .enroll_costgAPy {
    grid-template-columns: 1fr;
}.pricing_offer_boxcWIy h2 {
    font-size: calc(35px * 0.8);
    display: block;
    text-align: center;
}.pricing_offer_boxcWIy h2::after {
    left: 20%;
    width: 60%;
}.pricing_offer_boxcWIy .cert_planswTKD {
    margin-bottom: 30px;
    text-align: center;
}.pricing_offer_boxcWIy .cost_tablergdN h4 {
    font-size: calc(21px * 1.1);
}.pricing_offer_boxcWIy .cost_tablergdN p {
    max-height: 150px;
}.pricing_offer_boxcWIy .plan_tableZbNE {
    font-size: calc(21px * 1.1);
}}.opening_boardBUna {
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(203,218,220) 0%, rgba(245, 248, 250, 0.95) 100%);
    align-items: center;
    min-height: 100vh;
    display: flex;
    position: relative;
}.opening_boardBUna::before {
    background: 
        radial-gradient(circle at 10% 20%, rgba(var(--primary-color-opacity), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(var(--secondary-color-opacity), 0.08) 0%, transparent 40%);
    z-index: -1;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}.opening_boardBUna::after {
    top: -50px;
    border: 1px solid rgba(var(--primary-color-opacity), 0.2);
    width: 200px;
    height: 200px;
    right: -50px;
    border-radius: 50%;
    animation: float 15s infinite ease-in-out;
    transform: rotate(-15deg);
    content: "";
    z-index: -1;
    position: absolute;
}.opening_boardBUna .legacy_eduKzTB {
    gap: 3rem;
    align-items: center;
    width: 100%;
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
    position: relative;
    flex-direction: row-reverse;
}.opening_boardBUna .text_cellbdMA {
    animation: slideUp 1s ease-out forwards;
    transform: translateY(0);
    z-index: 2;
    flex: 1;
    padding: 2rem;
    position: relative;
}.opening_boardBUna h1 {
    margin-bottom: 1.5rem;
    transform: translateX(0);
    line-height: 1.2;
    font-size: calc(41px * 1.2);
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #000000;
    transition: transform 0.5s ease;
    position: relative;
}.opening_boardBUna h1::after {
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(147,179,184) 0%, rgb(124,177,124) 100%);
    height: 4px;
    border-radius: 10px;
    bottom: -10px;
    transition: width 0.5s ease;
    width: 80px;
}.opening_boardBUna .text_cellbdMA:hover h1::after {
    width: 120px;
}.opening_boardBUna .master_expertmcwI {
    display: flex;
    position: relative;
    margin-bottom: 2rem;
    flex-direction: column;
    gap: 1.5rem;
}.opening_boardBUna .master_expertmcwI p {
    font-size: calc(14px * 1.2);
    transform: translateX(0);
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-left: 1rem;
    max-width: 540px;
    transition: transform 0.5s ease;
    border-left: 2px solid rgb(124,177,124);
    margin-top: 1rem;
}.opening_boardBUna svg {
    height: 80px;
    width: 80px;
    margin-bottom: 1rem;
    transition: transform 0.5s ease-in-out;
    transform: translateY(0);
}.opening_boardBUna svg:hover {
    transform: translateY(-5px) rotate(5deg);
}.opening_boardBUna svg path {
    fill: rgb(147,179,184);
    transition: fill 0.3s ease;
}.opening_boardBUna svg text {
    transition: fill 0.3s ease;
    fill: rgb(147,179,184);
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
}.opening_boardBUna svg:hover path {
    fill: rgb(124,177,124);
}.opening_boardBUna svg:hover text {
    fill: rgb(124,177,124);
}.opening_boardBUna ul {
    gap: 1rem;
    list-style: none;
    margin: 2rem 0 0 0;
    display: flex;
    padding: 0;
}.opening_boardBUna ul li {
    margin: 0;
}.opening_boardBUna .inquiry_reachWuXN {
    font-size: 14px;
    font-family: Arial, sans-serif;
    display: inline-block;
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    color: #ffffff;
    box-shadow: 0 6px 15px rgba(var(--primary-color-opacity), 0.2);
    border-radius: 30px;
    background: linear-gradient(135deg, rgb(147,179,184) 0%, rgb(124,177,124) 100%);
    letter-spacing: 0.5px;
    padding: 1rem 2rem;
    text-decoration: none;
    transform: translateY(0);
    overflow: hidden;
    font-weight: 600;
}.opening_boardBUna .inquiry_reachWuXN::before {
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    transition: left 0.7s ease;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
}.opening_boardBUna .inquiry_reachWuXN:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(var(--primary-color-opacity), 0.3);
}.opening_boardBUna .inquiry_reachWuXN:hover::before {
    left: 100%;
}.opening_boardBUna .img_rounded_boxJGpx {
    animation: fadeIn 1s ease-in-out forwards;
    transition: transform 0.5s ease;
    box-shadow: 15px 15px 30px rgba(var(--dark-color-opacity), 0.1), 
                -15px -15px 30px rgba(var(--white-color-opacity), 0.8);
    position: relative;
    overflow: hidden;
    height: 600px;
    z-index: 1;
    transform: perspective(1000px) rotateY(-5deg);
    flex: 1;
    border-radius: 10px;
}.opening_boardBUna .img_rounded_boxJGpx:hover {
    transform: perspective(1000px) rotateY(0deg);
}.opening_boardBUna .img_rounded_boxJGpx::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(var(--primary-color-opacity), 0.2) 0%, transparent 100%);
    left: 0;
    z-index: 1;
    top: 0;
}.opening_boardBUna .img_rounded_boxJGpx::after {
    height: 30%;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    width: 100%;
    z-index: 1;
}

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

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

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

@media screen and (max-width: 1200px) {.opening_boardBUna .legacy_eduKzTB {
    padding: 1.5rem;
}.opening_boardBUna h1 {
    font-size: calc(41px * 1.1);
}.opening_boardBUna .img_rounded_boxJGpx {
    height: 500px;
}
}

@media screen and (max-width: 992px) {.opening_boardBUna .legacy_eduKzTB {
    flex-direction: column;
    gap: 2rem;
}.opening_boardBUna .text_cellbdMA {
    padding: 1rem 0;
}.opening_boardBUna h1 {
    font-size: 41px;
}.opening_boardBUna .img_rounded_boxJGpx {
    width: 100%;
    transform: perspective(1000px) rotateY(0);
    height: 400px;
}
}

@media screen and (max-width: 768px) {.opening_boardBUna {
    min-height: auto;
    padding: 3rem 0;
}.opening_boardBUna .legacy_eduKzTB {
    padding: 1rem;
}.opening_boardBUna h1 {
    font-size: calc(38px * 1.1);
}.opening_boardBUna .master_expertmcwI p {
    font-size: 14px;
}.opening_boardBUna svg {
    width: 60px;
    height: 60px;
}.opening_boardBUna .inquiry_reachWuXN {
    padding: 0.8rem 1.5rem;
}.opening_boardBUna .img_rounded_boxJGpx {
    height: 350px;
}
}

@media screen and (max-width: 576px) {.opening_boardBUna {
    padding: 2rem 0;
}.opening_boardBUna h1 {
    font-size: 38px;
}.opening_boardBUna .master_expertmcwI p {
    padding-left: 0.5rem;
}.opening_boardBUna svg {
    height: 50px;
    width: 50px;
}.opening_boardBUna .img_rounded_boxJGpx {
    height: 280px;
}.opening_boardBUna .inquiry_reachWuXN {
    text-align: center;
    width: 100%;
}}.course_program_detailsFnPp {
    background: rgb(203,218,220);
    position: relative;
    overflow: hidden;
    padding: 8rem 0;
}.course_program_detailsFnPp::before {
    content: "";
    width: 100%;
    opacity: 0.6;
    z-index: 1;
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(203,218,220) 0%, rgb(147,179,184,0.5) 100%);
}.course_program_detailsFnPp::after {
    background-size: 4rem 4rem;
    animation: gridShift 30s infinite linear;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    content: "";
    width: 100%;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 15px, rgb(124,177,124,0.5) 15px, rgb(124,177,124,0.5) 16px),
        repeating-linear-gradient(90deg, transparent, transparent 15px, rgb(147,179,184,0.5) 15px, rgb(147,179,184,0.5) 16px);
    opacity: 0.15;
}.course_program_detailsFnPp .container {
    z-index: 3;
    position: relative;
}.course_program_detailsFnPp .legacy_eduKzTB {
    display: grid;
    grid-template-rows: repeat(8, minmax(50px, auto));
    gap: 1rem;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
}.course_program_detailsFnPp .learn_codinggORh {
    z-index: 5;
    padding: 3rem;
    position: relative;
    background: #ffffff;
    border-radius: 27px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    grid-row: 2 / 8;
    grid-column: 1 / 9;
}.course_program_detailsFnPp .img_rounded_boxJGpx {
    border-radius: 27px;
    position: relative;
    grid-column: 7 / 13;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    z-index: 3;
    grid-row: 1 / 7;
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
}.course_program_detailsFnPp .img_rounded_boxJGpx::before {
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(45deg, rgb(147,179,184,0.5) 0%, transparent 70%);
    z-index: 2;
    height: 100%;
    content: "";
    position: absolute;
}.course_program_detailsFnPp .img_rounded_boxJGpx::after {
    content: "";
    opacity: 0.6;
    right: -5px;
    position: absolute;
    bottom: -5px;
    border-radius: 10px;
    border: 2px solid rgb(124,177,124);
    width: 70%;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    height: 70%;
    z-index: 1;
}.course_program_detailsFnPp .header_proCbso {
    z-index: 10;
    background: #ffffff;
    position: absolute;
    transform: rotate(-5deg);
    width: 5rem;
    justify-content: center;
    right: 3rem;
    display: flex;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    top: -2rem;
    align-items: center;
    transition: transform 0.3s ease-out;
    height: 5rem;
    border-radius: 50%;
}.course_program_detailsFnPp .header_proCbso:hover {
    transform: rotate(0deg) scale(1.05);
}.course_program_detailsFnPp .header_proCbso svg {
    transition: all 0.3s ease;
    height: 3rem;
    width: 3rem;
}.course_program_detailsFnPp .header_proCbso:hover svg {
    transform: scale(1.1);
}.course_program_detailsFnPp .header_proCbso svg path {
    fill: rgb(147,179,184);
}.course_program_detailsFnPp h3 {
    border-left: 4px solid rgb(147,179,184);
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.3;
    padding-left: 1rem;
    position: relative;
    font-size: 38px;
}.course_program_detailsFnPp p {
    font-size: 14px;
    position: relative;
    line-height: 1.8;
    margin-bottom: 0;
    color: #000000;
}.course_program_detailsFnPp .legacy_eduKzTB::before {
    animation: moveCircle 20s infinite alternate;
    left: -6rem;
    opacity: 0.6;
    position: absolute;
    top: -6rem;
    width: 12rem;
    content: "";
    height: 12rem;
    border-radius: 50%;
    background: rgb(147,179,184,0.5);
    filter: blur(100px);
    z-index: 1;
}.course_program_detailsFnPp .legacy_eduKzTB::after {
    background: rgb(124,177,124,0.5);
    filter: blur(80px);
    border-radius: 50%;
    right: -4rem;
    width: 8rem;
    height: 8rem;
    z-index: 1;
    animation: moveCircle 15s infinite alternate-reverse;
    position: absolute;
    bottom: -4rem;
    content: "";
    opacity: 0.5;
}.course_program_detailsFnPp .learn_codinggORh::before {
    height: 5px;
    background: linear-gradient(90deg, rgb(147,179,184) 0%, rgb(124,177,124) 100%);
    position: absolute;
    content: "";
    width: 100px;
    right: 0;
    top: 0;
    border-radius: 0 10px 0 10px;
}.course_program_detailsFnPp .learn_codinggORh::after {
    width: 5px;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgb(147,179,184) 0%, rgb(124,177,124) 100%);
    position: absolute;
    height: 100px;
    border-radius: 0 0 10px 0;
    content: "";
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 4rem 4rem;
    }
}

@keyframes moveCircle {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 20px);
    }
    100% {
        transform: translate(-20px, -20px);
    }
}

@media (max-width: 1200px) {.course_program_detailsFnPp {
    padding: 7rem 0;
}.course_program_detailsFnPp .legacy_eduKzTB {
    gap: 0.75rem;
}.course_program_detailsFnPp .learn_codinggORh {
    grid-column: 1 / 8;
    padding: 2.5rem;
}.course_program_detailsFnPp .img_rounded_boxJGpx {
    grid-column: 6 / 13;
}.course_program_detailsFnPp .header_proCbso {
    right: 2rem;
}
}

@media (max-width: 992px) {.course_program_detailsFnPp {
    padding: 6rem 0;
}.course_program_detailsFnPp .legacy_eduKzTB {
    grid-template-columns: 1fr;
    display: grid;
    grid-template-rows: auto auto;
    gap: 2rem;
}.course_program_detailsFnPp .learn_codinggORh {
    padding: 2.5rem;
    grid-column: auto;
    grid-row: 2 / 3;
}.course_program_detailsFnPp .img_rounded_boxJGpx {
    grid-column: auto;
    height: 350px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    grid-row: 1 / 2;
}.course_program_detailsFnPp .header_proCbso {
    bottom: -2rem;
    top: auto;
    right: 3rem;
}.course_program_detailsFnPp h3 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 768px) {.course_program_detailsFnPp {
    padding: 5rem 0;
}.course_program_detailsFnPp .learn_codinggORh {
    padding: 2rem;
}.course_program_detailsFnPp .img_rounded_boxJGpx {
    height: 300px;
}.course_program_detailsFnPp .header_proCbso {
    height: 4.5rem;
    right: 2rem;
    bottom: -1.5rem;
    width: 4.5rem;
}.course_program_detailsFnPp .header_proCbso svg {
    height: 2.5rem;
    width: 2.5rem;
}.course_program_detailsFnPp h3 {
    margin-bottom: 1.25rem;
    font-size: calc(38px * 0.8);
}.course_program_detailsFnPp p {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}.course_program_detailsFnPp .learn_codinggORh::before {
    width: 70px;
}.course_program_detailsFnPp .learn_codinggORh::after {
    height: 70px;
}
}

@media (max-width: 576px) {.course_program_detailsFnPp {
    padding: 4rem 0;
}.course_program_detailsFnPp .learn_codinggORh {
    padding: 1.5rem;
}.course_program_detailsFnPp .img_rounded_boxJGpx {
    height: 250px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
}.course_program_detailsFnPp .header_proCbso {
    bottom: -1.25rem;
    height: 4rem;
    right: 1.5rem;
    width: 4rem;
}.course_program_detailsFnPp .header_proCbso svg {
    height: 2.25rem;
    width: 2.25rem;
}.course_program_detailsFnPp h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1rem;
    padding-left: 0.75rem;
}.course_program_detailsFnPp p {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.course_program_detailsFnPp .learn_codinggORh::before {
    width: 50px;
}.course_program_detailsFnPp .learn_codinggORh::after {
    height: 50px;
}.course_program_detailsFnPp .legacy_eduKzTB::before,
    .course_program_detailsFnPp .legacy_eduKzTB::after {
    display: none;
}}.learning_profitsPowS {
    padding: 8rem 0;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}.learning_profitsPowS::before {
    width: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(135deg, rgb(203,218,220) 0%, rgb(203,218,220) 50%, transparent 50.1%);
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
}.learning_profitsPowS .legacy_eduKzTB {
    max-width: 1400px;
    grid-gap: 0;
    z-index: 5;
    margin: 0 auto;
    display: grid;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
}.learning_profitsPowS .img_rounded_boxJGpx {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    grid-column: 7 / span 6;
    margin-right: -5vw;
    grid-row: 1;
    height: 550px;
    position: relative;
    z-index: 2;
}.learning_profitsPowS .img_rounded_boxJGpx::after {
    content: '';
    inset: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(147,179,184,0.5) 0%, transparent 100%);
    z-index: 1;
}.learning_profitsPowS .img_rounded_boxJGpx::before {
    width: 120%;
    animation: patternMove 20s linear infinite alternate;
    top: -10%;
    transform: translateX(5%) translateY(5%);
    height: 120%;
    opacity: 0.3;
    z-index: -1;
    left: -10%;
    content: '';
    position: absolute;
    background: 
        repeating-linear-gradient(45deg, rgb(147,179,184,0.5) 0px, rgb(147,179,184,0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgb(147,179,184,0.5) 0px, rgb(147,179,184,0.5) 1px, transparent 1px, transparent 10px);
}.learning_profitsPowS .text_cellbdMA {
    justify-content: center;
    padding: 2rem;
    grid-column: 1 / span 6;
    display: flex;
    z-index: 3;
    grid-row: 1;
    flex-direction: column;
}.learning_profitsPowS h2 {
    font-weight: 700;
    margin-bottom: 3rem;
    position: relative;
    font-size: 38px;
    color: #000000;
    max-width: 80%;
}.learning_profitsPowS h2::after {
    background: rgb(147,179,184);
    border-radius: 10px;
    position: absolute;
    left: 0;
    content: '';
    bottom: -15px;
    width: 70px;
    height: 4px;
}.learning_profitsPowS .text_main_holder {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2rem;
}.learning_profitsPowS .text_main_holder > div {
    padding: 1.5rem;
    flex-direction: column;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
    background: #ffffff;
    display: flex;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    align-items: center;
    z-index: 1;
}.learning_profitsPowS .text_main_holder > div::before {
    bottom: 0;
    background: linear-gradient(to top, rgb(147,179,184,0.5), transparent);
    width: 100%;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    transition: height 0.4s ease;
    z-index: -1;
}.learning_profitsPowS .text_main_holder > div:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.learning_profitsPowS .text_main_holder > div:hover::before {
    height: 100%;
}.learning_profitsPowS .text_main_holder svg {
    height: 3.5rem;
    width: 3.5rem;
    margin-bottom: 1.2rem;
    transition: all 0.3s ease;
}.learning_profitsPowS .text_main_holder > div:hover svg {
    transform: scale(1.1);
}.learning_profitsPowS .text_main_holder svg path {
    fill: rgb(147,179,184);
    transition: fill 0.3s ease;
}.learning_profitsPowS .text_main_holder > div:hover svg path {
    fill: rgb(124,177,124);
}.learning_profitsPowS .text_main_holder p {
    line-height: 1.6;
    margin: 0;
    color: #000000;
    font-size: 13px;
}

@keyframes patternMove {
    0% {
        transform: translateX(5%) translateY(5%);
    }
    100% {
        transform: translateX(0%) translateY(0%);
    }
}

@media (max-width: 1200px) {.learning_profitsPowS .img_rounded_boxJGpx {
    margin-right: -3vw;
}.learning_profitsPowS h2 {
    max-width: 90%;
}
}

@media (max-width: 992px) {.learning_profitsPowS {
    padding: 6rem 0;
}.learning_profitsPowS::before {
    background: linear-gradient(135deg, rgb(203,218,220) 0%, rgb(203,218,220) 70%, transparent 70.1%);
}.learning_profitsPowS .legacy_eduKzTB {
    grid-template-columns: 1fr;
    gap: 3rem;
    max-width: 90%;
}.learning_profitsPowS .img_rounded_boxJGpx {
    margin: 0;
    grid-row: 2;
    grid-column: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    height: 400px;
}.learning_profitsPowS .text_cellbdMA {
    grid-column: 1;
    grid-row: 1;
    padding: 0;
}.learning_profitsPowS h2 {
    max-width: 100%;
}.learning_profitsPowS .text_main_holder {
    gap: 1.5rem;
}
}

@media (max-width: 768px) {.learning_profitsPowS {
    padding: 5rem 0;
}.learning_profitsPowS .img_rounded_boxJGpx {
    height: 350px;
}.learning_profitsPowS h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 2.5rem;
}.learning_profitsPowS .text_main_holder {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}
}

@media (max-width: 576px) {.learning_profitsPowS {
    padding: 4rem 0;
}.learning_profitsPowS .legacy_eduKzTB {
    max-width: 95%;
}.learning_profitsPowS .img_rounded_boxJGpx {
    height: 250px;
}.learning_profitsPowS .text_main_holder > div {
    padding: 1.2rem;
}.learning_profitsPowS .text_main_holder svg {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
}
}