header,footer {
    width: 100%;
}


header {
    padding: 0;
    background: linear-gradient(135deg, rgb(179,191,166,0.5), rgb(149,164,101,0.5));
    width: 100%;
    z-index: 100;
    position: relative;
}

.sustain_cta_16795 {
    flex: 0 0 auto;
}

.sustain_cta_16795 {
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    padding: 80px 0 30px;
}

.head_lead_87240 {
    flex: 1 0 auto;
}


.program_information_28970 {
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(225,228,221) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.program_information_28970::after {
    content: "";
    opacity: 0.15;
    z-index: 0;
    right: -5%;
    height: 30rem;
    width: 30rem;
    top: -10%;
    background: radial-gradient(circle, rgb(179,191,166,0.5) 0%, transparent 70%);
    position: absolute;
}

.program_information_28970 .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}

.program_information_28970 h2::after {
    background: linear-gradient(90deg, rgb(179,191,166) 0%, rgb(149,164,101) 100%);
    height: 4px;
    left: 50%;
    bottom: -15px;
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 10px;
    content: "";
}

.program_information_28970 .img_box_grid_29806 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    height: 350px;
    overflow: hidden;
    border-radius: 10px;
    transform: perspective(1000px) rotateY(-3deg);
}

.program_information_28970 .img_box_grid_29806::after {
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    content: "";
    position: absolute;
    width: 300%;
    top: -100%;
    animation: shimmer 6s infinite linear;
    z-index: 2;
    left: -100%;
    height: 300%;
    transform: rotate(45deg);
}

.program_information_28970 .description:nth-of-type(2) {
    border-right: 3px solid rgb(149,164,101);
    position: relative;
    padding-right: 1.25rem;
}

.program_information_28970 .description:nth-of-type(2)::after {
    width: 20px;
    content: "";
    right: -10px;
    bottom: 0;
    opacity: 0.2;
    position: absolute;
    background: rgb(149,164,101);
    border-radius: 50%;
    height: 20px;
}

.education_history_08716::before {
    height: 150%;
    background: radial-gradient(ellipse at center, transparent 0%, transparent 50%, #000000 100%), 
              repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    content: "";
    opacity: 0.3;
    left: -25%;
    position: absolute;
    animation: backgroundMovement 30s linear infinite alternate;
    width: 150%;
    top: -25%;
}

.education_history_08716 .review_spot_97328::after {
    background: linear-gradient(135deg, rgb(179,191,166,0.5) 0%, transparent 50%);
    left: 0;
    mix-blend-mode: overlay;
    top: 0;
    width: 100%;
    opacity: 0.3;
    pointer-events: none;
    position: absolute;
    height: 100%;
    content: "";
}

.education_history_08716 .review_spot_97328 .img_box_grid_29806:hover {
    box-shadow: 0 0 50px rgb(179,191,166);
    transform: scale(1.07) translateX(-4%);
}

.education_history_08716 .review_spot_97328 .name {
    color: #ffffff;
    font-size: 35px;
    z-index: 2;
    text-shadow: 0 0 10px rgb(179,191,166,0.5), 0 0 20px rgb(179,191,166,0.5);
    animation: neonPulse 4s infinite alternate;
    padding: 3.5rem 2rem 0.5rem 3rem;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    position: relative;
    letter-spacing: 2px;
    font-weight: 700;
}

.user_testimonials_85206 {
    position: relative;
    background: linear-gradient(135deg, rgb(225,228,221) 0%, rgb(149,164,101,0.5) 100%);
    padding: 80px 0;
    overflow: hidden;
}

.user_testimonials_85206::before {
    content: "";
    opacity: 0.05;
    background-image: 
        linear-gradient(45deg, transparent 40%, rgb(179,191,166,0.5) 40%, rgb(179,191,166,0.5) 60%, transparent 60%),
        linear-gradient(-45deg, transparent 40%, rgb(179,191,166,0.5) 40%, rgb(179,191,166,0.5) 60%, transparent 60%);
    position: absolute;
    background-size: 100px 100px;
    pointer-events: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.user_testimonials_85206 h2::after {
    transform: translateX(-50%);
    left: 50%;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(179,191,166), rgb(149,164,101));
    border-radius: 10px;
    position: absolute;
    content: "";
    width: 80px;
    height: 4px;
}

.user_testimonials_85206 .review_spot_97328 {
    position: relative;
    overflow: hidden;
    transform: perspective(1000px) rotateY(0deg);
    transform-origin: center center;
    backface-visibility: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
    padding: 30px 25px 25px;
    box-shadow: 0 15px 30px -10px rgba(0,0,0,0.1);
    border-radius: 29px;
}

.user_testimonials_85206 .review_spot_97328:hover {
    box-shadow: 0 25px 50px -15px rgba(0,0,0,0.15), 
                0 5px 15px rgba(rgb(179,191,166,0.5), 0.2);
    transform: perspective(1000px) translateY(-10px) rotateY(2deg);
}

.user_testimonials_85206 .review_spot_97328 h3 {
    font-weight: 600;
    z-index: 2;
    color: #000000;
    position: relative;
    margin-bottom: 10px;
    font-size: calc(20px * 0.9);
}

.user_testimonials_85206 .review_spot_97328:hover h3::before {
    width: 40px;
}

.user_testimonials_85206 .review_spot_97328 .description {
    line-height: 1.65;
    color: #000000;
    font-size: 17px;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
}

.user_testimonials_85206 .review_spot_97328:hover div {
    transform: scale(1.05) translateZ(0);
}

.user_testimonials_85206 .review_spot_97328 img {
    transition: transform 0.5s ease;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.cookie_warning_overlay_14596 {
    z-index: 90;
    overflow: hidden;
    background: rgb(225,228,221);
    justify-content: center;
    transition: transform 0.3s ease-in-out;
    position: fixed;
    padding: 1rem 0;
    width: 100%;
    display: flex;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(179,191,166);
    align-items: center;
    bottom: 0;
}

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

.visitor_acceptance_36547 {
    flex: 1;
    min-width: 300px;
    margin-bottom: 20px;
}

.visitor_acceptance_36547 p {
    font-size: 1rem;
    color: #000000;
}

.cookie_button.privacy_switch_90468 {
    background: rgb(179,191,166);
}

.cookie_button.visitor_privacy_49728 {
    background: #000000;
    margin-left: 0.5rem;
}

.user_tracker_94651:hover {
    transform: translateY(-3px);
    background: #000000;
}

.cookie_button.visitor_privacy_49728:hover {
    background: rgb(179,191,166);
}

.cookie_warning_overlay_14596 p a:hover {
    color: #000000;
}

header::before {
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    left: 0;
    content: '';
    height: 100%;
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
}

header .main_base_41769 {
    justify-content: center;
    display: flex;
    padding: 0 0 1rem 0;
    text-decoration: none;
    position: relative;
}

header .main_base_41769 svg {
    width: 180px;
    height: auto;
    transition: all 0.3s ease;
}

header .main_base_41769:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
}

header .top_sitebar_59328 {
    justify-content: center;
    display: flex;
    gap: 0.7rem;
    width: 100%;
    flex-wrap: wrap;
    max-width: 90%;
    padding: 1rem 2rem 0;
}

header .main_know_20685::before {
    bottom: 0;
    content: '';
    z-index: -1;
    background: linear-gradient(to top, rgb(179,191,166,0.5), transparent);
    transition: height 0.3s ease;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
}

header .main_know_20685:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    color: rgb(179,191,166);
}

