*,
*::before,
*::after {
    box-sizing: border-box;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1440px;
    height: auto;
    padding-left: 56px;
    padding-right: 56px;
}

@media (max-width:939px) {
    .container {
        padding-left: 48px;
        padding-right: 48px;
    }
}

@media (max-width:767px) {
    .container {
        padding-left: 32px;
        padding-right: 32px;
        width: 100%;
    }
}

@media (max-width:479px) {
    .container {
        padding-left: 18px;
        padding-right: 18px;
    }
}

.header_wrapper {
    width: 100%;
    height: 90px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.header {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 10;
}

.nav_logo_wrapper {
    height: 100%;
    position: absolute;
    z-index: 12;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
}

.header_logo {
    height: 34px;
}

@media (max-width:479px) {
    .header_logo {
        height: 30px;
    }
}

.nav_links_wrapper {
    position: relative;
    display: flex;
    align-items: center;
    height: auto;
    width: 100%;
    justify-content: flex-end;
}

.links_list {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 90px;
    width: auto;
    gap: 32px;
    padding-left: 0;
}

@media (max-width:939px) {
    .links_list {
        display: none;
    }
}

@media (min-width:940px) and (max-width:1280px) {
    .links_list {
        gap: 24px;
    }
}

@media (min-width: 1281px) {
    .links_list {
        gap: 48px;
    }
}

.nav_link_wrapper {
    display: flex;
    align-items: stretch;
    height: 100%;
    width: auto;
}

.nav_link {
    align-items: center;
    display: flex;
    font-weight: 700;
    font-size: 15px;
    height: 100%;
    transition: all 0.3s;
    width: 100%;
    font-family: 'obviously-wide', sans-serif;
    line-height: 140%;
    text-decoration: none;
    color: #1a345b;
}

@media (min-width:940px) and (max-width:1280px) {
    .nav_link {
        font-size: 14px;
    }
}

.hero_main {
}

.hero_main_wrap {
    width: 100%;
    height: auto;
    background-image: url('https://res.cloudinary.com/dobythuc4/image/upload/v1743012556/20250326_Home_hero_lhjrce.webp');
    padding-top: 224px;
    padding-bottom: 160px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (max-width:767px) {
    .hero_main_wrap {
        padding-top: 200px;
        background-position: 40% 50%;
    }
}

@media (max-width:479px) {
    .hero_main_wrap {
        padding-bottom: 80px;
        padding-top: 164px;
        background-position: 45% 50%;
    }
}

@media (min-width: 1281px) {
    .hero_main_wrap {
        padding-top: 272px;
        padding-bottom: 208px;
    }
}

.hero_content_wrap {
    max-width: 640px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 32px;
    padding-right: 32px;
}

@media (max-width:939px) {
    .hero_content_wrap {
        padding-left: 24px;
        padding-right: 72px;
    }
}

@media (max-width:767px) {
    .hero_content_wrap {
        padding-left: 16px;
        padding-right: 104px;
    }
}

@media (max-width:479px) {
    .hero_content_wrap {
        padding-left: 0;
        padding-right: 56px;
        gap: 24px;
    }
}

.h1 {
    color: #1a345b;
    font-size: 54px;
    line-height: 120%;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width:939px) {
    .h1 {
        font-size: 50px;
    }
}

@media (max-width:767px) {
    .h1 {
        font-size: 44px;
    }
}

@media (max-width:479px) {
    .h1 {
        font-size: 38px;
    }
}

.p_large {
    font-family: 'montserrat', sans-serif;
    font-size: 20px;
    line-height: 145%;
    color: var(--Primary);
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width:767px) {
    .p_large {
        font-size: 18px;
    }
}

@media (max-width:479px) {
    .p_large {
        font-size: 16px;
    }
}

.button_fill_primary {
    padding: 24px 48px;
    background-color: #D4DA3B;
    border-radius: 87px;
    font-family: 'obviously-wide', sans-serif;
    font-size: 16px;
    line-height: 140%;
    font-weight: 700;
    color: #1a345b;
    cursor: pointer;
    border: 2px solid #d4da3b;
    transition: all 0.2s;
}

@media (max-width:479px) {
    .button_fill_primary {
        width: 100%;
    }
}

.action_wrapper {
    padding-top: 16px;
    height: auto;
}

@media (max-width:939px) {
    .action_wrapper {
    }
}

@media (max-width:767px) {
    .action_wrapper {
    }
}

@media (max-width:479px) {
    .action_wrapper {
        padding-top: 32px;
        width: 100%;
    }
}

.intro {
    padding-top: 112px;
    padding-bottom: 112px;
}

@media (max-width:939px) {
    .intro {
        padding-top: 96px;
        padding-bottom: 96px;
    }
}

@media (max-width:767px) {
    .intro {
        padding-top: 72px;
        padding-bottom: 72px;
    }
}

@media (max-width:479px) {
    .intro {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

.intro_content_wrap {
    height: auto;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (max-width:939px) {
    .intro_content_wrap {
        max-width: 80%;
    }
}

@media (max-width:479px) {
    .intro_content_wrap {
        max-width: 98%;
    }
}

.h4 {
    font-family: 'obviously-wide', sans-serif;
    font-size: 18px;
    line-height: 160%;
    color: var(--Primary);
    font-weight: 400;
}

@media (max-width:479px) {
    .h4 {
        font-size: 16px;
    }
}

.about_main {
    padding-top: 48px;
    padding-bottom: 112px;
    width: 100%;
    height: auto;
}

@media (max-width:939px) {
    .about_main {
        padding-bottom: 96px;
    }
}

@media (max-width:767px) {
    .about_main {
        padding-bottom: 72px;
    }
}

@media (max-width:479px) {
    .about_main {
        padding-bottom: 48px;
    }
}

.about_content_wrap {
    display: flex;
    flex-direction: row;
    gap: 72px;
    background-color: var(--Light_blue);
    padding-right: 0;
    width: 100%;
    height: auto;
}

@media (max-width:939px) {
    .about_content_wrap {
        gap: 48px;
    }
}

@media (max-width:767px) {
    .about_content_wrap {
        flex-direction: column;
        gap: 32px;
    }
}

@media (max-width:479px) {
    .about_content_wrap {
        height: 100%;
        gap: 24px;
    }
}

.about_intro_img {
    display: flex;
    flex-direction: row;
    object-fit: cover;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    width: 100%;
    height: 100%;
}

.about_img_wrap {
    object-fit: fill;
    width: 50%;
    background-image: url('https://res.cloudinary.com/dobythuc4/image/upload/v1743012555/20250326_home_agnieszka_ettoog.webp');
    background-position: 10% 50%;
    background-size: cover;
    border-radius: 12px;
    height: auto;
}

@media (max-width:767px) {
    .about_img_wrap {
        height: 500px;
        width: 100%;
        background-position: 50% 20%;
    }
}

@media (max-width:479px) {
    .about_img_wrap {
        height: 400px;
    }
}

.about_text_wrap {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 32px;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width:939px) {
    .about_text_wrap {
        width: 60%;
    }
}

@media (max-width:767px) {
    .about_text_wrap {
        padding: 24px 32px 48px;
        order: 2;
        width: 100%;
    }
}

.h2 {
    font-family: 'obviously-wide', sans-serif;
    font-size: 38px;
    line-height: 125%;
    color: var(--Primary);
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width:939px) {
    .h2 {
        font-size: 37px;
    }
}

@media (max-width:767px) {
    .h2 {
        font-size: 35px;
    }
}

@media (max-width:479px) {
    .h2 {
        font-size: 30px;
    }
}

.p_normal {
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    line-height: 140%;
    color: var(--Primary);
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width:767px) {
    .p_normal {
        font-size: 17px;
    }
}

@media (max-width:479px) {
    .p_normal {
        font-size: 16px;
    }
}

.about_text {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    padding-right: 64px;
}

@media (max-width:939px) {
    .about_text {
        padding-right: 48px;
    }
}

@media (max-width:767px) {
    .about_text {
        padding-right: 0;
        width: 100%;
    }
}

.feature {
    padding-top: 64px;
    padding-bottom: 64px;
}

@media (max-width:479px) {
    .feature {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

.feature_wrapper {
    display: flex;
    flex-direction: column;
    gap: 80px;
    width: 100%;
    height: auto;
}

.feature_heading {
    text-align: center;
    width: 100%;
    height: auto;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.feature_cards_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    gap: 24px;
    width: 100%;
    max-width: 100%;
}

@media (max-width:939px) {
    .feature_cards_wrap {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width:767px) {
    .feature_cards_wrap {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

@media (min-width: 1281px) {
    .feature_cards_wrap {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    }
}

.feature_card {
    width: 100%;
    height: 280px;
    padding-right: 32px;
    padding-left: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    background-color: var(--Light_yellow);
    border-radius: 24px;
}

@media (max-width:767px) {
    .feature_card {
        max-height: 240px;
    }
}

.feature_icon_wrap {
    max-width: 140px;
    max-height: 120px;
}

.feature_text_wrap {
    text-align: center;
}

.feature_icon {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.h6 {
    font-family: 'obviously-wide', sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: var(--Primary);
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -0.3px;
    font-weight: 700;
}

.faq {
    width: 100%;
    height: auto;
    padding-top: 112px;
    padding-bottom: 112px;
}

@media (max-width:939px) {
    .faq {
        padding-top: 96px;
        padding-bottom: 96px;
    }
}

@media (max-width:767px) {
    .faq {
        padding-top: 72px;
        padding-bottom: 72px;
    }
}

@media (max-width:479px) {
    .faq {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

.faq_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 80px;
}

@media (max-width:939px) {
    .faq_wrapper {
        gap: 64px;
    }
}

@media (max-width:767px) {
    .faq_wrapper {
        flex-direction: column;
    }
}

.faq_title_wrap {
    height: auto;
    width: 40%;
}

@media (max-width:767px) {
    .faq_title_wrap {
        width: 100%;
    }
}

.faq_content_wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.faq_item_wrap {
    border-top: 1px solid #1a345b;
    width: 100%;
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    cursor: pointer;
}

.faq_header_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-top-color: #1a345b;
    padding-top: 12px;
    padding-bottom: 12px;
    gap: 24px;
}

.h5 {
    font-family: 'obviously-wide', sans-serif;
    font-size: 17px;
    line-height: 135%;
    color: var(--Primary);
    margin-top: 0;
    margin-bottom: 8px;
}

.faq_icon_wrap {
    width: auto;
}

.faq_answer_wrap {
    transition: all 0.2s;
    overflow: hidden;
    padding-top: 2px;
}

.faq_icon {
    width: 18px;
}

.p_faq {
    opacity: 0;
}

.faq_answer_text_wrap {
    height: 0;
}

.prices {
    width: 100%;
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
}

@media (max-width:479px) {
    .prices {
        padding-top: 32px;
        padding-bottom: 48px;
    }
}

.prices_wrapper {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.prices_header_wrap {
    text-align: center;
    max-width: 800px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.prices_content_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 32px;
}

@media (max-width:939px) {
    .prices_content_wrap {
        gap: 24px;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width:767px) {
    .prices_content_wrap {
        grid-template-columns: 1fr;
    }
}

.prices_item {
    padding: 48px 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    background-color: var(--Light_yellow);
    border-radius: 12px;
    width: 100%;
    height: 100%;
}

@media (max-width:939px) {
    .prices_item {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.prices_item_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #1a345b;
}

.prices_header_content {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.h3 {
    font-family: 'obviously-wide', sans-serif;
    font-size: 34px;
    color: var(--Primary);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 800;
    line-height: 130%;
}

@media (max-width:939px) {
    .h3 {
        font-size: 32px;
    }
}

@media (max-width:767px) {
    .h3 {
        font-size: 29px;
    }
}

.prices_divider {
    width: 100%;
    height: 1px;
}

.prices_item_content {
    width: 100%;
    height: 100%;
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pricing_item_row {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.prices_tick {
    margin-top: 8px;
}

.p_small {
    font-family: 'montserrat', sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: var(--Primary);
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

.button_price_item {
    width: 100%;
}

@media (max-width:939px) {
    .button_price_item {
        font-size: 14px;
    }
}

.cta_main {
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width:767px) {
    .cta_main {
        padding-top: 64px;
        padding-bottom: 72px;
    }
}

@media (max-width:479px) {
    .cta_main {
        padding-top: 32px;
        padding-bottom: 48px;
    }
}

.cta_main_wrapper {
    padding: 120px 64px;
    background-position: center top;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
    height: auto;
    position: relative;
}

@media (max-width:767px) {
    .cta_main_wrapper {
        padding: 80px 56px;
    }
}

@media (max-width:479px) {
    .cta_main_wrapper {
        padding: 64px 24px;
    }
}

.cta_main_content_wrap {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 800px;
}

.font_light {
    color: #ffffff;
}

.font_bold {
    font-weight: 600;
}

.footer {
    padding-top: 72px;
    padding-bottom: 64px;
    width: 100%;
    height: auto;
    background-color: var(--Light_blue);
}

@media (max-width:939px) {
    .footer {
        padding-top: 64px;
        padding-bottom: 32px;
    }
}

@media (max-width:479px) {
    .footer {
        padding-top: 48px;
    }
}

.footer_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.footer_top {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 48px;
}

@media (max-width:939px) {
    .footer_top {
        flex-direction: column;
        align-items: center;
        gap: 24px;
        padding-bottom: 24px;
    }
}

.footer_logo_wrapper {
}

.footer_log {
    width: 167px;
}

.footer_links_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footer_links_list {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: auto;
    width: 100%;
    padding-left: 0;
    justify-content: space-around;
}

@media (max-width:939px) {
    .footer_links_list {
        justify-content: space-between;
    }
}

@media (min-width: 768px) {
}

@media (max-width:767px) {
    .footer_links_list {
        gap: 24px;
        flex-direction: column;
    }
}

@media (min-width: 1281px) {
    .footer_links_list {
        justify-content: center;
        gap: 52px;
    }
}

.footer_social_wrapper {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.footer_social_ico {
    width: 27px;
    height: 27px;
}

.footer_social_link {
    transition: all 0.3s;
}

.footer_bottom {
    width: 100%;
    height: auto;
    border-top: 1px solid #1A345B;
    padding-top: 32px;
}

.footer_credits_wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footer_credits {
    width: 100%;
}

.footer_bottom_links {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    height: auto;
    gap: 24px;
    padding-left: 0;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

@media (max-width:939px) {
    .footer_bottom_links {
        flex-direction: column;
        gap: 18px;
    }
}

.p_tiny {
    font-size: 14px;
    line-height: 150%;
    font-family: 'montserrat', sans-serif;
    font-weight: 400;
    color: var(--Primary);
    margin-top: 0;
    margin-bottom: 0;
}

.footer_terms_links {
    align-items: center;
    display: flex;
    font-weight: 800;
    font-size: 14px;
    height: 100%;
    transition: all 0.3s;
    width: 100%;
    font-family: 'montserrat', sans-serif;
    line-height: 150%;
    color: #1a345b;
    text-decoration: underline;
    justify-content: center;
}

.about_hero {
    width: 100%;
    height: auto;
    padding-top: 176px;
    padding-bottom: 176px;
    background-position: center center;
    background-size: cover;
    background-image: url('https://res.cloudinary.com/dobythuc4/image/upload/v1743012555/20250326_about_hero_j6u44o.webp');
}

@media (max-width:939px) {
    .about_hero {
        padding-bottom: 104px;
        padding-top: 172px;
        background-position: 70% 50%;
    }
}

.about_hero_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
}

.about_hero_content_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 500px;
}

@media (max-width:767px) {
    .about_hero_content_wrap {
        max-width: 400px;
    }
}

@media (max-width:939px) {
    .about_hero_content_wrap {
        max-width: 440px;
    }
}

.about_profile {
    padding-top: 32px;
    padding-bottom: 88px;
    width: 100%;
    height: auto;
}

@media (max-width:939px) {
    .about_profile {
        padding-bottom: 72px;
    }
}

@media (max-width:767px) {
    .about_profile {
        padding-bottom: 64px;
    }
}

@media (max-width:479px) {
    .about_profile {
        padding-bottom: 48px;
    }
}

.profile_content_wrap {
    display: flex;
    flex-direction: row;
    background-color: var(--Light_yellow);
    padding-left: 64px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

@media (max-width:939px) {
    .profile_content_wrap {
        gap: 64px;
    }
}

@media (max-width:939px) {
    .profile_content_wrap {
        padding-left: 64px;
    }
}

@media (max-width:767px) {
    .profile_content_wrap {
        flex-direction: column;
        padding-left: 0;
        gap: 24px;
    }
}

.about_qualification {
    width: 100%;
    height: auto;
    padding-top: 72px;
    padding-bottom: 56px;
}

@media (max-width:939px) {
    .about_qualification {
        padding-top: 64px;
        padding-bottom: 56px;
    }
}

@media (max-width:479px) {
    .about_qualification {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

.qualification_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

@media (max-width:939px) {
    .qualification_wrapper {
        gap: 64px;
    }
}

@media (max-width:767px) {
    .qualification_wrapper {
        gap: 48px;
    }
}

.quali_title_wrapper {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.quali_list_wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    gap: 12px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

.quali_list_item {
    padding: 32px 80px;
    background-color: var(--Light_blue);
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

@media (max-width:767px) {
    .quali_list_item {
        padding-left: 64px;
        padding-right: 64px;
    }
}

.cta_medium {
    width: 100%;
    height: auto;
    padding-top: 64px;
    padding-bottom: 104px;
}

@media (max-width:767px) {
    .cta_medium {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

.cta_medium_wrapper {
    width: 100%;
    height: 100%;
    background-position: center center;
    padding: 80px 64px;
    background-size: cover;
    position: relative;
}

@media (max-width:767px) {
    .cta_medium_wrapper {
        padding-left: 56px;
        padding-right: 56px;
    }
}

@media (max-width:479px) {
    .cta_medium_wrapper {
        padding: 64px 24px;
    }
}

cta_medium_content_wrap {
}

.cta_medium_content_wrap {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    max-width: 60%;
}

@media (max-width:767px) {
    .cta_medium_content_wrap {
        gap: 24px;
    }
}

@media (max-width:479px) {
    .cta_medium_content_wrap {
        gap: 16px;
    }
}

@media (max-width:939px) {
    .cta_medium_content_wrap {
        max-width: 400px;
    }
}

.cta_medium_header_wrap {
    gap: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
}

@media (max-width:479px) {
    .cta_medium_header_wrap {
        text-align: center;
    }
}

.konsultacje_hero {
    padding-top: 200px;
    padding-bottom: 160px;
    width: 100%;
    height: auto;
    background-image: url('https://res.cloudinary.com/dobythuc4/image/upload/v1743085809/20250327_konsultacje_hero-1_hfmeqv.webp');
    background-position: center center;
    background-size: cover;
}

@media (max-width:939px) {
    .konsultacje_hero {
        padding-bottom: 96px;
    }
}

@media (max-width:767px) {
    .konsultacje_hero {
        background-position: 10% 50%;
    }
}

.consult_hero_content_wrap {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.consult_intro_grid {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 32px;
    row-gap: 32px;
}

@media (max-width:939px) {
    .consult_intro_grid {
        grid-template-columns: 1fr 1fr;
        row-gap: 24px;
        column-gap: 24px;
    }
}

@media (max-width:767px) {
    .consult_intro_grid {
        grid-template-columns: auto;
        display: flex;
        flex-direction: column;
        gap: 48px;
    }
}

.consult_intro {
    width: 100%;
    height: auto;
    padding-top: 148px;
    padding-bottom: 112px;
}

@media (max-width:939px) {
    .consult_intro {
        padding-top: 96px;
        padding-bottom: 96px;
    }
}

@media (max-width:767px) {
    .consult_intro {
        padding-top: 72px;
        padding-bottom: 64px;
    }
}

@media (max-width:479px) {
    .consult_intro {
        padding-top: 64px;
        padding-bottom: 48px;
    }
}

.consult_intro_grid_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    height: auto;
}

@media (max-width:767px) {
    .consult_intro_grid_item {
        gap: 16px;
    }
}

.consult_intro_item_img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 6px;
}

.consult_first_visit {
    width: 100%;
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
}

@media (max-width:767px) {
    .consult_first_visit {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

.first_visit_wrapper {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

@media (max-width:939px) {
    .first_visit_wrapper {
        gap: 64px;
    }
}

.first_visit_header {
    width: 100%;
    max-width: 800px;
}

.first_visit_content_wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.first_visit_item {
    width: 100%;
    height: auto;
    background-color: var(--Light_blue);
    padding: 48px;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    grid-template-rows: auto;
    column-gap: 64px;
}

@media (max-width:939px) {
    .first_visit_item {
        gap: 48px;
        grid-template-columns: 0.4fr 1fr;
    }
}

@media (max-width:767px) {
    .first_visit_item {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width:479px) {
    .first_visit_item {
        padding: 40px 24px;
        gap: 0;
    }
}

.fist_visit_ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style-type: disc;
}

@media (max-width:767px) {
    .fist_visit_ul {
        padding-left: 18px;
    }
}

.cta_img_wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.cta_img_bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    object-position: 50% 50%;
}

.consult_process {
    width: 100%;
    height: auto;
    padding-top: 112px;
    padding-bottom: 112px;
}

@media (max-width:939px) {
    .consult_process {
        padding-top: 96px;
        padding-bottom: 72px;
    }
}

@media (max-width:767px) {
    .consult_process {
        padding-top: 72px;
        padding-bottom: 56px;
    }
}

@media (max-width:479px) {
    .consult_process {
        padding-top: 48px;
        padding-bottom: 32px;
    }
}

.process_wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 72px;
}

@media (max-width:767px) {
    .process_wrap {
        gap: 48px;
    }
}

@media (max-width:479px) {
    .process_wrap {
        gap: 32px;
    }
}

.consult_list_item {
    padding-left: 8px;
}

.process_title_wrap {
}

.process_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 32px;
    width: 100%;
    height: auto;
}

@media (max-width:767px) {
    .process_grid {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
}

.process_grid_item {
    width: 100%;
    height: auto;
    padding: 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: var(--Light_yellow);
    border-radius: 12px;
}

@media (max-width:479px) {
    .process_grid_item {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.consult_post_visit {
    width: 100%;
    height: auto;
    padding-top: 56px;
    padding-bottom: 96px;
}

@media (max-width:767px) {
    .consult_post_visit {
        padding-bottom: 72px;
    }
}

@media (max-width:479px) {
    .consult_post_visit {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

.post_visit_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.post_visit_title_wrap {
    width: 100%;
    max-width: 650px;
    height: auto;
}

.post_visit_content {
    width: 100%;
    height: auto;
    border-top: 1px solid #1a345b;
}

.post_visit_item {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    grid-template-rows: auto;
    column-gap: 64px;
    padding-top: 24px;
    padding-bottom: 48px;
    border-bottom: 1px solid #1a345b;
}

@media (max-width:939px) {
    .post_visit_item {
        gap: 56px;
        grid-template-columns: 0.6fr 1fr;
    }
}

@media (max-width:767px) {
    .post_visit_item {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 48px 8px;
    }
}

.post_visit_item_header {
    width: 100%;
    height: auto;
}

.post_visit_item_content {
    width: 100%;
    height: auto;
}

.cennik_hero {
    padding-top: 200px;
    width: 100%;
    height: auto;
    background-image: url('https://res.cloudinary.com/dobythuc4/image/upload/v1743085809/20250327_cennik_hero-1_ognpuy.webp');
    background-position: center center;
    background-size: cover;
    padding-bottom: 160px;
}

@media (max-width:939px) {
    .cennik_hero {
        padding-bottom: 96px;
    }
}

@media (max-width:767px) {
    .cennik_hero {
        background-position: 10% 50%;
    }
}

.cennik {
    width: 100%;
    height: auto;
    padding-top: 96px;
    padding-bottom: 128px;
}

@media (max-width:939px) {
    .cennik {
        padding-bottom: 96px;
    }
}

.cennik_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 72px;
}

.cennik_row {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 32px;
}

@media (max-width:939px) {
    .cennik_row {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
}

@media (max-width:767px) {
    .cennik_row {
        grid-template-columns: 1fr;
    }
}

.prices_info {
    width: 100%;
    height: auto;
    padding-top: 8px;
}

.kontakt_hero {
    padding-top: 112px;
    width: 100%;
    height: auto;
}

.kontakt_hero_wrapper {
    width: 100%;
    height: 360px;
}

.kotakt_hero_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.kontakt_form {
    width: 100%;
    height: auto;
    padding-top: 104px;
}

@media (max-width:939px) {
    .kontakt_form {
        padding-top: 96px;
    }
}

@media (max-width:767px) {
    .kontakt_form {
        padding-top: 72px;
    }
}

@media (max-width:479px) {
    .kontakt_form {
        padding-top: 48px;
    }
}

.contact_form_wrapper {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr .55fr;
    grid-template-rows: auto;
    gap: 56px;
}

@media (max-width:939px) {
    .contact_form_wrapper {
        gap: 48px;
        flex-direction: column;
        display: flex;
    }
}

.contact_form {
    width: 100%;
    height: auto;
    padding: 48px;
    background-color: var(--Light_yellow);
}

@media (max-width:939px) {
    .contact_form {
        padding: 48px 32px;
        order: 1;
    }
}

@media (max-width:479px) {
    .contact_form {
        padding: 32px 24px;
    }
}

.form_input {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form_input_row {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (min-width: 1281px) {
    .form_input_row {
        flex-direction: row;
    }
}

.form_input_col {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.input {
    width: 100%;
    height: 54px;
    padding: 12px;
    border: 2px solid #1a345b;
    border-radius: 4px;
}

.form_text_area {
    min-height: 180px;
}

.input_tel {
    width: 100%;
    height: 54px;
    padding: 12px;
    border: 2px solid #1a345b;
    border-radius: 4px;
}

.input_email {
    width: 100%;
    height: 54px;
    padding: 12px;
    border: 2px solid #1a345b;
    border-radius: 4px;
}

.form_terms-check {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.form_checkbox {
    width: 18px;
    height: 18px;
    border-width: 1px;
    border-style: solid;
}

.form_action {
    width: 100%;
    height: auto;
    padding-top: 24px;
}

.form_success {
    padding: 12px 24px;
    width: 100%;
    height: auto;
    border: 2px solid #00ac8e;
    border-radius: 8px;
    color: #00ac8e;
    margin-top: 8px;
    display: none;
    text-align: center;
}

.form_error {
    padding: 12px 24px;
    width: 100%;
    height: auto;
    border: 2px solid #b4002c;
    border-radius: 8px;
    margin-top: 8px;
    color: #b4002c;
    display: none;
    text-align: center;
}

.contact_address {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 8px;
}

@media (max-width:939px) {
    .contact_address {
        order: 0;
    }
}

.address_header {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.address_content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 12px;
}

.address_row {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.address_line_col {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.address_icon {
    width: 24px;
    height: 24px;
}

.contact_maps {
    width: 100%;
    height: auto;
    padding-top: 64px;
    padding-bottom: 112px;
}

@media (max-width:939px) {
    .contact_maps {
        padding-bottom: 96px;
    }
}

@media (max-width:767px) {
    .contact_maps {
        padding-bottom: 72px;
        padding-top: 48px;
    }
}

@media (max-width:479px) {
    .contact_maps {
        padding-bottom: 64px;
    }
}

.contact_maps_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 72px;
}

@media (max-width:479px) {
    .contact_maps_wrapper {
        gap: 48px;
    }
}

.contact_maps_header_wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 750px;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.maps_content_wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 64px;
}

@media (max-width:767px) {
    .maps_content_wrap {
        flex-direction: column;
    }
}

.maps_single_wrap {
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.maps_frame {
    width: 100%;
    height: auto;
}

.contact_maps_address_wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.regulamin {
    width: 100%;
    height: auto;
    padding-top: 196px;
    padding-bottom: 112px;
}

.regulamin_wrapper {
    text-align: left;
    width: 100%;
    height: auto;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.regulamin_header_wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.regulamin_content_wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.terms_list {
    list-style-type: upper-latin;
}

.terms_list_item {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.list_item_indent {
    padding-left: 27px;
}

.list_indent_second {
    padding-left: 32px;
}

.list_item_number {
    width: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 0;
}

.list_item_content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pricing_ul_item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    text-align: left;
}

.cta_prices_wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mobile_icon_wrapper {
    width: 30px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: absolute;
    right: 0;
    z-index: 12;
}

@media (min-width: 940px) {
    .mobile_icon_wrapper {
        display: none;
    }
}

.bar_top {
    width: 100%;
    height: 3px;
    background-color: var(--Primary);
}

.bar_middle {
    width: 100%;
    height: 3px;
    background-color: var(--Primary);
}

.bar_bottom {
    width: 100%;
    height: 3px;
    background-color: var(--Primary);
}

.mobile_menu_wrapper {
    width: 100%;
    height: 100vh;
    background-color: var(--Light_yellow);
    position: fixed;
    z-index: 11;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s;
    display: none;
    flex-direction: column;
    justify-content: space-between;
}

.mobile_menu_links_wrap {
    width: 100%;
    height: 100%;
    text-align: center;
}

.mobile_menu_cta_wrapper {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
}

.mobile_menu_content_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 48px;
    padding-top: 90px;
    gap: 12px;
}

.cta_mobile_wrapper {
    padding: 32px 24px;
    background-position: center top;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
    height: 150px;
    position: relative;
}

.mobile_container {
    height: 100%;
}

@media (max-width:939px) {
    .mobile_container {
        padding-left: 18px;
        padding-right: 18px;
    }
}

.mobile_links_list {
    list-style-type: none;
    padding-left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.mobile_link {
}

.mobile_link {
    align-items: center;
    display: flex;
    font-weight: 700;
    font-size: 22px;
    transition: all 0.3s;
    font-family: 'obviously-wide', sans-serif;
    line-height: 160%;
    text-decoration: none;
    color: #1a345b;
    width: 100%;
    justify-content: center;
    padding: 12px;
    opacity: 0;
}

.mobile_link_wrapper {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.price_feature_extra {
    width: 100%;
    height: 100%;
}

@media (max-width:767px) {
    .price_feature_extra {
        display: none;
    }
}

@media (min-width: 940px) {
    .price_feature_extra {
        display: none;
    }
}

.footer_links_wrapper {
    width: 100%;
    height: auto;
}

@media (max-width:939px) {
    .footer_links_wrapper {
        flex-direction: column;
        gap: 24px;
    }
}

.footer_credentials {
}

@media (max-width:939px) {
    .footer_credentials {
        order: 3;
    }
}

@media (max-width:767px) {
    .footer_credentials {
        text-align: center;
    }
}

.hidden_word {
}

@media (max-width:479px) {
    .hidden_word {
        display: none;
    }
}

.spacer {
    width: 100%;
    height: 32px;
}

@media (max-width:939px) {
    .spacer {
        max-height: 24px;
    }
}

.about_image_intro_wrap {
    object-fit: fill;
    width: 50%;
    background-image: url('https://res.cloudinary.com/dobythuc4/image/upload/v1743012554/20250326_about_agnieszka_af3arr.webp');
    background-position: 40% 50%;
    background-size: cover;
    border-radius: 12px;
    height: auto;
}

@media (max-width:767px) {
    .about_image_intro_wrap {
        height: 450px;
        width: 100%;
        background-position: 50% 50%;
    }
}

.cta_cennik_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    object-position: 50% 50%;
}

.cta_konsultacje_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    object-position: 50% 50%;
}

@media (max-width:767px) {
    .cta_konsultacje_img {
        object-position: 40% 50%;
    }
}

@media (max-width:479px) {
    .cta_konsultacje_img {
        object-position: 45% 50%;
    }
}

.cta_about_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    object-position: 50% 50%;
}

@media (max-width:767px) {
    .cta_about_img {
        object-position: 30% 50%;
    }
}

.cta_mobile_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    object-position: 50% 80%;
}

.nav_link:hover {
    color: #D4DA3B;
}

.button_fill_primary:hover {
    background-color: rgba(0, 0, 0, 0);
}

.button_fill_cta {
    padding: 24px 48px;
    background-color: #D4DA3B;
    border-radius: 87px;
    font-family: 'obviously-wide', sans-serif;
    font-size: 16px;
    line-height: 140%;
    font-weight: 700;
    color: #1a345b;
    cursor: pointer;
    border: 2px solid #d4da3b;
    transition: all 0.2s;
}

@media (max-width:479px) {
    .button_fill_cta {
        width: 100%;
    }
}

.button_fill_cta:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #ffffff;
}

.footer_link {
    align-items: center;
    display: flex;
    font-weight: 700;
    font-size: 15px;
    height: 100%;
    transition: all 0.3s;
    width: 100%;
    font-family: 'obviously-wide', sans-serif;
    line-height: 140%;
    text-decoration: none;
    color: #1a345b;
}

.footer_link:hover {
    opacity: 70%;
}

.footer_terms_links:hover {
    opacity: 70%;
}

.footer_social_link:hover {
    opacity: 70%;
}

.inner_link {
    color: var(--Primary);
}

.certyfikaty {
    padding-top: 64px;
    padding-bottom: 72px;
}

.cerfificates_wrapper {
    text-align: center;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.certificate_item_wrap {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.certificate {
    width: 100%;
    object-fit: contain;
    border-radius: 8px;
    height: 150px;
}

.certificates_title_wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}

.certificates_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 24px;
    width: 100%;
    height: auto;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:939px) {
    .certificates_grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 18px;
    }
}

@media (max-width:767px) {
    .certificates_grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 12px;
    }
}

@media (max-width:479px) {
    .certificates_grid {
        grid-template-columns: 1fr 1fr;
    }
}

.certificate_link {
    width: 100%;
    height: auto;
}

.calc_wrapper {
}

.kalkulatory_hero {
    padding-top: 202px;
    padding-bottom: 48px;
    width: 100%;
    height: auto;
    background-position: center center;
    background-size: cover;
    background-color: var(--Light_blue);
}

@media (max-width:767px) {
    .kalkulatory_hero {
        padding-top: 128px;
        padding-bottom: 18px;
    }
}

.calculator {
    width: 100%;
    height: auto;
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: var(--Light_blue);
}

@media (max-width:767px) {
    .calculator {
        padding-top: 24px;
        padding-bottom: 32px;
    }
}

.calculator_1_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 64px 48px;
    background-color: #8ECEDF;
    border-radius: 24px;
    gap: 48px;
    align-items: center;
}

@media (max-width:767px) {
    .calculator_1_wrapper {
        padding: 32px 24px;
        gap: 24px;
    }
}

@media (min-width: 1281px) {
    .calculator_1_wrapper {
        padding-left: 64px;
        padding-right: 64px;
    }
}

.calculator_title_wrapper {
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 800px;
}

.calculators_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.calculator_content_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 56px;
}

@media (max-width:767px) {
    .calculator_content_wrapper {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width:768px) and (max-width:939px) {
    .calculator_content_wrapper {
        gap: 36px;
    }
}

@media (min-width: 1281px) {
    .calculator_content_wrapper {
        gap: 48px;
    }
}

.calculator_input_wrapper {
    width: 50%;
    height: auto;
    display: flex;
}

@media (max-width:767px) {
    .calculator_input_wrapper {
        width: 100%;
    }
}

.calculator_results_wrapper {
    width: 50%;
    height: auto;
    display: flex;
}

@media (max-width:767px) {
    .calculator_results_wrapper {
        width: 100%;
    }
}

.calculator_form {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media (max-width:767px) {
    .calculator_form {
        gap: 32px;
    }
}

.calc_form_row {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.calc_1_input {
    width: 100%;
    height: 64px;
    background-color: #C8F4FF;
    padding: 18px 20px;
    border-width: 0;
    border-radius: 8px;
    overflow: hidden;
    font-size: 16px;
}

.calc_form_collection {
    width: 100%;
    height: auto;
    padding: 24px;
    border-radius: 12px;
    border: 2px solid #c8f3ff;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width:767px) {
    .calc_form_collection {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (min-width:768px) and (max-width:939px) {
    .calc_form_collection {
        padding: 18px;
    }
}

.calc_form_col {
    width: 100%;
    height: auto;
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.calc_collection_row {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 24px;
}

@media (max-width:767px) {
    .calc_collection_row {
        gap: 12px;
        flex-direction: column;
    }
}

@media (min-width:768px) and (max-width:939px) {
    .calc_collection_row {
        gap: 12px;
    }
}

.calc_form_row_collect {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.calc_form_row_action {
    width: 100%;
    height: auto;
}

.button_fill_secondary {
    padding: 24px 48px;
    background-color: var(--Primary);
    border-radius: 87px;
    font-family: 'obviously-wide', sans-serif;
    font-size: 16px;
    line-height: 140%;
    font-weight: 700;
    color: #fcfcf5;
    cursor: pointer;
    border: 2px solid #1a345b;
    transition: all 0.2s;
    min-width: 220px;
}

@media (max-width:767px) {
    .button_fill_secondary {
        width: 100%;
    }
}

.calc_result_row {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.results_heading_wrapper {
    width: 100%;
    height: auto;
    text-align: center;
    display: none;
    flex-direction: column;
    gap: 24px;
}

.H_results {
    font-family: 'obviously-wide', sans-serif;
    font-size: 24px;
    line-height: 150%;
    color: var(--Primary);
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -0.5px;
    font-weight: 700;
    min-height: 30px;
}

.calc_results_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.calc_1_result_col {
    width: 100%;
    height: 96px;
    padding: 18px 24px;
    background-color: #C8F4FF;
    border-radius: 8px;
    gap: 4px;
    display: flex;
    flex-direction: column;
}

.results_subtitle {
    font-family: 'obviously-wide', sans-serif;
    font-size: 14px;
    line-height: 160%;
    color: var(--Primary);
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

.calc_results_row {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.calculator_2_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 64px;
    background-color: #01AC8E;
    border-radius: 24px;
    gap: 48px;
    align-items: center;
}

@media (max-width:767px) {
    .calculator_2_wrapper {
        padding: 32px 24px;
    }
}

.calc_2_input {
    width: 100%;
    height: 64px;
    background-color: #a3f7e8;
    padding: 18px 24px;
    border-width: 0;
    border-radius: 8px;
    font-size: 14px;
}

.custom_select {
    width: 100%;
    height: 64px;
    overflow: -moz-hidden-unscrollable;
    background: url(https://res.cloudinary.com/dobythuc4/image/upload/v1743533807/faq_icon_vycxjs.svg) no-repeat right;
    background-color: #a3f7e8;
    display: inline-block;
    position: relative;
    border-radius: 8px;
    border-width: 0;
    background-position: 95% 50%;
    background-size: 20px;
    font-size: 16px;
}

@media (max-width:767px) {
    .custom_select {
        background-position: 97%;
    }
}

.custom_select select {
    background: transparent;
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
}

.calc_2_result {
    width: 100%;
    height: auto;
    padding: 18px 24px;
    background-color: #a3f7e8;
    border-radius: 8px;
    min-height: 148px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.input_font {
    font-family: 'obviously-wide', sans-serif;
    font-size: 14px;
    line-height: 160%;
    color: var(--Primary);
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

.button_fill_secondary:hover {
    padding: 24px 48px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 87px;
    font-family: 'obviously-wide', sans-serif;
    font-size: 16px;
    line-height: 140%;
    font-weight: 700;
    cursor: pointer;
    border: 2px solid #1a345b;
    transition: all 0.2s;
    min-width: 220px;
    color: #1a345b;
}

.hidden {
    display: none;
}
