* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.wrapper-segmentSN {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}.grant_ctasQ {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
}.container {
    width: 1172px;
    margin: auto;
    max-width: 100%;
}header,footer {
    width: 100%;
}.head_mainLH {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.grant_ctasQ {
    position: relative;
    padding: 6rem 0 2rem;
    font-family: Arial, sans-serif;
    color: #ffffff;
    background: linear-gradient(45deg, #000000 0%, rgb(149,172,135,0.5) 100%);
}.grant_ctasQ::before {
    top: 0;
    position: absolute;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(184,207,176,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(149,172,135,0.5) 0%, transparent 30%);
    opacity: 0.15;
    left: 0;
    height: 100%;
    content: '';
    z-index: 1;
}.grant_ctasQ::after {
    content: '';
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
    height: 100%;
}.grant_ctasQ .container {
    z-index: 3;
    position: relative;
}.grant_ctasQ .converterSE {
    flex-direction: column;
    display: flex;
    position: relative;
}.grant_ctasQ .send_infoGa {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-3.5rem);
    padding: 1.25rem 2rem;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 16px;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 2rem;
    gap: 1.5rem;
    z-index: 10;
    display: flex;
}.grant_ctasQ .send_infoGa::before {
    height: 100%;
    background: linear-gradient(135deg, transparent 20%, rgb(184,207,176,0.5) 140%);
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    opacity: 0.08;
    z-index: -1;
    content: '';
    border-radius: 16px;
}.grant_ctasQ .info_item {
    max-width: 300px;
    min-width: 200px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    flex: 1;
}.grant_ctasQ .info_item:not(:last-child)::after {
    height: 70%;
    width: 1px;
    content: '';
    transform: translateY(-50%);
    top: 50%;
    background: linear-gradient(to bottom, transparent, rgb(149,172,135,0.5), transparent);
    right: -0.75rem;
    position: absolute;
}.grant_ctasQ .info_item p,
.grant_ctasQ .info_item a {
    color: #000000;
    transition: all 0.3s ease;
    padding: 0.5rem;
    align-items: center;
    display: flex;
    font-size: 12px;
    border-radius: 10px;
    text-decoration: none;
    gap: 0.875rem;
}.grant_ctasQ .info_item:hover {
    transform: translateY(-5px);
}.grant_ctasQ .info_item:hover p,
.grant_ctasQ .info_item:hover a {
    color: rgb(184,207,176);
}.grant_ctasQ .info_item svg {
    width: 22px;
    fill: rgb(184,207,176);
    height: 22px;
    transition: transform 0.3s ease;
}.grant_ctasQ .info_item:hover svg {
    transform: scale(1.15);
}.grant_ctasQ .text_main_holder {
    display: grid;
    gap: 4rem;
    position: relative;
    grid-template-columns: 1fr 1.5fr 1fr;
}.grant_ctasQ .nav_skillAJ {
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
}.grant_ctasQ .nav_skillAJ svg {
    transition: filter 0.3s ease, transform 0.3s ease;
    max-width: 180px;
    filter: brightness(0) invert(1);
    height: auto;
}.grant_ctasQ .nav_skillAJ:hover svg {
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(184,207,176,0.5));
    transform: scale(1.03);
}.grant_ctasQ .sec_certBg {
    line-height: 1.6;
    font-size: calc(16px + 1px);
    opacity: 0.8;
}.grant_ctasQ .first_sectioncF {
    flex-direction: column;
    position: relative;
    display: flex;
}.grant_ctasQ .first_sectioncF::before {
    left: -2rem;
    background: linear-gradient(to bottom, transparent, rgb(149,172,135,0.5) 30%, rgb(149,172,135,0.5) 70%, transparent);
    position: absolute;
    bottom: 0;
    width: 1px;
    top: 0;
    content: '';
}.grant_ctasQ .first_sectioncF::after {
    right: -2rem;
    bottom: 0;
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, transparent, rgb(149,172,135,0.5) 30%, rgb(149,172,135,0.5) 70%, transparent);
    width: 1px;
    top: 0;
}.grant_ctasQ .first_sectioncF h5 {
    font-weight: 600;
    position: relative;
    margin-bottom: 1.75rem;
    font-size: 22px;
    padding-bottom: 0.875rem;
}.grant_ctasQ .first_sectioncF h5::after {
    height: 2px;
    width: 60px;
    content: '';
    background: linear-gradient(to right, rgb(184,207,176), transparent);
    position: absolute;
    left: 0;
    bottom: 0;
}.grant_ctasQ .head_classaG {
    gap: 1.25rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.grant_ctasQ .head_classaG:first-child {
    margin-bottom: 2rem;
}.grant_ctasQ .head_classaG a {
    padding: 0.25rem 0;
    font-size: 12px;
    position: relative;
    transition: all 0.3s ease;
    transform-origin: left;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.85;
}.grant_ctasQ .head_classaG a::before {
    transition: width 0.3s ease;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: rgb(184,207,176);
    position: absolute;
    content: '';
}.grant_ctasQ .head_classaG a:hover {
    color: rgb(184,207,176);
    opacity: 1;
    transform: translateX(8px);
}.grant_ctasQ .head_classaG a:hover::before {
    width: 20px;
}.grant_ctasQ .subscribe_holder {
    flex-direction: column;
    overflow: hidden;
    gap: 1.5rem;
    position: relative;
    padding: 2rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
}.grant_ctasQ .subscribe_holder::before {
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(184,207,176,0.5), transparent 70%);
    content: '';
    height: 100%;
    z-index: -1;
    opacity: 0.2;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}.grant_ctasQ .subscribe_holder::after {
    bottom: 0;
    right: 0;
    height: 150px;
    z-index: -1;
    position: absolute;
    animation: pulseGlow 6s infinite alternate;
    opacity: 0.3;
    background: radial-gradient(circle, rgb(184,207,176,0.5) 0%, transparent 70%);
    width: 150px;
    content: '';
}@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

.grant_ctasQ .subscribe_holder h5 {
    font-size: 22px;
    padding-bottom: 0.875rem;
    position: relative;
    margin-bottom: 0.5rem;
    font-weight: 600;
}.grant_ctasQ .subscribe_holder h5::after {
    background: rgb(184,207,176);
    height: 2px;
    position: absolute;
    content: '';
    bottom: 0;
    width: 40px;
    left: 0;
}.grant_ctasQ .subscribe_holder p {
    opacity: 0.9;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}.grant_ctasQ .input_holder {
    display: flex;
    position: relative;
    flex-direction: column;
    margin-top: 0.5rem;
    gap: 1rem;
}.grant_ctasQ .input_holder::before {
    border-radius: calc(10px + 10px);
    z-index: -1;
    left: -10px;
    height: calc(100% + 20px);
    top: -10px;
    background: 
        radial-gradient(circle at bottom right, rgb(184,207,176,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(149,172,135,0.5) 0%, transparent 70%);
    position: absolute;
    width: calc(100% + 20px);
    animation: subtleRotate 15s linear infinite;
    content: '';
    opacity: 0.1;
}@keyframes subtleRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.grant_ctasQ .input_holder input[type="email"] {
    padding: 1.125rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 12px;
    transition: all 0.3s ease;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
}.grant_ctasQ .input_holder input[type="email"]:focus {
    border-color: rgb(184,207,176,0.5);
    box-shadow: 0 0 0 3px rgb(184,207,176,0.5);
    background-color: rgba(255, 255, 255, 0.15);
    outline: none;
}.grant_ctasQ .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.grant_ctasQ .subscribe_accessig {
    color: #ffffff;
    border-radius: 10px;
    background-color: rgb(184,207,176);
    padding: 1.125rem 1.5rem;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-size: 20px;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
}.grant_ctasQ .subscribe_accessig::before {
    content: '';
    z-index: -1;
    top: 0;
    transition: left 0.7s ease;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    position: absolute;
}.grant_ctasQ .subscribe_accessig::after {
    background: rgb(149,172,135);
    opacity: 0;
    width: 100%;
    top: 0;
    z-index: -2;
    left: 0;
    position: absolute;
    content: '';
    height: 100%;
    transition: opacity 0.3s ease;
}.grant_ctasQ .subscribe_accessig:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}.grant_ctasQ .subscribe_accessig:hover::before {
    left: 100%;
}.grant_ctasQ .subscribe_accessig:hover::after {
    opacity: 1;
}.grant_ctasQ .telegram_refRZ {
    position: relative;
    text-align: center;
    padding-top: 2rem;
    margin-top: 4rem;
}.grant_ctasQ .telegram_refRZ::before {
    left: 20%;
    background: linear-gradient(to right, transparent, rgb(149,172,135,0.5), transparent);
    width: 60%;
    position: absolute;
    top: 0;
    content: '';
    height: 1px;
}.grant_ctasQ .linkedin_refld {
    opacity: 0.7;
    font-size: 16px;
}

@media (max-width: 1200px) {.grant_ctasQ .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}.grant_ctasQ .subscribe_holder {
    margin-top: 2rem;
    grid-column: 1 / -1;
}.grant_ctasQ .first_sectioncF::after {
    display: none;
}
}

@media (max-width: 991px) {.grant_ctasQ {
    padding: 5rem 0 2rem;
}.grant_ctasQ .send_infoGa {
    flex-wrap: wrap;
    justify-content: center;
}.grant_ctasQ .info_item {
    flex: 0 0 auto;
    width: calc(50% - 2rem);
    max-width: none;
}.grant_ctasQ .info_item:not(:last-child)::after {
    display: none;
}.grant_ctasQ .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.grant_ctasQ .first_sectioncF::before, 
    .grant_ctasQ .first_sectioncF::after {
    display: none;
}.grant_ctasQ .nav_skillAJ {
    text-align: center;
    align-items: center;
}.grant_ctasQ .first_sectioncF h5, 
    .grant_ctasQ .subscribe_holder h5 {
    text-align: center;
}.grant_ctasQ .first_sectioncF h5::after, 
    .grant_ctasQ .subscribe_holder h5::after {
    left: 50%;
    transform: translateX(-50%);
}.grant_ctasQ .head_classaG {
    grid-template-columns: repeat(3, 1fr);
}.grant_ctasQ .input_holder {
    margin: 0 auto;
    max-width: 400px;
}
}