.subscribe_to_newsletter_91502::before {
    background: radial-gradient(circle, rgb(149,164,101,0.5) 0%, transparent 70%);
    opacity: 0.7;
    width: 300px;
    top: -10%;
    z-index: 0;
    right: -5%;
    height: 300px;
    animation: float 15s infinite ease-in-out;
    position: absolute;
    content: "";
}

.subscribe_to_newsletter_91502 .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}

.subscribe_to_newsletter_91502 .pro_learn_78094 {
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}

.subscribe_to_newsletter_91502 .pro_learn_78094:hover h3 {
    transform: translateY(-5px);
}

.subscribe_to_newsletter_91502 .pro_learn_78094:hover h3::after {
    transform: scaleX(1.5);
}

.subscribe_to_newsletter_91502 .input_holder {
    flex-wrap: wrap;
    display: flex;
    margin-top: 1.5rem;
    gap: 1rem;
}

.subscribe_to_newsletter_91502 .input_holder input[type="email"] {
    background: #ffffff;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: none;
    padding: 1rem 1.5rem;
    font-size: 16px;
    transition: all 0.3s ease;
    width: 100%;
    color: #000000;
}

.subscribe_to_newsletter_91502 .input_holder input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    color: rgba(0, 0, 0, 0.2);
}

.subscribe_to_newsletter_91502 .input_holder .news_section_06495::before {
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    position: absolute;
    z-index: -1;
    transition: all 0.6s ease;
    content: "";
    width: 100%;
    left: -100%;
}

.subscribe_to_newsletter_91502 .input_holder .news_section_06495:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    background: rgb(149,164,101);
}

.subscribe_to_newsletter_91502 .input_holder .news_section_06495:hover::before {
    left: 100%;
}

.pricing_matrix_87940::before {
    top: 0;
    content: "";
    right: 0;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
}

.pricing_matrix_87940 h2 {
    color: #ffffff;
    position: relative;
    font-size: 35px;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
    transform: translateX(-10px);
}

.pricing_matrix_87940 .program_price_04128 {
    color: rgba(255,255,255,0.85);
    max-width: 80%;
    line-height: 1.6;
    margin-bottom: 40px;
    font-size: 16px;
    transform: translateX(10px);
}

