/*!
  Theme Name: Banesco Contigo
  Theme URI: httsp://pacific54.com/
  Author: Max Marienko
  Author URI: https://pacific54.com/
  Version: 1.2.1
  Tested up to: 6.4
  Requires PHP: 7.4
*/
/*! Do not overwrite this CSS file directly, work with the source files instead */
:root {
    --branding-white: #ffffff;
    --branding-gray: #777;
    --branding-gray-light: #dce1e9;
    --branding-gray-lighter: #ebf0f5;
    --branding-red: #c02b0a;
    --branding-green-button: #003C71;
    --branding-green-button--hover: #1A61AB;
    --branding-green-text: #1A61AB;
    --branding-green-light: rgba(26, 97, 171, 0.2);
    --branding-blue: #1A61AB;
    --branding-blue-dark: #003c71;
    --prop-title--size: 2.5em;
    --prop-subtitle--size: 1.75em;
}

* {
    padding: 0;
    margin: 0;
    border: 0;
}

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

html,
body {
    line-height: 1;
    height: 100%;
    width: 100%;
    font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

:focus,
:active {
    outline: none;
}

a {
    color: inherit;
}

a:hover,
a:active {
    outline: none;
}

a,
a:visited,
a:hover {
    text-decoration: none;
}

nav,
footer,
header,
aside {
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
}

input::-ms-clear {
    display: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
            appearance: none;
}

input,
select,
button {
    color: currentColor;
}

select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

textarea {
    overflow-y: auto;
    resize: none;
}

button {
    background: transparent;
    cursor: pointer;
}

body {
    background: #fff;
    font-family: "Lato", sans-serif;
    text-rendering: optimizeSpeed;
    color: #748994;
}
body.overflow-hidden {
    overflow: hidden;
}
@media (max-width: 1199.98px) {
    body.mobile-overflow-hidden {
        overflow: hidden;
    }
}

.wrapper {
    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;
    min-height: 100vh;
    overflow-x: hidden;
}

.container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 15px;
}

main.main {
    padding-top: 126px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-transition: padding-top 0.3s ease;
    transition: padding-top 0.3s ease;
}
@media (max-width: 1199.98px) {
    main.main {
        padding-top: 60px;
    }
}

@media (max-width: 767.98px) {
    .has-banner .main {
        padding-top: 120px;
    }
}

@media (max-width: 767.98px) {
    .hide-banner + .main {
        padding-top: 60px;
    }
}
.footer,
.header {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.hidden {
    display: none;
}

@media (min-width: 768px) {
    .only-mobile {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .only-desktop {
        display: none;
    }
}

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.noUi-target {
    position: relative;
}

.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-connects {
    overflow: hidden;
    z-index: 0;
}

.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
            transform-style: flat;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
}

.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}

.noUi-touch-area {
    height: 100%;
    width: 100%;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-horizontal {
    height: 18px;
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    right: -17px;
    top: -6px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto;
}

.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
            box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
    border-radius: 3px;
}

.noUi-connect {
    background: #3FB8AF;
}

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
            box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
    -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
            box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

.noUi-marker {
    position: absolute;
    background: #CCC;
}

.noUi-marker-sub {
    background: #AAA;
}

.noUi-marker-large {
    background: #AAA;
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px;
}

.text a {
    border-bottom: 1px solid #1A61AB !important;
    color: #1A61AB !important;
}

.posts__item[data-size=small]:first-of-type .posts__item-title {
    max-width: 100%;
}