@media (max-width: 768px) {.grant_ctasQ {
    padding: 4rem 0 2rem;
}.grant_ctasQ .send_infoGa {
    padding: 1rem 1.5rem;
    transform: translateY(-2.5rem);
}.grant_ctasQ .info_item {
    width: 100%;
    max-width: none;
}.grant_ctasQ .head_classaG {
    grid-template-columns: repeat(2, 1fr);
}.grant_ctasQ .telegram_refRZ {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.grant_ctasQ {
    padding: 3rem 0 1.5rem;
}.grant_ctasQ .send_infoGa {
    transform: translateY(-1.5rem);
    padding: 1rem;
}.grant_ctasQ .info_item p,
    .grant_ctasQ .info_item a {
    font-size: calc(12px - 1px);
}.grant_ctasQ .head_classaG {
    grid-template-columns: 1fr;
    text-align: center;
}.grant_ctasQ .head_classaG a:hover {
    transform: none;
}.grant_ctasQ .head_classaG a::before {
    left: 50%;
    transform: translateX(-50%);
}.grant_ctasQ .head_classaG a:hover::before {
    width: 30px;
}.grant_ctasQ .input_holder {
    width: 100%;
}}.privacy_redoubtSU {
    display: flex;
    background: #ffffff;
    border: 2px solid rgb(184,207,176);
    overflow: hidden;
    width: 100%;
    padding: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    align-items: center;
    flex-direction: column;
    height: 100%;
}.privacy_redoubtSU h1 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 38px;
    border-bottom: 3px solid rgb(149,172,135);
    margin-top: 20px;
    color: rgb(184,207,176);
    padding-bottom: 10px;
    width: 100%;
}.privacy_redoubtSU h2 {
    padding-bottom: 5px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    width: 100%;
    font-size: 30px;
    border-bottom: 2px solid rgb(184,207,176);
    margin-top: 30px;
    color: rgb(149,172,135);
}.privacy_redoubtSU ul, .privacy_redoubtSU ol {
    text-align: left;
    color: #000000;
    padding: 0;
    border-bottom: 2px solid #000000;
    font-family: Arial, sans-serif;
    list-style: none;
    border-top: 2px solid #000000;
    margin: 20px 0;
    font-size: 15px;
    width: 100%;
}.privacy_redoubtSU li {
    padding: 10px 0;
    border-bottom: 1px solid rgb(149,172,135,0.5);
}.privacy_redoubtSU section {
    background: none;
}.privacy_redoubtSU p, .privacy_redoubtSU span, .privacy_redoubtSU div {
    margin-bottom: 20px;
    color: #000000;
    line-height: 1.8;
    text-align: left;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 15px;
}

@media only screen and (max-width: 800px) {.privacy_redoubtSU {
    border-radius: 10px;
    padding: 30px;
}.privacy_redoubtSU h1 {
    font-size: calc(21px - 5px);
}.privacy_redoubtSU h2 {
    font-size: calc(21px - 3px);
}.privacy_redoubtSU ul, .privacy_redoubtSU ol {
    margin: 15px 0;
}.privacy_redoubtSU li {
    padding: 8px 0;
}.privacy_redoubtSU p, .privacy_redoubtSU span, .privacy_redoubtSU div {
    margin-bottom: 15px;
}}.sign_upZr {
    position: relative;
    padding: 4rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(184,207,176,0.5), rgb(149,172,135));
}.sign_upZr::before {
    height: 120%;
    clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);
    content: "";
    right: -5%;
    position: absolute;
    transform: rotate(-15deg);
    opacity: 0.7;
    z-index: 1;
    width: 40%;
    background: linear-gradient(145deg, rgb(149,172,135,0.5), rgb(184,207,176,0.5));
    top: -10%;
}.sign_upZr::after {
    bottom: -5%;
    height: 80%;
    left: -2%;
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
    opacity: 0.6;
    background: linear-gradient(210deg, rgb(184,207,176), rgb(149,172,135,0.5));
    width: 30%;
    transform: rotate(10deg);
    content: "";
    position: absolute;
    z-index: 1;
}.sign_upZr .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.sign_upZr .value_propND {
    backdrop-filter: blur(8px);
    flex-direction: column;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 2.5rem;
    background: linear-gradient(170deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
}.sign_upZr .value_propND > div {
    margin-bottom: 1.5rem;
}.sign_upZr h4 {
    font-size: calc(19px * 0.9);
    position: relative;
    line-height: 1.4;
    font-weight: 600;
    max-width: 90%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    color: #ffffff;
    letter-spacing: 0.02em;
    margin: 0;
}.sign_upZr .input_holder {
    flex-direction: column;
    gap: 1rem;
    display: flex;
    width: 100%;
    position: relative;
}.sign_upZr .input_holder span {
    position: relative;
    flex: 1;
}.sign_upZr .input_holder input[type="email"] {
    color: #000000;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: none;
    width: 100%;
    padding: 0.85rem 1rem;
    font-size: 18px;
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.9);
}.sign_upZr .input_holder input[type="email"]:focus {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(184,207,176,0.5);
    transform: translateY(-2px);
    background: #ffffff;
    outline: none;
}.sign_upZr .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.sign_upZr .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.6;
}.sign_upZr .input_holder .reach_listtK {
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: linear-gradient(135deg, #000000, rgba(0, 0, 0, 0.5));
    border-radius: 10px;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    padding: 0.85rem 1.5rem;
    border: none;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
}.sign_upZr .input_holder .reach_listtK:hover {
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), #000000);
    transform: translateY(-2px);
}.sign_upZr .input_holder .reach_listtK:active {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(1px);
}.sign_upZr .input_holder .reach_listtK::before {
    height: 100%;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    left: -100%;
}.sign_upZr .input_holder .reach_listtK:hover::before {
    left: 100%;
}

@media (min-width: 768px) {.sign_upZr {
    padding: 5rem 3rem;
}.sign_upZr .value_propND {
    align-items: center;
    flex-direction: row;
    padding: 3rem;
    transform: perspective(1000px) rotateX(1deg);
    gap: 2rem;
}.sign_upZr .value_propND > div {
    flex: 1;
    margin-bottom: 0;
}.sign_upZr h4 {
    font-size: 19px;
}.sign_upZr .input_holder {
    flex-direction: row;
    gap: 1rem;
    flex: 1;
}.sign_upZr .input_holder span:first-child {
    flex: 2;
}.sign_upZr .input_holder span:last-child {
    flex: 1;
}
}

@media (min-width: 992px) {.sign_upZr {
    padding: 6rem 4rem;
}.sign_upZr .value_propND {
    padding: 3.5rem;
}.sign_upZr h4 {
    line-height: 1.35;
    font-size: calc(19px * 1.05);
}.sign_upZr .input_holder input[type="email"],
    .sign_upZr .input_holder .reach_listtK {
    padding: 1rem 1.5rem;
}
}

@media (min-width: 1200px) {.sign_upZr .value_propND {
    gap: 3rem;
    padding: 4rem;
}.sign_upZr h4 {
    max-width: 85%;
    font-size: calc(19px * 1.1);
}.sign_upZr .input_holder {
    gap: 1.5rem;
}
}

@media (max-width: 480px) {.sign_upZr {
    padding: 3rem 1.5rem;
}.sign_upZr .value_propND {
    padding: 2rem 1.5rem;
}.sign_upZr h4 {
    font-size: calc(19px * 0.85);
}}.training_methodIF {
    padding: 8rem 2rem;
    overflow: hidden;
    position: relative;
    background: rgb(220,235,215);
}.training_methodIF::before {
    left: 0;
    opacity: 0.1;
    animation: moveGrid 60s linear infinite;
    position: absolute;
    height: 100%;
    background-image: 
        linear-gradient(0deg, transparent 24px, rgb(184,207,176,0.5) 25px, rgb(184,207,176,0.5) 26px, transparent 27px, transparent 49px, rgb(184,207,176,0.5) 50px, rgb(184,207,176,0.5) 51px, transparent 52px),
        linear-gradient(90deg, transparent 24px, rgb(184,207,176,0.5) 25px, rgb(184,207,176,0.5) 26px, transparent 27px, transparent 49px, rgb(184,207,176,0.5) 50px, rgb(184,207,176,0.5) 51px, transparent 52px);
    top: 0;
    content: "";
    width: 100%;
    background-size: 50px 50px;
    z-index: 1;
}.training_methodIF::after {
    width: 200%;
    position: absolute;
    opacity: 0.15;
    bottom: -50%;
    background: radial-gradient(circle at center, rgb(149,172,135,0.5) 0%, transparent 60%);
    height: 200%;
    animation: pulse 20s infinite alternate;
    content: "";
    left: -50%;
    z-index: 0;
}.training_methodIF .value_propND {
    gap: 3rem;
    display: flex;
    max-width: 1000px;
    z-index: 2;
    position: relative;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}.training_methodIF h3 {
    color: rgb(184,207,176);
    margin: 0;
    padding: 2rem;
    width: 100%;
    box-shadow: 20px 20px 0 rgba(0, 0, 0, 0.1);
    border-image: linear-gradient(45deg, rgb(184,207,176), rgb(149,172,135)) 1;
    font-size: 38px;
    max-width: 700px;
    text-align: center;
    position: relative;
    background: #ffffff;
    font-weight: 700;
    transform: scale(0);
    border: 8px solid transparent;
    animation: pixelateIn 1s ease-out forwards;
}.training_methodIF h3::before,
.training_methodIF h3::after {
    content: "";
    background: rgb(149,172,135,0.5);
    position: absolute;
    height: 0;
    width: 0;
}.training_methodIF h3::before {
    top: 0;
    left: 0;
    animation: pixelGrow 0.5s 1.2s steps(10) forwards;
}.training_methodIF h3::after {
    right: 0;
    animation: pixelGrow 0.5s 1.5s steps(10) forwards;
    bottom: 0;
}.training_methodIF span {
    color: #000000;
    line-height: 1.8;
    border: 8px solid transparent;
    background: #ffffff;
    font-size: 17px;
    width: 100%;
    animation: pixelateIn 1s 0.5s ease-out forwards;
    box-shadow: -20px 20px 0 rgba(0, 0, 0, 0.1);
    transform: scale(0);
    border-image: linear-gradient(-45deg, rgb(149,172,135), rgb(184,207,176)) 1;
    position: relative;
    max-width: 700px;
    padding: 2rem;
    opacity: 0;
    text-align: center;
}.training_methodIF span::before,
.training_methodIF span::after {
    background: rgb(184,207,176,0.5);
    position: absolute;
    width: 0;
    height: 0;
    content: "";
}.training_methodIF span::before {
    top: 0;
    right: 0;
    animation: pixelGrow 0.5s 1.8s steps(10) forwards;
}.training_methodIF span::after {
    left: 0;
    animation: pixelGrow 0.5s 2.1s steps(10) forwards;
    bottom: 0;
}

