﻿.wrapping-container-370 {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}

.header-mainbar-302 {
    flex: 1 0 auto;
}


.contact-form-box-681 {
    background: linear-gradient(135deg, rgb(174,198,194) 0%, rgba(16, 22, 47, 0.95) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}



.contact-form-box-681 .container {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-form-box-681 h2::after {
    left: 50%;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(137,161,157), rgb(101,123,118));
    transform: translateX(-50%);
    bottom: -15px;
    position: absolute;
    border-radius: 1.5px;
    content: "";
}

.contact-form-box-681 .picture-frame-356::before {
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    left: 0;
    width: 100%;
    content: "";
    z-index: 1;
}

.contact-form-box-681 form {
    width: 100%;
}

.contact-form-box-681 form h3 {
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    font-size: 21px;
    padding-left: 20px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}

.contact-form-box-681 form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact-form-box-681 .help-map-127 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact-form-box-681 .help-map-127 input[type="checkbox"]:checked + label::before {
    border-color: rgb(137,161,157);
    background: rgb(137,161,157);
}

.contact-form-box-681 .help-map-127 label a {
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(137,161,157);
    text-decoration: none;
    position: relative;
}

.contact-form-box-681 form .message-map-183:hover::before {
    left: 0;
}

.contact-form-box-681 svg {
    width: 22px;
    height: 22px;
    fill: rgb(137,161,157);
}

.appContent-704 {
    padding: 6rem 0;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(101,123,118,0.5), rgb(137,161,157,0.5));
    position: relative;
}

.appContent-704 .learn-lab-380 {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    display: grid;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.appContent-704 .learn-lab-380 > div:last-child {
    background: linear-gradient(to right bottom, 
                rgba(255, 255, 255, 0.9),
                rgba(255, 255, 255, 0.7));
    padding: 2.5rem 3rem;
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.02);
    transform: translateY(-10px);
    position: relative;
}

.appContent-704 a:hover::before {
    opacity: 1;
}

.price-table-075::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(137,161,157,0.5) 0%, transparent 70%);
}

.price-table-075 .monthly-rate-983 {
    font-size: 12px;
    overflow-wrap: break-word;
    color: #000000;
    margin-bottom: 0;
    line-height: 1.7;
    word-break: break-word;
    margin: 0 auto;
    max-width: 600px;
}

.price-table-075 .pricing-catalog-417:nth-child(2) {
    --index: 2;
}

.price-table-075 .pricing-catalog-417:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.02);
}

.price-table-075 .pro-rates-792 {
    display: flex;
    padding: 40px 30px;
    flex-direction: column;
    flex: 1;
    box-sizing: border-box;
}

.price-table-075 .fee-offers-251 {
    overflow-wrap: break-word;
    padding: 8px 16px;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    font-weight: 700;
    border-radius: 10px;
    color: rgb(137,161,157);
    display: inline-block;
    font-size: calc(24px * 1.2);
    word-break: break-word;
    position: relative;
    margin: 10px 0 20px;
}

.privacy-depot-216 .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
}

.privacy-depot-216 h1::after {
    animation: scaleIn 0.6s ease-out 0.6s forwards;
    transform: scaleX(0);
    content: "";
    bottom: -12px;
    background: rgb(137,161,157);
    height: 3px;
    left: 0;
    transform-origin: left;
    width: 60px;
    position: absolute;
}

.privacy-depot-216 h4 {
    color: #000000;
    font-size: calc(29px * 0.75);
    margin: 1.5rem 0 1rem;
    animation: fadeup 0.5s ease-out 0.3s forwards;
    opacity: 0.85;
    transform: translateY(10px);
    font-weight: 600;
    opacity: 0;
}

.privacy-depot-216 span::before {
    width: 3px;
    opacity: 0.3;
    content: "";
    top: 0.5rem;
    left: 0;
    background: rgb(101,123,118);
    height: calc(100% - 1rem);
    position: absolute;
}

.privacy-depot-216 li {
    position: relative;
    line-height: 1.6;
    color: #000000;
    font-size: 17px;
    margin-bottom: 1rem;
    padding-left: 1.75rem;
}

header:before {
    height: 4px;
    animation: gradientMove 6s infinite linear;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(137,161,157), rgb(101,123,118), rgb(137,161,157));
    background-size: 200% 100%;
    content: '';
    position: absolute;
    left: 0;
}

