@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
    font-family: "Tajawal";
    src: url("https://beta.thebrazilianhub.com/assets/front/css/fonts/Tajawal/Tajawal-ExtraLight.ttf");
    font-weight: 250;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Tajawal";
    src: url("https://beta.thebrazilianhub.com/assets/front/css/fonts/Tajawal/Tajawal-Light.ttf");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Tajawal";
    src: url("https://beta.thebrazilianhub.com/assets/front/css/fonts/Tajawal/Tajawal-Regular.ttf");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Tajawal";
    src: url("https://beta.thebrazilianhub.com/assets/front/css/fonts/Tajawal/Tajawal-Medium.ttf");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Tajawal";
    src: url("https://beta.thebrazilianhub.com/assets/front/css/fonts/Tajawal/Tajawal-Bold.ttf");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Tajawal";
    src: url("https://beta.thebrazilianhub.com/assets/front/css/fonts/Tajawal/Tajawal-ExtraBold.ttf");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Tajawal";
    src: url("https://beta.thebrazilianhub.com/assets/front/css/fonts/Tajawal/Tajawal-Black.ttf");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
    font-size: 62.5%;
}
@media only screen and (max-width: 991px) {
    html {
        font-size: 58%;
    }
}
@media only screen and (max-width: 767px) {
    html {
        font-size: 50%;
    }
}
body {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.6;
    font-size: 1.6rem;
}
.overflow-body {
    overflow: hidden;
}
p {
    color: #343c57;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin: 0;
}
.list_unstyled__ {
    margin-bottom: 0;
    list-style: none;
}
@media (min-width: 1200px) {
    .container {
        /*max-width: 1350px;*/
        max-width: 1400px;
    }
}
.link__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    gap: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.link__:hover {
    text-decoration: none;
}
.link__.center {
    margin: 0 auto;
}
.link__.with_margin_top__ {
    margin-top: 32px;
}
@media only screen and (max-width: 991px) {
    .link__.with_margin_top__ {
        margin-top: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .link__.with_margin_top__ {
        margin-top: 16px;
    }
}
.link__.full_width__ {
    width: 100%;
    min-width: 100%;
}
@media only screen and (max-width: 991px) {
    .link__.full_width_sm__ {
        min-width: 100%;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .link__.full_width_xs__ {
        min-width: 100%;
        width: 100%;
    }
}
.link__.fixed_size__ {
    min-width: 140px;
}
.link__.main_link {
    height: 46px;
    color: #fff;
    padding: 0 30px;
    font-size: 1.4rem;
    background: #058c4c;
    border-radius: 26px;
}
.link__.main_link:hover {
    background-color: rgba(5, 140, 76, 0.9);
}
.link__.second_color_link__ {
    height: 46px;
    border-radius: 26px;
    padding: 0 30px;
    background-color: #00235c;
    color: #fff;
}
.link__.second_color_link__:hover {
    background-color: rgba(0, 35, 92, 0.9);
}
.link__.second_color_link__.bordered__ {
    background-color: transparent;
    color: #00235c;
    border: 1px solid #00235c;
}
.link__.second_color_link__.bordered__:hover {
    background-color: rgba(0, 35, 92, 0.1);
}
.link__.header_primary__,
.link__.header_secondary__ {
    font-size: 1.6rem;
    font-weight: 700;
    height: 3.2rem;
    color: #17355a;
    color: #fff;
    padding: 1rem 1.6rem;
    border-radius: 1rem;
    direction: ltr;
}
@media only screen and (max-width: 991px) {
    .link__.header_primary__,
    .link__.header_secondary__ {
        width: 100%;
        border-radius: 0;
        height: 5rem;
    }
}
.link__.header_primary__ {
    background-color: #058c4c;
}
.link__.header_primary__:hover {
    background-color: rgba(5, 140, 76, 0.9);
}
.link__.header_secondary__ {
    background-color: #00235c;
}
.link__.header_secondary__:hover {
    background-color: rgba(0, 35, 92, 0.9);
}
.link__.footer_primary__,
.link__.footer_secondary__ {
    font-size: 1.6rem;
    font-weight: 700;
    color: #17355a;
    color: #fff;
    padding: 1rem 1.6rem;
    border-radius: 1rem;
    height: 3.2rem;
    max-width: 12.5rem;
    direction: ltr;
}
@media only screen and (max-width: 991px) {
    .link__.footer_primary__,
    .link__.footer_secondary__ {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
}
.link__.footer_primary__ {
    background-color: #058c4c;
}
.link__.footer_primary__:hover {
    background-color: rgba(5, 140, 76, 0.9);
}
.link__.footer_secondary__ {
    background-color: #00235c;
}
.link__.footer_secondary__:hover {
    background-color: rgba(0, 35, 92, 0.9);
}
.link__.hero_link__ {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2px;
    width: 198px;
    height: 52px;
    padding: 12px 16px;
    background: linear-gradient(135deg, #05b64c 0%, #058c4c 100%);
    border-radius: 8px;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.16),
    0px 1px 2px -1px rgba(9, 6, 63, 0.4);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.16),
    0px 1px 2px -1px rgba(9, 6, 63, 0.4);
}
.link__.hero_link__:hover {
    opacity: 0.85;
}
.link__.main_link__ {
    border-radius: 8px;
    background: radial-gradient(
        27.92% 100% at 50% 0%,
        rgba(255, 255, 255, 0.24) 0%,
        rgba(5, 140, 76, 0.24) 100%
    ),
    #058c4c;
    -webkit-box-shadow: 0 1px 2px -1px rgba(9, 6, 63, 0.4),
    0 1px 0 0 rgba(255, 255, 255, 0.16) inset;
    box-shadow: 0 1px 2px -1px rgba(9, 6, 63, 0.4),
    0 1px 0 0 rgba(255, 255, 255, 0.16) inset;
    color: var(--color-text-on-white, #fff);
    text-shadow: 0 0.4px 0.2px rgba(0, 0, 0, 0.12);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
    height: 54px;
    padding: 12px 16px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    min-width: 250px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 72px;
}

.testimonials_section__ .link__.main_link__ {
    border-radius: 8px;
    background: radial-gradient(
        27.92% 100% at 50% 0%,
        rgba(255, 255, 255, 0.24) 0%,
        rgba(225, 177, 44, 0.24) 100%
    ),
    #e1b12c;
    -webkit-box-shadow: 0 1px 2px -1px rgba(63, 54, 9, 0.4),
    0 1px 0 0 rgba(255, 255, 255, 0.16) inset;
    box-shadow: 0 1px 2px -1px rgba(63, 54, 9, 0.4),
    0 1px 0 0 rgba(255, 255, 255, 0.16) inset;
    color: #fff;
    text-shadow: 0 0.4px 0.2px rgba(0, 0, 0, 0.12);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
    height: 54px;
    padding: 12px 16px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    min-width: 250px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 72px;
}

.link__.main_link__:hover {
    background-color: rgba(5, 140, 76, 0.9);
    opacity: 0.85;
}
.testimonials_section__ .link__.main_link__:hover {
    background-color: rgba(225, 177, 44, 0.9);
    opacity: 0.85;
}

.link__.header_join_link__ {
    border-radius: 8px;
    background: radial-gradient(
        27.92% 100% at 50% 0%,
        rgba(255, 255, 255, 0.24) 0%,
        rgba(5, 140, 76, 0.24) 100%
    ),
    #058c4c;
    -webkit-box-shadow: 0 1px 2px -1px rgba(9, 6, 63, 0.4),
    0 1px 0 0 rgba(255, 255, 255, 0.16) inset;
    box-shadow: 0 1px 2px -1px rgba(9, 6, 63, 0.4),
    0 1px 0 0 rgba(255, 255, 255, 0.16) inset;
    color: var(--color-text-on-white, #fff);
    text-shadow: 0 0.4px 0.2px rgba(0, 0, 0, 0.12);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
    height: 58px;
    padding: 12px 24px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
@media only screen and (max-width: 991px) {
    .link__.header_join_link__ {
        width: 100% !important;
    }
}
.link__.header_join_link__:hover {
    background-color: rgba(5, 140, 76, 0.9);
    opacity: 0.85;
}
.link__.solutions_button__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    gap: 2px;
    width: 100%;
    min-height: 52px;
    padding: 10px;
    background: linear-gradient(135deg, #05b64c 0%, #058c4c 100%);
    border-radius: 8px;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.16),
    0px 1px 2px -1px rgba(9, 6, 63, 0.4);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.16),
    0px 1px 2px -1px rgba(9, 6, 63, 0.4);
}
.link__.solutions_button__:hover {
    opacity: 0.85;
}
.link__.go_to_leads_central__ {
    font-size: 15px;
    margin: 0;
    text-decoration: underline;
    margin-left: auto;
    font-size: 14px;
    color: #2c89ad;
}
@media only screen and (max-width: 991px) {
    .link__.go_to_leads_central__ {
        font-size: 12px;
        text-align: center;
    }
}
.button__ {
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    gap: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.button__ .icon__ {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.button__.center {
    margin: 0 auto;
}
.button__.default_cursor {
    cursor: default !important;
}
.button__.full_width__ {
    width: 100%;
    min-width: 100%;
}
@media only screen and (max-width: 991px) {
    .button__.full_width_sm__ {
        min-width: 100%;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .button__.full_width_xs__ {
        min-width: 100%;
        width: 100%;
    }
}
.button__.half_width__ {
    width: 50%;
}
.button__.filter_white_icon__ .icon__ {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.button__.filter_white_icon__:hover .icon__ {
    -webkit-filter: unset;
    filter: unset;
}
.button__.green_bg_button {
    background-color: #00cc30 !important;
    border: 1px solid #00cc30 !important;
    color: #fff;
}
.button__.green_bg_button:hover {
    background-color: transparent !important;
    color: #00cc30 !important;
}
.button__.red_bg_button {
    background-color: #f0053c !important;
    border: 1px solid #f0053c !important;
    color: #fff;
}
.button__.red_bg_button:hover {
    background-color: transparent !important;
    color: #f0053c !important;
}
.button__.fixed_size__ {
    min-width: 168px;
    max-width: 168px;
}
.button__.second_fixed_width {
    min-width: 188px;
    max-width: 188px;
}
.button__.margin_start_auto__ {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
}
.button__.margin_top__ {
    margin-top: 40px;
}
@media only screen and (max-width: 767px) {
    .button__.margin_top__ {
        margin-top: 10px;
    }
}
.button__.small_margin_top__ {
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
    .button__.small_margin_top__ {
        margin-top: 10px;
    }
}
.button__.scale_icon_on_hover:hover .icon__ {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.button__:focus {
    border: none;
    outline: none;
}
.button__:hover {
    text-decoration: none;
}
.button__.main_color_button__ {
    height: 46px;
    background-color: #058c4c;
    border-color: #058c4c;
    color: #fff;
    font-weight: 400;
}
.button__.bordered__ {
    background-color: #fff !important;
}
.button__.bordered__.main_color_button__ {
    color: #058c4c !important;
}
.button__ input[type="submit"],
.button__.submit-button__ {
    height: 46px;
    color: #fff;
    padding: 0 20px;
    font-size: 1.4rem;
    background-color: #058c4c;
    border-radius: 26px;
}
.button__ input[type="submit"]:hover,
.button__.submit-button__:hover {
    background-color: rgba(5, 140, 76, 0.9);
}
.button__.second_color_button__ {
    width: 168px;
    height: 46px;
    background-color: #00235c;
    color: #fff;
    font-weight: 400;
    border-radius: 16px;
    border: 1px solid #00235c;
}
.button__.second_color_button__:hover {
    background-color: rgba(0, 35, 92, 0.9);
}
.button__.second_color_button__.bordered__ {
    background-color: transparent;
    color: #00235c;
}
.button__.second_color_button__.bordered__:hover {
    background-color: rgba(0, 35, 92, 0.1);
}
.button__.form_sec_button {
    height: 64px !important;
    border-radius: 1rem !important;
    font-size: 2.5rem;
    font-weight: 700;
}
@media only screen and (max-width: 991px) {
    .button__.form_sec_button {
        height: 5rem !important;
        font-size: 1.6rem;
    }
}
.button__.contact_us_sec_fom_button {
    height: 5.6rem;
    font-size: 1.8rem;
    width: 50%;
    border-radius: 1rem;
    font-weight: 700;
}
@media only screen and (max-width: 991px) {
    .button__.contact_us_sec_fom_button {
        width: 100%;
    }
}
.button__.contact_us_sec_fom_button:hover {
    background-color: rgba(5, 140, 76, 0.9);
}
.button__.product_button__ {
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    height: 100%;
    border: none;
    background: #f9f9f9;
    width: 100%;
}
@media only screen and (max-width: 991px) {
    .button__.product_button__ {
        font-size: 14px !important;
    }
}
@media only screen and (max-width: 767px) {
    .button__.product_button__ {
        font-size: 12px !important;
    }
}
.button__.product_button__:hover {
    background-color: rgba(5, 140, 76, 0.1);
    color: #fff;
}
.button__.product_button__:hover .icon__ {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
html[dir="rtl"] .button__.product_button__:hover .icon__ {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#plans-section2 .button__.second_button__ {
    border-radius: 8px;
    background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);

    box-shadow: 0 4px 12px -4px rgba(158, 124, 25, 0.6),
    0 1px 0 0 rgba(255, 255, 255, 0.3) inset;

    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
    height: 54px;
}
.button__.second_button__:hover {
    background-color: rgba(0, 35, 92, 0.9);
}
#plans-section2 .button__.second_button__:hover {
    background: rgba(225, 177, 44, 0.9);
}
.button__.primary_button__ {
    border-radius: 8px;
    background: radial-gradient(
        27.92% 100% at 50% 0%,
        rgba(255, 255, 255, 0.24) 0%,
        rgba(5, 140, 76, 0.24) 100%
    ),
    #058c4c;
    -webkit-box-shadow: 0 1px 2px -1px rgba(9, 6, 63, 0.4),
    0 1px 0 0 rgba(255, 255, 255, 0.16) inset;
    box-shadow: 0 1px 2px -1px rgba(9, 6, 63, 0.4),
    0 1px 0 0 rgba(255, 255, 255, 0.16) inset;
    color: var(--color-text-on-white, #fff);
    text-shadow: 0 0.4px 0.2px rgba(0, 0, 0, 0.12);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
    height: 54px;
}

#plans-section2 .button__.primary_button__,
.testimonials_section__ .button__.primary_button__ {
    background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);

    box-shadow: 0 4px 12px -4px rgba(158, 124, 25, 0.6),
    0 1px 0 0 rgba(255, 255, 255, 0.3) inset;

    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.button__.primary_button__:hover {
    background-color: rgba(5, 140, 76, 0.9);
}
#plans-section2 .button__.primary_button__:hover {
    background: rgba(225, 177, 44, 0.9);
}
.button__.testimonial_invest_button__ {
    height: 47px;
}
.button__.testimonial_details_button__ {
    height: 52px;
    border: 1px solid #058c4c;
    color: #068c4d;
    text-shadow: 0 0.4px 0.3px rgba(0, 0, 0, 0.08);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 22px;
    border-radius: 8px;
}

.testimonials_section__ .button__.testimonial_details_button__ {
    height: 52px;
    border: 1px solid #7c5b00;
    color: #9a6e00;
    text-shadow: 0 0.4px 0.3px rgba(0, 0, 0, 0.08);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 22px;
    border-radius: 8px;
}

.button__.testimonial_details_button__:hover {
    background-color: rgba(5, 140, 76, 0.1);
}

.testimonials_section__ .button__.testimonial_details_button__:hover {
    background-color: rgba(154, 110, 0, 0.1);
}
.button__.contact_us_button__ {
    max-width: 312px !important;
}
.button__.dropdown_button__ {
    height: 40px;
    border-radius: 8px;
    background: rgba(232, 232, 232, 0.45);
    padding: 10px 12px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.overlay {
    display: none;
}
@media only screen and (max-width: 991px) {
    .overlay {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #000;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 11;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        opacity: 0;
        visibility: hidden;
    }
    .overlay.active {
        opacity: 0.7;
        visibility: visible;
    }
}
::-moz-selection {
    color: #fff;
    background: #058c4c;
}
::selection {
    color: #fff;
    background: #058c4c;
}
@media only screen and (min-width: 991px) {
    ::-webkit-scrollbar {
        width: 8px;
    }
    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    ::-webkit-scrollbar-thumb {
        background: #058c4c;
    }
    ::-webkit-scrollbar-thumb:hover {
        background: #058c4c;
    }
    .dropdown-menu {
    }
    .dropdown-menu .inner::-webkit-scrollbar {
        width: 2px;
    }
}
.loading-omd {
    position: relative;
    overflow: hidden;
}
.loading-omd img {
    opacity: 0 !important;
    -webkit-filter: blur(40px);
    filter: blur(40px);
}
.figure__ {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.figure__ img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: auto;
}
.figure__.center {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
.asp-om {
    position: relative;
    padding-bottom: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.asp-om img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.close-button__ {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    top: 14px;
    left: 20px;
}
.close-button__:focus,
.close-button__:hover {
    outline: none;
}
html[dir="rtl"] .close-button__ {
    right: 20px;
    left: unset;
}
.close-button__:after,
.close-button__:before {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    position: absolute;
    background-color: #058c4c;
    top: 4px;
    right: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.close-button__:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@-webkit-keyframes active-menu {
    0% {
        top: -200px;
    }
    to {
        top: 0;
    }
}
@keyframes active-menu {
    0% {
        top: -200px;
    }
    to {
        top: 0;
    }
}
@-webkit-keyframes not-active-menu {
    0% {
        top: 0;
    }
    to {
        top: -200px;
    }
}
@keyframes not-active-menu {
    0% {
        top: 0;
    }
    to {
        top: -200px;
    }
}
@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.accordion_wrapper__ .card {
    overflow: hidden;
    background-color: #fff;
    padding: 24px;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
}
.accordion_wrapper__ .card:has(.btn-link:not(.collapsed)) {
    border-radius: 8px !important;
    border: 1px solid #e0e0e0 !important;
    background-color: #fbfffd;
    border: 1px solid #f5f4f3;
}
.accordion_wrapper__ .card:has(+ .card .btn-link:not(.collapsed)) {
    border-bottom: none !important;
}
.accordion_wrapper__ .card-header {
    padding: 0;
    border: 0 !important;
    background-color: transparent;
}
.accordion_wrapper__ .card-header .btn-link {
    padding: 0 !important;
    text-decoration: none;
    color: #000;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: start;
    width: 100%;
    background-color: transparent;
    outline: none !important;
    border: none !important;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
@media only screen and (max-width: 991px) {
    .accordion_wrapper__ .card-header .btn-link {
        font-size: 1.6rem;
        height: 5rem;
    }
}
.accordion_wrapper__ .card-header .btn-link:after {
    content: "";
    width: 26px;
    height: 26px;
    display: block;
    background-image: url("https://beta.thebrazilianhub.com/assets/front/css/images/shapes/plus.svg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.accordion_wrapper__ .card-header .btn-link:not(.collapsed) {
    background-color: transparent;
}
.accordion_wrapper__ .card-header .btn-link:not(.collapsed):after {
    background-image: url("https://beta.thebrazilianhub.com/assets/front/css/images/shapes/subtraction.svg");
}
.accordion_wrapper__ .card-body {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
@media only screen and (max-width: 991px) {
    .accordion_wrapper__ .card-body {
        font-size: 1.4rem;
    }
}
.modal {
    top: 0vh;
    overflow: unset !important;
}
.modal .modal-content {
    padding: 0px;
    border-radius: 26px;
    text-align: center;
    border: none;
}
.modal .close_modal_button {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    position: absolute;
    top: 30px;
    inset-inline-end: 25px;
}
.modal .close_modal_button .icon__ {
    max-width: 35px;
    min-width: 35px;
    max-height: 35px;
    min-height: 35px;
}
.modal .close_modal_button:focus {
    outline: none;
}
.modal-backdrop {
    background-color: #058c4c !important;
    opacity: 0.78 !important;
}
.modal-open .container,
.modal-open .container-fluid {
    -webkit-filter: blur(5px) grayscale(60%);
    filter: blur(5px) grayscale(60%);
}
.modal-dialog {
    max-width: 50%;
}
.modal-dialog.small_fixed_width {
    max-width: 330px;
}
.modal-dialog.add_address_modal {
    max-width: 644px;
}
.modal-dialog.large_width__ {
    max-width: 70%;
}
.modal_block__ > .figure__ {
    margin-bottom: 15px;
}
.modal_block__ .title__ {
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
    text-align: center;
}
.modal_block__ .sub_title__ {
    font-size: 1.4rem;
    text-align: center;
    font-weight: normal;
    margin-bottom: 25px;
}
.modal_block__ .submit-button__ {
    margin-top: 20px;
}
.nav-tabs {
    padding: 0;
    border: none;
    margin-bottom: 30px !important;
}
.nav-pills {
    padding: 0;
    border: none;
    margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
    .nav-pills {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .nav-pills {
        margin-top: 20px;
    }
}
.nav-pills.with_margin_top__ {
    margin-top: 70px;
}
@media only screen and (max-width: 991px) {
    .nav-pills.with_margin_top__ {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .nav-pills.with_margin_top__ {
        margin-top: 20px;
    }
}
.nav-pills .nav-link {
    border: none;
    height: 48px;
    min-width: 240px;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: #9b9b9b;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid #9b9b9b;
    font-size: 1.8rem;
    font-weight: 300;
    max-width: 211px;
    cursor: pointer;
}
@media only screen and (max-width: 1199px) {
    .nav-pills .nav-link {
        min-width: 100%;
    }
}
.nav-pills .nav-link .icon__ {
    -webkit-margin-end: 13px;
    margin-inline-end: 13px;
    width: 20px;
    height: 20px;
}
.nav-pills .nav-link.active {
    color: #058c4c;
    background-color: transparent;
    border-color: #058c4c;
}
.nav-pills .nav-link.active .icon__ {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.nav-pills .nav-link:focus {
    outline: none;
}
.page_main_title__ {
    font-size: 2.3rem;
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #058c4c;
    margin-bottom: 12px;
    margin: 0;
    margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
    .page_main_title__ {
        font-size: 1.8rem;
    }
}
.page_sub_title__ {
    font-size: 1.3rem;
    font-weight: 400;
    color: #000;
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .page_sub_title__ {
        font-size: 1.4rem;
    }
}
.page_head_wrapper {
    margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
    .page_head_wrapper {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .page_head_wrapper {
        margin-bottom: 15px;
    }
}
.page_head_wrapper.center .page_main_title__,
.page_head_wrapper.center .page_sub_title__ {
    text-align: center;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
}
.page_head_wrapper.flex_display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page_head_wrapper.flex_display.justify_content_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 991px) {
    .page_head_wrapper.small_size_dir_column {
        gap: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media only screen and (max-width: 991px) {
    .page_head_wrapper.small_size_center__ .page_main_title__,
    .page_head_wrapper.small_size_center__ .page_sub_title__ {
        text-align: center;
    }
}
.page_head_wrapper.none_margin__ {
    margin: 0 !important;
}
.title_icon_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.section_main_title__ {
    font-size: 3.6rem;
    font-weight: 600;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #000;
    margin-bottom: 1.6rem;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    .section_main_title__ {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
}
.section_main_title__ .special__ {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 75%;
    margin: 0;
}
.section_main_title__ .special__.sectors__ {
    background-image: url("https://beta.thebrazilianhub.com/assets/front/css/images/shapes/section_title_special_bg/sectors.svg");
}
.section_main_title__ .special__.products__ {
    background-image: url("https://beta.thebrazilianhub.com/assets/front/css/images/shapes/section_title_special_bg/products.svg");
}
.section_main_title__ .special__.grow_customers__ {
    background-image: url("https://beta.thebrazilianhub.com/assets/front/css/images/shapes/section_title_special_bg/grow_customers.svg");
}
.section_main_title__ .special__.solutions__ {
    background-image: url("https://beta.thebrazilianhub.com/assets/front/css/images/shapes/section_title_special_bg/solutions.svg");
}
.section_main_title__ .special__.plan__ {
    background-image: url("https://beta.thebrazilianhub.com/assets/front/css/images/shapes/section_title_special_bg/plan.svg");
}
.section_main_title__ .special__.suppliers__ {
    background-image: url("https://beta.thebrazilianhub.com/assets/front/css/images/shapes/section_title_special_bg/suppliers.svg");
}
.section_main_title__.none_margin {
    margin-bottom: 0;
}
.section_main_title__.small_margin_bottom__ {
    margin-bottom: 15px;
}
.section_sub_title__ {
    font-size: 2.5rem;
    font-weight: 500;
    color: #606060;
    margin: 0;
    max-width: 56.5rem;
}
@media only screen and (max-width: 767px) {
    .section_sub_title__ {
        font-size: 1.6rem;
    }
}
.section_head_wrapper {
    margin-bottom: 10rem;
}
@media only screen and (max-width: 991px) {
    .section_head_wrapper {
        margin-bottom: 3.5rem;
    }
}
@media only screen and (max-width: 767px) {
    .section_head_wrapper {
        margin-bottom: 1.5rem;
    }
}
.section_head_wrapper.center .section_main_title__,
.section_head_wrapper.center .section_sub_title__ {
    text-align: center;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
}
.section_head_wrapper.flex_display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.section_head_wrapper.flex_display.justify_content_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section_head_wrapper.white_color__ .section_main_title__,
.section_head_wrapper.white_color__ .section_sub_title__ {
    color: #fff;
}
.section_head_wrapper.white_color__ .section_main_title__:after,
.section_head_wrapper.white_color__ .section_main_title__:before,
.section_head_wrapper.white_color__ .section_sub_title__:after,
.section_head_wrapper.white_color__ .section_sub_title__:before {
    background-color: #fff;
}
.section_head_wrapper.small_size__ .section_main_title__ {
    font-size: 3rem;
}
.section_head_wrapper.small_size__ .section_sub_title__ {
    font-size: 1.6rem;
    max-width: 40.5rem;
}
@media only screen and (max-width: 991px) {
    .section_head_wrapper.small_size_dir_column {
        gap: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media only screen and (max-width: 991px) {
    .section_head_wrapper.small_size_center__ .page_main_title__,
    .section_head_wrapper.small_size_center__ .page_sub_title__ {
        text-align: center;
        -webkit-margin-start: 0;
        margin-inline-start: 0;
        -webkit-margin-end: 0;
        margin-inline-end: 0;
    }
}
.section_head_wrapper.none_margin__ {
    margin: 0 !important;
}
.title_icon_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.site_link {
    padding: 0 45px;
    background-color: #058c4c;
    border-radius: 26px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 168px;
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 600;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
@media only screen and (max-width: 991px) {
    .site_link {
        min-width: 100px;
        padding: 0;
    }
}
.site_link .icon__ {
    -webkit-margin-start: 6px;
    margin-inline-start: 6px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
html[dir="rtl"] .site_link .icon__ {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.site_link:hover {
    background-color: rgba(5, 140, 76, 0.9);
    text-decoration: none;
    color: #fff;
}
.site_link:hover .icon__ {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.site_link.center {
    margin-left: auto;
    margin-right: auto;
}
.site_link.white_color__ {
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff;
}
.site_link.white_color__ .icon__ {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.site_link.white_color__:hover {
    background-color: #fff;
    color: #058c4c;
}
.site_link.white_color__:hover .icon__ {
    -webkit-filter: unset;
    filter: unset;
}
.site_link.with_margin_start {
    -webkit-margin-start: 15px;
    margin-inline-start: 15px;
}
.mixitup_controls_wrapper__ {
    padding: 0;
    border: none;
    margin: 0;
    gap: 15px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
}
.mixitup_controls_wrapper__.fit_content_width {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.mixitup_controls_wrapper__.justify_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 991px) {
    .mixitup_controls_wrapper__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .mixitup_controls_wrapper__ {
        margin-bottom: 15px;
    }
}
.mixitup_controls_wrapper__.center__ {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    min-width: 100% !important;
}
.mixitup_controls_wrapper__.with_margin {
    margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
    .mixitup_controls_wrapper__.row_flex_dir_small_screen__ {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
}
@media only screen and (max-width: 991px) {
    .mixitup_controls_wrapper__.small_size_none_margin__ {
        margin: 0;
    }
}
.mixitup_controls_wrapper__.display_block__ {
    display: block;
    width: 100% !important;
}
@media only screen and (max-width: 991px) {
    .mixitup_controls_wrapper__.display_grid_sm_screen {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}
.mixitup_controls_wrapper__ .filter {
    border: none;
    height: 63px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    color: #17355a;
    background-color: transparent;
    border: 1px solid #17355a;
    cursor: pointer;
    border-radius: 26px;
    padding: 10px 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
@media only screen and (max-width: 991px) {
    .mixitup_controls_wrapper__ .filter {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        width: 100%;
    }
}
.mixitup_controls_wrapper__ .filter.full_width__ {
    min-width: 100%;
}
.mixitup_controls_wrapper__ .filter.fixed_height {
    height: 46px;
}
.mixitup_controls_wrapper__ .filter.fixed_width__ {
    width: 168px;
}
.mixitup_controls_wrapper__ .filter:hover {
    background-color: rgba(0, 35, 92, 0.1);
    border-color: #00235c;
}
.mixitup_controls_wrapper__ .filter.mixitup-control-active {
    border-color: #00235c;
    background-color: #00235c;
    color: #fff;
}
.mixitup_controls_wrapper__ .filter.mixitup-control-active img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.mixitup_controls_wrapper__ .filter.mixitup-control-active:hover {
    background-color: rgba(0, 35, 92, 0.9);
}
.mixitup_box_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    min-height: 500px;
}
.mixitup_box_list .mix {
    width: 100%;
}
.mixitup_box_list.column_dir {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.pagination {
    margin-top: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.pagination .page-link {
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.pagination .next_page_item .page-link,
.pagination .previous_page_item .page-link {
    background-color: transparent !important;
    border: 0 !important;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.pagination .next_page_item.disabled .page-link,
.pagination .previous_page_item.disabled .page-link {
    color: #343c57 !important;
    font-weight: 400;
}
.pagination .number_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 30px;
    border: 1px solid #058c4c;
    border-radius: 16px;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .pagination .number_wrapper__ {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}
.pagination .number_wrapper__ .page-item .page-link {
    width: 54px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 7px !important;
}
.pagination .number_wrapper__ .page-item .page-link:hover {
    background-color: rgba(5, 140, 76, 0.1) !important;
}
.pagination .number_wrapper__ .page-item.active .page-link {
    background-color: #058c4c !important;
    color: #fff !important;
}
.pagination .number_wrapper__ .page-item.active .page-link:hover {
    background-color: rgba(5, 140, 76, 0.9) !important;
}
.fancybox_title__ {
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    margin-top: 10px;
}
.fancybox_parag__ {
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    margin-top: 10px;
}
.custom_dropdown__ {
    position: relative;
}
.custom_dropdown__:not([data-dir="top"]) .dropdown_menu__ {
    top: 0;
}
.custom_dropdown__[data-dir="top"] {
    bottom: 0;
}
.custom_dropdown__ .dropdown_menu__ {
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 150px;
    inset-inline-end: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    border-radius: 26px;
    -webkit-box-shadow: 0 0 30px rgba(172, 172, 172, 0.41);
    box-shadow: 0 0 30px rgba(172, 172, 172, 0.41);
    overflow: hidden;
}
.custom_dropdown__ .dropdown_menu__ li a,
.custom_dropdown__ .dropdown_menu__ li button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    font-size: 1.4rem;
    color: #058c4c;
    padding: 15px 20px;
    width: 100%;
}
.custom_dropdown__ .dropdown_menu__ li a:before,
.custom_dropdown__ .dropdown_menu__ li button:before {
    display: block;
    max-height: 24px;
    max-width: 24px;
}
.custom_dropdown__ .dropdown_menu__ li a:hover,
.custom_dropdown__ .dropdown_menu__ li button:hover {
    background-color: #00235c;
    color: #fff !important;
}
.custom_dropdown__ .dropdown_menu__ li a:hover:before,
.custom_dropdown__ .dropdown_menu__ li button:hover:before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.custom_dropdown__ .dropdown_menu__ li a.modify__:before,
.custom_dropdown__ .dropdown_menu__ li button.modify__:before {
    content: url("https://beta.thebrazilianhub.com/assets/front/css/images/shapes/modify.svg");
}
.custom_dropdown__ .dropdown_menu__ li a.delete_button__,
.custom_dropdown__ .dropdown_menu__ li button.delete_button__ {
    color: #f0053c;
}
.custom_dropdown__ .dropdown_menu__ li a.delete_button__:before,
.custom_dropdown__ .dropdown_menu__ li button.delete_button__:before {
    content: url("https://beta.thebrazilianhub.com/assets/front/css/images/shapes/trash__.svg");
}
.custom_dropdown__ .dropdown_menu__ li a.delete_button__:hover,
.custom_dropdown__ .dropdown_menu__ li button.delete_button__:hover {
    background-color: #f0053c;
}
.custom_dropdown__.show:not([data-dir="top"]) .dropdown_menu__ {
    top: 100%;
    border-start-end-radius: 0;
}
.custom_dropdown__.show[data-dir="top"] .dropdown_menu__ {
    bottom: 100%;
    border-end-end-radius: 0;
}
.custom_dropdown__.show .dropdown_menu__ {
    opacity: 1;
    visibility: visible;
}
.ui-datepicker {
    background-color: #fff;
    width: 400px;
    z-index: 11;
    border: 1px solid #d7dbdd;
    border-radius: 10px;
    padding: 0;
    position: relative;
    position: absolute;
    z-index: 112 !important;
}
.ui-datepicker table {
    margin: 0;
}
.ui-datepicker .ui-datepicker-header {
    padding: 15px 15px;
    border-bottom: 1px solid #d7dbdd;
}
.ui-datepicker .ui-datepicker-title {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-align: unset;
}
@media only screen and (max-width: 767px) {
    .ui-datepicker {
        width: 82%;
    }
}
.ui-datepicker thead {
    border-bottom: 1px solid #d7dbdd;
    min-height: 58px;
}
.ui-datepicker th span {
    color: #8f9bb3;
    font-size: 14px;
}
.ui-datepicker td {
    padding: 5px;
}
@media only screen and (max-width: 767px) {
    .ui-datepicker td {
        padding: 0;
    }
}
.ui-datepicker td a,
.ui-datepicker td span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: center;
    font-size: 15px;
    color: #394444;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    margin: 2px auto;
}
@media only screen and (max-width: 767px) {
    .ui-datepicker td a,
    .ui-datepicker td span {
        width: 30px;
        height: 30px;
    }
}
.ui-datepicker td a.ui-state-active,
.ui-datepicker td span.ui-state-active {
    background-color: #00235c;
    color: #fff;
}
.ui-datepicker td.ui-state-disabled {
    opacity: 0.7;
}
.ui-datepicker td.ui-state-disabled a,
.ui-datepicker td.ui-state-disabled span {
    color: #ddd;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    top: 50%;
    padding: 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 35px;
    width: 35px;
}
.ui-datepicker .ui-datepicker-next.ui-state-disabled,
.ui-datepicker .ui-datepicker-prev.ui-state-disabled {
    pointer-events: none;
    opacity: 0.5;
}
.ui-datepicker .ui-datepicker-prev {
    left: 40px;
    right: unset !important;
    content: url("https://beta.thebrazilianhub.com/assets/front/css/images/shapes/date-arrow-left.svg");
}
.ui-datepicker .ui-datepicker-next {
    right: unset !important;
    left: 5px;
    content: url("https://beta.thebrazilianhub.com/assets/front/css/images/shapes/date-arrow-right.svg");
}
.features_wrapper__ {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 991px) {
    .features_wrapper__ {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}
.feature_card__ {
    overflow: hidden;
    position: relative;
    padding: 26px;
}
@media only screen and (max-width: 991px) {
    .feature_card__ {
        padding: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .feature_card__ {
        padding: 15px;
    }
}
.feature_card__ * {
    position: relative;
    z-index: 5;
}
.feature_card__ .icon_wrapper__ {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #f3f3f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
    .feature_card__ .icon_wrapper__ {
        width: 35px;
        height: 35px;
        margin-bottom: 20px;
    }
}
.feature_card__ .icon_wrapper__ .icon__ {
    width: 20px;
    height: 20px;
}
@media only screen and (max-width: 991px) {
    .feature_card__ .icon_wrapper__ .icon__ {
        width: 15px;
        height: 15px;
    }
}
.feature_card__ .title__ {
    font-size: 24px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 12px;
}
@media only screen and (max-width: 991px) {
    .feature_card__ .title__ {
        font-size: 18px;
        margin-bottom: 8px;
    }
}
.feature_card__ .parag__ {
    font-size: 18px;
    color: #555555;
    font-weight: 400;
    max-width: 304px;
}
@media only screen and (max-width: 991px) {
    .feature_card__ .parag__ {
        font-size: 14px;
        max-width: 100%;
    }
}
.feature_card__:after {
    content: "";
    background: conic-gradient(
        #058c4c 20deg,
        rgba(5, 140, 77, 0.1215686275) 120deg
    );
    top: -168px;
    left: -362px;
    width: 250%;
    height: 250%;
    position: absolute;
    z-index: 2;
    -webkit-animation: rotate 5s linear infinite;
    animation: rotate 5s linear infinite;
}
.feature_card__:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #fff;
    z-index: 3;
}
.feature_card__:first-child {
    border-start-start-radius: 16px;
}
.feature_card__:first-child:after {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.feature_card__:first-child:before {
    border-start-start-radius: 16px;
}
@media only screen and (max-width: 991px) {
    .feature_card__:nth-child(2) {
        border-start-end-radius: 16px;
    }
}
.feature_card__:nth-child(2):after {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}
@media only screen and (max-width: 991px) {
    .feature_card__:nth-child(2):before {
        border-start-end-radius: 16px;
    }
}
.feature_card__:nth-child(3) {
    border-start-end-radius: 16px;
}
@media only screen and (max-width: 991px) {
    .feature_card__:nth-child(3) {
        border-radius: 0;
    }
}
.feature_card__:nth-child(3):after {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
}
.feature_card__:nth-child(3):before {
    border-start-end-radius: 16px;
}
@media only screen and (max-width: 991px) {
    .feature_card__:nth-child(3):before {
        border-radius: 0;
    }
}
.feature_card__:nth-child(4) {
    border-end-start-radius: 16px;
}
@media only screen and (max-width: 991px) {
    .feature_card__:nth-child(4) {
        border-radius: 0;
    }
}
.feature_card__:nth-child(4):after {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
}
.feature_card__:nth-child(4):before {
    border-end-start-radius: 16px;
}
@media only screen and (max-width: 991px) {
    .feature_card__:nth-child(4):before {
        border-radius: 0;
    }
}
@media only screen and (max-width: 991px) {
    .feature_card__:nth-child(5) {
        border-end-start-radius: 16px;
    }
}
.feature_card__:nth-child(5):after {
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
}
@media only screen and (max-width: 991px) {
    .feature_card__:nth-child(5):before {
        border-end-start-radius: 16px;
    }
}
.feature_card__:nth-child(6) {
    border-end-end-radius: 16px;
}
.feature_card__:nth-child(6):after {
    -webkit-animation-delay: -6s;
    animation-delay: -6s;
}
.feature_card__:nth-child(6):before {
    border-end-end-radius: 16px;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
.video_card__ {
    padding: 1.5rem;
    padding-bottom: 3.3rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
}
@media only screen and (max-width: 767px) {
    .video_card__ {
        padding: 1rem;
        padding-bottom: 1.7rem;
    }
}
.video_card__ .image_wrapper__ {
    display: block;
    margin-bottom: 1.5rem;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
}
.video_card__ .image_wrapper__:after {
    content: "";
    background-image: url("https://beta.thebrazilianhub.com/assets/front/css/images/shapes/play.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 8rem;
    height: 8rem;
}
@media only screen and (max-width: 767px) {
    .video_card__ .image_wrapper__:after {
        width: 5rem;
        height: 5rem;
    }
}
.video_card__ .image_wrapper__:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.video_card__ .image_wrapper__ .figure__ {
    padding-bottom: 61.4357%;
}
.video_card__ .title__ {
    color: #000;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
    .video_card__ .title__ {
        font-size: 1.6rem;
        margin-bottom: 1.2rem;
    }
}
.video_card__ .parag__ {
    font-size: 1.6rem;
    font-weight: 400;
    color: #343c57;
}
@media only screen and (max-width: 767px) {
    .video_card__ .parag__ {
        font-size: 1.4rem;
    }
}
.why_card__ {
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    overflow: hidden;
}
.why_card__ .figure__ {
    padding-bottom: 58.592%;
}
.why_card__ .card_body__ {
    padding: 1.7rem 1.3rem;
    padding-bottom: 3.3rem;
}
@media only screen and (max-width: 767px) {
    .why_card__ .card_body__ {
        padding: 1rem;
        padding-bottom: 1.7rem;
    }
}
.why_card__ .title__ {
    font-size: 1.8rem;
    font-weight: 700;
    color: #00235c;
    margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
    .why_card__ .title__ {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
}
.why_card__ .parag__ {
    font-size: 1.6rem;
    font-weight: 400;
    color: #343c57;
}
@media only screen and (max-width: 767px) {
    .why_card__ .parag__ {
        font-size: 1.4rem;
    }
}
.loader_wrapper__ {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem;
    min-height: 400px;
}
.preloader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
}
.preloader img {
    max-width: 300px;
    max-height: 200px;
}
.loader {
    width: 15px;
    aspect-ratio: 1;
    border-radius: 50%;
    -webkit-animation: l5 1s infinite linear alternate;
    animation: l5 1s infinite linear alternate;
}
@-webkit-keyframes l5 {
    0% {
        -webkit-box-shadow: 20px 0 #56c2d6, -20px 0 #99e7f5;
        box-shadow: 20px 0 #56c2d6, -20px 0 #99e7f5;
        background: #56c2d6;
    }
    33% {
        -webkit-box-shadow: 20px 0 #56c2d6, -20px 0 #99e7f5;
        box-shadow: 20px 0 #56c2d6, -20px 0 #99e7f5;
        background: #99e7f5;
    }
    66% {
        -webkit-box-shadow: 20px 0 #99e7f5, -20px 0 #56c2d6;
        box-shadow: 20px 0 #99e7f5, -20px 0 #56c2d6;
        background: #99e7f5;
    }
    to {
        -webkit-box-shadow: 20px 0 #99e7f5, -20px 0 #56c2d6;
        box-shadow: 20px 0 #99e7f5, -20px 0 #56c2d6;
        background: #56c2d6;
    }
}
@keyframes l5 {
    0% {
        -webkit-box-shadow: 20px 0 #56c2d6, -20px 0 #99e7f5;
        box-shadow: 20px 0 #56c2d6, -20px 0 #99e7f5;
        background: #56c2d6;
    }
    33% {
        -webkit-box-shadow: 20px 0 #56c2d6, -20px 0 #99e7f5;
        box-shadow: 20px 0 #56c2d6, -20px 0 #99e7f5;
        background: #99e7f5;
    }
    66% {
        -webkit-box-shadow: 20px 0 #99e7f5, -20px 0 #56c2d6;
        box-shadow: 20px 0 #99e7f5, -20px 0 #56c2d6;
        background: #99e7f5;
    }
    to {
        -webkit-box-shadow: 20px 0 #99e7f5, -20px 0 #56c2d6;
        box-shadow: 20px 0 #99e7f5, -20px 0 #56c2d6;
        background: #56c2d6;
    }
}
.tabs__ {
    border: 1px solid #efefef;
    background-color: #f9f9f9;
    padding: 16px;
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tabs__ .tabs_list__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.tabs__ .tabs_list__::-webkit-scrollbar {
    display: none;
}
.tabs__ .tabs_list__:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.tabs__ .tabs_list__ li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.tabs__ .tab_button__ {
    font-size: 20px;
    color: #343c57;
    background-color: transparent;
    border: none;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    white-space: nowrap;
    padding: 8px 4px;
}
.tabs__ .tab_button__.active {
    color: #058c4c;
    font-weight: 600;
}
.tabs__ .tab_button__:hover {
    color: #058c4c;
}
.tabs__.with_margin_bottom__ {
    margin-bottom: 32px;
}
@media only screen and (max-width: 991px) {
    .tabs__.with_margin_bottom__ {
        margin-bottom: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .tabs__.with_margin_bottom__ {
        margin-bottom: 16px;
    }
}
.sectors_card__ {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    max-width: 344px;
    min-width: 344px;
}
@media only screen and (max-width: 991px) {
    .sectors_card__ {
        max-width: 250px;
        min-width: 250px;
    }
}
@media only screen and (max-width: 767px) {
    .sectors_card__ {
        max-width: 200px;
        min-width: 200px;
    }
}
.sectors_card__ .figure__ {
    padding-bottom: 62.5%;
}
.sectors_card__ .title__ {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    max-width: 232px;
    position: absolute;
    bottom: 24px;
    left: 24px;
    margin: 0;
    z-index: 2;
}
.sectors_card__:after {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0)),
        to(rgba(0, 0, 0, 0.6))
    );
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.6) 100%
    );
    z-index: 1;
}
.products_wrapper__ {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(306px, 1fr));
    gap: 24px;
}
@media only screen and (max-width: 991px) {
    .products_wrapper__ {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .products_wrapper__ {
        -ms-grid-columns: 1fr 8px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
}
.product_card__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f9f9f9;
    border: 1px solid #efefef;
    width: 100%;
    min-height: 403px;
    padding: 16px;
    border-radius: 12px;
    text-decoration: none !important;
}
@media only screen and (max-width: 991px) {
    .product_card__ {
        padding: 12px;
    }
}
.product_card__ .head__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 18px;
}
.product_card__ .head__ .verified_lable__ {
    justify-self: flex-end;
}
.product_card__ .image_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 195px;
}
@media only screen and (max-width: 991px) {
    .product_card__ .image_wrapper__ {
        min-height: 150px;
    }
    .product_card__ .image_wrapper__ .figure__ {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 12px;
    }
    .product_card__ .image_wrapper__ .figure__ .img-om {
        max-height: 150px;
    }
}
@media only screen and (max-width: 767px) {
    .product_card__ .image_wrapper__ {
        min-height: 120px;
    }
}
.product_card__ .image_wrapper__ .figure__ {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8px;
}
.product_card__ .image_wrapper__ .figure__ .img-om {
    max-height: 195px;
}
.product_card__ .title__ {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}
@media only screen and (max-width: 991px) {
    .product_card__ .title__ {
        font-size: 14px;
    }
}
.product_card__ .parag__ {
    font-size: 12px;
    color: #707070;
    margin-bottom: 16px;
}
.product_card__ .product_button_wrapper__ {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#00aa88),
        to(#4488ff)
    );
    background: linear-gradient(to right, #00aa88, #4488ff);
    border-radius: 9px;
    padding: 1px;
    width: 100%;
    max-width: 198px;
    margin-inline: auto;
    margin-top: auto;
    height: 34px;
}
html[dir="rtl"] .product_card__ .product_button_wrapper__ {
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(#00aa88),
        to(#4488ff)
    );
    background: linear-gradient(to left, #00aa88, #4488ff);
}
.verified_lable__ {
    --color: #058c4c;
    background-color: #eeeeee;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    color: var(--color, #058c4c);
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .verified_lable__ {
        font-size: 10px;
    }
}
.solutions_wrapper__ {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(312px, 1fr));
    gap: 24px;
}
@media only screen and (max-width: 991px) {
    .solutions_wrapper__ {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .solutions_wrapper__ {
        -ms-grid-columns: 1fr 8px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
}
.solutions_card__ {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 24px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media only screen and (max-width: 991px) {
    .solutions_card__ {
        padding: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .solutions_card__ {
        padding: 16px;
    }
}
.solutions_card__ .title__ {
    font-size: 24px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 12px;
}
@media only screen and (max-width: 991px) {
    .solutions_card__ .title__ {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .solutions_card__ .title__ {
        font-size: 16px;
    }
}
.solutions_card__ .parag__ {
    font-size: 18px;
    color: #555555;
    font-weight: 400;
    margin-bottom: 49px;
}
@media only screen and (max-width: 991px) {
    .solutions_card__ .parag__ {
        font-size: 14px;
        margin-bottom: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .solutions_card__ .parag__ {
        font-size: 12px;
        margin-bottom: 16px;
    }
}
.solutions_card__ .link__ {
    margin-top: auto !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
}
@media only screen and (max-width: 991px) {
    .solutions_card__ .link__ {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .solutions_card__ .link__ {
        font-size: 11px;
        padding: 8px !important;
    }
}
.solutions_card__:after {
    content: url("https://beta.thebrazilianhub.com/assets/front/css/images/solutions/card-bg.svg");
    position: absolute;
    top: calc(100% - 280px);
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.plans_cards_wrapper__ {
    display: -ms-grid;
    display: grid;
    /* align-items: stretch; */
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 24px;
}
@media only screen and (max-width: 991px) {
    .plans_cards_wrapper__ {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 767px) {
    .plans_cards_wrapper__ {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.plan_card__ {
    border-radius: 14px;
    border: 1px solid #f2f2f2;
    overflow: hidden;
}
.plan_card__ .popular_badge__ {
    padding-block: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.plan_card__ .inner_card__ {
    border-radius: 14px 14px 0 0;
    padding: 24px;
    position: relative;
    z-index: 3;
    background-color: #fff;
}
@media only screen and (min-width: 992px) {
    .plan_card__ .inner_card__ {
        min-height: 700px;
    }
}
@media only screen and (max-width: 767px) {
    .plan_card__ .inner_card__ {
        padding: 16px;
    }
}
.plan_card__ .head__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
@media only screen and (max-width: 991px) {
    .plan_card__ .head__ {
        gap: 8px;
        margin-bottom: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .plan_card__ .head__ {
        gap: 6px;
        margin-bottom: 8px;
    }
}
.plan_card__ .head__ .icon__ {
    width: 42px;
    height: 42px;
}
.plan_card__ .head__ .title__ {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
@media only screen and (max-width: 991px) {
    .plan_card__ .head__ .title__ {
        font-size: 16px;
    }
}
.plan_card__ .plan_price__ {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 8px;
}
.plan_card__ .plan_price__ .price__ {
    color: #00235c;
    font-size: 32px;
    font-weight: 600;
}
#plans-section2 .plan_card__ .plan_price__ .price__ {
    color: #e1b12c;
    font-size: 32px;
    font-weight: 600;
}
.plan_card__ .plan_price__ .month__ {
    color: #555;
    font-size: 18px;
    font-weight: 400;
}
.plan_card__ .parag__ {
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 26px;
}
@media only screen and (max-width: 991px) {
    .plan_card__ .parag__ {
        font-size: 14px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .plan_card__ .parag__ {
        font-size: 12px;
        margin-bottom: 16px;
    }
}
.plan_card__.popular__ {
    background-color: #058c4c;
    border: 1px solid #058c4c;
}
#plans-section2 .plan_card__.popular__ {
    background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);
    border: 1px solid #e1b12c;
}

/* @media only screen and (min-width: 769px) {
  .plan_card__.popular__ {
    transform: translateY(-50px);
  }
} */

.plan_card__.popular__ .price__ {
    color: #058c4c;
}

#plans-section2 .plan_card__.popular__ .price__ {
    color: #e1b12c;
}
.plan_info_list__ {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
@media only screen and (max-width: 991px) {
    .plan_info_list__ {
        margin-top: 24px;
        gap: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .plan_info_list__ {
        margin-top: 20px;
        gap: 12px;
    }
}
.plan_info_list__ .plan_info_item__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
.plan_info_list__ .plan_info_item__ .icon__ {
    width: 16px;
    height: 16px;
}
.plan_info_list__ .text__ {
    color: #555;
    font-size: 14px;
    font-weight: 400;
}
@media only screen and (max-width: 991px) {
    .plan_info_list__ .text__ {
        font-size: 12px;
    }
}
.company_card__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}
.company_card__ .title__ {
    color: #111;
    font-size: 24px;
    font-weight: 600;
}
@media only screen and (max-width: 991px) {
    .company_card__ .title__ {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .company_card__ .title__ {
        font-size: 14px;
    }
}
.company_card__ .image_wrapper__ {
    max-width: 48px;
    width: 48px;
    border-radius: 4px;
    overflow: hidden;
}
.company_card__ .company_figure__ {
    padding-bottom: 100% !important;
}
.company_card__ .location_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
}
.company_card__ .location_wrapper__ .flag__ {
    width: 20px;
    height: 15px;
    border-radius: 4px;
    overflow: hidden;
}
.company_card__ .location_wrapper__ .text__ {
    color: #707070;
    font-size: 12px;
    font-weight: 400;
}
@media only screen and (max-width: 991px) {
    .company_card__ .location_wrapper__ .text__ {
        font-size: 10px;
    }
}
.testimonials_wrapper__ {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(423px, 1fr));
    gap: 24px;
}
@media only screen and (max-width: 991px) {
    .testimonials_wrapper__ {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .testimonials_wrapper__ {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 8px;
    }
}

.testimonial_card__ {
    padding: 24px 16px;
    border-radius: 16px;
    border: 1px solid #f0f0f0;
    background-color: transparent;
    position: relative;
    overflow: hidden;
}
.testimonial_card__ .head__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
    .testimonial_card__ .head__ {
        gap: 8px;
    }
}
.testimonial_card__ .badge__ {
    --color: #ee8200;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 12px;
    color: var(--color);
    font-size: 10px;
    font-weight: 400;
    padding: 6px;
    gap: 4px;
    border-radius: 4px;
    overflow: hidden;
    min-width: 71px;
}
.testimonial_card__ .badge__:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color);
    opacity: 0.1;
    z-index: -1;
}
.testimonial_card__ .parag__ {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
}
.testimonial_card__ .body__ {
    padding-block: 16px;
    margin-block: 16px;
    border-block: 1px solid #e8e8e8;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 767px) {
    .testimonial_card__ .body__ {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}
.testimonial_card__ .info__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}
.testimonial_card__ .info__ .title__ {
    color: #727272;
    font-size: 10px;
    line-height: 24px;
}
@media only screen and (max-width: 991px) {
    .testimonial_card__ .info__ .title__ {
        line-height: 16px;
    }
}
.testimonial_card__ .info__ .value__ {
    color: rgb(154, 110, 0);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.testimonial_card__ .card_categories_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}
.testimonial_card__ .cat_lable__ {
    padding: 6px 8px;
    border-radius: 4px;
    background: rgba(139, 139, 139, 0.1);
    color: #343434;
    font-size: 10px;
    font-weight: 400;
}
@media only screen and (max-width: 767px) {
    .testimonial_card__ .cat_lable__ {
        padding: 4px 6px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
.testimonial_card__ .footer__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    margin-top: 16px;
}
.testimonial_card__:after {
    content: url("https://beta.thebrazilianhub.com/assets/front/images/testimonial_card_bg.png");
    position: absolute;
    top: calc(100% - 293px);
    inset-inline-start: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}
.suppliers_top_wrapper__ {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
@media only screen and (max-width: 991px) {
    .suppliers_top_wrapper__ {
        -ms-grid-columns: (1fr) [1];
        grid-template-columns: repeat(1, 1fr);
    }
}
.suppliers_bottom_wrapper__ {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 515px 32px 1fr;
    grid-template-columns: 515px 1fr;
    gap: 32px;
    margin-top: 24px;
}
@media only screen and (max-width: 991px) {
    .suppliers_bottom_wrapper__ {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.suppliers_card__ {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid #efefef;
    background: #fcfdff;
    -webkit-box-shadow: 0 0.6px 1px 0 rgba(59, 59, 59, 0.02);
    box-shadow: 0 0.6px 1px 0 rgba(59, 59, 59, 0.02);
}
.suppliers_card__ * {
    position: relative;
    z-index: 2;
}
.suppliers_card__ .head__ {
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.suppliers_card__ .top_title__ {
    color: #292929;
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.suppliers_card__ .image_wrapper__ {
    min-height: 222px;
}
.suppliers_card__ .investment_request_wrapper__,
.suppliers_card__ .investment_wrapper__,
.suppliers_card__ .suppliers_products_wrapper__ {
    padding-inline: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    position: relative;
}
.suppliers_card__ .investment_request_wrapper__:after,
.suppliers_card__ .investment_wrapper__:after,
.suppliers_card__ .suppliers_products_wrapper__:after {
    content: "";
    position: absolute !important;
    bottom: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 103.297px;
    z-index: 3;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(248, 251, 255, 0)),
        color-stop(87.13%, #f8fbff)
    );
    background: linear-gradient(
        180deg,
        rgba(248, 251, 255, 0) 0%,
        #f8fbff 87.13%
    );
}
.suppliers_card__ .chart_wrapper__ {
    padding-inline: 24px;
}
.suppliers_card__ .investment_card__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 250px;
    gap: 8px;
    height: 42px;
    padding: 7px 12px;
    border-radius: 8px;
    border: 0.1px solid rgba(231, 231, 231, 0.6);
    background: #fff;
    -webkit-box-shadow: 0 0.2px 0.6px 0 rgba(0, 0, 0, 0.08),
    0 1px 4px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 0.2px 0.6px 0 rgba(0, 0, 0, 0.08),
    0 1px 4px 0 rgba(0, 0, 0, 0.04);
}
.suppliers_card__ .investment_card__ .investment_title__ {
    color: #292929;
    font-size: 13.234px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.42px;
}
.suppliers_card__ .investment_card__:nth-child(2n) {
    -webkit-margin-start: 75px;
    margin-inline-start: 75px;
}
.suppliers_card__ .body__ {
    padding: 24px;
}
.suppliers_card__ .title__ {
    color: #292929;
    font-size: 20px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}
.suppliers_card__ .parag__ {
    max-width: 224px;
    color: #292929;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}
.suppliers_card__ .parag__.full_width__ {
    max-width: 100%;
}
.suppliers_card__.with_shape__ {
    position: relative;
}
.suppliers_card__.with_shape__ .relative {
    position: relative;
}
.suppliers_card__.with_shape__ .z-3 {
    z-index: 3;
}
.suppliers_card__.with_shape__:after {
    content: "";
    position: absolute !important;
    bottom: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(
        50% 50% at 50% 50%,
        rgba(248, 251, 255, 0) 0%,
        #f8fbff 100%
    );
    z-index: 2;
}
.suppliers_card__:after {
    content: url("https://beta.thebrazilianhub.com/assets/front/css/images/suppliers/bg.svg");
    position: absolute !important;
    top: -23px;
    inset-inline-end: -34px;
    fill: linear-gradient(
        180deg,
        #00235c 0%,
        rgba(0, 35, 92, 0.35) 65%,
        rgba(255, 234, 230, 0.28) 100%
    );
    opacity: 0.1;
    z-index: 1;
    -webkit-filter: blur(30px);
    filter: blur(30px);
}
.suppliers_card__:before {
    content: url("https://beta.thebrazilianhub.com/assets/front/css/images/suppliers/bg.svg");
    position: absolute !important;
    top: -40px;
    inset-inline-end: -18px;
    fill: linear-gradient(
        180deg,
        #00235c 0%,
        rgba(0, 35, 92, 0.35) 65%,
        rgba(255, 234, 230, 0.28) 100%
    );
    opacity: 0.1;
    z-index: 1;
    -webkit-filter: blur(30px);
    filter: blur(30px);
}
.on_track_badge__ {
    color: #078b4c;
    font-size: 9.739px;
    font-weight: 600;
    -webkit-margin-start: 12px;
    margin-inline-start: 12px;
}
.suppliers_products_card__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 8px;
    padding: 8px 12px;
    border: 0.1px solid rgba(231, 231, 231, 0.6);
    background: #fff;
    -webkit-box-shadow: 0 0.2px 0.6px 0 rgba(0, 0, 0, 0.08),
    0 1px 4px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 0.2px 0.6px 0 rgba(0, 0, 0, 0.08),
    0 1px 4px 0 rgba(0, 0, 0, 0.04);
    width: 100%;
    max-width: 270px;
    margin-inline: auto;
}
.suppliers_products_card__ .suppliers_products_content__ {
    -webkit-padding-start: 8px;
    padding-inline-start: 8px;
    position: relative;
}
.suppliers_products_card__ .suppliers_products_content__:after {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 2px;
    height: 100%;
    background-color: #00235c;
    border-radius: 7px;
}
.suppliers_products_card__ .suppliers_products_title__ {
    color: #292929;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.suppliers_products_card__ .suppliers_products_parag__ {
    color: #555;
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
}
.suppliers_products_card__ .product_image_wrapper__ {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
}
.suppliers_products_card__ .figure__ {
    padding-bottom: 100% !important;
}
.investment_request_card__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 540px;
    min-height: 48px;
    padding: 16px;
    border-radius: 8px;
    border: 0.1px solid rgba(231, 231, 231, 0.6);
    background: #fff;
    -webkit-box-shadow: 0 0.2px 0.6px 0 rgba(0, 0, 0, 0.08),
    0 1px 4px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 0.2px 0.6px 0 rgba(0, 0, 0, 0.08),
    0 1px 4px 0 rgba(0, 0, 0, 0.04);
}
@media only screen and (max-width: 767px) {
    .investment_request_card__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}
.investment_request_card__ .investment_request_title__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: #292929;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
}
.investment_request_card__ .investment_request_title__ .text__ {
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    -ms-hyphens: auto;
    hyphens: auto;
    max-width: 100%;
}
.avatar_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.avatar_group .avatar_wrapper__ {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fff;
}
.avatar_group .avatar_wrapper__:not(:last-child) {
    -webkit-margin-end: -10px;
    margin-inline-end: -10px;
}
.avatar_group .avatar_wrapper__ .figure__ {
    padding-bottom: 100% !important;
}
.active_badge__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 8px;
    color: #555;
    font-size: 12px;
    font-weight: 400;
}
.active_badge__ .text__ {
    display: block;
    height: 15px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
}
.toggle {
    cursor: pointer;
    display: inline-block;
}
.toggle-switch {
    display: inline-block;
    background: #ccc;
    border-radius: 16px;
    width: 29px;
    height: 18px;
    position: relative;
    vertical-align: middle;
    -webkit-transition: background 0.25s;
    transition: background 0.25s;
}
.toggle-switch:after,
.toggle-switch:before {
    content: "";
}
.toggle-switch:before {
    display: block;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fff),
        to(#eee)
    );
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    width: 12px;
    height: 12px;
    position: absolute;
    top: 3px;
    left: 3px;
    -webkit-transition: left 0.25s;
    transition: left 0.25s;
}
.toggle:hover .toggle-switch:before {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fff),
        to(#fff)
    );
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.toggle-checkbox:checked + .toggle-switch {
    background: rgba(5, 140, 76, 0.2);
}
.toggle-checkbox:checked + .toggle-switch:before {
    left: 13px;
    background: #058c4c;
}
.toggle-checkbox {
    position: absolute;
    visibility: hidden;
}
.toggle-label {
    margin-left: 5px;
    position: relative;
    top: 2px;
}
.statistics_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
}
@media only screen and (max-width: 767px) {
    .statistics_wrapper__ {
        gap: 8px;
    }
}
.statistics_card__ {
    padding: 8px 14px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 6px;
    border: 0.2px solid rgba(0, 0, 0, 0.06);
    background: #fff;
    -webkit-box-shadow: 0 0.2px 0.4px 0 rgba(0, 0, 0, 0.04),
    0 1px 2px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 0.2px 0.4px 0 rgba(0, 0, 0, 0.04),
    0 1px 2px 0 rgba(0, 0, 0, 0.02);
    gap: 5px;
}
@media only screen and (max-width: 767px) {
    .statistics_card__ {
        padding: 8px;
    }
}
.statistics_card__ .statistics_number__ {
    color: #00235c;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.42px;
}
@media only screen and (max-width: 767px) {
    .statistics_card__ .statistics_number__ {
        font-size: 14px;
    }
}
.statistics_card__ .statistics_title__ {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.42px;
}
.dropdown__ {
    position: relative;
}
.dropdown__ .butt__,
.dropdown__ > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    color: #000;
    font-size: 14px;
    width: 100%;
}
.dropdown__ .butt__:after,
.dropdown__ > a:after {
    content: url("https://beta.thebrazilianhub.com/assets/front/css/images/shapes/arrow_down.svg");
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    border: none !important;
    -webkit-margin-start: 6px;
    margin-inline-start: 6px;
    height: 18px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.dropdown__ .butt__.with_arrow_animation:after,
.dropdown__ > a.with_arrow_animation:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.dropdown__ .butt__.with_arrow_animation:hover:after,
.dropdown__ > a.with_arrow_animation:hover:after {
    -webkit-transform: unset;
    transform: unset;
}
.dropdown__ .butt__:hover,
.dropdown__ > a:hover {
    text-decoration: none;
}
.dropdown__ .sub-menu__ {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    display: table;
    position: absolute;
    top: 100%;
    inset-inline-end: 0;
    background-color: #fff;
    width: 100%;
    padding: 12px 20px;
    border: none;
    -webkit-transform-origin: center 0;
    transform-origin: center 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    border-radius: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 991px) {
    .dropdown__ .sub-menu__ {
        min-width: 100%;
    }
}
.dropdown__ .sub-menu__ li .list_content__,
.dropdown__ .sub-menu__ li a {
    font-size: 1.4rem;
    font-weight: 300;
    display: block;
    text-decoration: none;
    text-transform: capitalize;
    color: #000;
    padding: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}
.dropdown__ .sub-menu__ li .list_content__:after,
.dropdown__ .sub-menu__ li a:after {
    content: url("https://beta.thebrazilianhub.com/assets/front/css/images/shapes/drop_down_menu_links_arrow.svg");
    position: absolute;
    top: 50%;
    inset-inline-end: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dropdown__ .sub-menu__ li .list_content__:hover,
.dropdown__ .sub-menu__ li a:hover {
    color: #00235c !important;
}
.dropdown__ .sub-menu__ li .list_content__:hover:before,
.dropdown__ .sub-menu__ li a:hover:before {
    -webkit-filter: unset !important;
    filter: unset !important;
}
.dropdown__ .sub-menu__ li .list_content__:before,
.dropdown__ .sub-menu__ li a:before {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}
.dropdown__ .sub-menu__ li .list_content__.profile__:before,
.dropdown__ .sub-menu__ li a.profile__:before {
    content: url("https://beta.thebrazilianhub.com/assets/front/css/images/shapes/header_user_dropdown_menu_links_icons/profile__.svg");
}
.dropdown__ .sub-menu__ li .list_content__.packages__:before,
.dropdown__ .sub-menu__ li a.packages__:before {
    content: url("https://beta.thebrazilianhub.com/assets/front/css/images/shapes/header_user_dropdown_menu_links_icons/packages__.svg");
}
.dropdown__ .sub-menu__ li .list_content__.wallet__:before,
.dropdown__ .sub-menu__ li a.wallet__:before {
    content: url("https://beta.thebrazilianhub.com/assets/front/css/images/shapes/header_user_dropdown_menu_links_icons/wallet__.svg");
}
.dropdown__ .sub-menu__ li .list_content__.favorite__:before,
.dropdown__ .sub-menu__ li a.favorite__:before {
    content: url("https://beta.thebrazilianhub.com/assets/front/css/images/shapes/header_user_dropdown_menu_links_icons/favorite__.svg");
}
.dropdown__ .sub-menu__ li .list_content__.change_password__:before,
.dropdown__ .sub-menu__ li a.change_password__:before {
    content: url("https://beta.thebrazilianhub.com/assets/front/css/images/shapes/header_user_dropdown_menu_links_icons/change_password__.svg");
}
.dropdown__ .sub-menu__ li .list_content__:hover,
.dropdown__ .sub-menu__ li a:hover {
    text-decoration: none;
    color: #00235c;
}
.dropdown__:hover .sub-menu__ {
    visibility: visible;
    opacity: 1;
    z-index: 112;
    border-radius: 25px;
}
@media only screen and (max-width: 991px) {
    .dropdown__ .butt__,
    .dropdown__ > a {
        color: #fff;
        font-size: 14px;
        background-color: rgba(255, 255, 255, 0.2);
        height: 49px;
        padding: 0 10px;
        border-radius: 13px;
    }
    .dropdown__ .butt__:after,
    .dropdown__ > a:after {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
    .dropdown__ .figure__ {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
}
.sing-up-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.sing-up-blocks .singup_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    background-color: transparent;
    border: 1px solid #000;
    min-width: 147px;
    height: 49px;
    padding: 3px 20px;
    border-radius: 26px;
    font-size: 1.4rem;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.sing-up-blocks .singup_link:hover {
    background-color: rgba(5, 140, 76, 0.1);
}
.sing-up-blocks .singup_link.login_link {
    min-width: 168px;
    border-color: transparent;
    color: #fff;
    background-color: #058c4c;
}
.sing-up-blocks .singup_link.login_link:hover {
    background-color: rgba(5, 140, 76, 0.9);
}
.sing-up-blocks .singup_link .icon__ {
    background-color: transparent !important;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}
.sing-up-blocks.nav_sign_block__ {
    display: none;
}
@media only screen and (max-width: 991px) {
    .sing-up-blocks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        gap: 0;
    }
    .sing-up-blocks .singup_link {
        width: 50%;
        border-radius: 0;
        margin-bottom: 0;
        min-width: 70px;
        padding: 3px 10px;
        height: 49px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: #fff;
        background-color: transparent;
    }
}
@media only screen and (max-width: 991px) and (max-width: 500px) {
    .sing-up-blocks .singup_link {
        font-size: 10px;
    }
}
@media only screen and (max-width: 991px) {
    .sing-up-blocks .singup_link:hover {
        background-color: rgba(5, 140, 76, 0.2);
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: #fff;
    }
    .sing-up-blocks .singup_link.login_link {
        background-color: rgba(255, 255, 255, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: #fff;
        height: 49px;
        margin: 0;
    }
    .sing-up-blocks .singup_link.login_link:hover {
        border: 1px solid rgba(255, 255, 255, 0.2);
        background-color: rgba(255, 255, 255, 0.2);
        color: #fff;
    }
    .sing-up-blocks.nav_sign_block__ {
        display: block;
        margin-bottom: 30px;
    }
}
.header_logo__ {
    display: block;
    z-index: 1;
    -ms-flex-preferred-size: content;
    flex-basis: content;
    -webkit-margin-end: 9.6rem;
    margin-inline-end: 9.6rem;
    max-width: 12.8rem;
    min-width: 12.8rem;
    max-height: 4.2rem;
    height: 4.2rem;
}
@media only screen and (max-width: 1199px) {
    .header_logo__ {
        -webkit-margin-end: 2.6rem;
        margin-inline-end: 2.6rem;
    }
}
@media only screen and (max-width: 991px) {
    .header_logo__ {
        -webkit-margin-end: 0;
        margin-inline-end: 0;
        max-width: 12rem;
        min-width: 12rem;
    }
}
.header_logo__ .figure__ {
    width: 100%;
}
.header_logo__ img {
    width: 100%;
    max-height: 52px;
    -o-object-fit: contain;
    object-fit: contain;
}
@media only screen and (max-width: 1199px) {
    .header_logo__ img {
        max-height: 40px;
    }
}
.nav-om {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%;
    z-index: 1;
}
.nav-om .close-button__,
.nav-om .nav_logo__ {
    display: none;
}
.nav-om .nav-list-om {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    gap: 4rem;
}
@media (max-width: 1300px) {
    .nav-om .nav-list-om {
        gap: 2rem;
    }
}
@media only screen and (max-width: 1199px) {
    .nav-om .nav-list-om {
        gap: 1rem;
    }
}
.nav-om .nav-list-om.small_size_only__ {
    display: none;
}
@media only screen and (max-width: 991px) {
    .nav-om .nav-list-om.small_size_only__ {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.nav-om .nav-list-om > li {
    cursor: pointer;
}
.nav-om .nav-list-om > li > a {
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    text-decoration: none;
    padding: 0;
    position: relative;
    display: block;
    margin: 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
@media only screen and (max-width: 1199px) {
    .nav-om .nav-list-om > li > a {
        font-size: 1.4rem;
    }
}
.nav-om .nav-list-om > li > a:hover {
    color: #00235c !important;
}
.nav-om .nav-list-om > li.active a {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#009550),
        to(#016637)
    );
    background-image: linear-gradient(180deg, #009550, #016637);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
@media only screen and (max-width: 767px) {
    .nav-om .nav-list-om > li.active a {
        background-clip: unset;
        background-image: unset;
        color: #058c4c !important;
    }
}
@media only screen and (max-width: 991px) {
    .nav-om {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        position: fixed;
        top: 0;
        right: -100%;
        height: 100%;
        width: 100%;
        z-index: 1111;
        padding: 20px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        overflow-y: auto;
        display: block;
        padding-top: 90px;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 25px;
    }
    .nav-om .nav_logo__ {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        min-width: 100%;
        max-width: 150px;
    }
    .nav-om .nav_logo__ img {
        max-width: 100%;
    }
    .nav-om .close-button__ {
        display: block;
    }
    html[dir="rtl"] .nav-om {
        left: -100%;
        right: unset;
    }
    .nav-om.active-menu {
        right: 0;
    }
    html[dir="rtl"] .nav-om.active-menu {
        left: 0;
        right: unset;
    }
    .nav-om .nav-list-om {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        margin: 0;
        gap: 0;
    }
    html[dir="rtl"] .nav-om .nav-list-om {
        margin: 0;
        padding: 0;
    }
    .nav-om .nav-list-om > li > a {
        color: #058c4c !important;
        padding: 10px 25px;
        display: block;
        margin: 0;
        font-size: 14px !important;
        text-align: start;
    }
    .nav-om .nav-list-om > li > a:after {
        content: none;
        display: none;
    }
    html[dir="rtl"] .nav-om .nav-list-om > li > a {
        margin: 0;
    }
    .nav-om .nav-list-om > li > a:hover {
        background-color: transparent;
    }
    .nav-om .header_list_item__.with_menu__ {
        -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
        order: 999;
    }
}
.menu_button__ {
    display: none;
}
@media only screen and (max-width: 991px) {
    .menu_button__ {
        width: 50px;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: rgba(5, 140, 76, 0.1);
        position: relative;
        width: 40px;
        height: 40px;
        color: #058c4c;
        border-radius: 50%;
    }
    .menu_button__ svg {
        width: 20px;
    }
}
.toolbar_options__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    z-index: 1;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0.7rem;
}
.toolbar_options__ .block__ {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.toolbar_options__ .block__.header_links_block__ {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#058c4c),
        to(#00235c)
    );
    background: linear-gradient(90deg, #058c4c, #00235c);
    border-radius: 9px;
    padding: 1px;
}
.toolbar_options__ .block__ .header_links__ {
    padding: 15px;
    border-radius: 9px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4rem;
}
@media (max-width: 1300px) {
    .toolbar_options__ .block__ .header_links__ {
        gap: 2rem;
    }
}
@media only screen and (max-width: 1199px) {
    .toolbar_options__ .block__ .header_links__ {
        gap: 2rem;
    }
}
@media only screen and (max-width: 991px) {
    .toolbar_options__ .block__ .header_links__ {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media only screen and (max-width: 767px) {
    .toolbar_options__ .block__ .header_links__ {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.toolbar_options__ .block__ .header_links__ a {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}
@media only screen and (max-width: 1199px) {
    .toolbar_options__ .block__ .header_links__ a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 991px) {
    .toolbar_options__ {
        width: 100%;
        min-width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 0;
        row-gap: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .toolbar_options__ .block__ {
        width: 100%;
    }
    .toolbar_options__ .block__.lang__ {
        position: absolute;
        top: 20px;
        inset-inline-start: 20px;
    }
    .toolbar_options__ .block__.lang__ .lang_link__ {
        font-size: 1.2rem;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .toolbar_options__ .block__.lang__ .lang_link__:after {
        display: none;
    }
    .toolbar_options__ .block__.info_link_item__ {
        width: 100%;
    }
    .toolbar_options__ .block__.info_link_item__:hover .info_link_block__:after {
        -webkit-filter: unset !important;
        filter: unset !important;
        background-color: transparent;
        content: url("https://beta.thebrazilianhub.com/assets/front/css/images/shapes/header_info_dropdown_more_icon_white.svg");
        border-end-end-radius: 0;
    }
    .toolbar_options__ .block__.info_link_item__ .user_name__ {
        color: #fff;
    }
    .toolbar_options__ .block__.dropdown__ {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .toolbar_options__ .block__.sing_up_blocks_list_item__ {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .toolbar_options__ .block__.lang_list_item__ {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .toolbar_options__ .block__.search_mode {
        display: unset;
    }
}
.main_header__ {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    overflow: visible;
    position: absolute;
    width: 100%;
}
.fixed_header__ {
    position: relative;
    z-index: 111;
    background-color: transparent;
    padding: 35px 0;
}
@media only screen and (max-width: 991px) {
    .fixed_header__ {
        padding: 10px 0;
    }
}
.fixed_header__:where(.active_menu__) {
    background-color: #fff;
    padding: 0 !important;
}
.fixed_header__.active_menu__,
.fixed_header__.not_active_menu__ {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
    -webkit-transition: 0s;
    transition: 0s;
}
.fixed_header__.active_menu__ {
    -webkit-animation: active-menu 0.5s;
    animation: active-menu 0.5s;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.fixed_header__.not_active_menu__ {
    -webkit-animation: not-active-menu 0.5s;
    animation: not-active-menu 0.5s;
    top: -200px;
}
.header_content__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 16px;
    border-radius: 12px;
}
.top_header {
    padding: 30px 0 0;
}
@media only screen and (max-width: 767px) {
    .top_header {
        padding: 10px 0 0;
    }
}
@media only screen and (max-width: 991px) {
    .top_header {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.top_header .header_contacts__ {
    position: relative;
    height: 53px;
    -webkit-padding-end: 45px;
    padding-inline-end: 45px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
    .top_header .header_contacts__ {
        -webkit-padding-end: 10px;
        padding-inline-end: 10px;
    }
}
@media only screen and (max-width: 500px) {
    .top_header .header_contacts__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.top_header .header_contacts__:after {
    content: "";
    position: absolute;
    background-color: rgba(0, 35, 92, 0.1);
    border-radius: 16px;
    height: 100%;
    width: 500%;
    inset-inline-end: 0;
    top: 0;
    z-index: -1;
}
.top_header .header_social__ {
    -webkit-margin-start: 22px;
    margin-inline-start: 22px;
}
@media only screen and (max-width: 991px) {
    .top_header .header_social__ {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 5px;
    }
}
.top_header .header_social__ .title__ {
    color: #606060;
    font-size: 1.4rem;
    font-weight: 400;
}
.top_header .header_social__ .header_social_list__ {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(30px, 40px) 8px minmax(30px, 40px) 8px
    minmax(30px, 40px) 8px minmax(30px, 40px) 8px minmax(30px, 40px);
    grid-template-columns: repeat(5, minmax(30px, 40px));
    -webkit-margin-start: 12px;
    margin-inline-start: 12px;
    gap: 8px;
}
@media only screen and (max-width: 500px) {
    .top_header .header_social__ .header_social_list__ {
        gap: 3px;
    }
}
.header_list_item__.with_menu__ {
    position: relative;
}
@media only screen and (max-width: 991px) {
    .header_list_item__.with_menu__ > a {
        display: none !important;
    }
}
.header_list_item__.with_menu__ .menu__ {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 700px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    max-width: 50vw;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media only screen and (max-width: 991px) {
    .header_list_item__.with_menu__ .menu__ {
        opacity: 1;
        visibility: visible;
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        min-width: unset;
        max-width: unset;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
    }
}
.header_list_item__.with_menu__ .menu__:before {
    content: "";
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
    height: 45px;
    cursor: default;
}
@media only screen and (max-width: 991px) {
    .header_list_item__.with_menu__ .menu__:before {
        display: none;
    }
}
.header_list_item__.with_menu__ .menu__ .menu_header__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
    gap: 15px;
    padding-block: 10px;
    cursor: default;
}
.header_list_item__.with_menu__ .menu__ .nav {
    margin: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 991px) {
    .header_list_item__.with_menu__ .menu__ .nav {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.header_list_item__.with_menu__ .menu__ .nav .nav-item {
    margin: 0 !important;
    padding-inline: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header_list_item__.with_menu__ .menu__ .nav .nav-item:not(:last-child) {
    -webkit-border-end: 1px solid #f0f0f0;
    border-inline-end: 1px solid #f0f0f0;
}
.header_list_item__.with_menu__ .menu__ .nav .nav-link {
    border: 0 !important;
    padding: 0 !important;
    min-width: unset !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    font-size: 16px !important;
}
@media only screen and (max-width: 991px) {
    .header_list_item__.with_menu__ .menu__ .nav .nav-link {
        font-size: 14px !important;
    }
}
.header_list_item__.with_menu__ .menu__ .nav .nav-link.active {
    font-weight: 700;
}
.header_list_item__.with_menu__ .menu__ .menu_list__ {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 10px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
@media only screen and (max-width: 767px) {
    .header_list_item__.with_menu__ .menu__ .menu_list__ {
        -ms-grid-columns: (minmax(0, 1fr)) [1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
.header_list_item__.with_menu__ .menu__ .haeder_menu_link__ {
    color: #4b657c;
    font-size: 14px;
    min-height: 25px;
    margin: 3px 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 18px;
}
.header_list_item__.with_menu__ .menu__ .haeder_menu_link__ img {
    margin: 0 !important;
}
.header_list_item__.with_menu__.active__ .menu__ {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 45px);
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.footer_sec__ {
    padding-top: 5rem;
    position: relative;
    background-blend-mode: overlay;
    background-size: cover;
    background-color: #fff;
    overflow: hidden;
}
@media only screen and (max-width: 991px) {
    .footer_sec__ {
        padding-top: 3rem;
    }
}
@media only screen and (max-width: 767px) {
    .footer_sec__ {
        padding-top: 2rem;
    }
}
.footer_content__ {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 368px 78px 1fr;
    grid-template-columns: 368px 1fr;
    gap: 78px;
}
@media only screen and (max-width: 991px) {
    .footer_content__ {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .footer_content__ {
        gap: 16px;
    }
}
.footer_logo__ {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 17px;
}
@media only screen and (max-width: 991px) {
    .footer_logo__ {
        margin: 0 auto;
    }
}
.footer_logo__ img {
    max-width: 146px;
    width: 146px;
    max-height: 48px;
    height: 48px;
}
.footer_text__ {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
@media only screen and (max-width: 991px) {
    .footer_text__ {
        text-align: center;
        font-size: 16px;
    }
}
.footer_head__ {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
    .footer_head__ {
        font-size: 16px;
        margin-bottom: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .footer_head__ {
        font-size: 14px;
        margin-bottom: 8px;
    }
}
.footer_links_sec__ {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
@media only screen and (max-width: 991px) {
    .footer_links_sec__ {
        gap: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .footer_links_sec__ {
        -ms-grid-columns: 1fr 16px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}
.footer_list__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 16px;
    padding: 0;
}
@media only screen and (max-width: 991px) {
    .footer_list__ {
        gap: 8px;
    }
}
.footer_list__ a {
    color: #555;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: start;
    gap: 15px;
}
@media only screen and (max-width: 991px) {
    .footer_list__ a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .footer_list__ a {
        font-size: 12px;
    }
}
.footer_list__ a:hover {
    opacity: 0.8;
    color: #058c4c;
}
.copyrights_sec__ {
    margin-top: 5rem;
}
.copyrights_content___ {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #b7b7b7;
    padding-block: 3rem;
}
@media only screen and (max-width: 991px) {
    .copyrights_content___ {
        padding-block: 2rem;
        margin-top: 3rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media only screen and (max-width: 767px) {
    .copyrights_content___ {
        margin-top: 2rem;
    }
}
.copyrights_content___ .copyright_text__ {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
@media only screen and (max-width: 991px) {
    .copyrights_content___ .copyright_text__ {
        text-align: center;
    }
}
.footer_socials__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.4rem;
    max-width: 32rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
    .footer_socials__ {
        position: relative;
        margin-inline: auto;
        margin-bottom: 1rem;
    }
}
.footer_socials__ .link__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    background-color: #058c4c;
    border-radius: 10px;
    -webkit-box-shadow: 0 -0.8px 0 0 rgba(0, 0, 0, 0.14) inset,
    0 0.8px 0 0 rgba(255, 255, 255, 0.16) inset;
    box-shadow: 0 -0.8px 0 0 rgba(0, 0, 0, 0.14) inset,
    0 0.8px 0 0 rgba(255, 255, 255, 0.16) inset;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.input__ {
    height: 51px;
    border: solid 1px #fff;
    background-color: transparent;
    outline: none;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 16px;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    border-radius: 1rem;
}
.input__:focus,
.input__:hover {
    border-color: #fff;
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.15);
}
.input__::-webkit-inner-spin-button,
.input__::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.input__::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.input__::-moz-placeholder {
    color: #fff;
    opacity: 1;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.input__:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.input__::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.input__::placeholder {
    color: #fff;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.input__.magin_bottom {
    margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
    .input__.magin_bottom {
        margin-bottom: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .input__.magin_bottom {
        margin-bottom: 12px;
    }
}
.textarea-om {
    height: 99px;
    resize: none;
    width: 100%;
}
.textarea-om:focus {
    outline: 0;
}
.select__ {
    width: 100% !important;
    margin-bottom: 0;
}
.select__ .dropdown-toggle {
    height: 46px;
    font-weight: 300;
    border: solid 1px #e8e8e8;
    border-radius: 26px;
    background-color: transparent;
    padding: 10px 30px;
    font-size: 1.4rem;
    font-stretch: normal;
    color: #000;
    outline: none !important;
    position: relative;
}
.select__ .dropdown-toggle:after {
    content: url("https://beta.thebrazilianhub.com/assets/front/css/images/shapes/arrow_down.svg");
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    inset-inline-end: 10%;
    background-color: transparent;
    border: none;
    outline: none;
}
.select__ .dropdown-toggle .filter-option-inner-inner {
    font-size: 1.4rem;
    color: #000;
}
.select__ .dropdown-toggle .filter-option {
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    text-align: right;
}
html[dir="rtl"] .select__ .dropdown-toggle .filter-option {
    text-align: left;
}
.select__ .dropdown-toggle:active,
.select__ .dropdown-toggle:focus {
    background-color: #fff !important;
    border-color: #058c4c !important;
    color: #000 !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.select__.show > .btn-light.dropdown-toggle {
    background-color: #fff !important;
    border-color: #058c4c !important;
    color: #000 !important;
    outline: none !important;
}
.select__ .dropdown-menu li .dropdown-item {
    outline: none !important;
    font-size: 14px;
    color: #000;
    border-radius: 0;
}
.select__ .dropdown-menu li .dropdown-item.active,
.select__ .dropdown-menu li .dropdown-item:active,
.select__ .dropdown-menu li .dropdown-item:hover {
    outline: none !important;
    background-color: #058c4c;
    color: #fff;
}
.checkbox-group-om {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.checkbox-group-om .checkbox-om {
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.checkbox-group-om .checkbox-om:checked + .checkbox-label-om {
    border-color: #00235c;
    background-image: url("https://beta.thebrazilianhub.com/assets/front/css/images/shapes/checkbox.svg");
}
.checkbox-group-om .checkbox-label-om {
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #e8e8e8;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-margin-end: 6px;
    margin-inline-end: 6px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.checkbox-group-om .label__ {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #000;
    cursor: pointer;
}
.radio-group-om {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
}
.radio-group-om .radio-om {
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.radio-group-om .radio-om:checked + .radio-label-om {
    border-color: #058c4c;
    background-image: url("https://beta.thebrazilianhub.com/assets/front/css/images/shapes/check.svg");
}
.radio-group-om .radio-om:checked ~ .text_wrapper .radio_title__ {
    color: #058c4c !important;
}
.radio-group-om .radio-om:checked ~ .text_wrapper .radio_description__ {
    color: #000;
}
.radio-group-om .radio-label-om {
    cursor: pointer;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid #86959f;
    background-position: center center;
    background-size: 10px;
    background-repeat: no-repeat;
}
.radio-group-om .text_ {
    margin: 0;
    font-size: 15px;
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
    cursor: pointer;
    color: #000;
}
.radio-group-om .radio_title__ {
    font-size: 1.4rem;
    font-weight: 700;
    color: #343c57;
    margin-bottom: 10px;
}
.radio-group-om .radio_description__ {
    font-size: 1.4rem;
    font-weight: 300;
    color: #343c57;
}
.validation_text {
    font-size: 1.3rem;
    font-weight: 400;
    color: #f0053c;
    margin-bottom: 10px;
}
.input_wrapper {
    width: 100%;
}
.form_wrapper__ {
    margin: 0 auto;
    background-color: #fff;
    border-radius: 25px;
}
@media only screen and (max-width: 991px) {
    .form_wrapper__ {
        padding: 20px;
        border-radius: 20px;
    }
}
.form_image__ {
    margin-bottom: 45px !important;
}
@media only screen and (max-width: 767px) {
    .form_image__ {
        margin-bottom: 25px !important;
    }
}
.registeration_page_title_wrapper__ {
    margin-bottom: 40px !important;
}
.registeration_page_title_wrapper__ .section_sub_title__ {
    font-size: 1.3rem;
}
.registeration_page_title_wrapper__ .mail__ {
    margin-top: 10px;
}
.main_form__ {
    max-width: 352px;
    margin-left: auto;
    margin-right: auto;
}
.main_form__.large_width__ {
    max-width: 566px;
}
.input_group__ {
    margin-bottom: 10px;
}
.input_group__.flex_group__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.input_group__.flex_group__ .input_group__ {
    width: 100%;
}
.input_group__.flex_group__.group_gap__ {
    gap: 15px;
}
.input_group__.flex_group__.small_group_gap {
    gap: 15px;
}
.input_group__.flex_group__.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
}
.input_group__.flex_group__.half_width__ {
    width: 50%;
}
@media only screen and (max-width: 767px) {
    .input_group__.flex_group__.full_width_xs_screen__ {
        min-width: 100%;
    }
}
.input_group__.flex_group__ .input__,
.input_group__.flex_group__ .select__ {
    min-width: calc(50% - 10px) !important;
}
@media only screen and (max-width: 500px) {
    .input_group__.flex_dir_col_xxs_screen__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media only screen and (max-width: 767px) {
    .input_group__.flex_dir_col_xs_screen__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.input_group__.none_margin__ {
    margin: 0;
}
.input_group__.margin_top {
    margin-top: 60px;
}
.input_group__.full_width__ {
    width: 100%;
}
.input_group__.date_input__ {
    position: relative;
}
.input_group__.date_input__:after {
    content: url("https://beta.thebrazilianhub.com/assets/front/css/images/shapes/date_input_icon.svg");
    position: absolute;
    top: 50%;
    inset-inline-end: 37px;
    -webkit-transform: translateY(-43%);
    transform: translateY(-43%);
}
.label__ {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    width: 18rem;
}
.label__.required__:after {
    content: "*";
    font-weight: 700;
}
.swiper-button-next,
.swiper-button-prev {
    width: 30px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: 1px solid #00235c;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
}
.swiper-button-next.white_color__,
.swiper-button-prev.white_color__ {
    border-color: #fff;
}
.swiper-button-next.white_color__:after,
.swiper-button-prev.white_color__:after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.swiper-button-next.white_color__:hover,
.swiper-button-prev.white_color__:hover {
    background-color: #fff;
}
.swiper-button-next.white_color__:hover:after,
.swiper-button-prev.white_color__:hover:after {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    border: 1px solid transparent;
    background-color: rgba(155, 155, 155, 0.16);
    opacity: 1;
}
.swiper-button-next.swiper-button-disabled.white_color__,
.swiper-button-prev.swiper-button-disabled.white_color__ {
    background-color: rgba(255, 255, 255, 0.2);
}
.swiper-button-next:after,
.swiper-button-prev:after {
    content: url("https://beta.thebrazilianhub.com/assets/front/css/images/shapes/arrow-right.svg");
    display: block;
    position: static;
    height: 64px;
    -webkit-transform: unset;
    transform: unset;
}
html[dir="rtl"] .swiper-button-next:after,
html[dir="rtl"] .swiper-button-prev:after {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #00235c;
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.swiper-button-next.single_page_button,
.swiper-button-prev.single_page_button {
    position: static;
    border: 1px solid #e8e8e8;
}
.swiper-button-next.single_page_button:after,
.swiper-button-prev.single_page_button:after {
    content: url("https://beta.thebrazilianhub.com/assets/front/css/images/shapes/arrow-right.svg");
    -webkit-filter: brightness(0.8) grayscale(1);
    filter: brightness(0.8) grayscale(1);
}
.swiper-button-next.single_page_button:hover,
.swiper-button-prev.single_page_button:hover {
    background-color: #058c4c;
    border-color: #058c4c;
}
.swiper-button-next.single_page_button:hover:after,
.swiper-button-prev.single_page_button:hover:after {
    -webkit-filter: unset;
    filter: unset;
}
.swiper-button-next:after {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
html[dir="rtl"] .swiper-button-next:after {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.swiper-pagination {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3;
    gap: 6px;
}
.swiper-pagination.intro_swiper_pagination {
    position: absolute !important;
    top: calc(100% - 45px) !important;
    inset-inline-start: 124px !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 40%;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    position: relative;
    margin: 0 2px;
    border-radius: 7px !important;
    background-color: transparent;
    opacity: 1;
    height: 23px !important;
    width: 10px !important;
    background-color: rgba(255, 255, 255, 0.35);
    margin-top: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.swiper-pagination-clickable .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.swiper-pagination-clickable
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fbb03b;
}
.arrow-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.arrow-sec .swiper-button-next,
.arrow-sec .swiper-button-prev {
    -webkit-transform: unset;
    transform: unset;
    margin: 0;
    position: static;
    -webkit-margin-start: 16px;
    margin-inline-start: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.default_page__ {
    min-height: 50vh;
    padding-top: 100px;
    padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
    .default_page__ {
        padding-top: 43px;
        padding-bottom: 43px;
    }
}
@media only screen and (max-width: 767px) {
    .default_page__ {
        padding-top: 23px;
        padding-bottom: 23px;
    }
}
.default_section__ {
    padding-bottom: 5rem;
    padding-top: 5rem;
}
@media only screen and (max-width: 991px) {
    .default_section__ {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .default_section__ {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}
.section_tools_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 500px) {
    .section_tools_wrapper__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 20px 0;
    }
}
.row_modify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 1199px) {
    .row_modify {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.row_modify.with_row_gap {
    row-gap: 30px;
}
@media only screen and (max-width: 767px) {
    .row_modify.with_row_gap {
        row-gap: 15px;
    }
}
.row_modify.with_margin_bottom__ {
    margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
    .row_modify.reverse_dir_column_small_size {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.row_modify.justify_between__ {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.row_modify.items_center__ {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.row_modify.items_start__ {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.row_modify.items_end__ {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.col_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section_block_title__ {
    font-size: 1.6rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}
.hero_sec__ {
    position: relative;
    height: 100svh;
}
.hero_sec__ .hero_video__ {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.hero_sec__ .hero_content__ {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    height: 100%;
    padding-top: 20svh;
    max-width: 900px;
    margin: 0 auto;
}
.hero_sec__ .title__ {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
    .hero_sec__ .title__ {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .hero_sec__ .title__ {
        font-size: 30px;
    }
}
.hero_sec__ .parag__ {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
    .hero_sec__ .parag__ {
        font-size: 16px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .hero_sec__ .parag__ {
        font-size: 14px;
        margin-bottom: 20px;
    }
}
.hero_sec__:after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.businesses_sec__ {
    padding-top: 120px;
    padding-bottom: 75px;
}
@media only screen and (max-width: 1199px) {
    .businesses_sec__ {
        padding-top: 80px;
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .businesses_sec__ {
        padding-block: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .businesses_sec__ {
        padding-block: 20px;
    }
}
.businesses_sec__ .title__ {
    font-size: 17px;
    color: #333;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
    .businesses_sec__ .title__ {
        font-size: 15px;
        margin-bottom: 20px;
    }
}
.businesses_sec__ .businesses_swiper__ {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.businesses_sec__ .businesses_swiper__ .swiper-slide {
    -webkit-border-end: 1px solid #e8e8e8;
    border-inline-end: 1px solid #e8e8e8;
    padding-inline: 24px;
}
.businesses_sec__ .businesses_swiper__:after {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100px;
    height: 100%;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(rgba(255, 255, 255, 0)),
        to(white)
    );
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 100%);
    pointer-events: none;
    z-index: 2;
}
html[dir="rtl"] .businesses_sec__ .businesses_swiper__:after {
    inset-inline-start: auto;
    inset-inline-end: 0;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(255, 255, 255, 0)),
        to(white)
    );
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}
.businesses_sec__ .businesses_swiper__:before {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    width: 100px;
    height: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(255, 255, 255, 0)),
        to(white)
    );
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    pointer-events: none;
    z-index: 2;
}
html[dir="rtl"] .businesses_sec__ .businesses_swiper__:before {
    inset-inline-end: auto;
    inset-inline-start: 0;
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(rgba(255, 255, 255, 0)),
        to(white)
    );
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 100%);
}
.businesses_sec__ .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.sectors_swiper__ {
    margin-bottom: 32px;
}
@media only screen and (max-width: 991px) {
    .sectors_swiper__ {
        margin-bottom: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .sectors_swiper__ {
        margin-bottom: 16px;
    }
}
.banner_section__ {
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    padding-block: 120px;
}
@media only screen and (max-width: 1199px) {
    .banner_section__ {
        padding-block: 80px;
    }
}
@media only screen and (max-width: 991px) {
    .banner_section__ {
        padding-block: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .banner_section__ {
        padding-block: 20px;
    }
}
.banner_section__ .banner_swiper__ {
    margin: 0 auto;
}
.banner_section__ .banner_swiper__ .swiper-container {
    overflow: visible !important;
}
.banner_section__ .figure__ {
    width: 100%;
}
.digital_solutions_section__ {
    background-color: #f8f8f8;
}
.suppliers_section__ {
    background-color: #f8f8f8;
}
.plans_section__ {
    padding-block: 120px;
}
@media only screen and (max-width: 1199px) {
    .plans_section__ {
        padding-block: 80px;
    }
}
@media only screen and (max-width: 991px) {
    .plans_section__ {
        padding-block: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .plans_section__ {
        padding-block: 20px;
    }
}
.faq_section__ {
    padding-block: 120px;
}
@media only screen and (max-width: 1199px) {
    .faq_section__ {
        padding-block: 80px;
    }
}
@media only screen and (max-width: 991px) {
    .faq_section__ {
        padding-block: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .faq_section__ {
        padding-block: 20px;
    }
}
.features_section__ {
    padding-block: 120px;
}
@media only screen and (max-width: 1199px) {
    .features_section__ {
        padding-block: 80px;
    }
}
@media only screen and (max-width: 991px) {
    .features_section__ {
        padding-block: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .features_section__ {
        padding-block: 20px;
    }
}
.testimonials_section__ .tabs__ {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin-inline: auto;
    height: 56px;
}
@media only screen and (max-width: 991px) {
    .testimonials_section__ .tabs__ {
        width: 100% !important;
    }
}
.contact_us_section__ {
    background-color: #1b1c1b;
}
.contact_us_section__ .sec_title__ {
    color: #fff;
    font-size: 42px;
    font-weight: 500;
}
@media only screen and (max-width: 991px) {
    .contact_us_section__ .sec_title__ {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .contact_us_section__ .sec_title__ {
        font-size: 24px;
    }
}
.contact_us_section__ .sec_suptitle__ {
    color: #d1d1d1;
    font-size: 24px;
    font-weight: 400;
}
@media only screen and (max-width: 991px) {
    .contact_us_section__ .sec_suptitle__ {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .contact_us_section__ .sec_suptitle__ {
        font-size: 16px;
    }
}
.contact_us_section__ .row_modify {
    margin-top: 16px;
}
.contact_us_section__ .image_wrapper__ {
    max-width: 702px;
}
.contact_us_section__ .figure__ {
    padding-bottom: 58.6%;
}
.contact_us_section__ .contact_form_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}
@media only screen and (max-width: 991px) {
    .contact_us_section__ .contact_form_wrapper__ {
        gap: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .contact_us_section__ .contact_form_wrapper__ {
        gap: 8px;
    }
}
.marquee_container__ {
    overflow: hidden;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}
.marquee_content__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    will-change: transform;
}
.sectors_card__ {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-margin-end: 40px;
    margin-inline-end: 40px;
}
@media only screen and (max-width: 991px) {
    .sectors_card__ {
        -webkit-margin-end: 20px;
        margin-inline-end: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .sectors_card__ {
        -webkit-margin-end: 10px;
        margin-inline-end: 10px;
    }
}
.registeration_page__ {
    padding-top: 70px;
    padding-bottom: 120px;
    background-image: url("https://beta.thebrazilianhub.com/assets/front/css/images/shapes/registeration_page_background.svg");
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
@media only screen and (max-width: 991px) {
    .registeration_page__ {
        padding: 20px 0;
    }
}
.shape__ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.shape__:after,
.shape__:before {
    content: "";
    position: absolute;
    width: 977px;
    border-radius: 60px;
}
.shape__:after {
    background-color: #058c4c;
    height: 352px;
    bottom: 158px;
    inset-inline-start: -940px;
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
}
.shape__:before {
    background-color: #00235c;
    height: 21px;
    inset-inline-start: -800px;
    bottom: 0;
}
.shape__.inset_inline_end_shape__:after {
    inset-inline-start: unset;
    inset-inline-end: -940px;
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
}
.shape__.inset_inline_end_shape__:before {
    inset-inline-start: unset;
    inset-inline-end: -800px;
}
.register_figure__ {
    margin-bottom: 50px !important;
}
.form_label_for_info__ {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}
.form_label_for_info__ .head__,
.form_label_for_info__ .link__ {
    font-size: 1.3rem;
    font-weight: 600;
    color: #394444;
    margin-bottom: 0;
}
.form_label_for_info__ .link__ {
    color: #000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
}
.form_label_for_info__ .link__:hover {
    text-decoration: underline;
}
.form_label_for_info__.border_wrapper__ {
    border: 1px solid #00235c;
    border-radius: 26px;
    padding: 13px 10px;
}
.second_registration_title__ {
    font-size: 1.4rem;
    font-weight: 400;
    color: #343c57;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}
.form_label_for_info_group__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.code_shapes__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    direction: ltr;
    position: relative;
    width: 100%;
    margin-bottom: 26px;
    gap: 8px;
}
.code_shapes__ .code-input {
    text-align: center;
    width: 54px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 16px;
    border: 1px solid #e8e8e8;
    font-size: 3.3rem;
    font-weight: 300;
    color: #00235c;
    font-family: sans-serif;
    outline: none;
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.code_shapes__ .code-input.active {
    background-color: #00235c;
    color: #fff;
}
.count_down_wrapper__ {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
.count_down_wrapper__ svg g {
    stroke-dasharray: 140 350;
    stroke-width: 3;
    stroke-linecap: round;
    stroke: #707070;
    fill: #fff;
    -webkit-transition: 1s;
    transition: 1s;
}
.count_down_wrapper__ .text__ {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    font-weight: 400;
    color: #343c57;
}
.registeration_title_wrapper__ {
    margin-bottom: 45px;
}
@media only screen and (max-width: 991px) {
    .registeration_title_wrapper__ {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .registeration_title_wrapper__ {
        margin-bottom: 15px;
    }
}
.registeration_title_wrapper__.center .registeration_sub_title,
.registeration_title_wrapper__.center .registeration_title {
    text-align: center;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
}
.registeration_title_wrapper__ .registeration_title {
    font-size: 2.3rem;
    font-weight: 600;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #058c4c;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .registeration_title_wrapper__ .registeration_title {
        font-size: 1.8rem;
    }
}
.registeration_title_wrapper__ .registeration_title.none_margin {
    margin-bottom: 0;
}
.registeration_title_wrapper__ .registeration_title.small_margin_bottom__ {
    margin-bottom: 15px;
}
.registeration_title_wrapper__ .registeration_sub_title {
    font-size: 1.4rem;
    font-weight: 400;
    color: #606060;
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .registeration_title_wrapper__ .registeration_sub_title {
        font-size: 1.2rem;
    }
}
.verification_mail_title__ {
    font-size: 1.4rem;
    font-weight: 300;
    color: #343c57;
    text-align: center;
}