@keyframes moveGrid {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.1);
    }
}

@keyframes pixelateIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    80% {
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes pixelGrow {
    0% {
        width: 8px;
        height: 8px;
    }
    25% {
        width: 8px;
        height: 16px;
    }
    50% {
        width: 16px;
        height: 16px;
    }
    75% {
        width: 16px;
        height: 24px;
    }
    100% {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 992px) {.training_methodIF {
    padding: 6rem 1.5rem;
}.training_methodIF h3 {
    box-shadow: 15px 15px 0 rgba(0, 0, 0, 0.1);
    font-size: calc(38px * 0.9);
    padding: 1.8rem;
    border-width: 6px;
}.training_methodIF span {
    border-width: 6px;
    box-shadow: -15px 15px 0 rgba(0, 0, 0, 0.1);
    padding: 1.8rem;
}
    
    @keyframes pixelGrow {
        0% {
            width: 6px;
            height: 6px;
        }
        25% {
            width: 6px;
            height: 12px;
        }
        50% {
            width: 12px;
            height: 12px;
        }
        75% {
            width: 12px;
            height: 18px;
        }
        100% {
            width: 18px;
            height: 18px;
        }
    }
}

@media (max-width: 768px) {.training_methodIF {
    padding: 5rem 1rem;
}.training_methodIF h3 {
    padding: 1.5rem;
    border-width: 4px;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
    font-size: calc(38px * 0.8);
}.training_methodIF span {
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
    font-size: calc(17px * 0.95);
    padding: 1.5rem;
    border-width: 4px;
}.training_methodIF .value_propND {
    gap: 2rem;
}@keyframes pixelGrow {
        0% {
            width: 4px;
            height: 4px;
        }
        25% {
            width: 4px;
            height: 8px;
        }
        50% {
            width: 8px;
            height: 8px;
        }
        75% {
            width: 8px;
            height: 12px;
        }
        100% {
            width: 12px;
            height: 12px;
        }
    }
}.course_programUf {
    background: linear-gradient(135deg, rgb(220,235,215) 0%, rgb(220,235,215) 60%, rgba(rgb(184,207,176,0.5), 0.1) 100%);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.course_programUf::before {
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    left: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(184,207,176,0.5), 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(rgb(149,172,135,0.5), 0.06) 0%, transparent 40%);
    content: "";
    height: 100%;
}.course_programUf .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.course_programUf .learn_networkfT {
    grid-template-columns: 1fr;
    position: relative;
    gap: 40px;
    display: grid;
}.course_programUf .snapgK {
    height: 350px;
    position: relative;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
    box-shadow: 0 25px 50px -12px rgba(rgba(0, 0, 0, 0.5), 0.25);
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
    transform: perspective(1000px) rotateY(-2deg);
}.course_programUf .snapgK::after {
    content: '';
    inset: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(rgb(184,207,176,0.5), 0.2) 0%, transparent 70%);
    z-index: 1;
}.course_programUf .text_textLX {
    box-shadow: 0 15px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    position: relative;
    background: #ffffff;
    padding: 30px;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
}.course_programUf .text_textLX::before {
    content: '';
    transition: transform 0.5s ease;
    background: linear-gradient(to bottom, rgb(184,207,176), rgb(149,172,135));
    top: 0;
    position: absolute;
    width: 5px;
    transform: scaleY(0.95);
    left: 0;
    height: 100%;
}.course_programUf h3 {
    transform: translateZ(0);
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    padding-bottom: 15px;
    font-size: calc(24px * 1.1);
    font-weight: 700;
    position: relative;
    color: #000000;
}.course_programUf h3::after {
    position: absolute;
    content: '';
    bottom: 0;
    height: 3px;
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgb(184,207,176);
    left: 0;
    width: 60px;
}.course_programUf .description {
    color: #000000;
    opacity: 0.9;
    font-weight: 400;
    font-family: Arial, sans-serif;
    margin: 0 0 20px;
    transition: opacity 0.3s ease;
    font-size: 18px;
    line-height: 1.7;
}.course_programUf p.description {
    display: block;
}.course_programUf span.description {
    display: none;
}.course_programUf .text_textLX:hover {
    transform: perspective(1000px) rotateY(0) translateZ(10px);
    box-shadow: 0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15);
}.course_programUf .text_textLX:hover h3::after {
    width: 100px;
}.course_programUf .text_textLX:hover::before {
    transform: scaleY(1);
}.course_programUf .snapgK:hover {
    transform: perspective(1000px) rotateY(0) translateZ(10px);
    box-shadow: 0 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.3);
}

@media (min-width: 768px) {.course_programUf .learn_networkfT {
    align-items: center;
    grid-template-columns: 45% 55%;
}.course_programUf .snapgK {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
    height: 500px;
}.course_programUf .text_textLX {
    margin-left: -80px;
    z-index: 2;
    padding: 50px 50px 50px 80px;
}.course_programUf h3 {
    font-size: 24px;
}
}

@media (min-width: 992px) {.course_programUf {
    padding: 120px 0;
}.course_programUf .learn_networkfT {
    gap: 60px;
}.course_programUf .snapgK {
    height: 550px;
    transform: perspective(1000px) rotateY(-3deg);
}.course_programUf .text_textLX {
    margin-left: -120px;
    padding: 60px 60px 60px 120px;
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
}.course_programUf h3 {
    margin-bottom: 30px;
    font-size: calc(24px * 1.2);
}
}

@media (min-width: 1200px) {.course_programUf .snapgK {
    height: 600px;
}.course_programUf .text_textLX {
    margin-left: -150px;
}.course_programUf h3 {
    font-size: calc(24px * 1.3);
}
}

@media (max-width: 767px) {.course_programUf {
    padding: 70px 0;
}.course_programUf .snapgK {
    height: 250px;
    margin-bottom: -20px;
}.course_programUf .text_textLX {
    padding: 25px;
}.course_programUf h3 {
    padding-bottom: 10px;
    font-size: calc(24px * 0.9);
    margin-bottom: 15px;
}.course_programUf .description {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.course_programUf .snapgK,
  .course_programUf .text_textLX,
  .course_programUf h3::after,
  .course_programUf .text_textLX::before {
    transition: none;
    transform: none;
}}.data_analysisnF {
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(220,235,215) 0%, rgb(184,207,176,0.5) 100%);
}.data_analysisnF::before {
    background: radial-gradient(circle at 75% 25%, rgb(149,172,135,0.5) 0%, transparent 60%);
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
}.data_analysisnF h3 {
    position: relative;
    transform: perspective(1000px) translateZ(20px);
    font-weight: 700;
    z-index: 2;
    margin-bottom: 3rem;
    letter-spacing: 0.5px;
    font-size: calc(28px * 0.9);
    transition: transform 0.5s ease-out;
    text-align: center;
    color: #000000;
}.data_analysisnF h3:hover {
    transform: perspective(1000px) translateZ(30px);
}.data_analysisnF .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.data_analysisnF ul {
    gap: 2rem;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    padding: 0;
    margin: 0;
    display: grid;
}.data_analysisnF .boost_statisticson {
    position: relative;
    padding: 1.5rem;
    overflow: hidden;
    transform: translateY(0);
    align-items: center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
              box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    justify-content: center;
    min-height: 180px;
    display: flex;
}.data_analysisnF .boost_statisticson:hover {
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
}.data_analysisnF .boost_statisticson::before {
    top: -2px;
    right: -2px;
    z-index: -1;
    left: -2px;
    content: "";
    bottom: -2px;
    transition: opacity 0.5s ease;
    position: absolute;
    background: linear-gradient(45deg, 
    rgb(184,207,176) 0%, 
    rgb(149,172,135) 25%,
    rgb(184,207,176,0.5) 50%,
    rgb(149,172,135) 75%,
    rgb(184,207,176) 100%);
    opacity: 0;
    background-size: 400% 400%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
}.data_analysisnF .boost_statisticson:hover::before {
    animation: gradientShift 10s ease infinite;
    opacity: 0.3;
}.data_analysisnF .boost_statisticson:nth-child(odd) {
    transform: translateY(10px);
}.data_analysisnF .boost_statisticson:nth-child(odd):hover {
    transform: translateY(0);
}.data_analysisnF .boost_statisticson span {
    max-width: 90%;
    line-height: 1.4;
    margin-bottom: 1rem;
    color: #000000;
    position: relative;
    font-size: calc(18px * 1.1);
    font-weight: 600;
    text-align: center;
    display: block;
}.data_analysisnF .boost_statisticson span::after {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    height: 2px;
    width: 0;
    bottom: -8px;
    content: "";
    background: rgb(184,207,176);
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.data_analysisnF .boost_statisticson:hover span::after {
    width: 70%;
}.data_analysisnF .boost_statisticson p {
    font-weight: 700;
    margin: 0.5rem 0 0;
    transform: translateY(20px);
    position: relative;
    font-size: calc(28px * 1.1);
    color: rgb(184,207,176);
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
}.data_analysisnF .boost_statisticson:hover p {
    opacity: 1;
    transform: translateY(0);
}.data_analysisnF .boost_statisticson p::before {
    background: linear-gradient(transparent, rgb(184,207,176,0.5), transparent);
    left: -10%;
    bottom: 0;
    transition: height 0.4s ease-out 0.1s;
    width: 120%;
    position: absolute;
    content: "";
    height: 0%;
    z-index: -1;
}.data_analysisnF .boost_statisticson:hover p::before {
    height: 100%;
}


@media (max-width: 992px) {.data_analysisnF {
    padding: 4rem 1.5rem;
}.data_analysisnF ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
}.data_analysisnF .boost_statisticson {
    min-height: 160px;
    padding: 1.25rem;
}.data_analysisnF h3 {
    font-size: calc(28px * 0.85);
    margin-bottom: 2.5rem;
}
}