header .nav-main-258:hover {
    color: rgb(137,161,157);
}

header .nav-main-258:hover:before {
    transform: translateY(-50%) scale(1);
}

header .nav-core-290 {
    align-items: center;
    position: relative;
    display: flex;
    padding: 5px 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.info-hub-431 {
    padding: 6rem 2rem;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #ffffff 0%, rgb(174,198,194) 100%);
    position: relative;
}

.info-hub-431 h1 {
    z-index: 1;
    color: #000000;
    margin-bottom: 3rem;
    position: relative;
    transform: translateY(0);
    opacity: 0;
    text-align: center;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    font-weight: 700;
    font-size: 44px;
}

.info-hub-431 .contact-details-932 > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.12);
}

.info-hub-431 h6 svg {
    transition: transform 0.3s ease;
    transform: scale(0.85);
    margin-left: 0.5rem;
}

.info-hub-431 span {
    color: #000000;
    font-size: calc(14px * 0.95);
    display: block;
    margin-left: 1.5rem;
}

.info-hub-431 .reach-experts-102:hover::after {
    width: 100%;
}

.info-hub-431 .reach-experts-102 svg {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
    transform: scale(0.85);
}

.get-updates-623::before {
    z-index: -1;
    position: absolute;
    width: 80%;
    top: -50%;
    left: -10%;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, transparent 60%);
    animation: orbitGlow 15s infinite alternate ease-in-out;
    transform: rotate(-15deg);
    content: '';
    height: 200%;
}

.get-updates-623 .input_holder {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 3;
    gap: 1rem;
}

.get-updates-623 .input_holder input[type="email"] {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 15px 20px;
    backdrop-filter: blur(8px);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-size: 15px;
}

.get-updates-623 .input_holder .subscribe-widget-780:active {
    transform: translateY(1px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.leadership-experience-718::before {
    left: 0;
    background-size: 120px 120px;
    opacity: 0.3;
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(137,161,157,0.5) 2px, transparent 2px),
        radial-gradient(circle at 40% 70%, rgb(137,161,157,0.5) 2px, transparent 2px),
        radial-gradient(circle at 70% 10%, rgb(137,161,157,0.5) 2px, transparent 2px),
        radial-gradient(circle at 90% 50%, rgb(137,161,157,0.5) 2px, transparent 2px);
    height: 100%;
}

.leadership-experience-718 .success-stories-612:hover .picture-frame-356 {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15),
                0 0 0 8px rgba(255,255,255,0.9),
                0 0 0 12px rgb(137,161,157);
}

.leadership-experience-718 .name::after {
    background: linear-gradient(90deg, transparent, rgb(137,161,157), transparent);
    left: 50%;
    transition: width 0.3s ease;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    bottom: 0;
    width: 40%;
    height: 2px;
}

.leadership-experience-718 .exp-list-902::after {
    right: 0;
    bottom: -1.5rem;
    content: "";
}

.landing-page-562::before {
    pointer-events: none;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    background: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.1) 0%, transparent 60%);
    position: absolute;
}

.landing-page-562 .edu-skill-127 > div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    position: relative;
}

.landing-page-562 h3 {
    padding-left: 1rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    font-family: Arial, sans-serif;
    line-height: 1.4;
    position: relative;
    margin: 0;
    font-weight: 600;
    color: #ffffff;
    font-size: 22px;
}

.landing-page-562 .promise-block-598::before {
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, 
    rgba(rgba(0, 0, 0, 0.5), 0.7) 0%, 
    rgba(rgb(137,161,157,0.5), 0.5) 100%);
}

.landing-page-562 .title_style_header {
    font-family: Arial, sans-serif;
    display: inline-block;
    letter-spacing: 1px;
    font-size: calc(28px * 1.1);
    color: #ffffff;
    position: relative;
    line-height: 1.2;
    margin: 0;
    font-weight: 700;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}

.company-overview-049 .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}

.company-overview-049 .text-article-086::before {
    top: 0;
    width: 5px;
    height: 0;
    background: rgb(101,123,118);
    position: absolute;
    left: 0;
    transition: height 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
}

.company-overview-049 .text-article-086:hover h1::after {
    transform: scaleX(1.5);
}