.pricing_matrix_87940 .cost_deals_02394 li {
    transform-style: preserve-3d;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pricing_matrix_87940 .value_plan_92175 {
    position: relative;
    text-decoration: none;
    transition: all 0.4s ease;
    color: #000000;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    height: 100%;
    display: block;
    overflow: hidden;
}

.pricing_matrix_87940 .value_plan_92175:hover .fee_board_43956 {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(245,245,245,0.98) 100%);
    transform: translateZ(20px);
}

.pricing_matrix_87940 .value_plan_92175:hover .fee_board_43956::after {
    opacity: 0.15;
    transform: rotate(45deg) translate(20px, -60px) scale(1.2);
}

.pricing_matrix_87940 .price_tiers_03621 {
    flex-direction: column;
    z-index: 2;
    position: relative;
    flex: 1;
    display: flex;
}

.pricing_matrix_87940 .price_tiers_03621 h4::after {
    width: 40px;
    left: 0;
    background: rgb(149,164,101);
    bottom: 0;
    transform: skewX(-15deg);
    height: 3px;
    content: "";
    position: absolute;
}

.pricing_matrix_87940 .skill_pricing_18965 {
    transition: color 0.3s ease;
    margin-bottom: 0;
    border-top: 1px solid rgba(0,0,0,0.08);
    padding: 15px 0 0;
    font-weight: 700;
    display: block;
    font-size: calc(24px + 6px);
    color: rgb(149,164,101);
    position: relative;
    margin-top: auto;
}

.pricing_matrix_87940 .skill_pricing_18965::before {
    content: "";
    top: 0;
    width: 30px;
    left: 0;
    background: rgb(179,191,166);
    height: 1px;
    position: absolute;
    transform: translateY(-1px);
}

.company_overview_34591::after {
    background: rgb(179,191,166);
    width: 40%;
    position: absolute;
    animation: float 15s ease-in-out infinite;
    content: '';
    opacity: 0.15;
    z-index: 1;
    right: -5%;
    top: -10%;
    height: 70%;
    transform: rotate(-15deg) skewX(-15deg);
}

.company_overview_34591 h2 {
    color: #ffffff;
    padding-bottom: 15px;
    transform: translateX(-20px);
    font-weight: 700;
    margin-bottom: 50px;
    animation: slideInTitle 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: relative;
    font-size: 33px;
    opacity: 0;
}