@media (max-width: 768px) {.data_analysisnF {
    padding: 3.5rem 1rem;
}.data_analysisnF ul {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}.data_analysisnF .boost_statisticson {
    padding: 1rem;
    min-height: 140px;
}.data_analysisnF .boost_statisticson span {
    font-size: 18px;
}.data_analysisnF .boost_statisticson p {
    font-size: 28px;
}.data_analysisnF h3 {
    font-size: calc(28px * 0.8);
    margin-bottom: 2rem;
}
}

@media (max-width: 576px) {.data_analysisnF {
    padding: 3rem 0.75rem;
}.data_analysisnF ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}.data_analysisnF .boost_statisticson {
    min-height: auto;
    padding: 1.5rem 1rem;
}.data_analysisnF .boost_statisticson:nth-child(odd) {
    transform: translateY(0);
}.data_analysisnF .boost_statisticson p {
    transform: translateY(0);
    opacity: 1;
}.data_analysisnF h3 {
    margin-bottom: 1.5rem;
    font-size: calc(28px * 0.75);
}}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}.our_storyYP {
    background: linear-gradient(135deg, rgb(220,235,215) 0%, rgb(149,172,135,0.5) 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.our_storyYP::before {
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    content: "";
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}.our_storyYP::after {
    height: 200%;
    background: linear-gradient(
        to bottom right,
        rgb(184,207,176,0.5) 10%,
        transparent 70%
    );
    z-index: 0;
    transform: rotate(15deg);
    top: -50%;
    width: 60%;
    content: "";
    right: -20%;
    position: absolute;
}.our_storyYP .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 1.5rem;
}.our_storyYP h1 {
    margin-bottom: 3rem;
    position: relative;
    font-weight: 700;
    color: rgb(184,207,176);
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(500px) translateZ(0);
    font-size: 40px;
}.our_storyYP h1::after {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    content: "";
    left: 0;
    bottom: -10px;
    position: absolute;
    transform: scaleX(1);
    background: linear-gradient(
        to right,
        rgb(184,207,176) 0%,
        rgb(149,172,135) 100%
    );
    transform-origin: left center;
    height: 3px;
    width: 60%;
}.our_storyYP h1:hover {
    transform: perspective(500px) translateZ(10px);
}.our_storyYP h1:hover::after {
    transform: scaleX(1.2);
}.our_storyYP .belief_coreiI {
    position: relative;
}.our_storyYP .belief_coreiI ul {
    margin: 0;
    grid-template-columns: 1fr;
    display: grid;
    padding: 0;
    gap: 2.5rem;
    list-style: none;
}.our_storyYP .community_edpk {
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    border-left: 4px solid rgb(184,207,176);
    padding: 2.5rem;
    background: #ffffff;
    z-index: 1;
    transform: translateY(0);
}.our_storyYP .community_edpk::before {
    z-index: -1;
    top: 0;
    content: "";
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.85) 100%
    );
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
}.our_storyYP .community_edpk::after {
    content: "";
    height: 60px;
    width: 60px;
    position: absolute;
    border-top: 3px solid rgb(149,172,135,0.5);
    right: 20px;
    z-index: -1;
    top: 20px;
    opacity: 0.6;
    border-right: 3px solid rgb(149,172,135,0.5);
}.our_storyYP .community_edpk:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    transform: translateY(-8px);
}.our_storyYP .community_edpk h4 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #000000;
    font-size: calc(24px * 1.2);
    position: relative;
    margin-top: 0;
    padding-bottom: 0.75rem;
}.our_storyYP .community_edpk h4::after {
    height: 3px;
    width: 40px;
    transform: scaleX(1);
    background: linear-gradient(
        to right,
        rgb(184,207,176) 0%,
        rgb(149,172,135) 100%
    );
    bottom: 0;
    position: absolute;
    transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    left: 0;
    content: "";
    transform-origin: left center;
}.our_storyYP .community_edpk:hover h4::after {
    transform: scaleX(1.2);
    width: 60px;
}.our_storyYP .community_edpk div {
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    line-height: 1.7;
    z-index: 1;
    font-size: 16px;
}.our_storyYP .community_edpk:nth-child(even) {
    border-left: none;
    border-right: 4px solid rgb(149,172,135);
}.our_storyYP .community_edpk:nth-child(odd) div {
    padding-right: 1rem;
}.our_storyYP .community_edpk:nth-child(even) div {
    padding-left: 1rem;
}

@media (min-width: 768px) {.our_storyYP {
    padding: 8rem 0;
}.our_storyYP h1 {
    font-size: calc(40px * 1.2);
    margin-bottom: 4rem;
}.our_storyYP .belief_coreiI ul {
    gap: 3.5rem;
    grid-template-columns: repeat(2, 1fr);
}.our_storyYP .community_edpk {
    padding: 3rem;
}.our_storyYP .community_edpk h4 {
    margin-bottom: 2rem;
    font-size: calc(24px * 1.4);
}.our_storyYP .community_edpk:nth-child(1) {
    transform: perspective(1000px) rotateY(-2deg);
}.our_storyYP .community_edpk:nth-child(2) {
    transform: perspective(1000px) rotateY(2deg);
}.our_storyYP .community_edpk:hover:nth-child(1) {
    transform: perspective(1000px) rotateY(-2deg) translateY(-8px);
}.our_storyYP .community_edpk:hover:nth-child(2) {
    transform: perspective(1000px) rotateY(2deg) translateY(-8px);
}
}

@media (min-width: 992px) {.our_storyYP::before {
    background-image: repeating-linear-gradient(
            45deg,
            transparent,
            transparent 15px,
            rgba(255, 255, 255, 0.03) 15px,
            rgba(255, 255, 255, 0.03) 30px
        );
}.our_storyYP .container {
    padding: 0 2rem;
}.our_storyYP h1 {
    font-size: calc(40px * 1.5);
}.our_storyYP .community_edpk {
    padding: 3.5rem;
}.our_storyYP .community_edpk::after {
    width: 80px;
    height: 80px;
}
}

@media (min-width: 1200px) {.our_storyYP {
    padding: 10rem 0;
}.our_storyYP .container {
    padding: 0 3rem;
}.our_storyYP .belief_coreiI ul {
    gap: 5rem;
}.our_storyYP .community_edpk {
    padding: 4rem;
}.our_storyYP .community_edpk:nth-child(1) {
    transform: perspective(1200px) rotateY(-3deg) translateZ(20px);
}.our_storyYP .community_edpk:nth-child(2) {
    transform: perspective(1200px) rotateY(3deg) translateZ(20px);
}.our_storyYP .community_edpk:hover:nth-child(1) {
    transform: perspective(1200px) rotateY(-3deg) translateZ(30px) translateY(-10px);
}.our_storyYP .community_edpk:hover:nth-child(2) {
    transform: perspective(1200px) rotateY(3deg) translateZ(30px) translateY(-10px);
}
}