.company-overview-049 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.company-overview-049 ul li h4::before {
    height: 8px;
    opacity: 0;
    width: 8px;
    content: "";
    background: rgb(101,123,118);
    left: -15px;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    transition: opacity 0.4s ease, left 0.4s ease;
}

.footer-benefit-096 .container {
    display: grid;
    gap: 40px;
    position: relative;
    grid-template-columns: 1fr 1fr;
}

.footer-benefit-096 .company_holder h3::after {
    background: rgb(137,161,157);
    border-radius: 10px;
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    left: 0;
    bottom: -8px;
}

.footer-benefit-096 .nav-header-437 {
    display: flex;
    gap: 60px;
}

.footer-benefit-096 .main-pagewrap-375 h5::after {
    left: 0;
    border-radius: 10px;
    content: "";
    background: rgb(137,161,157);
    height: 2px;
    bottom: 0;
    width: 30px;
    position: absolute;
}

.footer-benefit-096 .main-pagewrap-375 .nav-header-437 a:hover::before {
    opacity: 1;
    width: 8px;
}

.forum-link-976 .milestone-cta-387 {
    font-size: 13px;
    color: #ffffff;
    opacity: 0.6;
    text-align: center;
    letter-spacing: 0.5px;
}

.forum-link-976 .milestone-cta-387 {
    transition: all 0.3s ease;
    position: relative;
}



.footer-benefit-096 .main-pagewrap-375 .nav-header-437 a::after {
    bottom: -2px;
    left: 0;
    width: 0;
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(137,161,157);
    content: "";
    height: 1px;
}



.footer-benefit-096 .company_holder h3::before {
    background: rgb(137,161,157);
    height: 1px;
    opacity: 0.7;
    position: absolute;
    width: 20px;
    left: -30px;
    content: "";
    top: 50%;
}

.prospective-members-825::before {
    left: 50%;
    background: radial-gradient(
        ellipse at center,
        transparent 0%,
        transparent 30%,
        rgba(rgb(101,123,118,0.5), 0.1) 31%,
        rgba(rgb(101,123,118,0.5), 0.1) 32%,
        transparent 33%,
        transparent 40%,
        rgba(rgb(101,123,118,0.5), 0.05) 41%,
        rgba(rgb(101,123,118,0.5), 0.05) 42%,
        transparent 43%,
        transparent 50%,
        rgba(rgb(137,161,157,0.5), 0.07) 51%,
        rgba(rgb(137,161,157,0.5), 0.07) 52%,
        transparent 53%,
        transparent 70%,
        rgba(rgb(137,161,157,0.5), 0.05) 71%,
        rgba(rgb(137,161,157,0.5), 0.05) 72%,
        transparent 73%
    );
    content: '';
    width: 150%;
    transform: translate(-50%, -50%);
    z-index: 1;
    height: 150%;
    pointer-events: none;
    top: 50%;
    animation: rotateRings 60s linear infinite;
    position: absolute;
}

.prospective-members-825 li svg {
    fill: rgb(101,123,118);
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    transform-origin: center;
    filter: drop-shadow(0 0 5px rgb(101,123,118,0.5));
    transition: all 0.4s ease;
    margin-right: 1.5rem;
}

.training-method-415 .container {
    perspective: 1000px;
    z-index: 2;
    transform-style: preserve-3d;
    position: relative;
}

.training-method-415 .learn-lab-380 > div {
    max-width: 900px;
    background: #ffffff;
    padding: 50px 40px;
    border-left: 4px solid rgb(137,161,157);
    position: relative;
    border-radius: 2px;
    transform: translateZ(0);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.5s ease;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 4px rgba(0, 0, 0, 0.03),
        0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.training-method-415 .learn-lab-380 > div:hover h3::after {
    width: 100px;
}

.training-method-415 p span {
    position: relative;
    border-left: 2px solid rgba(var(--primary-color-rgb), 0.3);
    display: block;
    padding-left: 10px;
}

.course-program-info-630 .career-progress-130 {
    display: flex;
    gap: 3rem;
    animation: fadeInUp 0.8s ease-out forwards;
    flex-direction: column;
    transform-style: preserve-3d;
}

.course-program-info-630 .picture-frame-356::after {
    opacity: 0.6;
    position: absolute;
    transition: opacity 0.3s ease;
    content: "";
    z-index: 2;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgb(137,161,157,0.5) 100%
    );
    inset: 0;
}