.company_overview_34591 .metadata_block_25317 {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    animation: slideUpFade 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.3s;
    position: relative;
    opacity: 0;
    display: flex;
    padding: 40px;
    transform: translateY(30px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.company_overview_34591 .metadata_block_25317 {
    margin: 0 auto;
    max-width: 90%;
}

.company_overview_34591 .metadata_block_25317 div div {
    column-count: 1;
    font-size: 15px;
    animation: fadeInText 1s ease forwards 0.9s;
    opacity: 0;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    transform: translateY(20px);
    color: #ffffff;
}

.contact_form_section_60917 {
    position: relative;
    padding: 100px 0;
    background-color: rgb(225,228,221);
    overflow: hidden;
}

.contact_form_section_60917::before {
    opacity: 0.15;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: linear-gradient(120deg, rgb(179,191,166,0.5) 0%, transparent 75%);
    content: "";
    width: 100%;
}

.contact_form_section_60917 .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
}

.contact_form_section_60917 h2 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #000000;
    font-size: 28px;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

.contact_form_section_60917 .img_box_grid_29806 {
    flex: 0 0 40%;
    min-height: 500px;
    overflow: hidden;
    position: relative;
}

.contact_form_section_60917 .support_widget_31498 {
    flex: 0 0 60%;
    position: relative;
    padding: 60px;
}

.contact_form_section_60917 .support_widget_31498::before {
    height: calc(100% - 80px);
    top: 40px;
    border-radius: 2.5px;
    position: absolute;
    width: 5px;
    background: linear-gradient(to bottom, rgb(179,191,166), rgb(149,164,101));
    left: 0;
    content: "";
}

.contact_form_section_60917 form input[type="text"] {
    transition: all 0.3s ease;
    margin-bottom: 20px;
    border-radius: 10px;
    background: rgb(225,228,221);
    font-size: 13px;
    width: 100%;
    border: none;
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 18px 25px;
}

.contact_form_section_60917 .request_info_24601 {
    display: flex;
    margin: 10px 0 30px;
    align-items: flex-start;
}

.contact_form_section_60917 .request_info_24601 label::before {
    border-radius: 10px;
    top: 2px;
    left: 0;
    border: 2px solid rgb(179,191,166,0.5);
    transition: all 0.2s ease;
    width: 22px;
    content: "";
    height: 22px;
    position: absolute;
}

.contact_form_section_60917 .request_info_24601 input[type="checkbox"]:checked + label::after {
    height: 11px;
    transform: rotate(45deg);
    content: "";
    width: 6px;
    top: 9px;
    position: absolute;
    left: 8px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.contact_form_section_60917 form .support_map_38912 {
    overflow: hidden;
    background: linear-gradient(45deg, rgb(179,191,166), rgb(149,164,101));
    color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
    display: inline-block;
    padding: 15px 35px;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 20px;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact_form_section_60917 form .support_map_38912:hover::before {
    transform: rotate(45deg) translateX(200%);
}

.contact_form_section_60917 svg path {
    transition: fill 0.3s ease;
    fill: rgb(179,191,166);
}

.privacy_hub_42670::before {
    transform: translateZ(-50px);
    background: 
        radial-gradient(circle at 20% 30%, rgb(179,191,166,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(149,164,101,0.5) 0%, transparent 25%);
    opacity: 0.15;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    z-index: 0;
    height: 100%;
    position: absolute;
}

.privacy_hub_42670 .container:hover {
    transform: translateZ(10px) rotateX(0deg);
}

.privacy_hub_42670 h1 {
    font-family: Arial, sans-serif;
    margin-bottom: 2rem;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    padding-bottom: 1rem;
    color: #000000;
    font-size: calc(48px * 1.2);
    letter-spacing: -0.5px;
}

.privacy_hub_42670:hover h1::after {
    transform: scaleX(1.5);
}

.privacy_hub_42670 h2 {
    padding-left: 1rem;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: calc(34px * 1.05);
    border-left: 3px solid rgb(149,164,101);
    margin: 3rem 0 1.5rem;
    transform: translateX(0);
    font-weight: 600;
    transition: transform 0.3s ease-out;
}

.privacy_hub_42670 h4 {
    font-size: calc(19px * 1.1);
    margin: 2rem 0 1rem;
    font-family: Arial, sans-serif;
    color: #000000;
    padding-left: 1.5rem;
    font-weight: 600;
    position: relative;
}

.privacy_hub_42670 p {
    color: #000000;
    transition: transform 0.3s ease-out;
    font-size: 13px;
    position: relative;
    transform: translateZ(0);
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.privacy_hub_42670 ul {
    list-style: none;
    margin: 1.5rem 0 2rem;
    position: relative;
    padding-left: 1.5rem;
}

.privacy_hub_42670 ul li {
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.7;
    font-size: 13px;
    transition: transform 0.2s ease-out;
}

.privacy_hub_42670 ul li:hover::before {
    background-color: rgb(149,164,101);
    transform: scale(1.5);
}

.privacy_hub_42670 span {
    transform: translateX(0);
    margin-bottom: 2rem;
    background-color: rgba(rgba(0, 0, 0, 0.5), 0.02);
    display: block;
    font-size: 13px;
    padding: 1rem 1.5rem;
    border-left: 2px solid rgb(149,164,101,0.5);
    line-height: 1.7;
    font-family: Arial, sans-serif;
    color: #000000;
    transition: transform 0.3s ease-out, border-left-color 0.3s ease-out;
}

.gratWrapper_41630::after {
    bottom: -5%;
    transform: rotate(10deg) skew(-5deg);
    position: absolute;
    width: 35%;
    background: linear-gradient(215deg, rgb(179,191,166,0.5) 0%, transparent 70%);
    opacity: 0.3;
    z-index: 1;
    right: -5%;
    animation: float 15s ease-in-out infinite alternate-reverse;
    content: "";
    filter: blur(30px);
    height: 60%;
}

.gratWrapper_41630 h2 {
    animation: fadeUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.3;
    transform: translateY(20px);
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
    font-size: 30px;
    letter-spacing: -0.02em;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 700;
    opacity: 0;
}

.gratWrapper_41630 h2 {
    margin-bottom: 30px;
    line-height: 1.4;
    font-size: calc(30px * 0.7);
}

.gratWrapper_41630 .pro_learn_78094 {
    border-radius: 8px;
    transform: translateY(30px);
    animation: fadeUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    overflow: hidden;
    padding: 50px 40px;
    opacity: 0;
    position: relative;
}

.gratWrapper_41630 .pro_learn_78094 {
    padding: 30px 20px;
}

.gratWrapper_41630 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gratWrapper_41630 li::before {
    content: "";
    border-radius: 50%;
    top: 10px;
    left: 0;
    width: 8px;
    animation: popIn 0.5s 1s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    background: rgb(149,164,101);
    position: absolute;
    transform: scale(0);
    height: 8px;
}

.gratWrapper_41630 li::before {
    height: 6px;
    top: 12px;
    width: 6px;
}

.title_greeting_92685 {
    background-color: rgb(179,191,166,0.5);
    min-height: 100vh;
    overflow: hidden;
    align-items: center;
    position: relative;
    perspective: 1000px;
    display: flex;
    justify-content: center;
}

.title_greeting_92685::after {
    top: -50%;
    content: "";
    position: absolute;
    animation: pulseBg 15s infinite alternate ease-in-out;
    opacity: 0.1;
    right: -50%;
    z-index: 0;
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at center, rgb(179,191,166) 0%, transparent 70%);
}

.title_greeting_92685 h1 {
    transform: translateZ(20px);
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
    position: relative;
    grid-column: 1 / -1;
    color: #000000;
    font-size: 43px;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

.title_greeting_92685 .metadata_block_25317 {
    transform: translateZ(10px);
    transition: transform 0.5s ease;
    position: relative;
}

.title_greeting_92685 .edu_head_26531:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.1);
}

.title_greeting_92685 p {
    font-size: calc(12px * 1.2);
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 2rem;
    position: relative;
}

.title_greeting_92685 .edu_head_26531:hover svg {
    transform: rotateY(360deg);
}

.title_greeting_92685 svg path {
    transition: fill 0.3s ease;
    fill: rgb(179,191,166);
}

.title_greeting_92685 svg text {
    transition: fill 0.3s ease, transform 0.3s ease;
    font-weight: 700;
    fill: rgb(179,191,166);
    font-family: Arial, sans-serif;
}

.title_greeting_92685 .support_map_38912 {
    padding: 1rem 2rem;
    font-weight: 600;
    display: inline-block;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    background: linear-gradient(135deg, rgb(179,191,166) 0%, rgb(149,164,101) 100%);
    z-index: 1;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
}

.title_greeting_92685 .img_box_grid_29806::before {
    width: 100%;
    content: "";
    z-index: 1;
    background: linear-gradient(to bottom, transparent 60%, rgb(179,191,166,0.5) 100%);
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
}

.title_greeting_92685 .img_box_grid_29806:hover {
    transform: translateZ(15px) rotate(0);
}

footer {
    position: relative;
    width: 100%;
}

.sustain_cta_16795::before {
    content: "";
    bottom: 0;
    height: 1px;
    position: absolute;
    left: 0;
    width: 100%;
    background-image: repeating-linear-gradient(
        to right,
        rgb(179,191,166),
        rgb(179,191,166) 10px,
        transparent 10px,
        transparent 20px
    );
}

footer .info_item {
    cursor: pointer;
    overflow: hidden;
    display: flex;
    position: relative;
    padding: 0 25px;
    flex: 1;
    min-width: 250px;
    align-items: center;
    margin-right: 1px;
    background-color: rgb(149,164,101);
    transition: all 0.5s ease;
    height: 100px;
}

footer .info_item:last-child::after {
    display: none;
}

footer .info_item svg {
    fill: #ffffff;
    margin-right: 15px;
    flex-shrink: 0;
    width: 24px;
    z-index: 2;
    height: 24px;
    position: relative;
}

footer .info_item::before {
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    transition: opacity 0.5s ease;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    height: 100%;
    opacity: 0;
    width: 100%;
}

footer .nav_pagewrap_21798, footer .top_sitebar_59328, footer .subscribe_holder {
    height: 450px;
    min-width: 280px;
    transition: all 0.4s ease;
    border-radius: 27px;
    padding: 30px;
    scroll-snap-align: start;
    margin-right: 30px;
    max-width: 500px;
    position: relative;
    flex: 0 0 100%;
}

footer .nav_pagewrap_21798 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: rgb(225,228,221);
    justify-content: center;
    display: flex;
}

footer .top_sitebar_59328::after {
    right: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
    background-image: 
        linear-gradient(45deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%),
        linear-gradient(135deg, transparent 92%, rgba(255, 255, 255, 0.05) 93%, transparent 94%);
    background-size: 30px 30px;
    opacity: 0.3;
    left: 0;
    content: "";
    bottom: 0;
}

footer .top_sitebar_59328 h5::after {
    position: absolute;
    background-color: rgb(179,191,166);
    content: "";
    height: 2px;
    width: 30px;
    bottom: -10px;
    left: 0;
}

footer .main_learning_65017 a {
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: block;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
}

footer .subscribe_holder h5 {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 23px;
}

footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer .news_section_06495:hover {
    background-color: rgb(149,164,101,0.5);
}

footer .class_guide_26917 {
    padding-top: 20px;
    margin-top: 40px;
    position: relative;
}

footer .class_guide_26917::before {
    content: "";
    left: 20%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    right: 20%;
    top: 0;
    height: 1px;
}

.give_it_a_try_73640::before {
    top: -50%;
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    z-index: -1;
    height: 200%;
    animation: pulse 12s infinite alternate;
    content: "";
    transform: rotate(-15deg);
    left: -50%;
    position: absolute;
    opacity: 0.05;
    width: 200%;
}

.give_it_a_try_73640 .container {
    z-index: 2;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    position: relative;
    margin: 0 auto;
    grid-gap: 2.5rem;
    max-width: 1200px;
    grid-template-columns: 1fr;
}

.give_it_a_try_73640 h6::after {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: center;
    left: 50%;
    position: absolute;
    background: #ffffff;
    opacity: 0.7;
    width: 50px;
    content: "";
    transform: translateX(-50%) scaleX(0);
    bottom: -15px;
    height: 3px;
}

.give_it_a_try_73640:hover h6 {
    transform: translateY(-5px);
}

.give_it_a_try_73640 div div {
    align-items: center;
    padding-top: 1rem;
    display: flex;
    justify-content: center;
}

.give_it_a_try_73640 div div span:hover {
    transform: translateY(-5px) scale(1.02);
}

.give_it_a_try_73640 .support_map_38912::before {
    height: 100%;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    z-index: -1;
    transform: translateX(-100%);
    background: linear-gradient(120deg, transparent 0%, transparent 35%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0.2) 60%, transparent 65%, transparent 100%);
}

.give_it_a_try_73640 .support_map_38912:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
    background: linear-gradient(to right, #ffffff, #f0f8ff);
    transform: translateY(-2px) translateZ(0);
}

.give_it_a_try_73640 .support_map_38912:hover span {
    transform: scale(1.03);
}

::-webkit-scrollbar {
    scroll-behavior: auto;
    width: 1rem;
}

::-webkit-scrollbar-track {
    background: linear-gradient(350deg, rgb(149,164,101) 90%, rgb(149,164,101,0.5) 11%, rgb(179,191,166,0.5) 54%);
}

::-webkit-scrollbar-thumb {
    background: #ffffff;
    transition: transform 3.8s ease-out;
    border-radius: 11px;
}

::-webkit-scrollbar-thumb:active {
    box-shadow: inset -4px 5px 9px 4px rgba(0, 0, 0, 0.4);
    background: rgb(149,164,101);
}

footer .text_main_holder::-webkit-scrollbar {
    display: none;
}



@media (min-width: 992px) {.program_information_28970 {
    padding: 9rem 0;
}.program_information_28970 .container {
    padding: 0 3rem;
}.program_information_28970 .img_box_grid_29806 {
    height: 500px;
}.program_information_28970 h2 {
    margin-bottom: 4rem;
}.program_information_28970 .description {
    font-size: calc(13px + 0.1rem);
}
}



@media (max-width: 767px) {.program_information_28970 {
    padding: 5rem 0;
}.program_information_28970 h2 {
    font-size: calc(28px - 0.2rem);
    margin-bottom: 2rem;
}.program_information_28970 .img_box_grid_29806 {
    height: 280px;
}.program_information_28970 .metadata_block_25317 {
    gap: 1rem;
}.program_information_28970 .description {
    font-size: calc(13px - 0.1rem);
}}



@media (max-width: 576px) {.education_history_08716 {
    padding: 4rem 1rem;
}.education_history_08716 .review_spot_97328 .img_box_grid_29806 {
    min-height: 280px;
}.education_history_08716 .review_spot_97328 .name {
    padding: 1.5rem 1rem 0.5rem 1rem;
}.education_history_08716 .review_spot_97328 span:not(.name) {
    padding: 0 1rem 1rem 1rem;
}.education_history_08716 .review_spot_97328 .job_expertise_24953 {
    padding: 1.2rem;
}}



@media (min-width: 576px) {.user_testimonials_85206 .review_lounge_71208 {
    grid-template-columns: repeat(2, 1fr);
}.user_testimonials_85206 h2 {
    margin-bottom: 70px;
}
}



@media (min-width: 768px) {.user_testimonials_85206 {
    padding: 100px 0;
}.user_testimonials_85206 .review_lounge_71208 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.user_testimonials_85206 .review_spot_97328 {
    padding: 35px 30px 30px;
}
}



@media (min-width: 1200px) {.user_testimonials_85206 .review_lounge_71208 {
    grid-template-columns: repeat(4, 1fr);
}.user_testimonials_85206 h2::after {
    width: 100px;
}.user_testimonials_85206 .container.pro_learn_78094 {
    padding: 0;
}
}



@media (hover: none) {.user_testimonials_85206 .review_spot_97328:hover {
    transform: translateY(0);
}.user_testimonials_85206 .review_spot_97328::after {
    transform: scaleX(1);
}}


@media only screen and (max-width: 768px) {.cookie_warning_overlay_14596 .container {
    flex-direction: column;
    align-items: center;
}.user_status_85346 {
    margin-right: 0;
    margin-bottom: 1rem;
}.visitor_acceptance_36547 {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.visitor_privacy_49728 {
    margin-top: 0.5rem;
    margin-left: 0;
}}



@media (max-width: 767px) {header .head_base_34786 {
    margin: 0.6rem 0;
    padding: 1rem 0;
}header .main_base_41769 {
    padding: 0 0 0.7rem 0;
}header .main_base_41769 svg {
    width: 140px;
}header .top_sitebar_59328 {
    max-width: 95%;
    gap: 0.5rem;
    padding: 0.7rem 1rem 0;
}header .main_know_20685 {
    font-size: calc(16px - 1px);
    padding: 0.5rem 1rem;
}
}



@media screen and (max-width: 768px) {.subscribe_to_newsletter_91502 {
    padding: 3rem 0;
}.subscribe_to_newsletter_91502 .pro_learn_78094 {
    padding: 2rem;
    transform: perspective(1000px) rotateX(0deg);
}.subscribe_to_newsletter_91502 h3 {
    font-size: clamp(1.25rem, 5vw, 1.75rem);
    margin-bottom: 1.5rem;
}.subscribe_to_newsletter_91502 .input_holder {
    gap: 1rem;
    flex-direction: column;
}.subscribe_to_newsletter_91502 .input_holder div {
    flex: 1 1 100%;
}.subscribe_to_newsletter_91502 .input_holder .news_section_06495 {
    padding: 0.9rem 1.5rem;
    width: 100%;
}.subscribe_to_newsletter_91502::before {
    height: 150px;
    width: 150px;
}.subscribe_to_newsletter_91502::after {
    width: 120px;
    height: 120px;
}
}



@media (max-width: 991px) {.pricing_matrix_87940 {
    padding: 80px 0;
}.value_fees_67031 {
    transform: perspective(1000px) rotateX(1deg);
}.pricing_matrix_87940 .program_price_04128 {
    max-width: 90%;
    transform: translateX(5px);
}.pricing_matrix_87940 .cost_deals_02394 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}.pricing_matrix_87940 .fee_board_43956 {
    padding: 25px;
    min-height: 400px;
}
}



@media (max-width: 480px) {.pricing_matrix_87940 {
    padding: 40px 0;
}.pricing_matrix_87940 h2 {
    font-size: calc(35px - 6px);
}.pricing_matrix_87940 .cost_deals_02394 {
    margin-top: 20px;
}.pricing_matrix_87940 .fee_board_43956 {
    padding: 15px;
}.pricing_matrix_87940 .price_tiers_03621 h4 {
    font-size: 24px;
    margin-bottom: 15px;
}.pricing_matrix_87940 .price_tiers_03621 p {
    font-size: calc(16px - 2px);
    margin-bottom: 20px;
}}



@media screen and (min-width: 992px) {.company_overview_34591 {
    padding: 180px 0 160px;
}.company_overview_34591::after {
    right: -2%;
    width: 35%;
    top: -15%;
    height: 80%;
}.company_overview_34591 h2 {
    margin-left: 60px;
}.company_overview_34591 .metadata_block_25317 {
    margin-left: 60px;
    margin-right: 60px;
    transition: transform 0.5s ease;
    padding: 70px;
    transform: perspective(1000px) rotateY(-2deg);
}.company_overview_34591 .metadata_block_25317:hover {
    transform: perspective(1000px) rotateY(0deg);
}.company_overview_34591 .metadata_block_25317 div div {
    column-count: 2;
    column-gap: 50px;
}
}



@media (prefers-reduced-motion: reduce) {.company_overview_34591 h2,
    .company_overview_34591 h2::after,
    .company_overview_34591 .metadata_block_25317,
    .company_overview_34591 .metadata_block_25317::before,
    .company_overview_34591 .metadata_block_25317 p,
    .company_overview_34591 .metadata_block_25317 div div,
    .company_overview_34591::after {
    animation: none;
    opacity: 1;
    transform: none;
}.company_overview_34591 h2::after,
    .company_overview_34591 .metadata_block_25317::before {
    width: 100%;
    transform: none;
    height: 100%;
}}



@media screen and (max-width: 767px) {.contact_form_section_60917 {
    padding: 70px 0;
}.contact_form_section_60917 .img_box_grid_29806 {
    min-height: 250px;
}.contact_form_section_60917 .support_widget_31498 {
    padding: 40px 30px;
}.contact_form_section_60917 .support_widget_31498::before {
    width: calc(100% - 60px);
    left: 30px;
}
}



@media screen and (max-width: 1200px) {.privacy_hub_42670 {
    padding: 4rem 1.5rem;
}.privacy_hub_42670 .container {
    padding: 1.5rem;
}.privacy_hub_42670 h1 {
    font-size: calc(48px * 1.1);
}.privacy_hub_42670 h2 {
    font-size: 34px;
}
}



@media screen and (max-width: 992px) {.privacy_hub_42670 {
    padding: 3rem 1rem;
}.privacy_hub_42670 .container {
    box-shadow: 
            0 10px 30px rgba(0,0,0,0.05),
            0 3px 10px rgba(0,0,0,0.03);
    transform: none;
}.privacy_hub_42670 .container:hover {
    transform: none;
}.privacy_hub_42670 h1 {
    font-size: 48px;
}
}



@media screen and (max-width: 576px) {.privacy_hub_42670 {
    padding: 1.5rem 0.5rem;
}.privacy_hub_42670 .container {
    padding: 1rem;
    border-left-width: 3px;
}.privacy_hub_42670 h1 {
    font-size: calc(48px * 0.8);
}.privacy_hub_42670 h1::after {
    width: 60px;
    height: 3px;
}.privacy_hub_42670 h2 {
    margin: 2rem 0 1rem;
    border-left-width: 2px;
}.privacy_hub_42670 ul li {
    padding-left: 1.25rem;
}.privacy_hub_42670 p:hover,
    .privacy_hub_42670 ul li:hover,
    .privacy_hub_42670 span:hover,
    .privacy_hub_42670 h2:hover {
    transform: none;
}}



@media (max-width: 768px) {.gratWrapper_41630 {
    padding: 80px 0 60px;
}.gratWrapper_41630 h2 {
    margin-bottom: 35px;
    font-size: calc(30px * 0.8);
}.gratWrapper_41630 h2::after {
    width: 60px;
    bottom: -12px;
}.gratWrapper_41630 .pro_learn_78094 {
    padding: 35px 30px;
}.gratWrapper_41630 span {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}



@media (max-width: 991px) {.title_greeting_92685 .pro_learn_78094 {
    gap: 2rem;
    grid-template-columns: 1fr;
}.title_greeting_92685 h1 {
    font-size: 32px;
    text-align: center;
}.title_greeting_92685 h1::after {
    transform: translateX(-50%);
    left: 50%;
}.title_greeting_92685 .edu_head_26531 {
    text-align: center;
    padding: 2rem;
}.title_greeting_92685 .img_box_grid_29806 {
    height: 350px;
    order: -1;
    transform: translateZ(5px) rotate(0);
}
}



@media (max-width: 480px) {.title_greeting_92685 {
    padding: 3rem 0;
}.title_greeting_92685 .pro_learn_78094 {
    padding: 1rem;
}.title_greeting_92685 h1 {
    font-size: calc(32px * 0.8);
}.title_greeting_92685 .img_box_grid_29806 {
    height: 200px;
}.title_greeting_92685 .edu_head_26531 {
    padding: 1.5rem;
}.title_greeting_92685 svg {
    width: 80px;
    height: 80px;
}}



@media (max-width: 991px) {footer .info_item {
    min-width: 200px;
}footer .nav_pagewrap_21798::before,
    footer .top_sitebar_59328::before,
    footer .subscribe_holder::before {
    font-size: 3rem;
}
}



@media (max-width: 576px) {footer .sustain_cta_16795 {
    padding: 50px 0 20px;
}footer .nav_pagewrap_21798::before,
    footer .top_sitebar_59328::before,
    footer .subscribe_holder::before {
    left: 15px;
    top: 15px;
    font-size: 2rem;
}footer .main_learning_65017 {
    max-height: 220px;
    height: auto;
}footer .nav_pagewrap_21798, footer .top_sitebar_59328, footer .subscribe_holder {
    padding: 20px 15px;
    min-height: 300px;
}footer .top_sitebar_59328 h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
    margin-bottom: 15px;
}footer .subscribe_holder p {
    margin-bottom: 20px;
}footer .input_holder input[type="email"],
    footer .news_section_06495 {
    padding: 12px;
}}



@media (min-width: 992px) {.give_it_a_try_73640 {
    padding: 6rem 4rem;
}.give_it_a_try_73640 .container {
    grid-template-columns: 3fr 1fr;
    grid-gap: 3rem;
}.give_it_a_try_73640 h6 {
    font-size: calc(20px * 1.6);
}.give_it_a_try_73640 .support_map_38912 {
    padding: 1.1rem 3rem;
}
}



@media (max-width: 767px) {.give_it_a_try_73640 {
    padding: 3.5rem 1.5rem;
}.give_it_a_try_73640 h6 {
    line-height: 1.6;
    font-size: calc(20px * 1.1);
}.give_it_a_try_73640 .support_map_38912 {
    padding: 0.85rem 2rem;
}
}



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



@keyframes shimmer {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}



@keyframes backgroundMovement {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(50px, 50px) rotate(10deg);
  }
}



@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}



@keyframes expandHeight {
    to {
        height: 100%;
    }
}



@keyframes slideInRight {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



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



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



@keyframes expand {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 80px;
    opacity: 1;
  }
}



@keyframes float {
  0% {
    transform: translate(0, 0) rotate(-15deg) skew(10deg);
  }
  100% {
    transform: translate(10px, 20px) rotate(-5deg) skew(5deg);
  }
}



@keyframes expandLine {
    0% {
        width: 80px;
    }
    100% {
        width: 120px;
    }
}



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