@media (prefers-reduced-motion) {.our_storyYP .community_edpk,
    .our_storyYP h1,
    .our_storyYP .community_edpk h4::after,
    .our_storyYP h1::after {
    transition: none;
}.our_storyYP .community_edpk:hover,
    .our_storyYP h1:hover,
    .our_storyYP .community_edpk:hover h4::after,
    .our_storyYP h1:hover::after {
    transform: none;
}}.instructor_historycX {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background-color: rgb(220,235,215);
}.instructor_historycX::before {
    background: linear-gradient(135deg, rgb(184,207,176,0.5), rgb(149,172,135,0.5));
    z-index: 0;
    content: "";
    position: absolute;
    top: -10%;
    width: 45%;
    height: 70%;
    filter: blur(50px);
    transform: rotate(-15deg);
    right: -10%;
}.instructor_historycX::after {
    height: 60%;
    left: -10%;
    z-index: 0;
    background: linear-gradient(225deg, rgb(149,172,135,0.5), rgb(184,207,176,0.5));
    content: "";
    position: absolute;
    bottom: -10%;
    width: 50%;
    transform: rotate(15deg);
    filter: blur(40px);
}.instructor_historycX .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 1.5rem;
}.instructor_historycX .review_cornernl {
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    gap: 2rem;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.05);
    border-left: 4px solid rgb(184,207,176);
    grid-template-columns: 1fr;
    position: relative;
    background: linear-gradient(to right bottom, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    padding: 3rem;
}.instructor_historycX .review_cornernl > div:nth-child(1) {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(-1rem);
    position: relative;
}.instructor_historycX .review_cornernl > div:nth-child(1):hover {
    transform: translateY(-1.5rem) scale(1.02);
}.instructor_historycX .review_cornernl .snapgK {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.05);
    height: 300px;
    width: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
}.instructor_historycX .review_cornernl .snapgK:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 15px 25px rgba(0,0,0,0.1);
    transform: translateY(-10px);
    clip-path: polygon(0% 5%, 100% 0%, 95% 95%, 5% 100%);
}.instructor_historycX .review_cornernl .snapgK::after {
    position: absolute;
    z-index: 1;
    content: "";
    background: linear-gradient(to top, rgb(184,207,176,0.5) 0%, transparent 50%);
    inset: 0;
}.instructor_historycX .review_cornernl > div:nth-child(2) {
    opacity: 0;
    transform: translateY(1rem);
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
    padding-left: 1rem;
    border-left: 2px solid rgb(149,172,135);
    align-self: flex-start;
}.instructor_historycX .review_cornernl .name {
    font-size: calc(20px * 1.2);
    margin-bottom: 0.5rem;
    color: rgb(184,207,176);
    font-weight: 700;
    display: inline-block;
    position: relative;
}.instructor_historycX .review_cornernl .name::after {
    width: 0;
    left: 0;
    transition: width 0.4s ease;
    height: 2px;
    position: absolute;
    bottom: -5px;
    content: "";
    background-color: rgb(149,172,135);
}.instructor_historycX .review_cornernl .name:hover::after {
    width: 100%;
}.instructor_historycX .review_cornernl > div:nth-child(2) > div {
    position: relative;
    font-style: italic;
    font-weight: 600;
    margin-top: 0.5rem;
    color: rgb(149,172,135);
    font-size: calc(18px * 0.95);
    padding-left: 0.5rem;
}.instructor_historycX .review_cornernl > div:nth-child(2) > div::before {
    position: absolute;
    opacity: 0.7;
    content: "★";
    left: -10px;
    color: rgb(184,207,176);
}.instructor_historycX .review_cornernl > div:nth-child(3) {
    position: relative;
    transform: translateY(1rem);
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    opacity: 0;
}.instructor_historycX .review_cornernl .job_tableEB {
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.5));
    color: #000000;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    line-height: 1.8;
    font-size: 18px;
    padding: 1.5rem;
}.instructor_historycX .review_cornernl .job_tableEB::before {
    font-family: Georgia, serif;
    content: "";
    top: -20px;
    z-index: -1;
    position: absolute;
    font-size: 6rem;
    left: -20px;
    color: rgb(184,207,176,0.5);
}.instructor_historycX .review_cornernl .job_tableEB::after {
    font-family: Georgia, serif;
    content: "";
    right: -20px;
    position: absolute;
    color: rgb(184,207,176,0.5);
    bottom: -60px;
    z-index: -1;
    font-size: 6rem;
}

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

@media (min-width: 768px) {.instructor_historycX .review_cornernl {
    gap: 2rem 3rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: 300px 1fr;
}.instructor_historycX .review_cornernl > div:nth-child(1) {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}.instructor_historycX .review_cornernl > div:nth-child(2) {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    align-self: flex-end;
}.instructor_historycX .review_cornernl > div:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}.instructor_historycX .review_cornernl .snapgK {
    height: 100%;
    min-height: 400px;
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
}.instructor_historycX .review_cornernl .snapgK:hover {
    clip-path: polygon(5% 0%, 95% 0%, 100% 95%, 0% 100%);
}.instructor_historycX .review_cornernl .name {
    font-size: calc(20px * 1.5);
}.instructor_historycX .review_cornernl .job_tableEB {
    padding: 2rem;
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 1024px) {.instructor_historycX {
    padding: 8rem 0;
}.instructor_historycX .review_cornernl {
    padding: 4rem;
    margin: 0 2rem;
    gap: 3rem 4rem;
    grid-template-columns: 400px 1fr;
    transform: perspective(1200px) rotateX(1deg) rotateY(-1deg);
}.instructor_historycX .review_cornernl:hover {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg);
}.instructor_historycX .review_cornernl .snapgK {
    min-height: 500px;
}.instructor_historycX .review_cornernl > div:nth-child(2) {
    padding-left: 1.5rem;
}.instructor_historycX .review_cornernl .name {
    font-size: calc(20px * 1.7);
    margin-bottom: 1rem;
}.instructor_historycX .review_cornernl > div:nth-child(2) > div {
    font-size: calc(18px * 1.1);
}.instructor_historycX .review_cornernl .job_tableEB {
    line-height: 1.9;
    font-size: calc(18px * 1.1);
    padding: 2.5rem;
}}.title_pageaY {
    height: 100vh;
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
    min-height: 700px;
}.title_pageaY::before {
    width: 100%;
    left: 0;
    height: 100%;
    backdrop-filter: blur(2px);
    z-index: 1;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(184,207,176,0.5) 100%);
    position: absolute;
}.title_pageaY::after {
    top: -10%;
    z-index: 2;
    transform: translateZ(0);
    right: -10%;
    background: radial-gradient(circle, rgb(149,172,135,0.5) 0%, transparent 70%);
    animation: floatGradient 15s ease-in-out infinite alternate;
    height: 70%;
    position: absolute;
    opacity: 0.6;
    content: "";
    width: 70%;
}.title_pageaY > div {
    margin-left: 10%;
    transform: translateY(-5%);
    position: relative;
    width: 90%;
    z-index: 3;
    max-width: 1200px;
}.title_pageaY > div > div:first-child {
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateX(-50px);
    opacity: 0;
}.title_pageaY .title_style_header {
    line-height: 1.2;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    margin-bottom: 2rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    position: relative;
    display: inline-block;
    font-size: clamp(2.5rem, 5vw, 41px);
}.title_pageaY .title_style_header::after {
    content: "";
    bottom: -10px;
    background: linear-gradient(90deg, rgb(184,207,176) 0%, rgb(149,172,135) 100%);
    animation: lineGrow 1.2s 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
    left: 0;
    position: absolute;
    width: 0;
    height: 4px;
}.title_pageaY .page_primarynU {
    padding: 2.5rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%);
    animation: slideInLeft 0.8s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    max-width: 700px;
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(184,207,176);
    opacity: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transform: translateX(-50px);
    margin-top: 2rem;
}.title_pageaY .path_impacteu {
    margin-bottom: 2rem;
}.title_pageaY .path_impacteu h3 {
    font-weight: 600;
    position: relative;
    display: inline-block;
    letter-spacing: 0.01em;
    color: #ffffff;
    font-size: clamp(1.2rem, 3vw, 1.6rem);
    line-height: 1.5;
}.title_pageaY .path_impacteu h3::before {
    height: 6px;
    width: 6px;
    position: absolute;
    opacity: 0;
    transform: translateY(-50%);
    border-radius: 10px;
    top: 50%;
    content: "";
    background-color: rgb(149,172,135);
    left: -12px;
    animation: fadeIn 0.5s 1s ease-in forwards;
}.title_pageaY p {
    font-size: clamp(1rem, 2vw, 17px);
    font-weight: 400;
    opacity: 0;
    animation: fadeUp 0.8s 0.6s ease-out forwards;
    color: #ffffff;
    max-width: 85%;
    line-height: 1.6;
    transform: translateY(20px);
}

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

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

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

@keyframes lineGrow {
  from {
    width: 0;
  }
  to {
    width: 80px;
  }
}

@keyframes floatGradient {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-5%, 5%);
  }
  100% {
    transform: translate(5%, -5%);
  }
}

@media (max-width: 992px) {.title_pageaY > div {
    margin-left: 5%;
    width: 90%;
}.title_pageaY .page_primarynU {
    padding: 2rem;
}
}

@media (max-width: 768px) {.title_pageaY {
    min-height: 600px;
    padding: 5rem 0;
    height: auto;
}.title_pageaY > div {
    transform: translateY(0);
    width: 90%;
    margin-left: 5%;
}.title_pageaY .title_style_header {
    margin-bottom: 1.5rem;
}.title_pageaY .page_primarynU {
    margin-top: 1.5rem;
    padding: 1.75rem;
}.title_pageaY p {
    max-width: 100%;
}
}

@media (max-width: 576px) {.title_pageaY {
    min-height: 500px;
    padding: 4rem 0;
}.title_pageaY > div {
    width: 92%;
    margin-left: 0;
    margin: 0 auto;
}.title_pageaY .title_style_header {
    font-size: clamp(1.8rem, 8vw, 2.3rem);
}.title_pageaY .page_primarynU {
    border-left-width: 2px;
    padding: 1.5rem;
}.title_pageaY .path_impacteu h3 {
    font-size: 1.1rem;
}.title_pageaY p {
    font-size: 0.95rem;
}
}