.course-program-info-630 h3 {
    position: relative;
    font-size: calc(19px * 1.2);
    display: inline-block;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
}

.course-program-info-630 p.description {
    display: block;
}

.course-program-info-630 .description::first-letter {
    background: rgb(137,161,157,0.5);
    line-height: 1;
    padding: 6px;
    color: rgb(137,161,157);
    float: left;
    font-size: 1.5em;
    font-weight: 700;
    margin-right: 8px;
}

.try-immediately-680 h2 {
    font-size: 32px;
    margin-bottom: 2.5rem;
    color: #ffffff;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(20px);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
}

.try-immediately-680 svg:hover {
    transform: rotate(0deg) scale(1.1);
}

.try-immediately-680 .learn-lab-380 div {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}

.try-immediately-680 .message-map-183:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transform: skewX(-5deg) translateY(-3px);
}

.try-immediately-680 .container:hover h2 {
    transform: translateZ(25px);
}

#privacyAlertPopup-261:checked ~ .usageAgreementAlert-185 {
    visibility: hidden;
    opacity: 0;
}

.cookie-check-507 {
    flex-shrink: 0;
    margin-right: 1rem;
    display: flex;
    align-items: center;
}

.cookie-check-507 svg {
    width: 50px;
    height: 50px;
    fill: rgb(137,161,157);
}

.consent-ack-830 p {
    font-size: 1rem;
    color: #000000;
}

.cookie_button.privacy-gate-748 {
    margin-left: 0.5rem;
    background: #000000;
}

.usageAgreementAlert-185 p a {
    color: rgb(137,161,157);
    transition: color 0.3s ease;
    text-decoration: underline;
}