.posts__item[data-size=small]:first-of-type .posts__item-description {
    /* max-width: 100% !important; */
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-0 .table__filters {
    margin-top: 0 !important;
}

.mt-35 {
    margin-top: 35px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mx-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-50vh {
    margin-bottom: 50vh;
}

.mb-0 .banner-with-info {
    margin-bottom: 0;
}

.pb-0 .banner-with-info {
    padding-bottom: 0;
}

.pt-0 > div {
    padding-top: 0;
}

.pb-0 > div {
    padding-bottom: 0;
}

.pt-35 > div {
    padding-top: 35px;
}

.pb-35 > div {
    padding-bottom: 35px;
}

.pt-150 > div {
    padding-top: 150px;
}

.pb-150 > div {
    padding-bottom: 150px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.max-w-300-title .posts__item-title, .max-w-300-title-right .posts__right .posts__item-title {
    max-width: 300px !important;
}

.max-w-250-title-right .posts__right .posts__item-title {
    max-width: 250px !important;
}

.max-w-100p-title-right .posts__right .posts__item-title {
    max-width: 100% !important;
}

.max-w-100p-description-right .posts__right .posts__item:first-of-type .posts__item-description {
    max-width: 100% !important;
}

.max-w-100p-title-left .posts__left .posts__item-title {
    max-width: 100% !important;
}

.max-w-100p-description-left .posts__left .posts__item-description {
    max-width: 100% !important;
}

.max-w-400-description-left .posts__left .posts__item-description {
    max-width: 400px !important;
}

.max-w-250-description-right .posts__right .posts__item-description {
    max-width: 250px !important;
}

.max-w-400-description-right .posts__right .posts__item-description {
    max-width: 400px !important;
}

.contact-bank-info-component__info-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.contact-bank-info-component__info-item {
    padding-left: 50px;
    padding-right: 50px;
}

.contact-bank-info-component__info-link {
    color: #1A61AB;
}

.attention__button.primary-button, .attention__button.outlined-button {
    color: #003C71;
}

.attention__button.primary-button:hover, .attention__button.outlined-button:hover {
    color: #1A61AB;
}

@media (min-width: 576px) {
    .hero-slider-new__content-wrapper {
        top: 0px;
        left: 8%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
.hero-slider-new__details {
    color: #FFFFFF;
}

@media (min-width: 1201px) {
    .hero-slider-new__swiper {
        height: 500px;
    }
}
@media (min-width: 993px) {
    .hero-slider-new__details {
        margin-top: 16px;
    }
}
.hero-slider-new__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
}

.hero-image {
    padding-bottom: 100px;
}

.hero-image__inner {
    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;
}

.hero-image__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.hero-image__title, .hero-image__description {
    max-width: 85%;
}

.hero-image__image {
    position: relative;
}

.hero-empty__title, .hero-empty__description {
    max-width: 65%;
}

.mx-500px-title .hero-background__title {
    max-width: 500px;
}

.mx-600px-description .hero-background__description {
    max-width: 600px;
}

.hero-background__title {
    font-size: 40px;
}

.posts__title {
    max-width: 90%;
}

.posts__item-description text {
    max-width: 85%;
}

.text-image-cropped {
    padding-top: 0px;
    padding-bottom: 0px;
}

.text-image-cropped__title {
    margin-top: 100px;
}

.features {
    padding-top: 50px;
    padding-bottom: 50px;
}

.text-image__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.text-image {
    background: transparent;
}

.auto-size-image .text-image__image {
    width: auto !important;
    height: auto !important;
}

.tpgb-container-row.bg-gray {
    background: #F7F9FB;
}

.bg-white, .bg-white .banner-with-buttons-tabs-new {
    background: #FFFFFF;
}

.pb-50 .steps {
    padding-bottom: 50px;
}

.steps {
    background: transparent;
    padding-top: 0px;
}

.steps .steps__title {
    max-width: none;
    font-size: 30px;
    text-align: left;
    color: #3A4454;
}

.steps__list .steps__item {
    border-top: 1px solid #dce1e9;
    min-height: auto;
}

.steps__list .steps__item:first-of-type {
    margin-right: -20px;
}

.steps__list .steps__item:not(:first-of-type):not(:last-of-type) {
    margin-left: -20px;
    margin-right: -20px;
}

.steps__list .steps__item:nth-last-child(2) {
    margin-left: -20px;
    margin-right: 0 !important;
}

.next-step-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
}

.next-step-arrow:last-of-type {
    display: none;
}

:root {
    --tpgb-container-md: 1250px;
    --tpgb-container-sm: 960px;
    --tpgb-container-xs: 720px;
}

.big-image-tabs .banner-with-buttons-tabs-new__content {
    overflow: hidden;
}

.banner-with-buttons-tabs-new__tab {
    background: #FFFFFF;
}

.big-image-tabs .banner-with-buttons-tabs-new__item-image {
    width: 100%;
    height: 100%;
    margin-left: -45px;
}

.banner-with-buttons-tabs-new__tab.active {
    color: #1A61AB !important;
    background: #EDEDED;
}

.banner-with-buttons-tabs-new__tab:hover {
    color: #1A61AB !important;
}

.banner-with-buttons-tabs-new__body {
    background: #EDEDED;
}

.banner-white .banner-with-buttons-tabs-new__body {
    background: transparent;
}

.bg-gray .banner-with-buttons-tabs-new__body {
    background: #FFFFFF;
}

.table__filters {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

/*
.table__filter.active, .table__filter.active:hover {
    color: #fff;
    background: #1A61AB;
}

.table__filter:hover {
	border-color: #1A61AB;
	color: #1A61AB;
}
*/
.table {
    padding-top: 0;
}

.table > .container {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    display: table;
}

.table .content__title {
    font-size: 30px;
}

.table__filters {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    /* background: red; */
    margin: auto;
    margin-top: -50px;
}

.table__content {
    border: none;
    width: 0;
    min-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.second-row .banner-with-buttons-tabs-new__inner {
    border-top: none;
    margin-top: -20px;
}

.second-row .banner-with-buttons-tabs-new__content {
    padding-top: 0;
}

.wp-block-banescocontigo-table .table > .container {
    max-width: none;
    padding: 0;
}

.table__content {
    padding: 0;
}

.table__content .tpgb-cont-in {
    max-width: none;
}

.disclosure-with-button {
    padding-bottom: 0;
}

.disclosure-with-button__button-wrapper {
    padding-top: 0;
}

.banner-with-buttons {
    background: transparent;
}

.banner-with-buttons__inner {
    padding: 0;
    border: none;
    background: transparent;
}

.banner-with-buttons__items {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
}

.banner-with-buttons__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
}

.banner-with-buttons__item-image {
    width: auto;
    height: auto;
    max-width: 592px;
    margin: 20px;
}

.banner-with-buttons-tabs-new__item-title {
    max-width: 290px;
}

.banner-with-info__items {
    display: none;
}

.buttons-grid {
    padding: 50px;
}

.buttons-grid .wp-block-buttons {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 1em;
}

.buttons-grid a:hover {
    border-color: #1a61ab;
    color: #fff;
    background: #1a61ab;
}

.buttons-grid a:hover, .buttons-grid .active a {
    border-color: #1a61ab;
    color: #fff;
    background: #1a61ab;
}

.buttons-grid a {
    border-radius: 50px;
    border: 1px solid #a5adb4;
    background: #fff;
    color: #708090;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    padding: 16px 32px;
}

.steps-container h2 {
    color: #FFFFFF;
    font-weight: 300 !important;
}

.wp-block-banescocontigo-four-cards.steps .four-cards__item {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: auto;
    margin: 10px;
}

.wp-block-banescocontigo-four-cards.steps .four-cards__inner {
    -ms-flex-wrap: initial;
        flex-wrap: initial;
}

.wp-block-banescocontigo-four-cards.steps .four-cards__item-image {
    margin-top: -88px;
}

.wp-block-banescocontigo-four-cards.steps .four-cards__item-title {
    font-weight: 300;
    font-size: 30px;
}

.wp-block-banescocontigo-four-cards.steps .four-cards__item:nth-child(1) {
    border-top: 8px solid #003C71;
    min-height: 250px;
}

.wp-block-banescocontigo-four-cards.steps .four-cards__item:nth-child(2) {
    border-top: 8px solid #1a61ab;
    min-height: 250px;
}

.wp-block-banescocontigo-four-cards.steps .four-cards__item:nth-child(3) {
    border-top: 8px solid #59D1FF;
    min-height: 250px;
}

.wp-block-banescocontigo-four-cards.steps .four-cards__item:nth-child(4) {
    border-top: 8px solid #543DB8;
    min-height: 250px;
}

.table .directors {
    padding-top: 0px;
}

.table .directors__title {
    font-size: 16px;
    text-align: left;
    max-width: none;
}

.suggested {
    padding-top: 0;
    padding-bottom: 40px;
}

.suggested__item-title {
    margin-bottom: 10px;
}

.suggested__item-bottom {
    margin-top: 0;
}

.suggested__swiper {
    height: 265px;
}

.for-informes .four-cards {
    padding-top: 0;
}

.for-informes .four-cards__item-title {
    margin-top: 0;
}

.for-informes .four-cards__item {
    padding: 30px;
    -webkit-box-shadow: 0px 5px 14px rgba(15, 35, 52, 0.15);
            box-shadow: 0px 5px 14px rgba(15, 35, 52, 0.15);
}

.for-informes .four-cards__item-description {
    margin-top: 3px;
}

.for-informes .four-cards__item-description {
    margin-top: 10px;
}

.to-white .banner-with-info__content-title {
    color: #FFFFFF;
}

.to-white .banner-with-info__content-button.primary-button {
    background: #FFFFFF;
    color: #003C71;
}

.hidden-search-bar .search-with-filter__inner {
    display: none;
}

.mt-0 .search-with-filter__inner {
    margin-top: 0;
}

.search-with-filter__filters {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.search-with-filter__filter.active, .search-with-filter__filter.active:hover {
    color: #fff;
    background: #1A61AB;
}

.search-with-filter__filter:hover {
    border-color: #1A61AB;
    color: #1A61AB;
}

.accordion-with-filter__title {
    color: #003C71;
}

.accordions-with-filter__inner .pagination-container {
    display: none;
}

.other-cards__item {
    padding: 0;
}

.other-cards__item-content {
    padding: 0px 27px;
    margin-top: 15px;
}

.other-cards__item-title {
    font-weight: 300;
    color: #1A61AB;
}

.other-cards__item-text {
    margin-top: 5px;
    margin-bottom: 10px;
}

.other-cards__item-image {
    height: 140px;
}

.other-cards__item-image img {
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
}

.other-cards__item-buttons {
    padding: 0px 0px 27px 27px;
    gap: 0.5rem;
}

.other-cards__item-button.outlined-button {
    padding: 5px 15px;
    font-weight: 400;
    font-size: 12px;
    color: #708090;
    border-color: #708090;
    margin: 0 !important;
}

.for-cards .table__table.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.for-cards .other-cards {
    padding-top: 0;
    padding-bottom: 0;
}

.for-cards .table__content {
    width: auto;
}

.burger {
    height: 36px;
    width: 19px;
    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: 0;
    background: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
}
.burger__open {
    fill: #003C71;
}
.burger__close {
    fill: #003C71;
}
.burger svg {
    width: 100%;
    height: 100%;
}

.mheader .burger__open {
    display: block;
}
.mheader .burger__close {
    display: none;
}

.menu .burger__open {
    display: none;
}
.menu .burger__close {
    display: block;
}

.primary-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 14px 36px;
    min-width: 120px;
    background: #003C71;
    /* background: #003C71;*/
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.primary-button:hover {
    color: #fff;
    background: #1A61AB;
    /* background: #1A61AB; */
}
.primary-button:active {
    background: #003C71;
    /* background: #003C71; */
}
.primary-button.with-icon img {
    margin-right: 12px;
    height: 32px;
    width: 32px;
    -o-object-fit: contain;
       object-fit: contain;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.primary-button.small {
    padding: 8px 12px;
}
.primary-button.small img {
    margin-right: 8px;
    height: 24px;
    width: 24px;
    -o-object-fit: contain;
       object-fit: contain;
}

[data-color=white] .primary-button {
    color: #003C71 !important;
}

[data-color=default] .primary-button {
    background: #003C71 !important;
    color: #fff;
}

.white-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 14px 36px;
    min-width: 120px;
    background: #fff;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    color: #003C71;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.white-button:hover {
    color: #1A61AB;
    background: #fff;
}
.white-button:active {
    color: #003C71;
}
.white-button.with-icon img {
    margin-right: 12px;
    height: 32px;
    width: 32px;
    -o-object-fit: contain;
       object-fit: contain;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.white-button.small {
    padding: 8px 12px;
}
.white-button.small img {
    margin-right: 8px;
    height: 24px;
    width: 24px;
    -o-object-fit: contain;
       object-fit: contain;
}

.outlined-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 14px 34px;
    min-width: 100px;
    background: transparent;
    border: 1px solid #003C71;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    color: #003C71;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.outlined-button:hover {
    color: #1A61AB;
    border-color: #1A61AB;
}
.outlined-button.with-icon img {
    margin-right: 12px;
    height: 32px;
    width: 32px;
    -o-object-fit: contain;
       object-fit: contain;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.outlined-button.small {
    padding: 8px 12px;
}
.outlined-button.small img {
    margin-right: 8px;
    height: 24px;
    width: 24px;
    -o-object-fit: contain;
       object-fit: contain;
}

.outlined-white-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 14px 34px;
    min-width: 100px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.outlined-white-button.with-icon img {
    margin-right: 12px;
    height: 32px;
    width: 32px;
    -o-object-fit: contain;
       object-fit: contain;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.outlined-white-button.small {
    padding: 8px 12px;
}
.outlined-white-button.small img {
    margin-right: 8px;
    height: 24px;
    width: 24px;
    -o-object-fit: contain;
       object-fit: contain;
}

.outlined-blue-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 14px 34px;
    min-width: 100px;
    background: transparent;
    border: 1px solid #1A61AB;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    color: #1A61AB;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.outlined-blue-button.with-icon img {
    margin-right: 12px;
    height: 32px;
    width: 32px;
    -o-object-fit: contain;
       object-fit: contain;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.outlined-blue-button.small {
    padding: 8px 12px;
}
.outlined-blue-button.small img {
    margin-right: 8px;
    height: 24px;
    width: 24px;
    -o-object-fit: contain;
       object-fit: contain;
}

.link-button {
    display: inline;
    padding-bottom: 1px;
    border-bottom: 1px solid #1A61AB;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #1A61AB;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color, border-bottom-color;
    transition-property: color, border-bottom-color;
}
.link-button:hover {
    color: #1A61AB;
    padding-bottom: 0px;
    border-bottom-width: 2px;
    border-bottom-color: #1A61AB;
}
.link-button:active {
    color: #1A61AB;
    border-bottom-color: #1A61AB;
}

.line-button {
    display: inline;
    padding-bottom: 1px;
    border-bottom: 1px solid #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}
.line-button:hover {
    padding-bottom: 0px;
    border-bottom-width: 2px;
}

.mobile-fixed-button {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -74px;
    z-index: 98;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.mobile-fixed-button.active {
    bottom: 16px;
}
.mobile-fixed-button .primary-button {
    width: 100%;
    padding: 16px 36px;
    min-height: 60px;
    -webkit-box-shadow: 0px 0px 60px rgba(40, 40, 40, 0.45);
            box-shadow: 0px 0px 60px rgba(40, 40, 40, 0.45);
}
@media (min-width: 768px) {
    .mobile-fixed-button {
        display: none;
    }
}

.counter {
    position: relative;
    background: #ffffff;
    border: 1px solid #a5adb4;
    border-radius: 5px;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    min-width: 110px;
    height: 48px;
}
.counter__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #748994;
}
.counter__button {
    width: 16px;
    height: 16px;
    border: 1px solid #1A61AB;
    border-radius: 50px;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    line-height: 100%;
    color: #1A61AB;
}
.counter__button.disabled {
    border-color: #a5adb4;
    color: #a5adb4;
}
.counter__button.disabled::after, .counter__button.disabled::before {
    background: #a5adb4 !important;
}
.counter__button--minus {
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.counter__button--minus::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    height: 1px;
    width: 80%;
    border-radius: 10px;
    background: #1A61AB;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.counter__button--plus {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.counter__button--plus::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    height: 80%;
    width: 1px;
    border-radius: 10px;
    background: #1A61AB;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.counter__button--plus::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    height: 1px;
    width: 80%;
    border-radius: 10px;
    background: #1A61AB;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.checkbox {
    position: relative;
    padding-left: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #556176;
}
.checkbox.active::before {
    background: #003C71;
    border-color: #003C71;
}
.checkbox.active::after {
    visibility: visible;
    opacity: 1;
}
.checkbox:hover {
    cursor: pointer;
}
.checkbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border: 1px solid #a5adb4;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.checkbox::after {
    content: "";
    position: absolute;
    left: 1px;
    top: 5px;
    width: 14px;
    height: 10px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6388 1.26675C17.0278 1.64426 17.0277 2.2563 16.6388 2.63379L7.34373 11.6554C6.95482 12.0329 6.32428 12.0329 5.93536 11.6554L1.28782 7.14483C0.898877 6.76734 0.898849 6.1553 1.28776 5.77778C1.67666 5.40027 2.30723 5.40024 2.69617 5.77772L6.63952 9.60489L15.2304 1.26672C15.6194 0.889231 16.2499 0.889244 16.6388 1.26675Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.gform_wrapper.gravity-theme form .gfield_description {
    font-size: 0.8rem;
    padding-bottom: 13px;
}
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
    color: var(--branding-red) !important;
}

.sidebar-form__form div.gform_wrapper.gravity-theme .ginput_container_fileupload .large {
    opacity: unset;
}
.sidebar-form__form div.gform_wrapper.gravity-theme .ginput_container_fileupload .gform_fileupload_rules {
    display: block;
}

#field_36_78 {
    margin: 45px 0 10px;
}

.text {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
}
.text a {
    padding-bottom: 0px;
    border-bottom: 1px solid #1A61AB;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #1A61AB;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.text a:hover {
    color: #003C71;
    border-bottom-width: 2px;
    border-bottom-color: #003C71;
}
.text a:active {
    color: #1A61AB;
    border-bottom-color: #1A61AB;
}
.text h3 {
    font-weight: 700;
    font-size: 18px;
}
.text h4 {
    font-size: 18px;
    line-height: 150%;
}
@media (max-width: 575.98px) {
    .text h4 {
        font-size: 16px;
        line-height: 150%;
    }
}
.text ul,
.text ol {
    margin-top: 5px;
}
.text ul > li {
    position: relative;
    padding-left: 23px;
}
.text ul > li::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 9px;
    width: 6px;
    height: 6px;
    background: #748994;
    border-radius: 50%;
}
.text ol {
    list-style: none;
    counter-reset: ol;
}
.text ol > li {
    position: relative;
    padding-left: 23px;
}
.text ol > li::before {
    counter-increment: ol;
    content: counter(ol) ".";
    position: absolute;
    left: 0px;
    top: 0px;
}
.text ol ol {
    counter-reset: ol2;
}
.text ol ol > li:before {
    counter-increment: ol2;
    content: counter(ol1) "." counter(ol2) ".";
}
.text p + p {
    margin-top: 20px;
}

.helper {
    position: fixed;
    right: 32px;
    bottom: 32px;
    z-index: 97;
}
@media (max-width: 767.98px) {
    .helper {
        right: 14px;
        bottom: 14px;
    }
}
.helper.active {
    z-index: 105;
}
.helper.active .helper__dropdown {
    bottom: 0;
}
.helper__inner {
    height: 60px;
    width: 60px;
}
.helper__dropdown {
    position: absolute;
    left: 0;
    bottom: -406px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 767.98px) {
    .helper__dropdown {
        bottom: -388px;
    }
}
.helper__button {
    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;
    height: 60px;
    width: 60px;
    background: #003C71;
    border-radius: 50%;
    fill: #fff;
    -webkit-filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.25));
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.helper__button img,
.helper__button svg {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.helper__button:hover {
    background: #1A61AB;
}
.helper__button:active {
    background: #003C71;
}
.helper__button--fill-green {
    fill: #003C71;
}
.helper__button--fill-green:hover {
    fill: #1A61AB;
}
.helper__button--close {
    background: #fff;
    fill: #003C71;
}
.helper__button--close:hover {
    background: #ebf0f5;
}
.helper__button--close:active {
    background: #fff;
}
.helper__button + .helper__button {
    margin-top: 16px;
}

.search-input.active .search-input__form {
    visibility: visible;
    opacity: 1;
    width: 100%;
}
.search-input.active .search-input__open {
    visibility: hidden;
    opacity: 0;
    width: 0;
}
.search-input:not(.active) .search-input__form {
    visibility: hidden;
    opacity: 0;
    width: 0;
}
.search-input:not(.active) .search-input__entry {
    padding: 0;
}
.search-input.focused .search-input__form {
    -webkit-box-shadow: 0px 5px 15px rgba(15, 35, 52, 0.2);
            box-shadow: 0px 5px 15px rgba(15, 35, 52, 0.2);
}
.search-input.focused .search-input__entry {
    border-color: #003C71;
}
.search-input.focused .search-input__entry::-webkit-input-placeholder {
    opacity: 0;
}
.search-input.focused .search-input__entry::-moz-placeholder {
    opacity: 0;
}
.search-input.focused .search-input__entry:-ms-input-placeholder {
    opacity: 0;
}
.search-input.focused .search-input__entry::-ms-input-placeholder {
    opacity: 0;
}
.search-input.focused .search-input__entry::placeholder {
    opacity: 0;
}
.search-input--only-button-right .search-input__entry {
    padding-left: 16px;
}
.search-input--only-button-right .search-input__button {
    left: auto;
    right: 11px;
}
.search-input__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.search-input__form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: opacity, -webkit-box-shadow 0.3s ease;
    transition: opacity, -webkit-box-shadow 0.3s ease;
    transition: opacity, box-shadow 0.3s ease;
    transition: opacity, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.search-input__form:hover {
    -webkit-box-shadow: 0px 5px 15px rgba(15, 35, 52, 0.2);
            box-shadow: 0px 5px 15px rgba(15, 35, 52, 0.2);
}
.search-input__button {
    position: absolute;
    left: 11px;
    top: 50%;
    height: 20px;
    width: 20px;
    fill: #556176;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.search-input__button svg,
.search-input__button img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.search-input__entry {
    width: 100%;
    padding: 9px 39px;
    border: 1px solid #a5adb4;
    border-radius: 5px;
    height: 42px;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
@media (max-width: 1199.98px) {
    .search-input__entry {
        height: 40px;
    }
}
.search-input__close {
    position: absolute;
    right: 11px;
    top: 50%;
    height: 24px;
    width: 24px;
    fill: #556176;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.search-input__close svg {
    width: 100%;
    height: 100%;
}
.search-input__open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    line-height: 150%;
    color: #556176;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.search-input__open svg {
    height: 24px;
    width: 24px;
    margin-right: 7.5px;
    fill: #556176;
}
@media (max-width: 1199.98px) {
    .search-input__open svg {
        margin-right: 0;
    }
}
@media (max-width: 1199.98px) {
    .search-input__open span {
        display: none;
    }
}

.input {
    width: 100%;
    padding: 9px 39px;
    border: 1px solid #a5adb4;
    border-radius: 5px;
    height: 48px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.input::-webkit-input-placeholder {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.input::-moz-placeholder {
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.input:-ms-input-placeholder {
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.input::-ms-input-placeholder {
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.input::placeholder {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.input:focus {
    -webkit-box-shadow: 0px 5px 15px rgba(15, 35, 52, 0.2);
            box-shadow: 0px 5px 15px rgba(15, 35, 52, 0.2);
    border-color: #003C71;
}
.input:focus::-webkit-input-placeholder {
    opacity: 0;
}
.input:focus::-moz-placeholder {
    opacity: 0;
}
.input:focus:-ms-input-placeholder {
    opacity: 0;
}
.input:focus::-ms-input-placeholder {
    opacity: 0;
}
.input:focus::placeholder {
    opacity: 0;
}
.input:hover {
    -webkit-box-shadow: 0px 5px 15px rgba(15, 35, 52, 0.2);
            box-shadow: 0px 5px 15px rgba(15, 35, 52, 0.2);
}

.menu {
    position: absolute;
    top: 0;
    left: 100vw;
    width: 100%;
    height: 100vh;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 110;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.menu.active {
    left: 0;
}
.menu .mheader__top {
    position: relative;
    z-index: 102;
    padding: 0 16px;
}
.menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.menu__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.menu__footer {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.menu__pickers {
    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-top: 20px;
    padding-bottom: 17px;
    height: 58px;
    background: #f7f9fb;
    border-top: solid 1px #dce1e9;
}
.menu__pickers .pickers {
    padding: 0 16px;
    margin: 0 auto;
}
.menu__pickers .location-picker__image {
    fill: #556176;
}
.menu__pickers .location-picker__title {
    color: #556176;
}
.menu__pickers .country-picker__title {
    color: #556176;
}
.menu__pickers .country-picker__icon {
    fill: #556176;
}
.menu__pickers .country-picker__dropdown {
    top: auto;
    bottom: calc(100% + 6px);
}
.menu__pickers .language-picker__title {
    color: #556176;
}
.menu__pickers .language-picker__icon {
    fill: #556176;
}
.menu__pickers .language-picker__dropdown {
    top: auto;
    bottom: calc(100% + 6px);
}
@media (max-width: 1199.98px) {
    .menu__pickers .language-picker__dropdown {
        left: auto;
        right: -30px;
    }
}
.menu__social {
    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-top: 11px;
    padding-bottom: 11px;
    height: 54px;
    background: #f7f9fb;
    border-top: solid 1px #dce1e9;
}
.menu__social .social-media {
    padding: 0 16px;
    margin: 0 auto;
}
.menu__social .social-media__item + .menu__social .social-media__item {
    margin-left: 24px;
}

@media (min-width: 768px) {
    .admin-bar .menu {
        height: calc(100vh - 32px);
    }
}
@media (max-width: 767.98px) {
    .admin-bar .menu {
        height: calc(100vh - 46px);
    }
}

@media (min-width: 768px) {
    .has-banner .menu {
        height: 100vh;
    }
}
@media (max-width: 767.98px) {
    .has-banner .menu {
        height: calc(100vh - 60px);
    }
}

@media (min-width: 768px) {
    .admin-bar .has-banner .menu {
        height: calc(100vh - 32px);
    }
}
@media (max-width: 767.98px) {
    .admin-bar .has-banner .menu {
        height: calc(100vh - 46px - 60px);
    }
}

.hide-banner .menu {
    height: 100vh;
}

@media (min-width: 768px) {
    .admin-bar .hide-banner .menu {
        height: calc(100vh - 32px);
    }
}
@media (max-width: 767.98px) {
    .admin-bar .hide-banner .menu {
        height: calc(100vh - 46px);
    }
}

.navigation {
    height: 90px;
    background: #fff;
}
@media (max-width: 1199.98px) {
    .navigation {
        height: 56px;
    }
}
.navigation > div > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}
@media (max-width: 1199.98px) {
    .navigation > div > ul {
        position: relative;
    }
}
.navigation > div > ul > li {
    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;
    height: 90px;
    border-bottom: 1px solid #ebf0f5;
}
@media (max-width: 1199.98px) {
    .navigation > div > ul > li {
        width: 100%;
        height: 56px;
        background: #ebf0f5;
    }
}
@media (max-width: 1199.98px) {
    .navigation > div > ul > li.active > a {
        color: #003C71;
        font-weight: 700;
        border-bottom: 4px solid #003C71;
    }
    .navigation > div > ul > li.active > a:hover {
        text-shadow: none;
    }
    .navigation > div > ul > li.active > ul {
        visibility: visible;
        opacity: 1;
    }
}
.navigation > div > ul > li:hover > a, .navigation > div > ul > li.hovered > a {
    color: #003C71;
}
@media (min-width: 1200px) {
    .navigation > div > ul > li:hover > a, .navigation > div > ul > li.hovered > a {
        text-shadow: 0 0 0.65px currentColor, 0 0 0.65px currentColor;
        background: #ebf0f5;
    }
}
@media (min-width: 1200px) {
    .navigation > div > ul > li:hover > a::before,
    .navigation > div > ul > li:hover + li > a::before, .navigation > div > ul > li.hovered > a::before,
    .navigation > div > ul > li.hovered + li > a::before {
        opacity: 0;
    }
}
@media (min-width: 1200px) {
    .navigation > div > ul > li:hover > ul, .navigation > div > ul > li.hovered > ul {
        visibility: visible;
        opacity: 1;
        z-index: 101;
    }
}
.navigation > div > ul > li > a {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
    font-size: 18px;
    line-height: 90px;
    text-align: center;
    padding: 0 24px;
    color: #708090;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 1199.98px) {
    .navigation > div > ul > li > a {
        padding: 15px;
        font-size: 16px;
        line-height: 150%;
    }
}
.navigation > div > ul > li + li > a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 45px;
    width: 1px;
    background: #dce1e9;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 1199.98px) {
    .navigation > div > ul > li + li > a::before {
        content: none;
    }
}
.navigation > div > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    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: #ebf0f5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 1199.98px) {
    .navigation > div > ul > li > ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto;
        background: transparent;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
        overflow: auto;
        height: calc(100vh - 229px);
    }
}
.navigation > div > ul > li > ul > li {
    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;
}
@media (min-width: 1200px) {
    .navigation > div > ul > li > ul > li.mobile {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .navigation > div > ul > li > ul > li.mobile > a {
        font-weight: 800;
        padding-left: 0;
        border-bottom: none;
    }
    .navigation > div > ul > li > ul > li.mobile > a::before {
        left: auto;
        right: 0;
        background-image: url(./assets/images/icons/arrow-right.svg);
    }
}
@media (max-width: 1199.98px) {
    .navigation > div > ul > li > ul > li {
        width: 100%;
    }
    .navigation > div > ul > li > ul > li.house > a::before {
        background-image: url(./assets/images/menu/house.svg);
    }
    .navigation > div > ul > li > ul > li.card > a::before {
        background-image: url(./assets/images/menu/card.svg);
    }
    .navigation > div > ul > li > ul > li.hand > a::before {
        background-image: url(./assets/images/menu/hand.svg);
    }
    .navigation > div > ul > li > ul > li.bank > a::before {
        background-image: url(./assets/images/menu/bank.svg);
    }
    .navigation > div > ul > li > ul > li.money > a::before {
        background-image: url(./assets/images/menu/money.svg);
    }
    .navigation > div > ul > li > ul > li.shield > a::before {
        background-image: url(./assets/images/menu/shield.svg);
    }
    .navigation > div > ul > li > ul > li.bag > a::before {
        background-image: url(./assets/images/menu/bag.svg);
    }
}
@media (max-width: 1199.98px) {
    .navigation > div > ul > li > ul > li:hover.mobile > a, .navigation > div > ul > li > ul > li.hovered.mobile > a {
        text-shadow: 0 0 0.25px currentColor, 0 0 0.25px currentColor;
    }
}
@media (min-width: 1200px) {
    .navigation > div > ul > li > ul > li:hover > a, .navigation > div > ul > li > ul > li.hovered > a {
        text-shadow: 0 0 0.65px currentColor, 0 0 0.65px currentColor;
    }
}
@media (max-width: 1199.98px) {
    .navigation > div > ul > li > ul > li:hover > a, .navigation > div > ul > li > ul > li.hovered > a {
        border-bottom-color: #676767;
    }
}
.navigation > div > ul > li > ul > li > a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 150%;
    padding: 10px 24px;
    color: #556176;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
@media (max-width: 1199.98px) {
    .navigation > div > ul > li > ul > li > a {
        padding: 16px 0;
        margin: 0 16px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        border-bottom: 1px solid #dce1e9;
        padding-left: 38px;
    }
    .navigation > div > ul > li > ul > li > a::before {
        position: absolute;
        top: 15px;
        left: 0px;
        content: "";
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
}
.navigation__nested-menu {
    position: absolute;
    top: calc(100% + 60px);
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.navigation__nested-menu.active {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 1199.98px) {
    .navigation__nested-menu {
        display: none;
    }
}

.nested-menu {
    background: #fff;
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.12);
    min-height: 429px;
    max-height: calc(100vh - 126px);
    overflow-y: auto;
}
.nested-menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px 0;
}
.nested-menu__item {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.nested-menu__item > div > ul > li > img,
.nested-menu__item > div > ul > li > ul > li > img {
    margin-right: 69px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -o-object-fit: contain;
       object-fit: contain;
}
.nested-menu__item > div > ul > li.primary-button,
.nested-menu__item > div > ul > li > ul > li.primary-button {
    padding: 0;
    background: transparent;
}
.nested-menu__item > div > ul > li.primary-button a,
.nested-menu__item > div > ul > li > ul > li.primary-button a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: none;
    padding: 14px 36px;
    min-width: 120px;
    background: #003C71;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.nested-menu__item > div > ul > li.primary-button:hover a,
.nested-menu__item > div > ul > li > ul > li.primary-button:hover a {
    color: #fff;
    background: #1A61AB;
}
.nested-menu__item > div > ul > li.primary-button:active a,
.nested-menu__item > div > ul > li > ul > li.primary-button:active a {
    background: #003C71;
}
.nested-menu__item > div > ul > li.primary-button.with-icon img,
.nested-menu__item > div > ul > li > ul > li.primary-button.with-icon img {
    margin-right: 12px;
    height: 32px;
    width: 32px;
    -o-object-fit: contain;
       object-fit: contain;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.nested-menu__item > div > ul > li.primary-button.small a,
.nested-menu__item > div > ul > li > ul > li.primary-button.small a {
    padding: 8px 12px;
}
.nested-menu__item > div > ul > li.primary-button.small img,
.nested-menu__item > div > ul > li > ul > li.primary-button.small img {
    margin-right: 8px;
    height: 24px;
    width: 24px;
    -o-object-fit: contain;
       object-fit: contain;
}
.nested-menu__item > div > ul > li + li {
    margin-top: 36px;
}
.nested-menu__item > div > ul > li > a {
    font-weight: 800;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #003c71;
}
.nested-menu__item > div > ul > li > ul > li {
    margin-top: 8px;
}
.nested-menu__item > div > ul > li > ul > li > a {
    font-size: 16px;
    line-height: 150%;
    color: #556176;
}
.nested-menu__item > div > ul > li > ul > li > a:hover {
    text-decoration: underline;
}
.nested-menu__item + .nested-menu__item {
    margin-top: 36px;
}
.nested-menu__left {
    max-width: 390px;
    width: calc(33.333% - 24px);
    margin-right: 24px;
}
.nested-menu__center {
    max-width: 390px;
    width: calc(33.333% - 24px);
    margin-right: 24px;
}
.nested-menu__right {
    max-width: 390px;
    width: 33.333%;
}

@media (min-width: 768px) {
    .admin-bar .menu .navigation > div > ul > li > ul {
        height: calc(100vh - 317px);
    }
}
@media (max-width: 767.98px) {
    .admin-bar .menu .navigation > div > ul > li > ul {
        height: calc(100vh - 331px);
    }
}

@media (min-width: 768px) {
    .admin-bar .nested-menu {
        max-height: calc(100vh - 158px);
    }
}

.pagination {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.pagination li {
    width: 32px;
    height: 32px;
    display: inline-block;
    padding: 0 11px;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    color: #748994;
    border-radius: 50%;
}
.pagination li:first-child, .pagination li:last-child {
    width: 14px;
    height: 14px;
    stroke: #748994;
    padding: 0;
    line-height: 100%;
}
.pagination li:first-child a, .pagination li:last-child a {
    display: inline-block;
    width: 14px;
    height: 14px;
}
.pagination li:first-child .icon, .pagination li:last-child .icon {
    display: inline-block;
    width: 14px;
    height: 14px;
}
.pagination li:first-child svg, .pagination li:last-child svg {
    width: 100%;
    height: 100%;
}
.pagination li.disabled {
    stroke: #dce1e9;
}
.pagination li.active {
    background: #1A61AB;
    color: #fff;
}
.pagination li + li {
    margin-left: 13px;
}

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 100;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.modal.active {
    opacity: 1;
    visibility: visible;
}
.modal.active .modal__content {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}
.modal__area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.modal__body {
    width: 100%;
    min-height: 100vh;
    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;
    padding: 40px 20px;
}
.modal__content {
    width: 100%;
    max-width: 1000px;
    background: #fff;
    margin: 0 auto;
    border: 1px solid #dce1e9;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    -webkit-transform: translate(0px, -100%);
            transform: translate(0px, -100%);
    padding: 4px 52px 2px 64px;
}
@media (max-width: 767.98px) {
    .modal__content {
        padding: 4px 10px 2px 10px;
    }
}
.modal__close {
    position: absolute;
    right: 16px;
    top: 18px;
    width: 36px;
    height: 36px;
    z-index: 101;
}
.modal__close img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.sidebar {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 100;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.sidebar.active {
    opacity: 1;
    visibility: visible;
}
.sidebar.active .sidebar__content {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}
.sidebar__area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.sidebar__body {
    width: 100%;
    min-height: 100vh;
}
.sidebar__content {
    width: 100%;
    max-width: 600px;
    min-height: 100vh;
    background: #fff;
    margin: 0 auto;
    margin-right: 0;
    margin-left: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    -webkit-transform: translate(100%, 0px);
            transform: translate(100%, 0px);
    padding: 17px 48px 49px 48px;
}
@media (max-width: 767.98px) {
    .sidebar__content {
        padding: 4px 10px 2px 10px;
    }
}
.sidebar__close {
    position: absolute;
    right: 16px;
    top: 18px;
    width: 36px;
    height: 36px;
    z-index: 101;
}
.sidebar__close img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.admin-bar .sidebar {
    top: 32px;
}
@media (max-width: 767.98px) {
    .admin-bar .sidebar {
        top: 46px;
    }
}

.overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    visibility: hidden;
    opacity: 0;
    z-index: 101;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.overlay.active {
    visibility: visible;
    opacity: 0.2;
}

.pickers__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.pickers__item + .pickers__item {
    margin-left: 24px;
}

.location-picker {
    position: relative;
    height: 20px;
}
.location-picker__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.location-picker__inner:hover .location-picker__title {
    text-shadow: 0 0 0.65px currentColor, 0 0 0.65px currentColor;
}
.location-picker__image {
    height: 20px;
    width: 20px;
    -o-object-fit: contain;
       object-fit: contain;
    fill: #fff;
}
@media (max-width: 1199.98px) {
    .location-picker__image {
        height: 16.5px;
        width: 16.5px;
        margin-bottom: 2px;
    }
}
.location-picker__title {
    font-size: 14px;
    line-height: 150%;
    color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.location-picker__image + .location-picker__title {
    margin-left: 9.5px;
}
@media (max-width: 1199.98px) {
    .location-picker__image + .location-picker__title {
        margin-left: -20.25px;
    }
}

.country-picker {
    position: relative;
    height: 20px;
}
.country-picker.active .country-picker__dropdown {
    visibility: visible;
    opacity: 1;
}
.country-picker.active .country-picker__title {
    text-shadow: 0 0 0.65px currentColor, 0 0 0.65px currentColor;
}
.country-picker__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.country-picker__inner:hover .country-picker__title {
    text-shadow: 0 0 0.65px currentColor, 0 0 0.65px currentColor;
}
.country-picker__image {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ffffff;
    -o-object-fit: contain;
       object-fit: contain;
}
.country-picker__title {
    font-size: 14px;
    line-height: 150%;
    color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    white-space: nowrap;
}
@media (min-width: 1200px) {
    .country-picker__title {
        display: none;
    }
}
.country-picker__image + .country-picker__title {
    margin-left: 6px;
}
.country-picker__icon {
    margin-top: 1px;
    height: 7px;
    width: 11px;
    margin-left: 9px;
    fill: #fff;
}
@media (max-width: 1199.98px) {
    .country-picker__icon {
        margin-left: 6px;
    }
}
.country-picker__dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: -16px;
    background: #fff;
    min-width: 216px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 30px rgba(15, 35, 52, 0.15);
            box-shadow: 0px 5px 30px rgba(15, 35, 52, 0.15);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 150;
}
.country-picker__dropdown::before {
    content: "";
    position: absolute;
    bottom: 100%;
    height: 6px;
    width: 100%;
    background: transparent;
}
.country-picker__dropdown ul li {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    line-height: 150%;
    color: #556176;
    padding: 8px 16px;
    white-space: nowrap;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.country-picker__dropdown ul li:first-child {
    border-radius: 10px 10px 0 0;
}
.country-picker__dropdown ul li:last-child {
    border-radius: 0 0 10px 10px;
}
.country-picker__dropdown ul li:hover {
    background: #ebf0f5;
    cursor: pointer;
}
.country-picker__dropdown ul li.active {
    font-weight: 700;
    color: #1A61AB;
    background: #ebf0f5;
}
.country-picker__dropdown ul li img {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ffffff;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 8px;
}
@media (max-width: 1199.98px) {
    .country-picker__dropdown ul li img {
        margin-right: 6px;
    }
}

.language-picker {
    position: relative;
    height: 20px;
}
.language-picker.active .language-picker__dropdown {
    visibility: visible;
    opacity: 1;
}
.language-picker.active .language-picker__title {
    text-shadow: 0 0 0.65px currentColor, 0 0 0.65px currentColor;
}
.language-picker__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.language-picker__inner:hover .language-picker__title {
    text-shadow: 0 0 0.65px currentColor, 0 0 0.65px currentColor;
}
.language-picker__image {
    height: 20px;
    width: 20px;
    -o-object-fit: contain;
       object-fit: contain;
    fill: #fff;
}
.language-picker__title {
    font-size: 14px;
    line-height: 150%;
    color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.language-picker__image + .language-picker__title {
    margin-left: 9.5px;
}
.language-picker__icon {
    margin-top: 1px;
    height: 7px;
    width: 11px;
    margin-left: 9px;
    fill: #fff;
}
@media (max-width: 1199.98px) {
    .language-picker__icon {
        margin-left: 6px;
    }
}
.language-picker__dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: -16px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 30px rgba(15, 35, 52, 0.15);
            box-shadow: 0px 5px 30px rgba(15, 35, 52, 0.15);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 150;
}
.language-picker__dropdown::before {
    content: "";
    position: absolute;
    bottom: 100%;
    height: 6px;
    width: 100%;
    background: transparent;
}
.language-picker__dropdown ul li {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    font-size: 16px;
    line-height: 150%;
    padding: 8px 16px;
    color: #556176;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.language-picker__dropdown ul li:first-child {
    border-radius: 10px 10px 0 0;
}
.language-picker__dropdown ul li:last-child {
    border-radius: 0 0 10px 10px;
}
.language-picker__dropdown ul li:hover {
    background: #ebf0f5;
    cursor: pointer;
}
.language-picker__dropdown ul li.active {
    font-weight: 700;
    color: #1A61AB;
    background: #ebf0f5;
}

.primary-picker {
    position: relative;
}
.primary-picker.active .primary-picker__dropdown {
    visibility: visible;
    opacity: 1;
}
.primary-picker__dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 30px rgba(15, 35, 52, 0.15);
            box-shadow: 0px 5px 30px rgba(15, 35, 52, 0.15);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 150;
}
.primary-picker__dropdown::before {
    content: "";
    position: absolute;
    bottom: 100%;
    height: 8px;
    width: 100%;
    background: transparent;
}
.primary-picker__dropdown ul li {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    line-height: 150%;
    color: #556176;
    padding: 8px 16px;
    white-space: nowrap;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.primary-picker__dropdown ul li:first-child {
    border-radius: 10px 10px 0 0;
}
.primary-picker__dropdown ul li:last-child {
    border-radius: 0 0 10px 10px;
}
.primary-picker__dropdown ul li:hover {
    background: #ebf0f5;
    cursor: pointer;
}
.primary-picker__dropdown ul li.active {
    font-weight: 700;
    color: #1A61AB;
    background: #ebf0f5;
}

.rd-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 48px;
    min-width: 200px;
    background: #ffffff;
    border: 1px solid #a5adb4;
    border-radius: 5px;
    padding: 16px;
}
.rd-slider__button {
    height: 16px;
    border: 1px solid #1A61AB;
    border-radius: 50px;
    padding: 0 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #1A61AB;
    line-height: 12px;
}
.rd-slider__button.disabled {
    border-color: #a5adb4;
    color: #a5adb4;
}
.rd-slider__button.disabled::after, .rd-slider__button.disabled::before {
    background: #a5adb4;
}
.rd-slider__content {
    width: 100%;
    height: 4px;
    margin: 0 16px;
    margin-top: 5px;
    background: #dce1e9;
    border-radius: 500px;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.rd-slider__content .noUi-handle {
    background: #003C71;
    border-radius: 50%;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 16px !important;
    height: 16px !important;
    right: -8px !important;
    top: -6px !important;
    border: none !important;
}
.rd-slider__content .noUi-handle:hover {
    cursor: pointer;
}
.rd-slider__content .noUi-handle::after, .rd-slider__content .noUi-handle::before {
    content: none;
}
.rd-slider__content .noUi-tooltip {
    bottom: auto !important;
    margin-top: 1px;
    top: 120%;
    border: none !important;
    background: #fff;
    padding: 0px !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: #fff !important;
    background: #1A61AB;
    border-radius: 5px !important;
    padding: 8px !important;
}
.rd-slider__content .noUi-tooltip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 3px solid #1A61AB;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.rd-slider__content .noUi-connect {
    background: #003C71;
}
.rd-slider__content .noUi-handle {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
}
.header.hide-navigation .lheader__navigation {
    width: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
}
.header.hide-navigation .lheader__search {
    width: 100%;
}
.header.hide-mobile-primary-button .mheader__button {
    width: 0;
    margin: 0;
    background: transparent;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
}
.header.hide-mobile-primary-button .mheader__search {
    width: 100%;
}

.uheader {
    background: #003C71;
    height: 36px;
}
@media (max-width: 1199.98px) {
    .uheader {
        display: none;
    }
}
.uheader__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 8px 5px;
}
.uheader__pickers {
    margin-left: 24px;
}
@media (min-width: 1200px) and (max-width: 1450px) {
    .uheader__pickers .country-picker .country-picker__dropdown {
        left: auto;
        right: -92px;
    }
    .uheader__pickers .language-picker .language-picker__dropdown {
        left: auto;
        right: -20px;
    }
}

.lheader {
    background: #fff;
    border-bottom: 1px solid #ebf0f5;
    height: 90px;
}
@media (max-width: 1199.98px) {
    .lheader {
        display: none;
    }
}
.lheader__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 90px;
}
.lheader__logotype {
    margin: 12px 48px 7px 3px;
}
.lheader__navigation {
    margin-right: 49px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.lheader__search {
    margin-left: auto;
    margin-right: 0;
}
.lheader__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 24.5px;
    margin-right: 0;
}
.lheader__button .primary-button {
    white-space: nowrap;
    height: 40px;
}
.lheader__button .outlined-button {
    white-space: nowrap;
    height: 40px;
}
.lheader__button + .lheader__button {
    margin-left: 24px;
}

.mheader {
    position: relative;
    background: #ffffff;
    height: 60px;
}
@media (min-width: 1200px) {
    .mheader {
        display: none;
    }
}
.mheader__top {
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
}
.mheader__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
}
.mheader__logo {
    margin-left: 0;
    margin-right: auto;
}
.mheader__button {
    margin-left: 6px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.mheader__button .primary-button {
    white-space: nowrap;
}
.mheader__search {
    margin-left: 16px;
}
.mheader__burger {
    margin-left: 16px;
}
.mheader__menu {
    width: 100%;
}

.logotype {
    display: block;
    width: 200px;
    height: 70px;
}
.logotype img,
.logotype svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.logo {
    display: block;
    width: 31px;
    height: 36px;
}
.logo img,
.logo svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background: #ebf0f5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
}
.banner.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
@media (min-width: 768px) {
    .banner {
        display: none;
    }
}
.banner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 12px 20px 12px 16px;
}
.banner__close {
    width: 12px;
    height: 12px;
    margin-right: 17px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.banner__close img,
.banner__close svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.banner__image {
    width: 36px;
    height: 36px;
    margin-right: 13px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.banner__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.banner__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.banner__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #556176;
}
.banner__description {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #708090;
}
.banner__link {
    margin-left: auto;
    margin-right: 0;
}

.banner + .header {
    top: 0px;
}
@media (max-width: 767.98px) {
    .banner + .header {
        top: 60px;
    }
}

.admin-bar .banner {
    top: 32px;
}
@media (max-width: 767.98px) {
    .admin-bar .banner {
        top: 46px;
    }
}
.admin-bar .header {
    top: 32px;
}
@media (max-width: 782.98px) {
    .admin-bar .header {
        top: 46px;
    }
}
@media (max-width: 767.98px) {
    .admin-bar .header {
        top: 46px;
    }
}
@media (max-width: 767.98px) {
    .admin-bar .banner + .header {
        top: 106px;
    }
}

.banner + .header.hide-banner {
    top: 0px;
}

.admin-bar .header.hide-banner {
    top: 32px;
}
@media (max-width: 782.98px) {
    .admin-bar .header.hide-banner {
        top: 46px;
    }
}
@media (max-width: 767.98px) {
    .admin-bar .header.hide-banner {
        top: 46px;
    }
}

#wpadminbar {
    position: fixed;
    left: 0;
    top: 0;
}

.footer {
    min-height: 60px;
    background: #003C71;
}
@media (max-width: 767.98px) {
    .footer {
        min-height: 45px;
    }
}
.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 0;
}
@media (max-width: 767.98px) {
    .footer__inner {
        padding: 13.5px 0;
    }
}
.footer__logo {
    display: block;
    width: 24px;
    height: 28px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 24px;
}
.footer__logo img, .footer__logo svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
@media (max-width: 767.98px) {
    .footer__logo {
        display: none;
    }
}
.footer__widgets {
    display: block;
}
.footer__copyright {
    margin-right: 24px;
}
@media (max-width: 767.98px) {
    .footer__copyright {
        margin-right: 0;
    }
}
.footer__social {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: auto;
    margin-right: 0;
    display: none;
}
@media (max-width: 767.98px) {
    .footer__social {
        display: block;
        width: 100%;
        height: 54px;
        background: #f7f9fb;
        margin: 0 auto;
        padding-top: 11px;
        padding-bottom: 11px;
        border-top: 1px solid #dce1e9;
        border-bottom: 1px solid #dce1e9;
    }
}
.footer .footer__social {
    display: block;
}
@media (max-width: 767.98px) {
    .footer .footer__social {
        display: none;
    }
}
.footer__links {
    background: #ffffff;
    padding-top: 67px;
    padding-bottom: 51px;
}
@media (max-width: 767.98px) {
    .footer__links {
        padding-top: 0;
        padding-bottom: 10px;
    }
}
.footer__links-inner > div > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (max-width: 767.98px) {
    .footer__links-inner > div > ul {
        margin-top: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }
}
.footer__links-inner > div > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
}
.footer__links-inner > div > ul > li > a {
    font-weight: 900;
    font-size: 16px;
    line-height: 150%;
    color: #556176;
}
.footer__links-inner > div > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.footer__links-inner > div > ul > li > ul > li {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #556176;
    text-decoration: none;
}
.footer__links-inner > div > ul > li > ul > li:visited {
    color: #556176;
}
.footer__links-inner > div > ul > li > ul > li:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #556176;
}
@media (max-width: 767.98px) {
    .footer__links-inner > div > ul > li {
        padding: 16px 0;
        margin-right: 0;
        border-bottom: 1px solid #dce1e9;
    }
}
.footer__links-inner > div > ul > li:last-child {
    margin-right: 0;
}
@media (max-width: 767.98px) {
    .footer__links-inner > div > ul > li {
        display: none;
    }
    .footer__links-inner > div > ul > li:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footer__links-inner > div > ul > li:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footer__links-inner > div > ul > li:last-child > a {
        display: none;
    }
}
.footer__text {
    background: #fff;
    padding-top: 10px;
}
@media (max-width: 767.98px) {
    .footer__text {
        padding-top: 0;
    }
}
.footer__text-inner {
    position: relative;
    padding-top: 44px;
    padding-bottom: 36px;
    border-top: 1px solid #dce1e9;
}
@media (max-width: 767.98px) {
    .footer__text-inner {
        padding-top: 12px;
        padding-bottom: 29px;
        border-top: none;
    }
}
.footer__text-content {
    font-size: 14px;
    line-height: 150%;
    color: #748994;
}
@media (max-width: 575.98px) {
    .footer__text-content {
        font-size: 12px;
    }
}

.social-media__inner {
    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;
}
.social-media__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 24px;
    width: 24px;
}
@media (max-width: 767.98px) {
    .social-media__item {
        height: 32px;
        width: 32px;
    }
}
.social-media__item + .social-media__item {
    margin-left: 16px;
}

.copyright {
    display: block;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
}
@media (max-width: 767.98px) {
    .copyright {
        font-size: 12px;
        line-height: 150%;
    }
}

.page-id-6 .wp-block-banescocontigo-benefits > .benefits,
.page-id-635 .wp-block-banescocontigo-benefits > .benefits {
    padding-top: 0;
}
.page-id-6 .wp-block-banescocontigo-benefits > .benefits,
.page-id-6 .wp-block-banescocontigo-text-image > .text-image,
.page-id-635 .wp-block-banescocontigo-benefits > .benefits,
.page-id-635 .wp-block-banescocontigo-text-image > .text-image {
    padding-bottom: 0;
}
.page-id-6 .text-image__image img,
.page-id-635 .text-image__image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
}

#primary h2.wp-block-heading.has-text-align-center {
    font-size: 2rem;
    font-weight: 400;
    margin-top: 50px;
}

.woocommerce main#main {
    padding-top: 126px;
}
.woocommerce .hero-background__background img {
    height: inherit;
}

.woocommerce-filter__title {
    text-align: center;
    font-size: 2em;
    margin: 1.5em 0;
}
.woocommerce .wpfMainWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2em;
}
.woocommerce .wpfMainWrapper .wpfFilterContent {
    border: 1px solid var(--branding-gray-light);
    padding: 10px;
    border-radius: 5px;
}
.woocommerce .wpfMainWrapper .wpfFilterContent .wpfCheckboxHier {
    display: -ms-grid;
    display: grid;
        grid-template-areas: "select";
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.woocommerce .wpfMainWrapper .wpfFilterContent .wpfCheckboxHier::after {
    content: "";
    width: 0.8em;
    height: 0.5em;
    background-color: var(--branding-gray);
    clip-path: polygon(100% 0%, 0 0%, 50% 100%);
    -ms-grid-column-align: end;
        justify-self: end;
}
.woocommerce .wpfMainWrapper .wpfFilterContent select,
.woocommerce .wpfMainWrapper .wpfFilterContent .wpfCheckboxHier::after {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: select;
}
@media only screen and (max-width: 767px) {
    .woocommerce .wpfMainWrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.woocommerce .wpfFilterWrapper i {
    display: none;
}
.woocommerce .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfFilterContent {
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.woocommerce .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfPriceFilterRange.ui-slider.ui-widget-content:not(.iris-slider-offset),
.woocommerce .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfPriceFilterRange.ui-slider.ui-widget-content .ui-slider-handle {
    border: none !important;
}
.woocommerce .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfPriceFilterRange .ui-slider-range,
.woocommerce .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfPriceFilterRange .ui-slider-handle {
    background-color: var(--branding-green-button) !important;
}
.woocommerce .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfPriceFilterRange .ui-slider-handle {
    border-radius: 50%;
    top: -0.5em;
}
.woocommerce .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfPriceFilterRange.ui-slider-horizontal {
    height: 0.25em;
    margin: 0.3em !important;
}
.woocommerce .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfPriceFilterRange ~ .wpfPriceInputs {
    position: absolute;
    margin-top: 15px !important;
    background: var(--branding-green-text);
    color: var(--branding-white);
    padding: 0.5em 0.7em;
    border-radius: 7px;
}
.woocommerce .wpfFilterWrapper[data-filter-type=wpfPrice] .wpfPriceFilterRange ~ .wpfPriceInputs .wpfCurrencySymbol {
    display: none;
}

.la-spinner, .wpfIconPreview .spinner, .wpfLoaderIconTemplate .spinner, .woobewoo-filter-loader.spinner {
    background-image: url("https://media.dev.banesco.com.pa/wp-content/uploads/wpfiles/2023/06/20082519/banesco-fav.png") !important;
}

.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--branding-green-text);
    color: var(--branding-white);
    border-radius: 50%;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    width: 30px;
}

.woocommerce ul.products li.product > a.button {
    background: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: var(--branding-green-text);
    -webkit-text-decoration: revert;
            text-decoration: revert;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color, border-bottom-color;
    transition-property: color, border-bottom-color;
}
.woocommerce ul.products li.product > a.button::before {
    font-family: "FontAwesome";
    content: "\f05a";
    padding-right: 5px;
}
.woocommerce ul.products li.product > a.button:hover {
    font-weight: 900;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}
.woocommerce ul.products li.product .action-buttons {
    float: right;
}

.woocommerce ul.products li.product .action-buttons a.button,
.single-product .product .summary .button {
    background: var(--branding-green-button);
    padding: 14px 36px;
    border-radius: 50px;
    color: var(--branding-white);
    line-height: 125%;
    text-align: center;
}

.woocommerce ul.products li.product .action-buttons a.button:hover,
.single-product .product .summary .button:hover {
    background: var(--branding-green-button--hover);
    color: var(--branding-white);
}

.single-product .product .summary .action-buttons {
    margin-top: 1.5em;
}
.single-product .product .summary .action-buttons a:not(:first-child) {
    margin-left: 1em;
}
@media (max-width: 767px) {
    .single-product .product .summary .action-buttons a:not(:first-child) {
        margin: 1em 0 0 0;
    }
}
@media (max-width: 767px) {
    .single-product .product .summary .action-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

.woocommerce.single-product div.product [class^=flaticon-]:before,
.woocommerce.single-product div.product [class*=" flaticon-"]:before,
.woocommerce.single-product div.product [class^=flaticon-]:after,
.woocommerce.single-product div.product [class*=" flaticon-"]:after,
.woocommerce.single-product div.product .slick-prev:before,
.woocommerce.single-product div.product .slick-next:before {
    font-family: "FontAwesome";
}
.woocommerce.single-product div.product .wpgs-for .slick-arrow::before, .woocommerce.single-product div.product .wpgs-nav .slick-prev::before, .woocommerce.single-product div.product .wpgs-nav .slick-next::before {
    color: var(--branding-green-button);
    text-shadow: 2px 2px 10px var(--branding-white);
}
.woocommerce.single-product div.product .flaticon-back:before,
.woocommerce.single-product div.product .slick-prev:before {
    content: "\f0a8";
}
.woocommerce.single-product div.product .flaticon-right-arrow:before,
.woocommerce.single-product div.product .slick-next:before {
    content: "\f0a9";
}

.woocommerce .item-metadata {
    background-color: var(--branding-gray-lighter);
    padding: 1.5em 1em;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.woocommerce .item-metadata span i {
    color: var(--branding-green-button);
    padding-right: 0.3em;
}
.woocommerce.single-product div.product .item-metadata {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 2.5em 0 0;
    -webkit-column-gap: 1.5em;
       -moz-column-gap: 1.5em;
            column-gap: 1.5em;
}
@media (max-width: 767px) {
    .woocommerce.single-product div.product .item-metadata {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
}
.woocommerce ul.products li.product .item-metadata {
    width: 100%;
    font-size: 0.9em;
    padding: 1em;
}

@media (max-width: 767px) {
    .woocommerce ul.products[class*=columns-] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .woocommerce.archive ul.products[class*=columns-] li.product {
        width: 100%;
    }
}
.woocommerce ul.products li.product {
    border: 1px solid var(--branding-gray-light);
    padding: 1em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.woocommerce ul.products li.product,
.woocommerce ul.products li.product a img {
    border-radius: 7px;
}
.woocommerce ul.products li.product:hover {
    -webkit-box-shadow: 0px 5px 25px rgba(15, 35, 52, 0.2);
            box-shadow: 0px 5px 25px rgba(15, 35, 52, 0.2);
}
.woocommerce ul.products li.product .price {
    position: absolute;
    right: 1.1em;
    margin-top: -160px;
    margin-right: 10px;
    padding: 7px 10px;
    background-color: var(--branding-white);
    color: var(--branding-green-text);
    border-radius: 5px;
    font-weight: 700;
    font-size: 1em;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding-bottom: 1em;
    margin-bottom: 20px;
    height: 3.5em;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.5em;
    overflow: hidden;
}

.product-card__shortdesc p {
    width: 100%;
    height: 3em;
    line-height: 1.5;
    margin-bottom: 30px;
    -ms-hyphens: auto;
        hyphens: auto;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-card__bottom {
    position: absolute;
    bottom: 25px;
}

@media screen and (max-width: 767px) {
    .woocommerce.single-product .has-banner .main {
        padding-top: 0;
    }
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    margin: 3em 0 2em;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: var(--branding-green-text);
    text-decoration: underline;
    font-weight: 700;
}

.woocommerce.single-product div.product .summary.entry-summary {
    line-height: 1.5;
}
.woocommerce.single-product div.product .product_title {
    font-size: 2em;
    padding-bottom: 0.25em;
}
.woocommerce.single-product div.product .item-location-oneline {
    color: var(--branding-green-text);
    padding: 0.3em 0;
}
.woocommerce.single-product div.product .product_meta {
    padding: 0.3em 0 1em;
    margin-bottom: 1.5em;
}
.woocommerce.single-product div.product .product_meta .sku_wrapper {
    font-size: 0.9em;
}
.woocommerce.single-product div.product .product_meta .posted_in {
    display: none;
}
.woocommerce.single-product div.product .price {
    color: var(--branding-green-text);
    padding: 1em;
    border: 1px solid var(--branding-green-light);
    border-radius: 2em;
    margin: 1.25em 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 700;
}
.woocommerce.single-product div.product .woocommerce-tabs.wc-tabs-wrapper h2 {
    font-size: var(--prop-subtitle--size);
    padding: 1em 0;
}
.woocommerce.single-product div.product .woocommerce-tabs.wc-tabs-wrapper #tab-description h2 {
    display: none;
}
.woocommerce.single-product div.product .woocommerce-tabs.wc-tabs-wrapper p, .woocommerce.single-product div.product .woocommerce-tabs.wc-tabs-wrapper li {
    line-height: 1.5;
}
.woocommerce.single-product div.product .woocommerce-tabs.wc-tabs-wrapper p {
    padding: 0.5em 0;
}
.woocommerce.single-product div.product .woocommerce-tabs.wc-tabs-wrapper p:not(:first-of-type) {
    padding-top: 0;
}
.woocommerce.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul {
    padding-left: 18px;
}
.woocommerce.single-product div.product .woocommerce-tabs.wc-tabs-wrapper li {
    list-style-type: disc;
}
.woocommerce.single-product div.product .left-column-metadata.meta-map .map__content {
    width: 560px;
    height: 315px;
}
@media screen and (max-width: 767px) {
    .woocommerce.single-product div.product .left-column-metadata.meta-map .map__content {
        width: auto;
    }
}
.woocommerce.single-product div.product .left-column-metadata.meta-video {
    clear: inline-start;
}
@media screen and (max-width: 767px) {
    .woocommerce.single-product div.product .left-column-metadata.meta-video iframe {
        width: 100%;
    }
}
.woocommerce.single-product div.product .left-column-metadata h2 {
    font-size: var(--prop-subtitle--size);
    padding: 1em 0;
}

/*! Do not overwrite this CSS file directly, work with the source files instead */
/*# sourceMappingURL=style.css.map */