@media (hover: hover) {.title_pageaY:hover .title_style_header::after {
    background: linear-gradient(90deg, rgb(149,172,135) 0%, rgb(184,207,176) 100%);
    transition: all 0.4s ease;
}.title_pageaY .page_primarynU:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
}}header {
    overflow: visible;
    padding: 0;
    position: relative;
    background: linear-gradient(135deg, rgb(184,207,176,0.5) 0%, rgb(220,235,215) 100%);
    z-index: 100;
    margin-top: 0;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}header::before {
    content: '';
    top: 0;
    left: 0;
    opacity: 0.4;
    position: absolute;
    width: 100%;
    z-index: 0;
    height: 100%;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
}header::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(184,207,176,0.5), 
        transparent
    );
    opacity: 0.6;
    height: 10px;
    left: 0;
    width: 100%;
    bottom: 0;
    position: absolute;
    content: '';
}header .first_lessoncp {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    padding: 1.3rem 3rem;
}header .nav_skillAJ {
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.15);
    transition: all 0.6s ease;
    overflow: hidden;
    flex: 0 0 auto;
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
    position: relative;
    padding: 1rem;
    margin-right: 2rem;
}header .nav_skillAJ:hover {
    transform: translateY(-5px);
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
}header .header_pagewrapDl {
    display: block;
    transition: all 0.4s ease;
    position: relative;
}header .header_pagewrapDl img {
    max-height: 38px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}header .first_sectioncF {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 2;
}header .first_sectioncF::before {
    transition: all 0.6s ease;
    content: '';
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    height: 110%;
    opacity: 0.1;
    z-index: -1;
    background: linear-gradient(135deg, rgb(184,207,176,0.5) 0%, transparent 100%);
    left: -5%;
    width: 110%;
    position: absolute;
    top: -5%;
}header .first_sectioncF:hover::before {
    opacity: 0.2;
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
}header .nav_lessonIN {
    position: relative;
    margin: 0 0.5rem;
}header .nav_lessonIN a {
    font-size: 14px;
    transition: all 0.4s ease;
    z-index: 1;
    text-decoration: none;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    padding: 0.8rem 1.3rem;
    align-items: center;
    color: #000000;
    display: flex;
    overflow: hidden;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    font-weight: 600;
    position: relative;
}header .nav_lessonIN a::before {
    z-index: -1;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(184,207,176,0.5) 0%, rgb(149,172,135,0.5) 100%);
    left: 0;
    width: 100%;
    border-radius: inherit;
    transform: scale(1.1);
    top: 0;
    content: '';
    height: 100%;
    position: absolute;
    opacity: 0;
}header .nav_lessonIN a:hover {
    transform: translateY(-3px) scale(1.05);
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}header .nav_lessonIN a:hover::before {
    opacity: 1;
    transform: scale(1);
}header .nav_lessonIN::after {
    transform: translateX(-50%) scale(0);
    background: rgb(184,207,176);
    position: absolute;
    border-radius: 50%;
    content: '';
    opacity: 0.7;
    height: 6px;
    width: 6px;
    left: 50%;
    bottom: -8px;
    transition: transform 0.4s ease;
}header .nav_lessonIN:hover::after {
    transform: translateX(-50%) scale(1);
}header .first_lessoncp::before {
    right: -100px;
    top: -100px;
    content: '';
    background: radial-gradient(circle, rgb(184,207,176,0.5) 0%, transparent 70%);
    border-radius: 50%;
    width: 200px;
    filter: blur(30px);
    opacity: 0.1;
    position: absolute;
    height: 200px;
}header .first_lessoncp::after {
    content: '';
    border-radius: 50%;
    width: 150px;
    bottom: -75px;
    position: absolute;
    height: 150px;
    filter: blur(30px);
    background: radial-gradient(circle, rgb(149,172,135,0.5) 0%, transparent 70%);
    opacity: 0.1;
    left: -75px;
}.head_mainLH {
    padding-top: 2rem;
    z-index: 1;
    position: relative;
    background: rgb(220,235,215);
}

@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}

@media (min-width: 1400px) {header .first_lessoncp {
    margin: 0 auto;
    max-width: 1320px;
}header .nav_lessonIN {
    margin: 0 0.7rem;
}header .nav_lessonIN a {
    padding: 0.8rem 1.6rem;
}
}