@media screen and (max-width: 991px) {.contact-form-box-681 {
    padding: 90px 0;
}.contact-form-box-681 .inquiry-reach-159 {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact-form-box-681 .picture-frame-356 {
    min-height: 400px;
}.contact-form-box-681 .help-info-705 {
    padding: 40px 30px;
}
}



@media (min-width: 992px) {.appContent-704 {
    padding: 10rem 0;
}.appContent-704 .learn-lab-380 {
    grid-template-columns: 0.9fr 1.3fr;
}.appContent-704 .learn-lab-380 > div:first-child {
    transform: translateX(10%);
    padding: 3rem;
}.appContent-704 .learn-lab-380 > div:last-child {
    margin-left: -10%;
    transform: translateY(35px);
    padding-left: 15%;
}.appContent-704 .learn-lab-380:hover > div:last-child {
    transform: translateY(25px);
}.appContent-704 h5 {
    font-size: calc(20px * 1.2);
}
}



@media (max-width: 767px) {.price-table-075 {
    padding: 80px 0;
}.price-table-075 .pro-rates-792 {
    padding: 30px 20px;
}.price-table-075 .fee-offers-251 {
    padding: 6px 12px;
    font-size: 24px;
}.price-table-075 .picture-frame-356 {
    height: 180px;
}
}



@media (min-width: 992px) {.privacy-depot-216 {
    padding: 7rem 4rem;
}.privacy-depot-216::after {
    width: 40%;
}.privacy-depot-216 h1 {
    font-size: calc(45px * 1.3);
}.privacy-depot-216 h2 {
    padding-left: 1.5rem;
}.privacy-depot-216 p, .privacy-depot-216 span {
    max-width: 80%;
    font-size: calc(17px * 1.05);
}.privacy-depot-216 ul {
    padding: 2rem 2.5rem;
}.privacy-depot-216 li {
    font-size: calc(17px * 1.05);
}
}



@media screen and (min-width: 1024px) {.info-hub-431 {
    padding: 10rem 4rem;
}.info-hub-431 .contact-details-932 {
    grid-template-columns: 1.5fr 1fr 1fr;
}.info-hub-431 .contact-details-932 > div:first-child {
    grid-column: auto;
}.info-hub-431 h1::after {
    width: 120px;
}
}



@media (min-width: 992px) {.get-updates-623 {
    padding: 5rem 0;
}.get-updates-623::before {
    width: 60%;
}.get-updates-623 .learn-lab-380 {
    transform: perspective(1500px) rotateX(1deg);
}.get-updates-623 .learn-lab-380 h4 {
    max-width: 85%;
    font-size: calc(19px * 1.2);
}.get-updates-623 .input_holder {
    padding-left: 2rem;
}.get-updates-623 .input_holder span:first-child::before {
    height: 12px;
    left: -30px;
    width: 12px;
}.get-updates-623 .input_holder span:last-child::after {
    right: -25px;
    width: 8px;
    height: 8px;
}
}



@media (max-width: 767px) {.leadership-experience-718 {
    padding: 4rem 0;
}.leadership-experience-718 .success-stories-612 {
    padding: 2rem 1.5rem;
}.leadership-experience-718 .exp-list-902 {
    padding: 1rem 0.5rem;
}.leadership-experience-718 .exp-list-902::before,
    .leadership-experience-718 .exp-list-902::after {
    font-size: 2.5rem;
}}



@media (min-width: 992px) {.landing-page-562 {
    padding: 7rem 3rem;
}.landing-page-562 .edu-skill-127 {
    padding: 3.5rem;
}.landing-page-562 .edu-skill-127 > div {
    gap: 4rem;
}.landing-page-562 .promise-block-598 {
    min-height: 500px;
}.landing-page-562 .promise-block-598 > div {
    padding: 3.5rem;
}.landing-page-562 h3 {
    font-size: calc(22px * 1.2);
}.landing-page-562 .title_style_header {
    font-size: calc(42px * 1.2);
}.landing-page-562 .promise-block-598 p {
    font-size: calc(13px * 1.1);
}
}



@media (max-width: 767px) {.company-overview-049 {
    padding: 80px 0;
}.company-overview-049 .text-article-086 {
    padding: 30px 25px;
}.company-overview-049 h1 {
    font-size: calc(40px - 4px);
    margin-bottom: 30px;
}.company-overview-049 h1::after {
    width: 60px;
    height: 2px;
}.company-overview-049 ul li h4 {
    font-size: 19px;
    margin-bottom: 10px;
}.company-overview-049 ul li span {
    line-height: 1.6;
    font-size: calc(15px - 1px);
}}



@media (max-width: 991px) {.footer-benefit-096 .company_holder::before {
    background: linear-gradient(90deg, 
            transparent, 
            rgb(137,161,157,0.5), 
            transparent);
    left: 50%;
    transform: translateX(-50%);
}}



@media (max-width: 991px) {.footer-benefit-096 .company_holder h3::before {
    display: none;
}}



@media (max-width: 991px) {.prospective-members-825 {
    padding: 4rem 0;
}.prospective-members-825 ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.prospective-members-825 h3 {
    font-size: calc(35px * 0.9);
}.prospective-members-825 li {
    padding: 1.5rem 1.8rem;
}
}



@media screen and (max-width: 576px) {.training-method-415 {
    padding: 50px 0;
}.training-method-415 .learn-lab-380 > div {
    border-left-width: 3px;
    padding: 30px 20px;
}.training-method-415 h3 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(29px * 0.65);
}.training-method-415 h3::after {
    height: 2px;
    width: 50px;
}.training-method-415 .learn-lab-380 > div:hover h3::after {
    width: 80px;
}.training-method-415 p {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.training-method-415 p span {
    padding-left: 8px;
    border-left-width: 1px;
}}



@media (max-width: 992px) {.try-immediately-680 {
    padding: 4rem 0;
}.try-immediately-680 h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.9);
}.try-immediately-680 .learn-lab-380 {
    gap: 1.5rem;
    padding: 1.75rem;
}
}


@media only screen and (max-width: 768px) {.usageAgreementAlert-185 .container {
    align-items: center;
    flex-direction: column;
}.cookie-check-507 {
    margin-right: 0;
    margin-bottom: 1rem;
}.consent-ack-830 {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.privacy-gate-748 {
    margin-left: 0;
    margin-top: 0.5rem;
}
}



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



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



@keyframes pulseOrbit {
    0%, 100% {
        transform: translateY(-50%) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: translateY(-50%) scale(1.5);
        opacity: 0.3;
    }
}



@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(137,161,157,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(137,161,157);
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