@media (max-width: 991px) {header .first_lessoncp {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .nav_skillAJ {
    margin-right: 0;
    margin-bottom: 0;
    padding: 0.7rem;
}header .first_sectioncF {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .nav_lessonIN a {
    padding: 0.6rem 1rem;
    font-size: calc(14px - 1px);
}header .first_sectioncF::before {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .first_lessoncp {
    padding: 0.8rem 1.5rem;
}header .nav_skillAJ {
    padding: 0.6rem;
    max-width: 140px;
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
}header .header_pagewrapDl img {
    max-height: 35px;
}header .first_sectioncF {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    justify-content: flex-start;
    overflow-x: auto;
}header .first_sectioncF::-webkit-scrollbar {
    height: 3px;
}header .first_sectioncF::-webkit-scrollbar-thumb {
    background: rgb(184,207,176,0.5);
    border-radius: 10px;
}header .nav_lessonIN {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .nav_lessonIN a {
    font-size: calc(14px - 2px);
    padding: 0.5rem 0.8rem;
    white-space: nowrap;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
}header .nav_lessonIN::after {
    display: none;
}header::after {
    height: 5px;
}
}

@media (max-width: 479px) {header .first_lessoncp {
    padding: 0.7rem 1.2rem;
}header .nav_skillAJ {
    max-width: 120px;
    padding: 0.5rem;
}header .nav_lessonIN a {
    font-size: calc(14px - 3px);
    padding: 0.4rem 0.6rem;
}}.learning_outcomesaW {
    position: relative;
    background: linear-gradient(135deg, rgb(220,235,215) 0%, #ffffff 100%);
    padding: 120px 0;
    overflow: hidden;
}.learning_outcomesaW::before {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(184,207,176,0.5) 0%, rgb(149,172,135,0.5) 100%);
    animation: float 15s infinite alternate ease-in-out;
    z-index: 0;
    opacity: 0.4;
    height: 300px;
    top: -50px;
    width: 300px;
    filter: blur(60px);
    border-radius: 50%;
    right: -50px;
}.learning_outcomesaW::after {
    content: "";
    border-radius: 50%;
    z-index: 0;
    background: linear-gradient(225deg, rgb(149,172,135,0.5) 0%, rgb(184,207,176,0.5) 100%);
    opacity: 0.3;
    width: 400px;
    left: -100px;
    bottom: -100px;
    position: absolute;
    height: 400px;
    filter: blur(80px);
    animation: float 18s infinite alternate-reverse ease-in-out;
}.learning_outcomesaW .container {
    z-index: 1;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}.learning_outcomesaW .snapgK {
    clip-path: polygon(0 0, 100% 4%, 97% 100%, 3% 96%);
    height: 380px;
    transform: perspective(1000px) rotateY(-2deg) rotateX(2deg);
    width: 100%;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    object-fit: cover;
    filter: brightness(1.05) contrast(1.05);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}.learning_outcomesaW .snapgK:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}.learning_outcomesaW .value_propND {
    margin-top: -120px;
    padding: 40px 0 0;
    position: relative;
    z-index: 2;
}.learning_outcomesaW .text_textLX {
    opacity: 0;
    transform: translateY(30px);
    animation: slideUp 0.8s forwards 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    padding: 40px 45px;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
}.learning_outcomesaW h1 {
    line-height: 1.3;
    opacity: 0;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    transform: translateY(10px);
    font-size: 30px;
    color: #000000;
    animation: fadeIn 0.6s forwards 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-family: Arial, sans-serif;
}.learning_outcomesaW h1::after {
    left: 0;
    content: "";
    height: 3px;
    position: absolute;
    animation: lineExpand 0.6s forwards 1s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(90deg, rgb(184,207,176) 0%, rgb(149,172,135) 100%);
    transform-origin: left;
    bottom: -10px;
    transform: scaleX(0);
    width: 80px;
}.learning_outcomesaW ul {
    gap: 15px;
    margin: 0;
    grid-template-columns: 1fr;
    list-style: none;
    display: grid;
    padding: 0;
}.learning_outcomesaW li {
    opacity: 0;
    padding-left: 40px;
    position: relative;
    transform: translateX(15px);
}.learning_outcomesaW li:nth-child(1) {
    animation: slideIn 0.5s forwards 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}.learning_outcomesaW li:nth-child(2) {
    animation: slideIn 0.5s forwards 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}.learning_outcomesaW li:nth-child(3) {
    animation: slideIn 0.5s forwards 1s cubic-bezier(0.22, 1, 0.36, 1);
}.learning_outcomesaW li:nth-child(4) {
    animation: slideIn 0.5s forwards 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}.learning_outcomesaW li:nth-child(5) {
    animation: slideIn 0.5s forwards 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}.learning_outcomesaW li p {
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}.learning_outcomesaW li svg {
    top: 0;
    left: 0;
    position: absolute;
    width: 24px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 24px;
}.learning_outcomesaW li:hover svg {
    transform: translateY(-3px) scale(1.1);
}.learning_outcomesaW svg path {
    fill: rgb(184,207,176);
    transition: fill 0.3s ease;
}.learning_outcomesaW li:hover svg path {
    fill: rgb(149,172,135);
}

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

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

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

@keyframes slideIn {
    from {
        transform: translateX(15px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@media (min-width: 768px) {.learning_outcomesaW .container {
    flex-direction: row;
    gap: 30px;
    align-items: center;
}.learning_outcomesaW .snapgK {
    height: 450px;
    width: 45%;
    clip-path: polygon(0 0, 100% 4%, 96% 100%, 4% 96%);
}.learning_outcomesaW .value_propND {
    width: 55%;
    margin-top: 0;
    padding: 0;
}.learning_outcomesaW .text_textLX {
    padding: 50px;
}.learning_outcomesaW h1 {
    font-size: 39px;
}.learning_outcomesaW ul {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.learning_outcomesaW {
    padding: 150px 0;
}.learning_outcomesaW .snapgK {
    height: 550px;
}.learning_outcomesaW .text_textLX {
    padding: 60px;
}.learning_outcomesaW h1::after {
    width: 100px;
}
}

@media (max-width: 767px) {.learning_outcomesaW {
    padding: 80px 0;
}.learning_outcomesaW .text_textLX {
    padding: 30px;
}.learning_outcomesaW h1 {
    font-size: calc(30px * 0.9);
    margin-bottom: 25px;
}.learning_outcomesaW li {
    padding-left: 35px;
}.learning_outcomesaW li p {
    font-size: calc(16px * 0.95);
}
}

@media (hover: none) {.learning_outcomesaW .snapgK {
    transform: none;
}.learning_outcomesaW li:hover svg {
    transform: none;
}}header .top_plank {
    background: rgb(184,207,176);
    color:  #ffffff;
}header .top_plank .edu_learningtR div svg, header .top_plank .edu_learningtR div svg path {
    fill: #ffffff;
}header .top_plank .edu_learningtR div span {
    color: #ffffff;
}header .top_plank .edu_learningtR {
    padding: 15px 0 10px 0;
    line-height: 21px;
    font-size: 15px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}header .top_plank .edu_learningtR div {
    align-items: center;
    margin-right: 24px;
    display: flex;
    justify-content: flex-start;
}header .top_plank .edu_learningtR div img, header .top_plank .edu_learningtR div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.tyContainersH {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(220,235,215) 0%, rgba(rgb(184,207,176), 0.1) 100%);
    overflow: hidden;
    position: relative;
}.tyContainersH::before {
    top: -50px;
    transform: rotate(45deg);
    right: -50px;
    z-index: 1;
    position: absolute;
    border-radius: 10px;
    content: "";
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 200px;
    height: 200px;
    background: linear-gradient(225deg, rgb(184,207,176) 0%, rgb(149,172,135) 100%);
    opacity: 0.07;
}.tyContainersH::after {
    bottom: -30px;
    z-index: 1;
    left: -30px;
    width: 150px;
    opacity: 0.05;
    content: "";
    background: linear-gradient(45deg, rgb(149,172,135) 0%, rgb(184,207,176) 100%);
    height: 150px;
    position: absolute;
    transform: rotate(30deg);
    border-radius: 10px;
}.tyContainersH:hover::before {
    transform: rotate(55deg) scale(1.1);
}.tyContainersH .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}.tyContainersH .value_propND {
    padding: 40px;
    transform: translateY(0);
    border-left: 4px solid rgb(184,207,176);
    box-shadow: 0 8px 32px rgba(#000000, 0.06);
    background: #ffffff;
    display: grid;
    gap: 30px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    grid-template-columns: 1fr;
}.tyContainersH .value_propND:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(#000000, 0.08);
}.tyContainersH .value_propND::before {
    left: 0;
    pointer-events: none;
    height: 100%;
    background: linear-gradient(to right, rgba(rgb(184,207,176), 0.02) 0%, transparent 100%);
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
}.tyContainersH .value_propND > div:first-child {
    position: relative;
}.tyContainersH .value_propND > div:first-child::after {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: scaleX(1);
    position: absolute;
    bottom: -15px;
    background: rgb(184,207,176);
    content: "";
    left: 0;
    width: 60px;
    height: 3px;
    transform-origin: left;
}.tyContainersH .value_propND:hover > div:first-child::after {
    transform: scaleX(1.5);
}.tyContainersH h5 {
    position: relative;
    font-size: 19px;
    line-height: 1.4;
    margin: 0 0 10px;
    color: #000000;
    font-weight: 700;
}.tyContainersH p {
    color: #000000;
    position: relative;
    font-size: 16px;
    margin: 0;
    transition: transform 0.3s ease;
    line-height: 1.7;
}.tyContainersH a {
    padding: 5px 0;
    color: inherit;
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}.tyContainersH a::before {
    transform-origin: right;
    height: 1px;
    bottom: 0;
    transform: scaleX(0);
    position: absolute;
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(184,207,176);
    width: 100%;
    left: 0;
}.tyContainersH a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.tyContainersH a:hover p {
    transform: translateY(-2px);
}.tyContainersH .value_propND > div:last-child {
    position: relative;
}.tyContainersH .value_propND > div:last-child::before {
    color: rgb(184,207,176);
    position: absolute;
    transform: rotate(-10deg);
    right: 0;
    transition: all 0.3s ease;
    top: -15px;
    content: "✓";
    font-size: 18px;
    opacity: 0.2;
}.tyContainersH .value_propND:hover > div:last-child::before {
    opacity: 0.5;
    transform: rotate(0);
}

@media (min-width: 768px) {.tyContainersH {
    padding: 100px 0;
}.tyContainersH .value_propND {
    gap: 50px;
    padding: 60px;
    grid-template-columns: 1fr 1fr;
}.tyContainersH h5 {
    font-size: calc(19px * 1.1);
    margin-bottom: 15px;
}.tyContainersH p {
    font-size: calc(16px * 1.05);
}.tyContainersH .value_propND > div:first-child::after {
    width: 80px;
    bottom: -20px;
}
}

@media (max-width: 767px) {.tyContainersH {
    padding: 60px 0;
}.tyContainersH .value_propND {
    padding: 30px;
}.tyContainersH h5 {
    font-size: calc(19px * 0.9);
}.tyContainersH::before,
  .tyContainersH::after {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 480px) {.tyContainersH {
    padding: 40px 0;
}.tyContainersH .value_propND {
    grid-template-columns: 1fr;
    padding: 25px 20px;
    gap: 20px;
}.tyContainersH h5 {
    font-size: calc(19px * 0.85);
}.tyContainersH p {
    font-size: calc(16px * 0.95);
}.tyContainersH .value_propND > div:first-child::after {
    bottom: -10px;
    width: 50px;
}
}

@media (hover: none) {.tyContainersH .value_propND {
    transform: none !important;
}.tyContainersH a::before {
    display: none;
}
}

@media (prefers-reduced-motion: reduce) {.tyContainersH *,
  .tyContainersH *::before,
  .tyContainersH *::after {
    transition-duration: 0.001s !important;
    animation-duration: 0.001s !important;
}}.contact_sectionnB {
    position: relative;
    background: rgb(220,235,215);
    overflow: hidden;
    padding: 100px 0;
}.contact_sectionnB::before {
    z-index: 1;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(184,207,176,0.5) 0%, transparent 50%, rgb(149,172,135,0.5) 100%);
    left: 0;
}.contact_sectionnB::after {
    background: radial-gradient(circle at 30% 70%, rgb(184,207,176,0.5) 0%, transparent 30%);
    top: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    animation: pulse 15s infinite alternate;
}.contact_sectionnB .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}.contact_sectionnB h3 {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    color: #000000;
    font-size: 34px;
    font-weight: 700;
}.contact_sectionnB h3::after {
    bottom: -15px;
    content: "";
    border-radius: 10px;
    height: 3px;
    position: absolute;
    background: rgb(184,207,176);
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
}.contact_sectionnB .snapgK {
    z-index: 0;
    opacity: 0.1;
    height: 100%;
    width: 100%;
    left: 0;
    filter: grayscale(40%) contrast(120%);
    position: absolute;
    top: 0;
}.contact_sectionnB .snapgK::after {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(to right, rgb(184,207,176,0.5) 0%, transparent 100%);
    content: "";
}.request_querySQ {
    border-radius: 13px;
    z-index: 10;
    justify-content: space-between;
    display: flex;
    position: relative;
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.request_querySQ::before {
    content: "";
    background: rgb(184,207,176);
    left: 0;
    top: 0;
    height: 100%;
    width: 10px;
    z-index: 1;
    position: absolute;
}.request_querySQ .connect_mapBu {
    position: relative;
    padding: 50px;
    flex: 0 0 60%;
}.request_querySQ .connect_mapBu::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgb(149,172,135,0.5), transparent);
    right: 0;
    width: 1px;
}.request_querySQ .connect_mapBu h3 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: left;
    font-size: 22px;
}.request_querySQ .connect_mapBu h3::after {
    transform: none;
    width: 60px;
    left: 0;
}.request_querySQ .connect_mapBu form {
    display: flex;
    flex-direction: column;
}.request_querySQ .connect_mapBu input[type="text"],
.request_querySQ .connect_mapBu textarea {
    width: 100%;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 15px 20px;
}.request_querySQ .connect_mapBu input[type="text"]:focus,
.request_querySQ .connect_mapBu textarea:focus {
    box-shadow: 0 0 0 3px rgb(184,207,176,0.5);
    outline: none;
    border-color: rgb(184,207,176);
}.request_querySQ .connect_mapBu textarea {
    min-height: 150px;
    resize: vertical;
}.request_querySQ .connect_mapBu .connect_gridRz {
    display: flex;
    margin-bottom: 30px;
    position: relative;
    align-items: flex-start;
}.request_querySQ .connect_mapBu .connect_gridRz input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.request_querySQ .connect_mapBu .connect_gridRz label {
    font-size: calc(14px - 2px);
    padding-left: 30px;
    line-height: 1.5;
    position: relative;
    color: #000000;
    cursor: pointer;
}.request_querySQ .connect_mapBu .connect_gridRz label::before {
    content: "";
    width: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 20px;
    top: 2px;
    position: absolute;
    transition: all 0.3s ease;
    left: 0;
}.request_querySQ .connect_mapBu .connect_gridRz input[type="checkbox"]:checked + label::before {
    border-color: rgb(184,207,176);
    background: rgb(184,207,176);
}.request_querySQ .connect_mapBu .connect_gridRz input[type="checkbox"]:checked + label::after {
    width: 6px;
    border-width: 0 2px 2px 0;
    height: 12px;
    transform: rotate(45deg);
    left: 7px;
    position: absolute;
    top: 4px;
    content: "";
    border: solid #ffffff;
}.request_querySQ .connect_mapBu .connect_gridRz a {
    color: rgb(184,207,176);
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}.request_querySQ .connect_mapBu .connect_gridRz a:hover {
    text-decoration: underline;
}.request_querySQ .connect_mapBu .reach_listtK {
    border: none;
    color: #ffffff;
    z-index: 1;
    background: rgb(184,207,176);
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    overflow: hidden;
    align-self: flex-start;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 10px;
}.request_querySQ .connect_mapBu .reach_listtK::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: rgb(149,172,135);
    transition: all 0.5s ease;
    top: 0;
    left: -100%;
    z-index: -1;
}.request_querySQ .connect_mapBu .reach_listtK:hover::before {
    left: 0;
}.request_querySQ .connect_mapBu .reach_listtK:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgb(184,207,176,0.5);
}.request_querySQ .support_querysa {
    position: relative;
    flex: 0 0 40%;
    padding: 50px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(184,207,176,0.5) 0%, rgb(220,235,215) 100%);
}.request_querySQ .support_querysa::before {
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
    background: radial-gradient(circle, rgb(184,207,176,0.5) 0%, transparent 70%);
    animation: rotate 30s linear infinite;
    right: -50%;
    top: -50%;
}.request_querySQ .support_querysa h4 {
    position: relative;
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 22px;
}.request_querySQ .support_querysa h4::after {
    width: 60px;
    position: absolute;
    bottom: -15px;
    content: "";
    background: rgb(184,207,176);
    left: 0;
    height: 3px;
    border-radius: 10px;
}.request_querySQ .support_querysa .help_helpcy {
    list-style: none;
    padding: 0;
    margin: 0;
}.request_querySQ .support_querysa .help_helpcy li {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    z-index: 1;
    position: relative;
}.request_querySQ .support_querysa .help_helpcy li:last-child {
    margin-bottom: 0;
}.request_querySQ .support_querysa .help_helpcy li svg {
    margin-right: 15px;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}.request_querySQ .support_querysa .help_helpcy li svg path {
    fill: rgb(184,207,176);
    transition: all 0.3s ease;
}.request_querySQ .support_querysa .help_helpcy li:hover svg path {
    fill: rgb(149,172,135);
}.request_querySQ .support_querysa .help_helpcy li span {
    line-height: 1.5;
    font-size: 14px;
    color: #000000;
}.request_querySQ .support_querysa .help_helpcy li a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
}.request_querySQ .support_querysa .help_helpcy li a:hover {
    color: rgb(184,207,176);
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 992px) {.contact_sectionnB {
    padding: 80px 0;
}.request_querySQ {
    flex-direction: column;
}.request_querySQ .connect_mapBu,
    .request_querySQ .support_querysa {
    width: 100%;
    flex: 0 0 100%;
}.request_querySQ .connect_mapBu::before {
    right: 0;
    background: linear-gradient(to right, transparent, rgb(149,172,135,0.5), transparent);
    top: auto;
    height: 1px;
    bottom: 0;
    width: 100%;
}
}

@media screen and (max-width: 768px) {.contact_sectionnB {
    padding: 60px 0;
}.contact_sectionnB h3 {
    font-size: calc(34px - 4px);
}.request_querySQ .connect_mapBu,
    .request_querySQ .support_querysa {
    padding: 30px;
}.request_querySQ .connect_mapBu h3,
    .request_querySQ .support_querysa h4 {
    font-size: calc(22px - 2px);
}.request_querySQ .connect_mapBu input[type="text"],
    .request_querySQ .connect_mapBu textarea {
    padding: 12px 15px;
}.request_querySQ .connect_mapBu .reach_listtK {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.contact_sectionnB {
    padding: 40px 0;
}.request_querySQ .connect_mapBu,
    .request_querySQ .support_querysa {
    padding: 20px;
}.request_querySQ .support_querysa .help_helpcy li {
    flex-direction: column;
}.request_querySQ .support_querysa .help_helpcy li svg {
    margin-bottom: 10px;
}}.pricing_card_listbL {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(220,235,215), #ffffff);
}.pricing_card_listbL::before {
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    z-index: 1;
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    top: 0;
}.pricing_card_listbL .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1320px;
    padding: 0 15px;
}.pricing_card_listbL .trial_offersmn {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
}.pricing_card_listbL .member_plansHv {
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    order: 1;
    padding: 2rem;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    text-align: center;
    transform: translateY(20px);
    animation: fadeInUp 0.8s forwards 0.2s;
}.pricing_card_listbL .member_plansHv h2 {
    position: relative;
    color: rgb(184,207,176);
    font-weight: 700;
    display: inline-block;
    font-size: 29px;
    margin-bottom: 1.5rem;
}.pricing_card_listbL .member_plansHv h2::after {
    left: 50%;
    content: "";
    bottom: -10px;
    transform: translateX(-50%);
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(184,207,176), transparent);
    position: absolute;
    width: 60%;
}.pricing_card_listbL .member_plansHv .promo_costQF {
    color: #000000;
    font-weight: 400;
    max-width: 80%;
    line-height: 1.6;
    margin: 0 auto;
    font-size: 13px;
}.pricing_card_listbL .plan_tablecP {
    order: 2;
    gap: 2rem;
    grid-template-columns: 1fr;
    display: grid;
}.pricing_card_listbL .learning_pricingQv {
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    display: block;
    opacity: 0;
    transform: translateY(30px);
    will-change: transform, opacity;
    animation-delay: calc(0.1s * var(--i, 1));
    animation: fadeInUp 0.8s forwards;
    text-decoration: none;
}.pricing_card_listbL .learning_pricingQv:nth-child(1) {
    --i: 1;
}.pricing_card_listbL .learning_pricingQv:nth-child(2) {
    --i: 2;
}.pricing_card_listbL .learning_pricingQv:nth-child(3) {
    --i: 3;
}.pricing_card_listbL .learning_pricingQv:nth-child(4) {
    --i: 4;
}.pricing_card_listbL .learning_pricingQv:hover {
    transform: translateY(-5px) scale(1.02);
}.pricing_card_listbL .fee_structurenc {
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
    background: #ffffff;
    display: flex;
    flex-direction: column;
}.pricing_card_listbL .learning_pricingQv:hover .fee_structurenc {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}.pricing_card_listbL .pricing_catalogrq {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
    padding: 2.5rem 2rem;
    flex-grow: 1;
}.pricing_card_listbL .pricing_catalogrq::before {
    position: absolute;
    top: 0;
    height: 120px;
    background: linear-gradient(135deg, transparent 50%, rgb(184,207,176,0.5) 50%);
    right: 0;
    z-index: -1;
    content: "";
    opacity: 0;
    transform: translate(30px, -30px);
    width: 120px;
    transition: opacity 0.4s ease, transform 0.4s ease;
}.pricing_card_listbL .learning_pricingQv:hover .pricing_catalogrq::before {
    opacity: 0.7;
    transform: translate(0, 0);
}.pricing_card_listbL .learning_pricingQv h3 {
    margin-bottom: 1rem;
    transition: color 0.3s ease;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: calc(20px + 0.2rem);
}.pricing_card_listbL .learning_pricingQv:hover h3 {
    color: rgb(184,207,176);
}.pricing_card_listbL .learning_pricety {
    font-size: calc(16px + 0.8rem);
    color: rgb(184,207,176);
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
}.pricing_card_listbL .learning_pricety::before {
    bottom: -5px;
    content: "";
    background: rgb(149,172,135);
    height: 3px;
    left: 0;
    width: 40px;
    transition: width 0.3s ease;
    position: absolute;
}.pricing_card_listbL .learning_pricingQv:hover .learning_pricety::before {
    width: 80px;
}.pricing_card_listbL .learning_pricingQv p {
    overflow-wrap: break-word;
    -ms-word-break: break-all;
    margin-bottom: 0;
    word-wrap: break-word;
    font-size: 13px;
    word-break: break-word;
    color: #000000;
    line-height: 1.6;
}.pricing_card_listbL .snapgK {
    height: 200px;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease;
}.pricing_card_listbL .snapgK::after {
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    content: "";
    inset: 0;
}.pricing_card_listbL .learning_pricingQv:hover .snapgK {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.pricing_card_listbL .plan_tablecP {
    grid-template-columns: repeat(2, 1fr);
}.pricing_card_listbL .member_plansHv {
    padding: 3rem;
}.pricing_card_listbL .pricing_catalogrq {
    padding: 2.8rem 2.2rem;
}
}

@media (min-width: 992px) {.pricing_card_listbL .trial_offersmn {
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}.pricing_card_listbL .member_plansHv {
    text-align: left;
    padding: 4rem 3rem;
    order: 2;
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}.pricing_card_listbL .member_plansHv h2::after {
    width: 100px;
    background: linear-gradient(90deg, rgb(184,207,176), transparent);
    transform: none;
    left: 0;
}.pricing_card_listbL .member_plansHv .promo_costQF {
    margin: 0;
    max-width: 100%;
}.pricing_card_listbL .plan_tablecP {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}

@media (min-width: 1200px) {.pricing_card_listbL .plan_tablecP {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.pricing_card_listbL .pricing_catalogrq {
    padding: 3rem 2.5rem;
}.pricing_card_listbL .member_plansHv h2 {
    font-size: calc(29px + 0.3rem);
}
}

@media (max-width: 767px) {.pricing_card_listbL {
    padding: 4rem 0;
}.pricing_card_listbL .member_plansHv h2 {
    font-size: calc(29px - 0.2rem);
}.pricing_card_listbL .member_plansHv .promo_costQF {
    font-size: calc(13px - 0.1rem);
    max-width: 100%;
}.pricing_card_listbL .learning_pricingQv h3 {
    font-size: 20px;
}.pricing_card_listbL .learning_pricety {
    font-size: calc(16px + 0.5rem);
}.pricing_card_listbL .snapgK {
    height: 160px;
}
}