.jet-listing .slick-slider {
position: relative;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.jet-listing .slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.jet-listing .slick-list:focus {
outline: none;
}
.jet-listing .slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.jet-listing .slick-slider .slick-track,
.jet-listing .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.jet-listing .slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.jet-listing .slick-track:before,
.jet-listing .slick-track:after {
display: table;
content: "";
}
.jet-listing .slick-track:after {
clear: both;
}
.jet-listing .slick-loading .slick-track {
visibility: hidden;
}
.jet-listing .slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
.jet-listing [dir=rtl] .slick-slide {
float: right;
}
.jet-listing .slick-slide img {
display: block;
}
.jet-listing .slick-slide.slick-loading img {
display: none;
}
.jet-listing .slick-slide.dragging img {
pointer-events: none;
}
.jet-listing .slick-initialized .slick-slide {
display: block;
}
.jet-listing .slick-loading .slick-slide {
visibility: hidden;
}
.jet-listing .slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.jet-listing .slick-arrow.slick-hidden {
display: none;
}
.jet-listing-dynamic-field {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.jet-listing-dynamic-field__icon {
margin-right: 10px;
}
.rtl .jet-listing-dynamic-field__icon {
margin-right: 0;
margin-left: 10px;
}
.jet-listing-dynamic-field__icon.is-svg-icon {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.jet-listing-dynamic-field__icon.is-svg-icon svg {
width: 1em;
height: 1em;
}
.jet-listing-dynamic-field__content {
display: block;
max-width: 100%;
}
.jet-listing-dynamic-field__inline-wrap {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
max-width: 100%;
}
.jet-engine-gallery-grid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: -10px;
}
.jet-engine-gallery-grid.grid-col-desk-1 {
--columns: 1;
}
body[data-elementor-device-mode=tablet] .jet-engine-gallery-grid.grid-col-tablet-1 {
--columns: 1;
}
body[data-elementor-device-mode=mobile] .jet-engine-gallery-grid.grid-col-mobile-1 {
--columns: 1;
}
.jet-engine-gallery-grid.grid-col-desk-2 {
--columns: 2;
}
body[data-elementor-device-mode=tablet] .jet-engine-gallery-grid.grid-col-tablet-2 {
--columns: 2;
}
body[data-elementor-device-mode=mobile] .jet-engine-gallery-grid.grid-col-mobile-2 {
--columns: 2;
}
.jet-engine-gallery-grid.grid-col-desk-3 {
--columns: 3;
}
body[data-elementor-device-mode=tablet] .jet-engine-gallery-grid.grid-col-tablet-3 {
--columns: 3;
}
body[data-elementor-device-mode=mobile] .jet-engine-gallery-grid.grid-col-mobile-3 {
--columns: 3;
}
.jet-engine-gallery-grid.grid-col-desk-4 {
--columns: 4;
}
body[data-elementor-device-mode=tablet] .jet-engine-gallery-grid.grid-col-tablet-4 {
--columns: 4;
}
body[data-elementor-device-mode=mobile] .jet-engine-gallery-grid.grid-col-mobile-4 {
--columns: 4;
}
.jet-engine-gallery-grid.grid-col-desk-5 {
--columns: 5;
}
body[data-elementor-device-mode=tablet] .jet-engine-gallery-grid.grid-col-tablet-5 {
--columns: 5;
}
body[data-elementor-device-mode=mobile] .jet-engine-gallery-grid.grid-col-mobile-5 {
--columns: 5;
}
.jet-engine-gallery-grid.grid-col-desk-6 {
--columns: 6;
}
body[data-elementor-device-mode=tablet] .jet-engine-gallery-grid.grid-col-tablet-6 {
--columns: 6;
}
body[data-elementor-device-mode=mobile] .jet-engine-gallery-grid.grid-col-mobile-6 {
--columns: 6;
}
.jet-engine-gallery-grid__item {
padding: 10px;
max-width: calc(100% / var(--columns));
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% / var(--columns));
flex: 0 0 calc(100% / var(--columns));
}
.jet-engine-gallery-grid__item-wrap {
display: block;
height: 100%;
position: relative;
}
.jet-engine-gallery-grid__item-wrap:after {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
-webkit-transition: all 150ms linear;
transition: all 150ms linear;
}
.jet-engine-gallery-grid__item-wrap.is-lightbox:before {
-webkit-transition: all 150ms linear;
transition: all 150ms linear;
content: "+";
font-family: "Arial";
font-weight: 900;
border: 4px solid currentColor;
width: 40px;
height: 40px;
border-radius: 20px;
line-height: 32px;
font-size: 30px;
text-align: center;
opacity: 0;
left: 50%;
top: 50%;
margin: -20px 0 0 -20px;
position: absolute;
z-index: 99;
color: #fff;
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
.jet-engine-gallery-grid__item-wrap.is-lightbox:hover:before {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.jet-engine-gallery-grid__item img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
display: block;
}
.jet-engine-gallery-slider {
max-width: 100%;
position: relative;
}
.jet-engine-gallery-slider__item {
max-width: 100%;
}
.jet-engine-gallery-slider__item-wrap {
display: block;
height: 100%;
position: relative;
overflow: hidden;
}
.jet-engine-gallery-slider__item-wrap:after {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
-webkit-transition: all 150ms linear;
transition: all 150ms linear;
}
.jet-engine-gallery-slider__item-wrap.is-lightbox:before {
-webkit-transition: all 150ms linear;
transition: all 150ms linear;
content: "\f055";
font-family: FontAwesome;
font-size: 20px;
width: 60px;
height: 60px;
line-height: 60px;
font-size: 30px;
text-align: center;
opacity: 0;
left: 50%;
top: 50%;
margin: -30px 0 0 -30px;
position: absolute;
z-index: 99;
color: #fff;
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
.jet-engine-gallery-slider__item-wrap.is-lightbox:hover:before {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.jet-engine-gallery-slider__item-wrap img {
display: block;
width: 100%;
height: auto;
}
.jet-engine-gallery-slider .jet-engine-arrow {
position: absolute;
top: 50%;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 30px;
color: #fff;
background-color: #111;
left: 0;
margin-top: -25px;
cursor: pointer;
text-align: center;
z-index: 999;
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;
}
.jet-engine-gallery-slider .jet-engine-arrow.next-arrow {
left: auto;
right: 0;
}
.jet-engine-gallery-slider .jet-engine-arrow svg {
max-height: 100%;
width: auto;
}
.jet-engine-gallery-slider .jet-engine-arrow svg path {
fill: currentColor;
}
.jet-engine-gallery-slider:not(.slick-initialized) .jet-engine-gallery-slider__item {
display: none;
}
.jet-engine-gallery-slider:not(.slick-initialized) .jet-engine-gallery-slider__item:first-child {
display: block;
}
.jet-engine-gallery-slider .jet-engine-arrow {
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
}
.jet-check-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
overflow: hidden;
}
.jet-check-list__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding: 5px 0;
overflow: hidden;
}
.jet-check-list--columns-1 .jet-check-list__item {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.jet-check-list--columns-2 .jet-check-list__item {
-webkit-box-flex: 0;
-ms-flex: 0 0 45%;
flex: 0 0 45%;
margin-right: 5%;
}
.jet-check-list--columns-3 .jet-check-list__item {
-webkit-box-flex: 0;
-ms-flex: 0 0 30.33333%;
flex: 0 0 30.33333%;
margin-right: 3%;
}
.jet-check-list--columns-4 .jet-check-list__item {
-webkit-box-flex: 0;
-ms-flex: 0 0 22%;
flex: 0 0 22%;
margin-right: 3%;
}
.jet-check-list--columns-5 .jet-check-list__item {
-webkit-box-flex: 0;
-ms-flex: 0 0 18%;
flex: 0 0 18%;
margin-right: 2%;
}
.jet-check-list--columns-6 .jet-check-list__item {
-webkit-box-flex: 0;
-ms-flex: 0 0 14.666667%;
flex: 0 0 14.666667%;
margin-right: 2%;
}
.jet-check-list--has-divider .jet-check-list__item {
margin-top: -1px;
border-top: 1px solid currentColor;
}
.jet-check-list__item .jet-listing-dynamic-field__icon {
margin-top: 1px;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.brxe-jet-engine-listing-dynamic-field .jet-listing-dynamic-field__icon {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 0;
}
.brxe-jet-engine-listing-dynamic-field .jet-listing-dynamic-field__icon :is(svg, path) {
fill: currentColor;
}
.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-slider {
--column-gap: 0;
}
.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-slider .slick-list {
margin-right: calc(var(--column-gap) / -2);
margin-left: calc(var(--column-gap) / -2);
}
.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-slider .slick-slide {
padding-right: calc(var(--column-gap) / 2);
padding-left: calc(var(--column-gap) / 2);
}
.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-slider .jet-engine-arrow svg {
max-height: none;
width: 1em;
height: 1em;
}
.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-grid {
--gap: 20px;
gap: var(--gap);
margin: 0;
}
.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-grid__item {
padding: 0;
max-width: calc((100% - (var(--columns) - 1) * var(--gap)) / var(--columns));
-webkit-box-flex: 0;
-ms-flex: 0 0 calc((100% - (var(--columns) - 1) * var(--gap)) / var(--columns));
flex: 0 0 calc((100% - (var(--columns) - 1) * var(--gap)) / var(--columns));
}
.jet-listing-dynamic-image {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.jet-listing-dynamic-image > * {
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.jet-listing-dynamic-image img {
display: block;
}
.jet-listing-dynamic-image img.wp-post-image {
width: auto;
max-height: none;
}
.brxe-jet-engine-listing-dynamic-image {
display: inline-block;
}
.brxe-jet-engine-listing-dynamic-image .jet-listing-dynamic-image {
display: inline;
-webkit-box-align: initial;
-ms-flex-align: initial;
align-items: initial;
}
.brxe-jet-engine-listing-dynamic-image .jet-listing-dynamic-image > * {
-webkit-box-flex: initial;
-ms-flex: initial;
flex: initial;
}
.brxe-jet-engine-listing-dynamic-image .jet-listing-dynamic-image .jet-listing-dynamic-image__img {
width: 100%;
}
.brxe-jet-engine-listing-dynamic-image .jet-listing-dynamic-image__link {
display: inline-block;
width: 100%;
}
.brxe-jet-engine-listing-dynamic-image .jet-listing-dynamic-image__img {
display: initial;
height: 100%;
}
.jet-listing-dynamic-repeater__items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.jet-listing-dynamic-repeater__item > *:not(td):not(.jet-engine-gallery-grid) {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.has-counter .jet-listing-dynamic-repeater__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.has-counter.counter--above .jet-listing-dynamic-repeater__item {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.jet-listing-dynamic-repeater__body {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
position: relative;
z-index: 1;
}
.jet-listing-dynamic-repeater__body > * {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.jet-listing-dynamic-repeater__counter {
position: relative;
-webkit-box-sizing: border-box !important;
box-sizing: border-box !important;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.has-counter.counter--at-right .jet-listing-dynamic-repeater__counter {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.jet-listing-dynamic-repeater__delimiter {
white-space: pre;
}
.jet-listing-dynamic-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.jet-listing-dynamic-link__icon.is-svg-icon {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.jet-listing-dynamic-link__icon.is-svg-icon svg {
width: 1em;
height: 1em;
}
.jet-listing-dynamic-link__link {
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;
-ms-flex-item-align: start;
align-self: flex-start;
}
.jet-listing-dynamic-link__icon {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.jet-listing-dynamic-link__label {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.jet-listing-dynamic-link form.cart {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.jet-listing-dynamic-link form.cart .quantity {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.jet-listing-dynamic-link form.cart .quantity .qty {
width: 100%;
}
.jet-listing-dynamic-link .button.jet-woo-add-to-cart {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.jet-listing-dynamic-link .button.jet-woo-add-to-cart.added::after {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.jet-listing-dynamic-link .button.jet-woo-add-to-cart + .added_to_cart.wc-forward {
display: none !important;
}
.jet-remove-from-store.is-hidden {
display: none !important;
}
.jet-add-to-cart + .added_to_cart.wc-forward {
display: none !important;
}
.brxe-jet-engine-listing-dynamic-link .jet-listing-dynamic-link {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.brxe-jet-engine-listing-dynamic-link .jet-listing-dynamic-link__icon :is(svg, path) {
fill: currentColor;
}
.jet-listing-dynamic-terms__icon {
display: inline-block;
}
.jet-listing-dynamic-terms__icon.is-svg-icon {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.jet-listing-dynamic-terms__icon.is-svg-icon svg {
width: 1em;
height: 1em;
}
.jet-listing-dynamic-terms__link {
display: inline-block;
}
.meta-layout-inline .jet-listing-dynamic-meta__item {
display: inline-block;
margin-left: 5px;
margin-right: 5px;
}
.meta-layout-inline .jet-listing-dynamic-meta__item:first-child {
margin-left: 0;
}
.meta-layout-inline .jet-listing-dynamic-meta__item:last-child {
margin-right: 0;
}
.meta-layout-list .jet-listing-dynamic-meta__item {
display: block;
}
.jet-listing-dynamic-meta__item a {
text-decoration: inherit;
}
.jet-listing-dynamic-meta__icon, .jet-listing-dynamic-meta__item-val, .jet-listing-dynamic-meta__prefix, .jet-listing-dynamic-meta__suffix {
display: inline-block;
}
.jet-listing-dynamic-meta__icon {
margin-right: 4px;
}
.rtl .jet-listing-dynamic-meta__icon {
margin-right: 0;
margin-left: 4px;
}
.jet-listing-dynamic-meta__icon.is-svg-icon {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.jet-listing-dynamic-meta__icon.is-svg-icon svg {
width: 1em;
height: 1em;
}
.jet-listing-dynamic-meta__prefix {
margin-right: 4px;
}
.rtl .jet-listing-dynamic-meta__prefix {
margin-right: 0;
margin-left: 4px;
}
.jet-listing-dynamic-meta__suffix {
margin-left: 4px;
}
.rtl .jet-listing-dynamic-meta__suffix {
margin-left: 0;
margin-right: 4px;
}
.jet-listing-grid[data-lazy-load] {
min-height: 1px;
}
.jet-listing-grid__items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -10px;
width: calc(100% + 20px);
}
body.wp-admin.block-editor-page .jet-listing-grid__slider .jet-listing-grid__items {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.jet-listing-grid__items.grid-col-desk-1 {
--columns: 1;
}
.jet-listing-grid__items.grid-col-desk-2 {
--columns: 2;
}
.jet-listing-grid__items.grid-col-desk-3 {
--columns: 3;
}
.jet-listing-grid__items.grid-col-desk-4 {
--columns: 4;
}
.jet-listing-grid__items.grid-col-desk-5 {
--columns: 5;
}
.jet-listing-grid__items.grid-col-desk-6 {
--columns: 6;
}
.jet-listing-grid__items.grid-col-desk-7 {
--columns: 7;
}
.jet-listing-grid__items.grid-col-desk-8 {
--columns: 8;
}
.jet-listing-grid__items.grid-col-desk-9 {
--columns: 9;
}
.jet-listing-grid__items.grid-col-desk-10 {
--columns: 10;
}
@media (max-width: 1024px) {
.jet-listing-grid__items.grid-col-tablet-1 {
--columns: 1;
}
.jet-listing-grid__items.grid-col-tablet-2 {
--columns: 2;
}
.jet-listing-grid__items.grid-col-tablet-3 {
--columns: 3;
}
.jet-listing-grid__items.grid-col-tablet-4 {
--columns: 4;
}
.jet-listing-grid__items.grid-col-tablet-5 {
--columns: 5;
}
.jet-listing-grid__items.grid-col-tablet-6 {
--columns: 6;
}
.jet-listing-grid__items.grid-col-tablet-7 {
--columns: 7;
}
.jet-listing-grid__items.grid-col-tablet-8 {
--columns: 8;
}
.jet-listing-grid__items.grid-col-tablet-9 {
--columns: 9;
}
.jet-listing-grid__items.grid-col-tablet-10 {
--columns: 10;
}
}
@media (max-width: 767px) {
.jet-listing-grid__items.grid-col-mobile-1 {
--columns: 1;
}
.jet-listing-grid__items.grid-col-mobile-2 {
--columns: 2;
}
.jet-listing-grid__items.grid-col-mobile-3 {
--columns: 3;
}
.jet-listing-grid__items.grid-col-mobile-4 {
--columns: 4;
}
.jet-listing-grid__items.grid-col-mobile-5 {
--columns: 5;
}
.jet-listing-grid__items.grid-col-mobile-6 {
--columns: 6;
}
.jet-listing-grid__items.grid-col-mobile-7 {
--columns: 7;
}
.jet-listing-grid__items.grid-col-mobile-8 {
--columns: 8;
}
.jet-listing-grid__items.grid-col-mobile-9 {
--columns: 9;
}
.jet-listing-grid__items.grid-col-mobile-10 {
--columns: 10;
}
}
.jet-listing-grid__masonry {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.jet-listing-grid__item {
padding: 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.jet-listing-grid__items > .jet-listing-grid__item {
max-width: calc(100% / var(--columns));
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% / var(--columns));
flex: 0 0 calc(100% / var(--columns));
}
.jet-listing-grid__item.colspan-1 {
max-width: 100% !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 100% !important;
flex: 0 0 100% !important;
}
.jet-listing-grid__item.colspan-2-3 {
max-width: 66.6666666667% !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 66.6666666667% !important;
flex: 0 0 66.6666666667% !important;
}
.jet-listing-grid__item.colspan-2-4 {
max-width: 50% !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 50% !important;
flex: 0 0 50% !important;
}
.jet-listing-grid__item.colspan-2-5 {
max-width: 40% !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 40% !important;
flex: 0 0 40% !important;
}
.jet-listing-grid__item.colspan-2-6 {
max-width: 33.3333333333% !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 33.3333333333% !important;
flex: 0 0 33.3333333333% !important;
}
.jet-listing-grid__item.colspan-2-7 {
max-width: 28.5714285714% !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 28.5714285714% !important;
flex: 0 0 28.5714285714% !important;
}
.jet-listing-grid__item.colspan-2-8 {
max-width: 25% !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 25% !important;
flex: 0 0 25% !important;
}
.jet-listing-grid__item.colspan-2-9 {
max-width: 22.2222222222% !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 22.2222222222% !important;
flex: 0 0 22.2222222222% !important;
}
.jet-listing-grid__item.colspan-2-10 {
max-width: 20% !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 20% !important;
flex: 0 0 20% !important;
}
.jet-listing-grid__item.colspan-3-4 {
max-width: 75% !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 75% !important;
flex: 0 0 75% !important;
}
.jet-listing-grid__item.colspan-3-5 {
max-width: 60% !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 60% !important;
flex: 0 0 60% !important;
}
.jet-listing-grid__item.colspan-3-6 {
max-width: 50% !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 50% !important;
flex: 0 0 50% !important;
}
.jet-listing-grid__item.colspan-3-7 {
max-width: 42.8571428571% !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 42.8571428571% !important;
flex: 0 0 42.8571428571% !important;
}
.jet-listing-grid__item.colspan-3-8 {
max-width: 37.5% !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 37.5% !important;
flex: 0 0 37.5% !important;
}
.jet-listing-grid__item.colspan-3-9 {
max-width: 33.3333333333% !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 33.3333333333% !important;
flex: 0 0 33.3333333333% !important;
}
.jet-listing-grid__item.colspan-3-10 {
max-width: 30% !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 30% !important;
flex: 0 0 30% !important;
}
.jet-listing-grid__item.colspan-4-5 {
max-width: 80% !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 80% !important;
flex: 0 0 80% !important;
}
.jet-listing-grid__item.colspan-4-6 {
max-width: 66.6666666667% !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 66.6666666667% !important;
flex: 0 0 66.6666666667% !important;
}
.jet-listing-grid__item.colspan-4-7 {
max-width: 57.1428571429% !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 57.1428571429% !important;
flex: 0 0 57.1428571429% !important;
}
.jet-listing-grid__item.colspan-4-8 {
max-width: 50% !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 50% !important;
flex: 0 0 50% !important;
}
.jet-listing-grid__item.colspan-4-9 {
max-width: 44.4444444444% !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 44.4444444444% !important;
flex: 0 0 44.4444444444% !important;
}
.jet-listing-grid__item.colspan-4-10 {
max-width: 40% !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 40% !important;
flex: 0 0 40% !important;
}
.jet-listing-grid__item.colspan-5-6 {
max-width: 83.3333333333% !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 83.3333333333% !important;
flex: 0 0 83.3333333333% !important;
}
.jet-listing-grid__item.colspan-5-7 {
max-width: 71.4285714286% !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 71.4285714286% !important;
flex: 0 0 71.4285714286% !important;
}
.jet-listing-grid__item.colspan-5-8 {
max-width: 62.5% !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 62.5% !important;
flex: 0 0 62.5% !important;
}
.jet-listing-grid__item.colspan-5-9 {
max-width: 55.5555555556% !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 55.5555555556% !important;
flex: 0 0 55.5555555556% !important;
}
.jet-listing-grid__item.colspan-5-10 {
max-width: 50% !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 50% !important;
flex: 0 0 50% !important;
}
.jet-listing-grid__item.colspan-6-7 {
max-width: 85.7142857143% !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 85.7142857143% !important;
flex: 0 0 85.7142857143% !important;
}
.jet-listing-grid__item.colspan-6-8 {
max-width: 75% !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 75% !important;
flex: 0 0 75% !important;
}
.jet-listing-grid__item.colspan-6-9 {
max-width: 66.6666666667% !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 66.6666666667% !important;
flex: 0 0 66.6666666667% !important;
}
.jet-listing-grid__item.colspan-6-10 {
max-width: 60% !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 60% !important;
flex: 0 0 60% !important;
}
.jet-listing-grid__slider {
position: relative;
}
body.wp-admin.block-editor-page .jet-listing-grid__slider {
overflow: hidden;
}
.jet-listing-grid__slider[dir=rtl] .slick-slide {
float: right;
}
.jet-listing-grid__slider-icon.slick-arrow {
position: absolute;
top: 50%;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 30px;
color: #fff;
background-color: #111;
left: 0;
margin-top: -25px;
cursor: pointer;
text-align: center;
z-index: 90;
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;
}
.jet-listing-grid__slider-icon.slick-arrow.next-arrow {
left: auto;
right: 0;
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
.jet-listing-grid__slider-icon.slick-arrow svg {
height: 30px;
width: auto;
}
.jet-listing-grid__slider-icon.slick-arrow svg path {
fill: currentColor;
}
.jet-listing-grid__slider > .jet-listing-grid__items:not(.slick-initialized) > .jet-listing-grid__item {
display: none;
}
.jet-listing-grid__slider > .jet-listing-grid__items:not(.slick-initialized) > .jet-listing-grid__item:first-of-type {
display: block;
}
body.wp-admin.block-editor-page .jet-listing-grid__slider > .jet-listing-grid__items:not(.slick-initialized) > .jet-listing-grid__item {
display: block;
}
.jet-listing-grid__slider .jet-slick-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
margin: 10px 0;
padding: 0;
}
.jet-listing-grid__slider .jet-slick-dots li {
width: 12px;
height: 12px;
border-radius: 100%;
text-indent: -50px;
overflow: hidden;
cursor: pointer;
background: #eee;
margin: 3px;
}
.jet-listing-grid__slider .jet-slick-dots li:hover, .jet-listing-grid__slider .jet-slick-dots li.slick-active {
background: #111;
}
.jet-listing-grid__slider[dir=rtl] .jet-slick-dots li {
text-indent: 50px;
}
.jet-listing-grid .jet-engine-listing-overlay-wrap {
position: relative;
cursor: pointer;
}
.jet-listing-grid .jet-engine-listing-overlay-link {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
}
.jet-listing-grid__loader {
--spinner-color: rgba(100, 100, 100, 0.8);
--spinner-size: 36px;
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;
gap: 15px;
visibility: hidden;
}
.jet-listing-grid-loading .jet-listing-grid__loader {
visibility: visible;
}
.jet-listing-grid__loader-spinner {
width: var(--spinner-size);
height: var(--spinner-size);
border: 4px solid var(--spinner-color);
border-top-color: transparent;
border-radius: 50%;
-webkit-animation: jet-engine-spin 1s infinite linear;
animation: jet-engine-spin 1s infinite linear;
}
.elementor-widget.elementor-widget-jet-listing-grid {
max-width: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
body[data-elementor-device-mode=desktop] .jet-listing-grid__scroll-slider-desktop {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
body[data-elementor-device-mode=desktop] .jet-listing-grid__scroll-slider-desktop > .jet-listing-grid__items {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
body[data-elementor-device-mode=laptop] .jet-listing-grid__scroll-slider-laptop {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
body[data-elementor-device-mode=laptop] .jet-listing-grid__scroll-slider-laptop > .jet-listing-grid__items {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
body[data-elementor-device-mode=tablet_extra] .jet-listing-grid__scroll-slider-tablet_extra {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
body[data-elementor-device-mode=tablet_extra] .jet-listing-grid__scroll-slider-tablet_extra > .jet-listing-grid__items {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
body[data-elementor-device-mode=tablet] .jet-listing-grid__scroll-slider-tablet {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
body[data-elementor-device-mode=tablet] .jet-listing-grid__scroll-slider-tablet > .jet-listing-grid__items {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
body[data-elementor-device-mode=mobile_extra] .jet-listing-grid__scroll-slider-mobile_extra {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
body[data-elementor-device-mode=mobile_extra] .jet-listing-grid__scroll-slider-mobile_extra > .jet-listing-grid__items {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
body[data-elementor-device-mode=mobile] .jet-listing-grid__scroll-slider-mobile {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
body[data-elementor-device-mode=mobile] .jet-listing-grid__scroll-slider-mobile > .jet-listing-grid__items {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
@media (min-width: 1025px) {
.jet-listing-grid--blocks .jet-listing-grid__scroll-slider-desktop {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.jet-listing-grid--blocks .jet-listing-grid__scroll-slider-desktop > .jet-listing-grid__items {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.jet-listing-grid--blocks .jet-listing-grid__scroll-slider-tablet {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.jet-listing-grid--blocks .jet-listing-grid__scroll-slider-tablet > .jet-listing-grid__items {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
}
@media (max-width: 767px) {
.jet-listing-grid--blocks .jet-listing-grid__scroll-slider-mobile {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.jet-listing-grid--blocks .jet-listing-grid__scroll-slider-mobile > .jet-listing-grid__items {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
}
@media (max-width: 767px) {
.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider-mobile {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider-mobile > .jet-listing-grid__items {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
}
@media (max-width: 991px) {
.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider-tablet {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider-tablet > .jet-listing-grid__items {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
}
.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider-desktop {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider-desktop > .jet-listing-grid__items {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.jet-listing-grid__item.jet-equal-columns > * {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns > .elementor {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns > .elementor > .elementor-inner {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns > .elementor > .elementor-inner > .elementor-section-wrap {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns > .elementor > .elementor-inner > .elementor-section-wrap > .elementor-section {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns > .elementor > .elementor-section-wrap {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns > .elementor > .elementor-section-wrap > .elementor-section {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns > .elementor > :is(.elementor-section, .e-container, .e-con) {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap > .elementor {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap > .elementor > .elementor-inner {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap > .elementor > .elementor-inner > .elementor-section-wrap {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap > .elementor > .elementor-inner > .elementor-section-wrap > .elementor-section {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap > .elementor > .elementor-section-wrap {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap > .elementor > .elementor-section-wrap > .elementor-section {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap > .elementor > :is(.elementor-section, .e-container, .e-con) {
height: 100%;
}
.jet-listing-grid__items.jet-equal-columns__wrapper .slick-track {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.jet-listing-grid__items.jet-equal-columns__wrapper .slick-slide {
float: none;
height: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.jet-listing-grid__items.jet-equal-columns__wrapper .slick-slide img {
-o-object-fit: cover;
object-fit: cover;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.jet-listing-grid__items.jet-equal-columns__wrapper .slick-slide > *,
.jet-listing-grid__items.jet-equal-columns__wrapper .slick-slide .jet-equal-columns {
height: 100%;
}
.jet-listing-not-found {
text-align: center;
display: block;
margin: 0;
width: 100%;
}
@-webkit-keyframes jet-engine-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes jet-engine-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items {
width: auto;
margin: 0;
--column-gap: 20px;
--row-gap: 20px;
gap: var(--row-gap) var(--column-gap);
--item-width: calc( ( 100% - ( var(--columns) - 1 ) * var(--column-gap) ) / var(--columns) );
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items.slick-slider .slick-list {
margin-right: calc(var(--column-gap) / -2);
margin-left: calc(var(--column-gap) / -2);
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item {
max-width: var(--item-width);
-webkit-box-flex: 0;
-ms-flex: 0 0 var(--item-width);
flex: 0 0 var(--item-width);
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item.colspan-2-3 {
--colspan-width: calc( 100% - var(--item-width) * ( 3 - 2 ) - var(--column-gap) * ( 3 - 2 ) );
max-width: var(--colspan-width) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 var(--colspan-width) !important;
flex: 0 0 var(--colspan-width) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item.colspan-2-4 {
--colspan-width: calc( 100% - var(--item-width) * ( 4 - 2 ) - var(--column-gap) * ( 4 - 2 ) );
max-width: var(--colspan-width) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 var(--colspan-width) !important;
flex: 0 0 var(--colspan-width) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item.colspan-2-5 {
--colspan-width: calc( 100% - var(--item-width) * ( 5 - 2 ) - var(--column-gap) * ( 5 - 2 ) );
max-width: var(--colspan-width) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 var(--colspan-width) !important;
flex: 0 0 var(--colspan-width) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item.colspan-2-6 {
--colspan-width: calc( 100% - var(--item-width) * ( 6 - 2 ) - var(--column-gap) * ( 6 - 2 ) );
max-width: var(--colspan-width) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 var(--colspan-width) !important;
flex: 0 0 var(--colspan-width) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item.colspan-2-7 {
--colspan-width: calc( 100% - var(--item-width) * ( 7 - 2 ) - var(--column-gap) * ( 7 - 2 ) );
max-width: var(--colspan-width) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 var(--colspan-width) !important;
flex: 0 0 var(--colspan-width) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item.colspan-2-8 {
--colspan-width: calc( 100% - var(--item-width) * ( 8 - 2 ) - var(--column-gap) * ( 8 - 2 ) );
max-width: var(--colspan-width) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 var(--colspan-width) !important;
flex: 0 0 var(--colspan-width) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item.colspan-2-9 {
--colspan-width: calc( 100% - var(--item-width) * ( 9 - 2 ) - var(--column-gap) * ( 9 - 2 ) );
max-width: var(--colspan-width) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 var(--colspan-width) !important;
flex: 0 0 var(--colspan-width) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item.colspan-2-10 {
--colspan-width: calc( 100% - var(--item-width) * ( 10 - 2 ) - var(--column-gap) * ( 10 - 2 ) );
max-width: var(--colspan-width) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 var(--colspan-width) !important;
flex: 0 0 var(--colspan-width) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item.colspan-3-4 {
--colspan-width: calc( 100% - var(--item-width) * ( 4 - 3 ) - var(--column-gap) * ( 4 - 3 ) );
max-width: var(--colspan-width) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 var(--colspan-width) !important;
flex: 0 0 var(--colspan-width) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item.colspan-3-5 {
--colspan-width: calc( 100% - var(--item-width) * ( 5 - 3 ) - var(--column-gap) * ( 5 - 3 ) );
max-width: var(--colspan-width) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 var(--colspan-width) !important;
flex: 0 0 var(--colspan-width) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item.colspan-3-6 {
--colspan-width: calc( 100% - var(--item-width) * ( 6 - 3 ) - var(--column-gap) * ( 6 - 3 ) );
max-width: var(--colspan-width) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 var(--colspan-width) !important;
flex: 0 0 var(--colspan-width) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item.colspan-3-7 {
--colspan-width: calc( 100% - var(--item-width) * ( 7 - 3 ) - var(--column-gap) * ( 7 - 3 ) );
max-width: var(--colspan-width) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 var(--colspan-width) !important;
flex: 0 0 var(--colspan-width) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item.colspan-3-8 {
--colspan-width: calc( 100% - var(--item-width) * ( 8 - 3 ) - var(--column-gap) * ( 8 - 3 ) );
max-width: var(--colspan-width) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 var(--colspan-width) !important;
flex: 0 0 var(--colspan-width) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item.colspan-3-9 {
--colspan-width: calc( 100% - var(--item-width) * ( 9 - 3 ) - var(--column-gap) * ( 9 - 3 ) );
max-width: var(--colspan-width) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 var(--colspan-width) !important;
flex: 0 0 var(--colspan-width) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item.colspan-3-10 {
--colspan-width: calc( 100% - var(--item-width) * ( 10 - 3 ) - var(--column-gap) * ( 10 - 3 ) );
max-width: var(--colspan-width) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 var(--colspan-width) !important;
flex: 0 0 var(--colspan-width) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item.colspan-4-5 {
--colspan-width: calc( 100% - var(--item-width) * ( 5 - 4 ) - var(--column-gap) * ( 5 - 4 ) );
max-width: var(--colspan-width) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 var(--colspan-width) !important;
flex: 0 0 var(--colspan-width) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item.colspan-4-6 {
--colspan-width: calc( 100% - var(--item-width) * ( 6 - 4 ) - var(--column-gap) * ( 6 - 4 ) );
max-width: var(--colspan-width) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 var(--colspan-width) !important;
flex: 0 0 var(--colspan-width) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item.colspan-4-7 {
--colspan-width: calc( 100% - var(--item-width) * ( 7 - 4 ) - var(--column-gap) * ( 7 - 4 ) );
max-width: var(--colspan-width) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 var(--colspan-width) !important;
flex: 0 0 var(--colspan-width) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item.colspan-4-8 {
--colspan-width: calc( 100% - var(--item-width) * ( 8 - 4 ) - var(--column-gap) * ( 8 - 4 ) );
max-width: var(--colspan-width) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 var(--colspan-width) !important;
flex: 0 0 var(--colspan-width) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item.colspan-4-9 {
--colspan-width: calc( 100% - var(--item-width) * ( 9 - 4 ) - var(--column-gap) * ( 9 - 4 ) );
max-width: var(--colspan-width) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 var(--colspan-width) !important;
flex: 0 0 var(--colspan-width) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item.colspan-4-10 {
--colspan-width: calc( 100% - var(--item-width) * ( 10 - 4 ) - var(--column-gap) * ( 10 - 4 ) );
max-width: var(--colspan-width) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 var(--colspan-width) !important;
flex: 0 0 var(--colspan-width) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item.colspan-5-6 {
--colspan-width: calc( 100% - var(--item-width) * ( 6 - 5 ) - var(--column-gap) * ( 6 - 5 ) );
max-width: var(--colspan-width) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 var(--colspan-width) !important;
flex: 0 0 var(--colspan-width) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item.colspan-5-7 {
--colspan-width: calc( 100% - var(--item-width) * ( 7 - 5 ) - var(--column-gap) * ( 7 - 5 ) );
max-width: var(--colspan-width) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 var(--colspan-width) !important;
flex: 0 0 var(--colspan-width) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item.colspan-5-8 {
--colspan-width: calc( 100% - var(--item-width) * ( 8 - 5 ) - var(--column-gap) * ( 8 - 5 ) );
max-width: var(--colspan-width) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 var(--colspan-width) !important;
flex: 0 0 var(--colspan-width) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item.colspan-5-9 {
--colspan-width: calc( 100% - var(--item-width) * ( 9 - 5 ) - var(--column-gap) * ( 9 - 5 ) );
max-width: var(--colspan-width) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 var(--colspan-width) !important;
flex: 0 0 var(--colspan-width) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item.colspan-5-10 {
--colspan-width: calc( 100% - var(--item-width) * ( 10 - 5 ) - var(--column-gap) * ( 10 - 5 ) );
max-width: var(--colspan-width) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 var(--colspan-width) !important;
flex: 0 0 var(--colspan-width) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item.colspan-6-7 {
--colspan-width: calc( 100% - var(--item-width) * ( 7 - 6 ) - var(--column-gap) * ( 7 - 6 ) );
max-width: var(--colspan-width) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 var(--colspan-width) !important;
flex: 0 0 var(--colspan-width) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item.colspan-6-8 {
--colspan-width: calc( 100% - var(--item-width) * ( 8 - 6 ) - var(--column-gap) * ( 8 - 6 ) );
max-width: var(--colspan-width) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 var(--colspan-width) !important;
flex: 0 0 var(--colspan-width) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item.colspan-6-9 {
--colspan-width: calc( 100% - var(--item-width) * ( 9 - 6 ) - var(--column-gap) * ( 9 - 6 ) );
max-width: var(--colspan-width) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 var(--colspan-width) !important;
flex: 0 0 var(--colspan-width) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item.colspan-6-10 {
--colspan-width: calc( 100% - var(--item-width) * ( 10 - 6 ) - var(--column-gap) * ( 10 - 6 ) );
max-width: var(--colspan-width) !important;
-webkit-box-flex: 0 !important;
-ms-flex: 0 0 var(--colspan-width) !important;
flex: 0 0 var(--colspan-width) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__item {
padding: 0;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__item.slick-slide {
padding: calc(var(--row-gap) / 2) calc(var(--column-gap) / 2);
}
.brxe-jet-engine-listing-grid .jet-slick-dots {
gap: 8px;
}
.brxe-jet-engine-listing-grid .jet-slick-dots li {
margin: 0;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider::-webkit-scrollbar-button {
width: 0;
height: 0;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider::-webkit-scrollbar-track {
border: none;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider::-webkit-scrollbar-corner {
background-color: transparent;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider::-webkit-scrollbar-thumb {
border: none;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__slider-icon svg {
width: 1em;
height: 1em;
}
div.brxe-jet-engine-listing-grid {
width: 100%;
}
div.brxe-jet-engine-listing-grid > div.jet-listing-grid {
width: 100%;
}
.jet-calendar-loading {
opacity: 0.5 !important;
pointer-event: none !important;
}
.jet-calendar-grid {
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.jet-calendar-caption {
max-width: 100%;
}
.jet-calendar-caption__wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.jet-calendar-caption__wrap.wrap-layout-3 {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.jet-calendar-caption__wrap.wrap-layout-4 {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.jet-calendar-caption__name {
font-weight: bold;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: left;
}
.wrap-layout-2 .jet-calendar-caption__name {
text-align: right;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.wrap-layout-3 .jet-calendar-caption__name, .wrap-layout-4 .jet-calendar-caption__name {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
text-align: center;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.jet-calendar-nav__link {
cursor: pointer;
width: 40px;
height: 40px;
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;
}
.jet-calendar-nav__link svg {
height: 1em;
fill: currentColor;
}
.wrap-layout-3 .jet-calendar-nav__link.nav-link-prev, .wrap-layout-4 .jet-calendar-nav__link.nav-link-prev {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.rtl .jet-calendar-nav__link.nav-link-prev svg {
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
.wrap-layout-3 .jet-calendar-nav__link.nav-link-next, .wrap-layout-4 .jet-calendar-nav__link.nav-link-next {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
body:not(.rtl) .jet-calendar-nav__link.nav-link-next svg {
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
.jet-calendar-header__week-day {
width: 14.2857%;
text-align: center;
padding: 10px;
background: #fafafa;
}
.jet-calendar-header__week-day.day-pad {
opacity: 0.5;
}
.jet-calendar-week__day {
width: 14.2857%;
vertical-align: top;
}
.jet-calendar-week__day-wrap {
position: relative;
}
.jet-calendar-week__day-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
z-index: 3;
}
.jet-calendar-week__day-date {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.jet-calendar-week__day-mobile-wrap {
display: none;
}
@media (max-width: 1025px) {
.jet-calendar-week__day-mobile-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
.jet-calendar-week__day-mobile-overlay {
cursor: pointer;
position: absolute;
z-index: 20;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.jet-calendar-week__day-mobile-trigger {
width: 24px;
height: 24px;
cursor: pointer;
}
.jet-calendar-week__day-content {
padding: 10px;
min-height: 100px;
}
@media (max-width: 1025px) {
.jet-calendar-week__day-content {
display: none;
}
}
.brxe-jet-listing-calendar .jet-calendar-week__day {
padding: 0;
}
.brxe-jet-listing-calendar .jet-calendar-week__day-date {
display: block;
text-align: center;
}
.brxe-jet-listing-calendar .jet-calendar-nav__link svg {
width: 1em;
height: 1em;
}
.jet-form.is-loading {
opacity: 0.5;
pointer-events: none;
}
.jet-form-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -5px;
padding: 5px 0;
}
.jet-form-row:last-child {
padding-bottom: 0 !important;
}
.jet-form-row--first-visible {
padding-top: 0 !important;
}
.jet-form-row.jet-form-row--hidden {
margin: 0 !important;
padding: 0 !important;
}
.jet-form__group-break {
width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.jet-form-col {
min-height: 1px;
padding: 0 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.jet-form-col.field-type-heading {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.layout-row .jet-form-col {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.jet-form-col__start {
-webkit-box-flex: 0;
-ms-flex: 0 0 30%;
flex: 0 0 30%;
max-width: 30%;
}
.jet-form-col__end {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
@media (min-width: 600px) {
.jet-form-col-1 {
max-width: 8.33333%;
width: 8.33333%;
-webkit-box-flex: 0;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
}
.jet-form-col-2 {
max-width: 16.66666%;
width: 16.66666%;
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66666%;
flex: 0 0 16.66666%;
}
.jet-form-col-3 {
max-width: 25%;
width: 25%;
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
}
.jet-form-col-4 {
max-width: 33.33333%;
width: 33.33333%;
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
}
.jet-form-col-5 {
max-width: 41.66666%;
width: 41.66666%;
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66666%;
flex: 0 0 41.66666%;
}
.jet-form-col-6 {
max-width: 50%;
width: 50%;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.jet-form-col-7 {
max-width: 58.33333%;
width: 58.33333%;
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
}
.jet-form-col-8 {
max-width: 66.66666%;
width: 66.66666%;
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66666%;
flex: 0 0 66.66666%;
}
.jet-form-col-9 {
max-width: 75%;
width: 75%;
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
}
.jet-form-col-10 {
max-width: 83.33333%;
width: 83.33333%;
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
}
.jet-form-col-11 {
max-width: 91.66666%;
width: 91.66666%;
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66666%;
flex: 0 0 91.66666%;
}
.jet-form-col-12 {
max-width: 100%;
width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
body:not(.rtl) .jet-form-push-1 {
margin-left: 8.3333333333%;
}
body.rtl .jet-form-push-1 {
margin-right: 8.3333333333%;
}
body:not(.rtl) .jet-form-push-2 {
margin-left: 16.6666666667%;
}
body.rtl .jet-form-push-2 {
margin-right: 16.6666666667%;
}
body:not(.rtl) .jet-form-push-3 {
margin-left: 25%;
}
body.rtl .jet-form-push-3 {
margin-right: 25%;
}
body:not(.rtl) .jet-form-push-4 {
margin-left: 33.3333333333%;
}
body.rtl .jet-form-push-4 {
margin-right: 33.3333333333%;
}
body:not(.rtl) .jet-form-push-5 {
margin-left: 41.6666666667%;
}
body.rtl .jet-form-push-5 {
margin-right: 41.6666666667%;
}
body:not(.rtl) .jet-form-push-6 {
margin-left: 50%;
}
body.rtl .jet-form-push-6 {
margin-right: 50%;
}
body:not(.rtl) .jet-form-push-7 {
margin-left: 58.3333333333%;
}
body.rtl .jet-form-push-7 {
margin-right: 58.3333333333%;
}
body:not(.rtl) .jet-form-push-8 {
margin-left: 66.6666666667%;
}
body.rtl .jet-form-push-8 {
margin-right: 66.6666666667%;
}
body:not(.rtl) .jet-form-push-9 {
margin-left: 75%;
}
body.rtl .jet-form-push-9 {
margin-right: 75%;
}
body:not(.rtl) .jet-form-push-10 {
margin-left: 83.3333333333%;
}
body.rtl .jet-form-push-10 {
margin-right: 83.3333333333%;
}
body:not(.rtl) .jet-form-push-11 {
margin-left: 91.6666666667%;
}
body.rtl .jet-form-push-11 {
margin-right: 91.6666666667%;
}
}
.jet-form-page--hidden {
display: none;
}
.jet-form__next-page-msg {
display: none;
}
.jet-form__next-page-msg--visible {
display: block;
}
.jet-form__calculated-field {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.jet-form__calculated-field--hidden {
display: none;
}
.layout-column .jet-form__label {
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
}
.jet-form__heading, .jet-form__label {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
.jet-form__field-error {
width: 100%;
}
.jet-form__desc {
display: block;
}
.layout-column .jet-form__desc {
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
}
.jet-form__prev-page {
outline: none;
}
.jet-form__field {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.layout-column .jet-form__field:not(.checkboxes-field):not(.radio-field):not(.range-field) {
max-width: 100%;
width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
}
.layout-row .jet-form__field:not(.checkboxes-field):not(.radio-field):not(.range-field) {
width: 100%;
}
.jet-form__field-wrap {
position: relative;
}
.jet-form__field-label {
cursor: pointer;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.jet-form__field-template + .jet-form__field-label {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
opacity: 0;
}
.jet-form__field-label input {
-ms-flex-negative: 0;
flex-shrink: 0;
margin: 0 5px 0 0;
}
.rtl .jet-form__field-label input {
margin: 0 0 0 5px;
}
.jet-form__field-template {
cursor: pointer;
}
.jet-form__field-value {
white-space: nowrap;
}
.jet-form__field-value-number {
display: inline-block;
text-align: center;
}
.jet-form__submit-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
}
.jet-form__submit-wrap.has-prev {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.jet-form__check-mark {
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;
}
.jet-form__check-mark__icon.is-svg-icon svg {
display: block;
width: 1em;
height: 1em;
}
.jet-form__check-mark--default {
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;
}
.jet-form__field-template--checked .jet-form__check-mark--default {
display: none;
}
.jet-form__check-mark--checked {
display: none;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.jet-form__field-template--checked .jet-form__check-mark--checked {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.jet-form-repeater {
width: 100%;
}
.jet-form-repeater__initial {
display: none;
}
.jet-form-repeater__row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
padding: 15px 0;
}
.jet-form-repeater__row-fields {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.jet-form-repeater__row .jet-form-col {
padding: 0 5px;
}
.jet-form-repeater__actions {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.jet-form-repeater__new {
margin: 10px 0 0 0;
}
.jet-form-repeater__remove {
margin: 0 0 0 10px;
text-decoration: none !important;
}
.layout-column .jet-form__fields-group.checkradio-wrap {
width: 100%;
}
.jet-form__field-wrap.range-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
.jet-form input[type=range].jet-form__field.range-field {
margin-right: 10px;
-webkit-appearance: none;
min-height: 18px;
}
.rtl .jet-form input[type=range].jet-form__field.range-field {
margin-left: 10px;
margin-right: 0;
}
.jet-form input[type=range].jet-form__field.range-field, .jet-form input[type=range].jet-form__field.range-field:focus {
padding: 0;
background: transparent;
border: none;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}
.jet-form input[type=range].jet-form__field.range-field::-webkit-slider-runnable-track {
width: 100%;
height: 4px;
cursor: pointer;
background: #e3ddd8;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
}
.jet-form input[type=range].jet-form__field.range-field::-moz-range-track {
width: 100%;
height: 4px;
cursor: pointer;
background: #e3ddd8;
box-shadow: none;
border: none;
}
.jet-form input[type=range].jet-form__field.range-field::-ms-track {
width: 100%;
height: 4px;
cursor: pointer;
background: #e3ddd8;
box-shadow: none;
border: none;
color: transparent;
}
.jet-form input[type=range].jet-form__field.range-field::-ms-fill-lower {
background: transparent;
}
.jet-form input[type=range].jet-form__field.range-field::-ms-fill-upper {
background: transparent;
}
.jet-form input[type=range].jet-form__field.range-field::-webkit-slider-thumb {
width: 18px;
height: 18px;
background: #ccc;
border-radius: 50%;
cursor: pointer;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
margin-top: -7px;
-webkit-appearance: none;
}
.jet-form input[type=range].jet-form__field.range-field::-moz-range-thumb {
width: 18px;
height: 18px;
background: #ccc;
border-radius: 50%;
cursor: pointer;
box-shadow: none;
border: none;
}
.jet-form input[type=range].jet-form__field.range-field::-ms-thumb {
width: 18px;
height: 18px;
background: #ccc;
border-radius: 50%;
cursor: pointer;
box-shadow: none;
border: none;
}
.jet-form-message {
margin: 20px 0 0 0;
text-align: center;
padding: 20px;
}
.jet-form-message--success {
border: 1px solid green;
color: green;
}
.jet-form-message--error {
border: 1px solid red;
color: red;
}
.jet-engine-file-upload__files {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.jet-engine-file-upload .sortable-placeholder {
-webkit-box-flex: 0;
-ms-flex: 0 0 100px;
flex: 0 0 100px;
width: 100px;
margin: 0 10px 10px 0;
position: relative;
background: rgba(123, 123, 123, 0.2);
height: 100px;
}
.jet-engine-file-upload__content {
min-height: 100px;
min-width: 100px;
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.jet-engine-file-upload__loader {
top: 0;
left: 0;
right: 10px;
bottom: 10px;
position: absolute;
background: rgba(0, 0, 0, 0.5);
display: none;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.is-loading .jet-engine-file-upload__loader {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.jet-engine-file-upload__file {
width: 100px;
height: 100px;
margin: 0 10px 10px 0;
position: relative;
background-color: rgba(123, 123, 123, 0.2);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%237a7a7a' width='48px' height='48px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M16.5 6v11.5c0 2.21-1.79 4-4 4s-4-1.79-4-4V5c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6H10v9.5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5V5c0-2.21-1.79-4-4-4S7 2.79 7 5v12.5c0 3.04 2.46 5.5 5.5 5.5s5.5-2.46 5.5-5.5V6h-1.5z'/%3E%3C/svg%3E");
background-position: center;
background-repeat: no-repeat;
}
.is-loading .jet-engine-file-upload__file {
opacity: 0.5;
}
.jet-engine-file-upload__file-remove {
position: absolute;
left: 0;
right: 0;
top: 50%;
bottom: 0;
cursor: pointer;
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-transition: opacity 200ms linear;
transition: opacity 200ms linear;
opacity: 0;
background: rgba(0, 0, 0, 0.4);
}
.jet-engine-file-upload__file-remove svg path {
fill: #fff;
}
.jet-engine-file-upload__file:hover .jet-engine-file-upload__file-remove {
opacity: 1;
}
.jet-engine-file-upload__file img {
display: block;
width: 100%;
height: 100% !important;
padding: 0;
margin: 0;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center center;
object-position: center center;
}
.jet-engine-file-upload__errors.is-hidden {
display: none;
}
input.jet-form__field.file-field.jet-engine-file-upload__input {
border: none !important;
padding: 0 !important;
border-radius: 0 !important;
margin: 0 !important;
width: auto !important;
}
.jet-engine-file-upload__value:not([value*=""]) + input.jet-form__field.file-field.jet-engine-file-upload__input {
color: transparent;
}
.field-type-wysiwyg .jet-form__field {
padding: 0 !important;
border: none !important;
border-radius: 0 !important;
}
.jet-profile-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.jet-profile-menu.layout--horizontal {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.jet-profile-menu.layout--vertical {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media (max-width: 1024px) {
.jet-profile-menu.layout-tablet--horizontal {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}
body[data-elementor-device-mode=tablet] .jet-profile-menu.layout-tablet--horizontal {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
@media (max-width: 1024px) {
.jet-profile-menu.layout-tablet--vertical {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
body[data-elementor-device-mode=tablet] .jet-profile-menu.layout-tablet--vertical {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media (max-width: 767px) {
.jet-profile-menu.layout-mobile--horizontal {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}
body[data-elementor-device-mode=mobile] .jet-profile-menu.layout-mobile--horizontal {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
@media (max-width: 767px) {
.jet-profile-menu.layout-mobile--vertical {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
body[data-elementor-device-mode=mobile] .jet-profile-menu.layout-mobile--vertical {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.jet-profile-menu__item-link {
display: block;
padding: 5px 10px;
}
.jet-map-marker {
font-size: 40px;
cursor: pointer;
max-width: 100%;
max-height: 100%;
}
.jet-map-marker.is-svg-icon {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.jet-map-marker.is-svg-icon .e-font-icon-svg {
fill: currentColor;
}
.jet-map-marker.is-svg-icon svg {
width: 1em;
height: 1em;
}
.leaflet-marker-icon .jet-map-marker.is-svg-icon svg {
width: 100%;
height: auto;
}
.jet-map-marker.is-svg-icon img {
width: 1em;
height: auto;
}
.leaflet-marker-icon .jet-map-marker.is-svg-icon img {
width: 100%;
height: auto;
}
.brxe-jet-engine-maps-listing {
width: 100%;
}
.jet-map-listing .leaflet-marker-icon {
background: none;
border: none;
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;
}
.jet-map-listing .leaflet-popup-content-wrapper {
padding: 0;
}
.jet-map-listing .leaflet-popup-content {
margin: 0;
min-height: 40px;
}
.jet-map-box.mapboxgl-popup {
padding: 25px 0 0 0;
}
.jet-map-box.mapboxgl-popup .mapboxgl-popup-content {
padding: 0;
}
.popup-has-pin .jet-map-box:after {
content: "";
position: absolute;
top: 100%;
width: 0;
height: 0;
border-style: solid;
left: 50%;
margin: 0 0 0 -10px;
border-width: 10px 10px 0 10px;
border-color: transparent;
border-top-color: #fff;
}
.jet-map-listing .jet-map-box img {
max-width: 100%;
}
.jet-map-box .jet-map-close {
position: absolute;
right: 0;
top: 0;
cursor: pointer;
z-index: 9999;
}
.jet-map-box .jet-map-preloader {
width: 100%;
padding: 20px 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
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;
}
.jet-map-box .jet-map-preloader .jet-map-loader {
display: block;
width: 24px;
height: 24px;
margin: 0 auto;
border: 3px solid currentColor;
border-top-color: transparent;
border-radius: 50%;
-webkit-animation: jet-engine-map-spin 1s infinite linear;
animation: jet-engine-map-spin 1s infinite linear;
}
.jet-map-marker-wrap {
padding: 5px;
position: relative;
margin: 0 0 10px;
background: #fff;
z-index: 999;
cursor: pointer;
text-align: center;
}
.jet-map-marker-wrap:after {
content: "";
position: absolute;
top: 100%;
width: 0;
height: 0;
border-style: solid;
left: 50%;
margin: 0 0 0 -10px;
border-width: 10px 10px 0 10px;
border-color: transparent;
border-top-color: #fff;
}
.jet-map-listing .gm-svpc {
max-width: none;
}
.jet-map-listing .gm-svpc img {
max-width: none;
}
.jet-map-listing .gm-style-mtc button {
border-radius: 0;
}
.jet-map-box button.mapboxgl-popup-close-button {
padding: 5px;
font-size: 16px;
line-height: 12px;
font-weight: normal;
color: #333;
}
@-webkit-keyframes jet-engine-map-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes jet-engine-map-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.brxe-jet-engine-maps-listing .jet-map-listing {
height: 500px;
}
.jet-data-store-link-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
z-index: 999;
}
.jet-data-store-link {
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;
gap: 4px;
}
.jet-data-store-link__icon.is-svg-icon {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.jet-data-store-link__icon.is-svg-icon svg {
width: 1em;
height: 1em;
}
.jet-data-store-link__icon {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.jet-data-store-link__label {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.jet-data-store-link.is-hidden {
display: none !important;
}
.jet-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 1em;
overflow: hidden;
}
.jet-container > * {
position: relative;
z-index: 1;
}
.jet-container[data-url] {
cursor: pointer;
}
#wpwrap .jet-container > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
max-width: 100% !important;
}
.jet-container--content-direction-vertical {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.jet-container--content-direction-vertical > * {
width: 100%;
}
.jet-container--content-direction-vertical > .block-editor-inner-blocks {
width: 100%;
}
.jet-container--content-direction-vertical > .block-editor-inner-blocks > .block-editor-block-list__layout {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.jet-container--content-direction-vertical > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
width: 100%;
}
.jet-container--content-direction-horizontal {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.jet-container--content-direction-horizontal > .block-editor-inner-blocks > .block-editor-block-list__layout {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
padding-right: 30px;
}
.jet-container--content-direction-horizontal > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
margin-left: 10px;
margin-right: 10px;
}
.jet-container--content-direction-horizontal > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender {
margin-left: 35px;
}
.jet-container--content-direction-horizontal > p {
margin: 0;
}
.jet-container--content-align-flex-start {
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.jet-container--content-align-flex-start > .block-editor-inner-blocks > .block-editor-block-list__layout {
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.jet-container--content-align-flex-end {
-ms-flex-line-pack: end;
align-content: flex-end;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.jet-container--content-align-flex-end > .block-editor-inner-blocks > .block-editor-block-list__layout {
-ms-flex-line-pack: end;
align-content: flex-end;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.jet-container--content-align-center {
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.jet-container--content-align-center > .block-editor-inner-blocks > .block-editor-block-list__layout {
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.jet-container--content-align-stretch {
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.jet-container--content-align-stretch > .block-editor-inner-blocks > .block-editor-block-list__layout {
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.jet-container--content-align-space-between {
-ms-flex-line-pack: justify;
align-content: space-between;
}
.jet-container--content-align-space-between > .block-editor-inner-blocks > .block-editor-block-list__layout {
-ms-flex-line-pack: justify;
align-content: space-between;
}
.jet-container--content-justify-flex-start {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.jet-container--content-justify-flex-start > .block-editor-inner-blocks > .block-editor-block-list__layout {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.jet-container--content-justify-flex-end {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.jet-container--content-justify-flex-end > .block-editor-inner-blocks > .block-editor-block-list__layout {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.jet-container--content-justify-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.jet-container--content-justify-center > .block-editor-inner-blocks > .block-editor-block-list__layout {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.jet-container--content-justify-stretch {
-webkit-box-pack: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
}
.jet-container--content-justify-stretch > .block-editor-inner-blocks > .block-editor-block-list__layout {
-webkit-box-pack: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
}
.jet-container--content-justify-space-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.jet-container--content-justify-space-between > .block-editor-inner-blocks > .block-editor-block-list__layout {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.jet-container > .block-editor-inner-blocks {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.jet-container > .block-editor-inner-blocks > .block-editor-block-list__layout {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.jet-container__overlay {
position: absolute !important;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.jet-section {
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
}
.jet-section--layout-boxed .jet-section__content {
margin: 0 auto;
max-width: 100%;
}
.jedv-resize-columns.elementor-section > .elementor-container > .elementor-column,
.jedv-resize-columns.elementor-section > .elementor-container > .elementor-row > .elementor-column {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.cevent {display:flex;flex-direction:column;text-align:center;}
.cevent .cerow a{display: block;text-align:center;background-color: #fff;border-radius: 5px;box-shadow: 0px 10px 25px rgb(0 0 0 / 10%); }
.cevent .cerow.three {display:grid;grid-template-columns: 1fr 1fr 1fr;gap:30px}
.cecontent { height: 100%;display: flex;flex-direction: column;}
.ce-img img{height: 220px!important;width:100%;text-align: center;border-radius: 5px;border-radius: 5px 5px 0px 0px !important;}
.ce-text {padding: 25px;display: grid;gap: 10px;}
.ce-desc {color:#aaaaaa;}
.cevent .ce-title a:hover > h5{color: #1abc9c;}
.cevent .cerow a:hover {transform: translate(0px,-15px);transition:0.5s;}
@media only screen and (max-width:767px){
.cevent .cerow.three {display:block !important;}
}.qodef-gutenberg-section{--qi-blocks-columns:1;--qi-blocks-columns-gap:30px;display:flex!important;justify-content:center;margin:0!important;max-width:100%!important;position:relative;width:100%!important}.qodef-gutenberg-section>.qodef-section-video-background{direction:ltr;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}.qodef-gutenberg-section>.qodef-section-video-background>*{height:100%;max-width:100%;object-fit:cover;width:100%}@media(max-width:680px){.qodef-gutenberg-section>.qodef-section-video-background.qodef-mobile--hide{display:none}}.qodef-gutenberg-section>.qodef-section-background-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.qodef-gutenberg-section>.qodef-gutenberg-row{display:flex;flex-wrap:wrap;gap:var(--qi-blocks-columns-gap);position:relative;width:100%}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column{width:calc(100%/var(--qi-blocks-columns) + var(--qi-blocks-columns-gap)/var(--qi-blocks-columns) - var(--qi-blocks-columns-gap))}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--top>.qodef-gutenberg-column-inner{align-content:flex-start}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--middle>.qodef-gutenberg-column-inner{align-content:center}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--bottom>.qodef-gutenberg-column-inner{align-content:flex-end}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--space-between>.qodef-gutenberg-column-inner{align-content:space-between}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--space-around>.qodef-gutenberg-column-inner{align-content:space-around}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--space-evenly>.qodef-gutenberg-column-inner{align-content:space-evenly}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--start>.qodef-gutenberg-column-inner{justify-content:flex-start}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--center>.qodef-gutenberg-column-inner{justify-content:center}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--end>.qodef-gutenberg-column-inner{justify-content:flex-end}.qodef-gutenberg-section .qodef-gutenberg-column{display:flex;min-height:1px;position:relative}.qodef-gutenberg-section .qodef-gutenberg-column.qodef--sticky{height:max-content;position:sticky;top:0}.qodef-gutenberg-section .qodef-gutenberg-column.qodef--sticky.qodef-sticky-height--fit-screen{height:100vh}.qodef-gutenberg-section .qodef-gutenberg-column-inner{display:flex;flex-wrap:wrap;position:relative;width:100%}.qodef-gutenberg-section .qodef-gutenberg-column-inner>p{width:100%}.qodef-gutenberg-section.qodef--columns.qodef-col-num--1,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--1{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef--columns.qodef-col-num--2,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--2{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef--columns.qodef-col-num--3,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--3{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef--columns.qodef-col-num--4,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--4{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef--columns.qodef-col-num--5,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--5{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef--columns.qodef-col-num--6,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--6{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef--columns.qodef-col-num--7,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--7{--qi-blocks-columns:7}.qodef-gutenberg-section.qodef--columns.qodef-col-num--8,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--8{--qi-blocks-columns:8}.qodef-gutenberg-section.qodef--masonry .qodef-gutenberg-row{opacity:0}.qodef-gutenberg-section.qodef--masonry .qodef-gutenberg-row.qodef--masonry-init{opacity:1}.qodef-gutenberg-section.qodef--masonry .qodef-gutenberg-masonry-sizer{margin:0;padding:0;width:calc(100%/var(--qi-blocks-columns) + var(--qi-blocks-columns-gap)/var(--qi-blocks-columns) - var(--qi-blocks-columns-gap))}.qodef-gutenberg-section.qodef--masonry.qodef-col-num--2>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--2>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef--masonry.qodef-col-num--3>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--3>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef--masonry.qodef-col-num--4>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--4>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef--masonry.qodef-col-num--5>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--5>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2.5}.qodef-gutenberg-section.qodef--masonry.qodef-col-num--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef--masonry.qodef-col-num--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3.5}.qodef-gutenberg-section.qodef--masonry.qodef-col-num--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef--masonry.qodef-col-num--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef--masonry.qodef-items--fixed .qodef-gutenberg-column .qodef-e-inner{height:100%;overflow:hidden}.qodef-gutenberg-section.qodef--masonry.qodef-items--fixed .qodef-gutenberg-column img{height:100%;width:100%}@media(min-width:768px){.qodef-gutenberg-section.qodef--template.qodef-col-layout--50{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef--template.qodef-col-layout--33{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef--template.qodef-col-layout--25{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef--template.qodef-col-layout--20{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef--template.qodef-col-layout--16{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef--template.qodef-col-layout--33-66{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef--template.qodef-col-layout--33-66>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(2){--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef--template.qodef-col-layout--66-33{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef--template.qodef-col-layout--66-33>.qodef-gutenberg-row>.qodef-gutenberg-column:first-child{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef--template.qodef-col-layout--25-75{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef--template.qodef-col-layout--25-75>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(2){--qi-blocks-columns:1.333333}.qodef-gutenberg-section.qodef--template.qodef-col-layout--75-25{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef--template.qodef-col-layout--75-25>.qodef-gutenberg-row>.qodef-gutenberg-column:first-child{--qi-blocks-columns:1.333333}.qodef-gutenberg-section.qodef--template.qodef-col-layout--25-25-50{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef--template.qodef-col-layout--25-25-50>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(3){--qi-blocks-columns:2}.qodef-gutenberg-section.qodef--template.qodef-col-layout--50-25-25{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef--template.qodef-col-layout--50-25-25>.qodef-gutenberg-row>.qodef-gutenberg-column:first-child{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef--template.qodef-col-layout--25-50-25{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef--template.qodef-col-layout--25-50-25>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(2){--qi-blocks-columns:2}.qodef-gutenberg-section.qodef--template.qodef-col-layout--16-66-16{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef--template.qodef-col-layout--16-66-16>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(2){--qi-blocks-columns:1.5}}@media(min-width:681px)and (max-width:1024px){.qodef-gutenberg-section.qodef-columns-reverse--tablet>.qodef-gutenberg-row>.qodef-gutenberg-column:first-child{order:6}.qodef-gutenberg-section.qodef-columns-reverse--tablet>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(2){order:5}.qodef-gutenberg-section.qodef-columns-reverse--tablet>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(3){order:4}.qodef-gutenberg-section.qodef-columns-reverse--tablet>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(4){order:3}.qodef-gutenberg-section.qodef-columns-reverse--tablet>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(5){order:2}.qodef-gutenberg-section.qodef-columns-reverse--tablet>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(6){order:1}}@media(max-width:680px){.qodef-gutenberg-section.qodef-columns-reverse--mobile>.qodef-gutenberg-row>.qodef-gutenberg-column:first-child{order:6}.qodef-gutenberg-section.qodef-columns-reverse--mobile>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(2){order:5}.qodef-gutenberg-section.qodef-columns-reverse--mobile>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(3){order:4}.qodef-gutenberg-section.qodef-columns-reverse--mobile>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(4){order:3}.qodef-gutenberg-section.qodef-columns-reverse--mobile>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(5){order:2}.qodef-gutenberg-section.qodef-columns-reverse--mobile>.qodef-gutenberg-row>.qodef-gutenberg-column:nth-child(6){order:1}}.qodef-gutenberg-section.qodef-content--boxed>.qodef-gutenberg-row,.qodef-gutenberg-section.qodef-content--predefined>.qodef-gutenberg-row{max-width:1100px}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended:not([class*=qodef-content--extended-disabled--])>.qodef-gutenberg-row{max-width:100%!important}@media(min-width:1441px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--1440>.qodef-gutenberg-row{max-width:100%!important}}@media(max-width:1440 px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--1440>.qodef-gutenberg-row{padding-left:0!important;padding-right:0!important}}@media(min-width:1367px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--1366>.qodef-gutenberg-row{max-width:100%!important}}@media(max-width:1366 px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--1366>.qodef-gutenberg-row{padding-left:0!important;padding-right:0!important}}@media(min-width:1025px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--1024>.qodef-gutenberg-row{max-width:100%!important}}@media(max-width:1024 px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--1024>.qodef-gutenberg-row{padding-left:0!important;padding-right:0!important}}@media(min-width:769px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--768>.qodef-gutenberg-row{max-width:100%!important}}@media(max-width:768 px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--768>.qodef-gutenberg-row{padding-left:0!important;padding-right:0!important}}@media(min-width:681px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--680>.qodef-gutenberg-row{max-width:100%!important}}@media(max-width:680 px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--680>.qodef-gutenberg-row{padding-left:0!important;padding-right:0!important}}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended--right>.qodef-gutenberg-row{padding-left:calc(50% - 550px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended--left>.qodef-gutenberg-row{padding-right:calc(50% - 550px)}@media(min-width:1441px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1400>.qodef-gutenberg-row{max-width:1400px}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1400.qodef-content--extended--right>.qodef-gutenberg-row{padding-left:calc(50% - 700px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1400.qodef-content--extended--left>.qodef-gutenberg-row{padding-right:calc(50% - 700px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1300>.qodef-gutenberg-row{max-width:1300px}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1300.qodef-content--extended--right>.qodef-gutenberg-row{padding-left:calc(50% - 650px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1300.qodef-content--extended--left>.qodef-gutenberg-row{padding-right:calc(50% - 650px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1200>.qodef-gutenberg-row{max-width:1200px}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1200.qodef-content--extended--right>.qodef-gutenberg-row{padding-left:calc(50% - 600px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1200.qodef-content--extended--left>.qodef-gutenberg-row{padding-right:calc(50% - 600px)}}@media(min-width:1025px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1000>.qodef-gutenberg-row{max-width:1000px}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1000.qodef-content--extended--right>.qodef-gutenberg-row{padding-left:calc(50% - 500px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--1000.qodef-content--extended--left>.qodef-gutenberg-row{padding-right:calc(50% - 500px)}}@media(min-width:769px){.qodef-gutenberg-section.qodef-content--predefined.qodef-content--800>.qodef-gutenberg-row{max-width:800px}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--800.qodef-content--extended--right>.qodef-gutenberg-row{padding-left:calc(50% - 400px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--800.qodef-content--extended--left>.qodef-gutenberg-row{padding-right:calc(50% - 400px)}}.qodef-gutenberg-section.qodef-height--full>.qodef-gutenberg-row{height:100vh}.qodef-gutenberg-section.qodef-height--full>.qodef-gutenberg-row>.qodef-gutenberg-column,.qodef-gutenberg-section.qodef-height--full>.qodef-gutenberg-row>.qodef-gutenberg-column iframe{max-height:100%}@media(max-width:680px){.qodef-gutenberg-section.qodef-height--full>.qodef-gutenberg-row{height:auto}}.qodef-gutenberg-section.qodef-position--top>.qodef-gutenberg-row{align-items:flex-start}.qodef-gutenberg-section.qodef-position--middle>.qodef-gutenberg-row{align-items:center}.qodef-gutenberg-section.qodef-position--bottom>.qodef-gutenberg-row{align-items:flex-end}.qodef-gutenberg-section.qodef-vertical-align--top>.qodef-gutenberg-row>.qodef-gutenberg-column>.qodef-gutenberg-column-inner{align-content:flex-start;align-items:flex-start}.qodef-gutenberg-section.qodef-vertical-align--middle>.qodef-gutenberg-row>.qodef-gutenberg-column>.qodef-gutenberg-column-inner{align-content:center;align-items:center}.qodef-gutenberg-section.qodef-vertical-align--bottom>.qodef-gutenberg-row>.qodef-gutenberg-column>.qodef-gutenberg-column-inner{align-content:flex-end;align-items:flex-end}.qodef-gutenberg-section.qodef-vertical-align--space-between>.qodef-gutenberg-row>.qodef-gutenberg-column>.qodef-gutenberg-column-inner{align-content:space-between;align-items:space-between}.qodef-gutenberg-section.qodef-vertical-align--space-around>.qodef-gutenberg-row>.qodef-gutenberg-column>.qodef-gutenberg-column-inner{align-content:space-around;align-items:space-around}.qodef-gutenberg-section.qodef-vertical-align--space-evenly>.qodef-gutenberg-row>.qodef-gutenberg-column>.qodef-gutenberg-column-inner{align-content:space-evenly;align-items:space-evenly}.qodef-gutenberg-section.qodef--hidden{overflow:hidden}.qodef-gutenberg-section.qodef-gutter--custom,.qodef-gutenberg-section.qodef-gutter--no{--qi-blocks-columns-gap:0px}.qodef-gutenberg-section.qodef-gutter--tiny{--qi-blocks-columns-gap:10px}.qodef-gutenberg-section.qodef-gutter--small{--qi-blocks-columns-gap:20px}.qodef-gutenberg-section.qodef-gutter--normal{--qi-blocks-columns-gap:30px}.qodef-gutenberg-section.qodef-gutter--medium{--qi-blocks-columns-gap:40px}.qodef-gutenberg-section.qodef-gutter--large{--qi-blocks-columns-gap:50px}.qodef-gutenberg-section.qodef-gutter--huge{--qi-blocks-columns-gap:70px}.qodef-gutenberg-section.qodef-row--no-bottom-space>.qodef-gutenberg-row{row-gap:0!important}@media(max-width:1024px){.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-sticky-disabled--1024{height:auto;position:relative;top:auto!important}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-sticky-disabled--1024.qodef-sticky-height--fit-screen{height:max-content}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--tablet--top>.qodef-gutenberg-column-inner{align-content:flex-start}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--tablet--middle>.qodef-gutenberg-column-inner{align-content:center}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--tablet--bottom>.qodef-gutenberg-column-inner{align-content:flex-end}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--tablet--space-between>.qodef-gutenberg-column-inner{align-content:space-between}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--tablet--space-around>.qodef-gutenberg-column-inner{align-content:space-around}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--tablet--space-evenly>.qodef-gutenberg-column-inner{align-content:space-evenly}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--tablet--start>.qodef-gutenberg-column-inner{justify-content:flex-start}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--tablet--center>.qodef-gutenberg-column-inner{justify-content:center}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--tablet--end>.qodef-gutenberg-column-inner{justify-content:flex-end}}@media(max-width:768px){.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-sticky-disabled--768{height:auto;position:relative;top:auto!important}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-sticky-disabled--768.qodef-sticky-height--fit-screen{height:max-content}}@media(max-width:680px){.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-sticky-disabled--680{height:auto;position:relative;top:auto!important}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-sticky-disabled--680.qodef-sticky-height--fit-screen{height:max-content}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--mobile--top>.qodef-gutenberg-column-inner{align-content:flex-start}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--mobile--middle>.qodef-gutenberg-column-inner{align-content:center}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--mobile--bottom>.qodef-gutenberg-column-inner{align-content:flex-end}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--mobile--space-between>.qodef-gutenberg-column-inner{align-content:space-between}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--mobile--space-around>.qodef-gutenberg-column-inner{align-content:space-around}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-vertical-align--mobile--space-evenly>.qodef-gutenberg-column-inner{align-content:space-evenly}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--mobile--start>.qodef-gutenberg-column-inner{justify-content:flex-start}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--mobile--center>.qodef-gutenberg-column-inner{justify-content:center}.qodef-gutenberg-section>.qodef-gutenberg-row>.qodef-gutenberg-column.qodef-horizontal-align--mobile--end>.qodef-gutenberg-column-inner{justify-content:flex-end}}@media(max-width:1440px){.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2.5}}@media(max-width:1366px){.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}}@media(max-width:1024px){.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}}@media(max-width:768px){.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--3{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--3>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--3>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}}@media(max-width:680px){.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--2,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--3,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}}@media(max-width:1440px){.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--1{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--2{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--2>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--2>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--3{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--3>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--3>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--4{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--4>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--4>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--5{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--5>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--5>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--6{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--7{--qi-blocks-columns:7}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--8{--qi-blocks-columns:8}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:4}}@media(max-width:1366px){.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--1{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--2{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--2>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--2>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--3{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--3>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--3>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--4{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--4>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--4>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--5{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--5>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--5>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--6{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--7{--qi-blocks-columns:7}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--8{--qi-blocks-columns:8}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:4}}@media(max-width:1024px){.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--1{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--2{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--2>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--2>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--3{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--3>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--3>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--4{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--4>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--4>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--5{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--5>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--5>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--6{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--7{--qi-blocks-columns:7}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--8{--qi-blocks-columns:8}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:4}}@media(max-width:768px){.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--1{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--2{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--2>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--2>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--3{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--3>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--3>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--4{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--4>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--4>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--5{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--5>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--5>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--6{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--7{--qi-blocks-columns:7}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--8{--qi-blocks-columns:8}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:4}}@media(max-width:680px){.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--1{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--2{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--2>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--2>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--3{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--3>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--3>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--4{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--4>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--4>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--5{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--5>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--5>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--6{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--7{--qi-blocks-columns:7}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--8{--qi-blocks-columns:8}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:4}}@media(max-width:480px){.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--1{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--2{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--2>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--2>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--3{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--3>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--3>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:1.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--4{--qi-blocks-columns:4}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--4>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--4>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--5{--qi-blocks-columns:5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--5>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--5>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:2.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--6{--qi-blocks-columns:6}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--6>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--6>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--7{--qi-blocks-columns:7}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--7>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--7>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:3.5}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--8{--qi-blocks-columns:8}.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--8>.qodef-gutenberg-row>.qodef-item--huge-square,.qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--8>.qodef-gutenberg-row>.qodef-item--landscape{--qi-blocks-columns:4}}@media(max-width:1200px){.qodef-gutenberg-section.qodef-content--predefined>.qodef-gutenberg-row{max-width:960px}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended--right>.qodef-gutenberg-row{padding-left:calc(50% - 480px)}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended--left>.qodef-gutenberg-row{padding-right:calc(50% - 480px)}}@media(max-width:1024px){.qodef-gutenberg-section.qodef-content--predefined>.qodef-gutenberg-row{max-width:86%}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended--right>.qodef-gutenberg-row{padding-left:7%}.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended--left>.qodef-gutenberg-row{padding-right:7%}}[class*=wp-block-qi-blocks],[class*=wp-block-qi-blocks] *{box-sizing:border-box}body .wp-site-blocks{padding-left:0!important;padding-right:0!important}body .wp-site-blocks footer.wp-block-template-part{margin:0}body .wp-block-group>.qodef-block-container{margin-bottom:0;margin-top:0;max-width:100%}body:not([class*=custom-template-qi-blocks-full-width]) .is-layout-constrained>.qodef-block-container{max-width:100%}body[class*=custom-template-qi-blocks-full-width] .wp-site-blocks{padding:0!important}body[class*=custom-template-qi-blocks-full-width] .wp-site-blocks>*+*{margin:0!important}body[class*=custom-template-qi-blocks-full-width] .wp-block-post-content>.qodef-block-container{max-width:100%}body:not(.wp-admin):not(.editor-styles-wrapper){overflow-x:hidden}@media(min-width:1025px){body:not(.wp-admin):not(.editor-styles-wrapper) .qodef-hide-on--desktop{display:none!important}}@media(min-width:681px)and (max-width:1024px){body:not(.wp-admin):not(.editor-styles-wrapper) .qodef-hide-on--tablet{display:none!important}}@media(max-width:680px){body:not(.wp-admin):not(.editor-styles-wrapper) .qodef-hide-on--mobile{display:none!important}}.qodef-entrance-animation--on{animation-delay:0s;animation-duration:1s;animation-fill-mode:both;visibility:hidden}.qodef-entrance-animation--on.qodef-animation--appeared{visibility:visible}.qodef-entrance-animation--on.qodef-animation-speed--slower{animation-duration:3s}.qodef-entrance-animation--on.qodef-animation-speed--slow{animation-duration:2s}.qodef-entrance-animation--on.qodef-animation-speed--fast{animation-duration:.8s}.qodef-entrance-animation--on.qodef-animation-speed--faster{animation-duration:.5s}.qodef-block-container{box-sizing:border-box;display:inline-block;max-width:100%;position:relative;vertical-align:top!important;width:100%}.qodef-block-container *{box-sizing:border-box}header .qodef-block-container{line-height:1}.qodef-block-container.qodef--adjs-width{overflow:hidden}.qodef-block-container.qodef--adjs-width .qodef-block-swiper{width:calc(100% + 1px)}.qodef-block-container.qodef-width--full-width{max-width:100%;width:100%}.qodef-block-container.qodef-width--custom,.qodef-block-container.qodef-width--inline{max-width:auto;width:auto}@media(max-width:1024px){.qodef-block-container.qodef-width--tablet--full-width{max-width:100%!important;width:100%!important}.qodef-block-container.qodef-width--tablet--inline{max-width:auto!important;width:auto!important}.qodef-block-container.qodef-width--tablet--custom{max-width:auto;width:auto}}@media(max-width:680px){.qodef-block-container.qodef-width--mobile--full-width{max-width:100%!important;width:100%!important}.qodef-block-container.qodef-width--mobile--inline{max-width:auto!important;width:auto!important}.qodef-block-container.qodef-width--mobile--custom{max-width:auto;width:auto}}.qodef-block a{text-decoration:none;transition:color .2s ease-out}.qodef-block img{height:auto;max-width:100%}.qodef-category-separator:after{content:",";margin-right:5px}.qodef-gutenberg-section .wp-block-post-content,.qodef-gutenberg-section footer.wp-block-template-part,.qodef-gutenberg-section header.wp-block-template-part{width:100%}.qodef-gutenberg-section .qodef-gutenberg-column-inner>.wp-block-image>img{max-width:100%!important}.qodef-block-clear:after,.qodef-block-clear:before{content:"";display:table;table-layout:fixed}.qodef-block-clear:after{clear:both}.qodef-block .qodef-m-pagination{display:inline-block;flex-shrink:0;margin:0;position:relative;vertical-align:top;width:100%}.qodef-block .qodef-m-pagination .nav-links{align-items:center;display:flex;justify-content:center;position:relative}.qodef-block .qodef-m-pagination .page-numbers{align-items:center;color:#888;cursor:pointer;display:inline-flex;justify-content:center;margin:0 10px;padding:0}.qodef-block .qodef-m-pagination .page-numbers svg{height:auto;max-height:100%;width:1em;fill:currentColor;stroke:currentColor}.qodef-block .qodef-m-pagination .page-numbers *{display:block;line-height:inherit}.qodef-block .qodef-m-pagination .page-numbers:first-child{margin-left:0}.qodef-block .qodef-m-pagination .page-numbers:last-child{margin-right:0}.qodef-block .qodef-m-pagination .page-numbers.current,.qodef-block .qodef-m-pagination .page-numbers:focus,.qodef-block .qodef-m-pagination .page-numbers:hover{color:#111}#qodef-comments-template{display:inline-block;position:relative;vertical-align:top;width:100%}#qodef-comments-template .qodef-m-comments-not-found{margin:0}#qodef-comments-template label{display:block;margin-bottom:9px;width:100%}#qodef-comments-template input[type=date],#qodef-comments-template input[type=email],#qodef-comments-template input[type=number],#qodef-comments-template input[type=password],#qodef-comments-template input[type=search],#qodef-comments-template input[type=tel],#qodef-comments-template input[type=text],#qodef-comments-template input[type=url],#qodef-comments-template select,#qodef-comments-template textarea{background-color:#0000;border:1px solid #ebebeb;border-radius:0;box-shadow:none;color:#9c9c9c;cursor:pointer;display:inline-block;font-family:inherit;font-size:16px;font-weight:inherit;height:auto;line-height:28px;margin:0;max-width:100%;min-height:auto;outline:0;padding:14px 20px;position:relative;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;vertical-align:top;width:100%}#qodef-comments-template input[type=date]:focus,#qodef-comments-template input[type=email]:focus,#qodef-comments-template input[type=number]:focus,#qodef-comments-template input[type=password]:focus,#qodef-comments-template input[type=search]:focus,#qodef-comments-template input[type=tel]:focus,#qodef-comments-template input[type=text]:focus,#qodef-comments-template input[type=url]:focus,#qodef-comments-template select:focus,#qodef-comments-template textarea:focus{background-color:#0000;border-color:#111;color:#888}#qodef-comments-template input[type=date]::placeholder,#qodef-comments-template input[type=email]::placeholder,#qodef-comments-template input[type=number]::placeholder,#qodef-comments-template input[type=password]::placeholder,#qodef-comments-template input[type=search]::placeholder,#qodef-comments-template input[type=tel]::placeholder,#qodef-comments-template input[type=text]::placeholder,#qodef-comments-template input[type=url]::placeholder,#qodef-comments-template select::placeholder,#qodef-comments-template textarea::placeholder{color:inherit;opacity:1}#qodef-comments-template input[type=checkbox],#qodef-comments-template input[type=radio]{height:1em;margin:0;vertical-align:middle;width:1em}#qodef-comments-template select{-webkit-appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxMC44IiBoZWlnaHQ9IjYuMiIgdmlld0JveD0iMCAwIDEwLjggNi4yIj48cGF0aCBkPSJNMTAuNi4zYy4zLjMuMy43IDAgMUw1LjkgNS45Yy0uMS4yLS4zLjMtLjUuM3MtLjQtLjEtLjUtLjNMLjIgMS4zQy0uMSAxLS4xLjYuMi4zcy43LS4zIDEgMGw0LjIgNC4xTDkuNi4zYy4zLS40LjYtLjQgMSAwIiBzdHlsZT0iZmlsbDojYThhN2E3Ii8+PC9zdmc+);background-position:calc(100% - 20px);background-repeat:no-repeat;background-size:auto;display:block;-webkit-user-select:none;user-select:none}#qodef-comments-template select option{color:#9c9c9c}#qodef-comments-template select.qodef-arrow--light{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxMC44IiBoZWlnaHQ9IjYuMiIgdmlld0JveD0iMCAwIDEwLjggNi4yIj48cGF0aCBkPSJNMTAuNi4zYy4zLjMuMy43IDAgMUw1LjkgNS45Yy0uMS4yLS4zLjMtLjUuM3MtLjQtLjEtLjUtLjNMLjIgMS4zQy0uMSAxLS4xLjYuMi4zcy43LS4zIDEgMGw0LjIgNC4xTDkuNi4zYy4zLS40LjYtLjQgMSAwIiBzdHlsZT0iZmlsbDojZmZmIi8+PC9zdmc+)}#qodef-comments-template button[type=submit],#qodef-comments-template input[type=submit]{background-color:#f4f4f4;border:0;border-radius:4px;color:#111;cursor:pointer;display:inline-block;font-family:inherit;font-size:16px;font-weight:500;line-height:2em;margin:0;outline:none;padding:11px 28px;position:relative;text-decoration:none;text-transform:none;transition:color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out;vertical-align:middle;width:auto}#qodef-comments-template button[type=submit] span,#qodef-comments-template button[type=submit] span:before,#qodef-comments-template input[type=submit] span,#qodef-comments-template input[type=submit] span:before{display:block;line-height:inherit}#qodef-comments-template button[type=submit]:focus,#qodef-comments-template button[type=submit]:hover,#qodef-comments-template input[type=submit]:focus,#qodef-comments-template input[type=submit]:hover{background-color:#111;color:#fff}#qodef-comments-template button[type=submit].qodef--with-icon,#qodef-comments-template input[type=submit].qodef--with-icon{align-items:center;display:inline-flex}#qodef-comments-template button[type=submit].qodef--with-icon .qodef-m-icon,#qodef-comments-template input[type=submit].qodef--with-icon .qodef-m-icon{flex-shrink:0;height:auto;width:7px;fill:currentColor;margin-left:10px;transform:translateX(0);transition:transform .3s cubic-bezier(0,.53,.18,.98)}#qodef-comments-template button[type=submit].qodef--with-icon .qodef-m-icon svg,#qodef-comments-template input[type=submit].qodef--with-icon .qodef-m-icon svg{display:block;height:auto;width:100%;fill:currentColor}#qodef-comments-template button[type=submit].qodef--with-icon:focus .qodef-m-icon,#qodef-comments-template button[type=submit].qodef--with-icon:hover .qodef-m-icon,#qodef-comments-template input[type=submit].qodef--with-icon:focus .qodef-m-icon,#qodef-comments-template input[type=submit].qodef--with-icon:hover .qodef-m-icon{transform:translateX(2px)}#qodef-comments-template input,#qodef-comments-template textarea{margin-bottom:26px}#qodef-comments-list{border-bottom:1px solid #ebebeb;display:inline-block;margin-bottom:47px;padding-bottom:60px;position:relative;vertical-align:top;width:100%}#qodef-comments-list .qodef-m-title{margin:0 0 30px}#qodef-comments-list .qodef-m-comments{list-style:none;margin:0;padding:0}#qodef-comments-list .qodef-m-comments>.qodef-comment-item:first-child{border-top:0;margin-top:0;padding-top:0}#qodef-comments-list .qodef-comment-item{border-top:1px solid #ebebeb;margin:45px 0 0;padding:45px 0 0}#qodef-comments-list .qodef-comment-item .children{list-style:none;margin:0;padding:0 0 0 55px}#qodef-comments-list .qodef-comment-item .qodef-e-inner{align-items:flex-start;display:flex}#qodef-comments-list .qodef-comment-item .qodef-e-image{flex-shrink:0;margin-right:32px;width:132px}#qodef-comments-list .qodef-comment-item .qodef-e-image img{border-radius:100%;display:block;width:100%}#qodef-comments-list .qodef-comment-item .qodef-e-content{display:inline-block;position:relative;vertical-align:top;width:100%}#qodef-comments-list .qodef-comment-item .qodef-e-info{align-items:center;display:flex;justify-content:space-between;margin-bottom:3px}#qodef-comments-list .qodef-comment-item .qodef-e-info>*{margin:0}#qodef-comments-list .qodef-comment-item .qodef-e-date{color:#9c9c9c;font-size:15px;line-height:1}#qodef-comments-list .qodef-comment-item .qodef-e-date a{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}#qodef-comments-list .qodef-comment-item .qodef-e-date a:focus,#qodef-comments-list .qodef-comment-item .qodef-e-date a:hover{color:#888}#qodef-comments-list .qodef-comment-item .qodef-e-links{align-items:center;display:inline-flex;flex-shrink:0;line-height:1}#qodef-comments-list .qodef-comment-item .qodef-e-links a:hover{color:#9c9c9c}#qodef-comments-list .qodef-comment-item .qodef-e-links>*{margin-right:30px;position:relative}#qodef-comments-list .qodef-comment-item .qodef-e-links>* svg{height:auto;width:19px;fill:currentColor;flex-shrink:0}#qodef-comments-list .qodef-comment-item .qodef-e-links>:last-child{margin-right:0}#qodef-comments-list .qodef-comment-item .qodef-e-title{margin:0}#qodef-comments-list .qodef-comment-item .qodef-e-title a{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}#qodef-comments-list .qodef-comment-item .qodef-e-text{margin-top:11px}#qodef-comments-list .qodef-comment-item .qodef-e-text *{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}#qodef-comments-list .qodef-comment-item .qodef-e-text p{margin:0}#qodef-comments-list .qodef-comment-item .qodef-e-text img{margin-bottom:5px;margin-top:5px}#qodef-comments-list .qodef-m-pagination{margin-top:50px}#qodef-comments-list .comment-respond{margin:36px 0 0}#qodef-comments-list .comment-respond .comment-reply-title{margin:0!important}#qodef-comments-list .comment-respond .comment-reply-title small{font-size:60%}#qodef-comments-list .comment-respond .comment-reply-title a{color:inherit;float:right;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}#qodef-comments-list .comment-respond p{margin:0}#qodef-comments-list .comment-respond .comment-notes,#qodef-comments-list .comment-respond .logged-in-as{margin:7px 0 31px}#qodef-comments-list .comment-respond .comment-notes a,#qodef-comments-list .comment-respond .logged-in-as a{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}#qodef-comments-list .comment-respond .comment-form-url{margin-bottom:5px}#qodef-comments-list .comment-respond .comment-form-cookies-consent{color:#9c9c9c;display:flex;font-size:15px;margin-bottom:30px;position:relative}#qodef-comments-list .comment-respond .comment-form-cookies-consent>*{margin:0}#qodef-comments-list .comment-respond .comment-form-cookies-consent input[type=checkbox]{flex-shrink:0;margin-right:8px;margin-top:2px}#qodef-comments-list .comment-respond .comment-form-cookies-consent label{color:inherit;font-weight:inherit;line-height:1.1}@media(max-width:1024px){#qodef-comments-list .qodef-comment-item .children{padding-left:40px}}@media(max-width:768px){#qodef-comments-list .qodef-comment-item .children{padding-left:20px}}@media(max-width:680px){#qodef-comments-list .qodef-comment-item .qodef-e-inner{flex-wrap:wrap}#qodef-comments-list .qodef-comment-item .qodef-e-content{margin-top:32px}#qodef-comments-list .qodef-comment-item .qodef-e-info{flex-direction:column-reverse;flex-wrap:wrap}#qodef-comments-list .qodef-comment-item .qodef-e-info>*{width:100%}#qodef-comments-list .qodef-comment-item .qodef-e-links{margin-bottom:19px}#qodef-comments-list .qodef-comment-item .children{padding-left:3%}#qodef-comments-list .comment-respond .comment-reply-title a{display:block;float:none}}.qi-preview-screen-tablet #qodef-comments-list .qodef-comment-item .children{padding-left:20px}.qi-preview-screen-mobile #qodef-comments-list .qodef-comment-item .qodef-e-inner{flex-wrap:wrap}.qi-preview-screen-mobile #qodef-comments-list .qodef-comment-item .qodef-e-content{margin-top:32px}.qi-preview-screen-mobile #qodef-comments-list .qodef-comment-item .qodef-e-info{flex-direction:column-reverse;flex-wrap:wrap}.qi-preview-screen-mobile #qodef-comments-list .qodef-comment-item .qodef-e-info>*{width:100%}.qi-preview-screen-mobile #qodef-comments-list .qodef-comment-item .qodef-e-links{margin-bottom:19px}.qi-preview-screen-mobile #qodef-comments-list .qodef-comment-item .children{padding-left:3%}.qi-preview-screen-mobile #qodef-comments-list .comment-respond .comment-reply-title a{display:block;float:none}#qodef-comments-form{display:inline-block;position:relative;vertical-align:top;width:100%}#qodef-comments-form .comment-reply-title{margin:0}#qodef-comments-form .comment-reply-title small{float:right;font-size:60%}#qodef-comments-form .comment-reply-title a{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}#qodef-comments-form .qodef-comment-form p{margin:0}#qodef-comments-form .qodef-comment-form .comment-notes,#qodef-comments-form .qodef-comment-form .logged-in-as{margin:7px 0 31px}#qodef-comments-form .qodef-comment-form .comment-notes a,#qodef-comments-form .qodef-comment-form .logged-in-as a{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}#qodef-comments-form .qodef-comment-form .comment-form-url{margin-bottom:5px}#qodef-comments-form .qodef-comment-form .comment-form-cookies-consent{color:#9c9c9c;display:flex;font-size:15px;margin-bottom:30px;position:relative}#qodef-comments-form .qodef-comment-form .comment-form-cookies-consent>*{margin:0}#qodef-comments-form .qodef-comment-form .comment-form-cookies-consent input[type=checkbox]{flex-shrink:0;margin-right:8px;margin-top:2px}#qodef-comments-form .qodef-comment-form .comment-form-cookies-consent label{color:inherit;font-weight:inherit;line-height:1.1}@media(max-width:680px){#qodef-comments-form .comment-reply-title small{display:block;float:none}}.qi-preview-screen-mobile #qodef-comments-form .comment-reply-title small{display:block;float:none}.qodef-block-swiper{list-style:none;margin:0 auto;overflow:hidden;padding:0;position:relative;visibility:hidden;z-index:1}.qodef-block-swiper .swiper-slide a:not(.qi-block-button){display:block}.qodef-block-swiper .swiper-slide img{width:100%}.qodef-block-swiper.qodef--centered-zoom .swiper-slide{transform:scale(.85);transition:all .3s ease}.qodef-block-swiper.qodef--centered-zoom .swiper-slide.swiper-slide-active,.qodef-block-swiper.qodef--centered-zoom .swiper-slide.swiper-slide-duplicate-active{transform:scale(1)}.qodef-block-swiper .swiper-pagination-bullet{background:currentColor;border:1px solid #0000;color:#000;opacity:1;transform:matrix(1,0,0,1,0,0);transform-origin:center;transition:transform .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;vertical-align:middle}.qodef-block-swiper .swiper-pagination-bullet-active,.qodef-block-swiper .swiper-pagination-bullet:hover{transform:matrix(1.4,0,0,1.4,0,0) translateZ(0)}.qodef-block-swiper .swiper-button-next,.qodef-block-swiper .swiper-button-prev,.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-next,.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-prev,.qodef-block-swiper~.swiper-button-prev,.qodef-block-swiper~.swiper-button-prev~.swiper-button-next{background-image:none!important;color:#111;font-size:26px;height:auto!important;margin:0!important;position:absolute!important;transform:translateY(-50%);transition:color .2s ease-out,background-color .2s ease-out;width:auto!important}.qodef-block-swiper .swiper-button-next svg,.qodef-block-swiper .swiper-button-prev svg,.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-next svg,.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-prev svg,.qodef-block-swiper~.swiper-button-prev svg,.qodef-block-swiper~.swiper-button-prev~.swiper-button-next svg{display:block;height:auto;transition:background-color .2s ease-out,color .2s ease-out;width:1em;stroke:currentColor;fill:currentColor}.qodef-block-swiper .swiper-button-next:after,.qodef-block-swiper .swiper-button-prev:after,.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-next:after,.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-prev:after,.qodef-block-swiper~.swiper-button-prev:after,.qodef-block-swiper~.swiper-button-prev~.swiper-button-next:after{display:none!important}.qodef-block-swiper .swiper-button-prev{left:30px}.qodef-block-swiper .swiper-button-next{right:30px}.qodef-block-swiper .swiper-button-next:after,.qodef-block-swiper .swiper-button-next:before,.qodef-block-swiper .swiper-button-prev:after,.qodef-block-swiper .swiper-button-prev:before{display:none}.qodef-block-swiper~.swiper-button-prev{left:-50px}.qodef-block-swiper~.swiper-button-prev~.swiper-button-next{right:-50px}.qodef-block-swiper~.qodef-swiper-together-nav{display:flex;justify-content:flex-start;margin-top:30px;position:absolute;width:100%}.qodef-block-swiper~.qodef-swiper-together-nav .qodef-swiper-together-inner{align-items:center;display:flex;justify-content:center}.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-next,.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-prev{left:0;position:relative!important;right:0;top:0;transform:none;z-index:15}.qodef-block-swiper~.qodef-swiper-together-nav .swiper-button-prev{margin-right:20px!important}.qodef-block-swiper.qodef--initialized{visibility:visible}.qodef-block-swiper.swiper-container-vertical.qodef--focus-in-viewport,.qodef-block-swiper.swiper-vertical.qodef--focus-in-viewport{height:100vh!important}.qodef-block-swiper.swiper-container-vertical .swiper-slide,.qodef-block-swiper.swiper-vertical .swiper-slide{overflow:hidden}.qodef-block-swiper.swiper-container-vertical .swiper-slide img,.qodef-block-swiper.swiper-vertical .swiper-slide img{height:100%;object-fit:cover;width:100%}.qodef-block-swiper.swiper-container-vertical .qodef-swiper-nav-wrapper,.qodef-block-swiper.swiper-vertical .qodef-swiper-nav-wrapper{align-items:center;display:inline-flex;flex-direction:column;height:100%;justify-content:center;position:absolute;right:0;top:0}.qodef-block-swiper.swiper-container-vertical .qodef-swiper-nav-wrapper>*,.qodef-block-swiper.swiper-vertical .qodef-swiper-nav-wrapper>*{bottom:auto;left:auto;padding:5px 0;position:relative;right:auto;top:auto;transform:rotate(90deg)}.qodef-block-swiper.swiper-container-vertical .qodef-swiper-nav-wrapper~.swiper-pagination,.qodef-block-swiper.swiper-vertical .qodef-swiper-nav-wrapper~.swiper-pagination{right:60px}.qodef-block-swiper.swiper-container-vertical~.swiper-button-prev,.qodef-block-swiper.swiper-vertical~.swiper-button-prev{bottom:auto!important;left:50%;right:auto;top:-30px;transform:translateX(-50%) rotate(90deg)}.qodef-block-swiper.swiper-container-vertical~.swiper-button-prev~.swiper-button-next,.qodef-block-swiper.swiper-vertical~.swiper-button-prev~.swiper-button-next{bottom:-30px;left:50%;right:auto;top:auto!important;transform:translateX(-50%) rotate(90deg)}.qodef-block-swiper.swiper-container-vertical~.qodef-swiper-together-nav,.qodef-block-swiper.swiper-vertical~.qodef-swiper-together-nav{flex-direction:column;height:100%;justify-content:center;width:auto!important}.qodef-block-swiper.swiper-container-vertical~.qodef-swiper-together-nav .qodef-swiper-together-inner,.qodef-block-swiper.swiper-vertical~.qodef-swiper-together-nav .qodef-swiper-together-inner{flex-direction:column}.qodef-block-swiper.swiper-container-vertical~.qodef-swiper-together-nav .swiper-button-prev,.qodef-block-swiper.swiper-vertical~.qodef-swiper-together-nav .swiper-button-prev{margin:0 0 20px!important;transform:rotate(90deg)}.qodef-block-swiper.swiper-container-vertical~.qodef-swiper-together-nav .swiper-button-next,.qodef-block-swiper.swiper-vertical~.qodef-swiper-together-nav .swiper-button-next{transform:rotate(90deg)}.qodef-block-swiper.swiper-container-vertical.qodef-navigation-alignment--flex-start .qodef-swiper-together-nav,.qodef-block-swiper.swiper-container-vertical.qodef-navigation-alignment--flex-start~.qodef-swiper-together-nav,.qodef-block-swiper.swiper-vertical.qodef-navigation-alignment--flex-start .qodef-swiper-together-nav,.qodef-block-swiper.swiper-vertical.qodef-navigation-alignment--flex-start~.qodef-swiper-together-nav{bottom:0;justify-content:center;left:0!important;right:auto!important}.qodef-block-swiper.swiper-container-vertical.qodef-navigation-alignment--flex-end .qodef-swiper-together-nav,.qodef-block-swiper.swiper-container-vertical.qodef-navigation-alignment--flex-end~.qodef-swiper-together-nav,.qodef-block-swiper.swiper-vertical.qodef-navigation-alignment--flex-end .qodef-swiper-together-nav,.qodef-block-swiper.swiper-vertical.qodef-navigation-alignment--flex-end~.qodef-swiper-together-nav{bottom:0;justify-content:center;left:auto!important;right:0!important}.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-prev svg{margin-left:4px}.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-next svg{margin-right:4px}.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-next i,.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-next svg,.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-prev i,.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-prev svg,.qodef-block-swiper.qodef-navigation--hover-move~.swiper-button-prev i,.qodef-block-swiper.qodef-navigation--hover-move~.swiper-button-prev svg,.qodef-block-swiper.qodef-navigation--hover-move~.swiper-button-prev~.swiper-button-next i,.qodef-block-swiper.qodef-navigation--hover-move~.swiper-button-prev~.swiper-button-next svg{transform:translateX(0);transition:transform .25s cubic-bezier(.37,.08,.02,.93),background-color .2s ease-out,color .2s ease-out;will-change:transform}.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev i,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev svg,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev~.swiper-button-next i,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev~.swiper-button-next svg{transform:translateX(0);transition:transform .12s ease-out,background-color .2s ease-out,color .2s ease-out;will-change:transform}.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg{transition:transform .22s cubic-bezier(.37,.08,.02,.93) .05s,background-color .2s ease-out,color .2s ease-out}.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-prev:hover i,.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-prev:hover svg,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover i,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-prev:hover svg,.qodef-block-swiper.qodef-navigation--hover-move~.swiper-button-prev:hover i,.qodef-block-swiper.qodef-navigation--hover-move~.swiper-button-prev:hover svg{transform:translateX(-4px)}.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-next:hover i,.qodef-block-swiper.qodef-navigation--hover-move .swiper-button-next:hover svg,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover i,.qodef-block-swiper.qodef-navigation--hover-move~.qodef-swiper-together-nav .swiper-button-next:hover svg,.qodef-block-swiper.qodef-navigation--hover-move~.swiper-button-prev~.swiper-button-next:hover i,.qodef-block-swiper.qodef-navigation--hover-move~.swiper-button-prev~.swiper-button-next:hover svg{transform:translateX(4px)}.qodef-block-swiper.swiper-container-horizontal.qodef-pagination--inside .swiper-pagination-custom,.qodef-block-swiper.swiper-container-horizontal.qodef-pagination--inside .swiper-pagination-fraction,.qodef-block-swiper.swiper-container-horizontal.qodef-pagination--inside>.swiper-pagination-bullets,.qodef-block-swiper.swiper-container-horizontal.qodef-pagination--outside .swiper-pagination-custom,.qodef-block-swiper.swiper-container-horizontal.qodef-pagination--outside .swiper-pagination-fraction,.qodef-block-swiper.swiper-container-horizontal.qodef-pagination--outside>.swiper-pagination-bullets,.qodef-block-swiper.swiper-horizontal.qodef-pagination--inside .swiper-pagination-custom,.qodef-block-swiper.swiper-horizontal.qodef-pagination--inside .swiper-pagination-fraction,.qodef-block-swiper.swiper-horizontal.qodef-pagination--inside>.swiper-pagination-bullets,.qodef-block-swiper.swiper-horizontal.qodef-pagination--outside .swiper-pagination-custom,.qodef-block-swiper.swiper-horizontal.qodef-pagination--outside .swiper-pagination-fraction,.qodef-block-swiper.swiper-horizontal.qodef-pagination--outside>.swiper-pagination-bullets{bottom:0}@media(max-width:1024px){.qodef-block-swiper.qodef-hide-navigation--1024 .swiper-button-next,.qodef-block-swiper.qodef-hide-navigation--1024 .swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--1024~.qodef-swiper-together-nav .swiper-button-next,.qodef-block-swiper.qodef-hide-navigation--1024~.qodef-swiper-together-nav .swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--1024~.swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--1024~.swiper-button-prev~.swiper-button-next{display:none}}@media(max-width:768px){.qodef-block-swiper.qodef-hide-navigation--768 .swiper-button-next,.qodef-block-swiper.qodef-hide-navigation--768 .swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--768~.qodef-swiper-together-nav .swiper-button-next,.qodef-block-swiper.qodef-hide-navigation--768~.qodef-swiper-together-nav .swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--768~.swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--768~.swiper-button-prev~.swiper-button-next{display:none}}@media(max-width:680px){.qodef-block-swiper.qodef-hide-navigation--680 .swiper-button-next,.qodef-block-swiper.qodef-hide-navigation--680 .swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--680~.qodef-swiper-together-nav .swiper-button-next,.qodef-block-swiper.qodef-hide-navigation--680~.qodef-swiper-together-nav .swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--680~.swiper-button-prev,.qodef-block-swiper.qodef-hide-navigation--680~.swiper-button-prev~.swiper-button-next{display:none}}.qodef-block-swiper.qodef-navigation-alignment--flex-start .qodef-swiper-together-nav,.qodef-block-swiper.qodef-navigation-alignment--flex-start~.qodef-swiper-together-nav{justify-content:flex-start;right:auto!important}.qodef-block-swiper.qodef-navigation-alignment--flex-end .qodef-swiper-together-nav,.qodef-block-swiper.qodef-navigation-alignment--flex-end~.qodef-swiper-together-nav{justify-content:flex-end;left:auto!important}.qodef-swiper-pagination-outside.swiper-pagination{position:relative}.qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet{background:currentColor;border:1px solid #0000;color:#000;margin:0 6px;opacity:1;transform:matrix(1,0,0,1,0,0);transform-origin:center;transition:transform .2s ease-out,color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet:hover{transform:matrix(1.4,0,0,1.4,0,0) translateZ(0)}.qodef--pagination-numbers>.swiper-pagination-bullets,.qodef--pagination-numbers~.swiper-pagination-bullets{counter-reset:section;display:flex;justify-content:center}.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet,.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet{align-items:center;color:#0000;display:flex!important;height:38px;justify-content:center;transform:none;width:38px}.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet:before,.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet:before{color:#1e1e1e;content:"0" counter(section);counter-increment:section}.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet-active,.qodef--pagination-numbers>.swiper-pagination-bullets .swiper-pagination-bullet:hover,.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet-active,.qodef--pagination-numbers~.swiper-pagination-bullets .swiper-pagination-bullet:hover{color:#efefef}.swiper-container-vertical~.qodef-swiper-pagination-outside.swiper-pagination,.swiper-vertical~.qodef-swiper-pagination-outside.swiper-pagination{display:flex;flex-direction:column;left:100%;position:absolute;top:50%;transform:translateY(-50%)}.swiper-container-vertical.qodef--pagination-numbers>.swiper-pagination-bullets,.swiper-vertical.qodef--pagination-numbers>.swiper-pagination-bullets{flex-direction:column}.qodef-navigation-together--top+.qodef-swiper-together-nav{bottom:100%;margin-bottom:30px;margin-top:0!important}.fslightbox-container .fslightbox-nav .fslightbox-slide-number-container{max-width:unset}.fslightbox-container .fslightbox-nav .fslightbox-toolbar{background:none}.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button{color:#fff}.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button[title="Enter fullscreen"]{display:none}.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button svg{fill:currentColor;width:17px;stroke:none}.fslightbox-container .fslightbox-slide-btn-container-next,.fslightbox-container .fslightbox-slide-btn-container-previous{padding:30px}.fslightbox-container .fslightbox-slide-btn-container-next .fslightbox-slide-btn,.fslightbox-container .fslightbox-slide-btn-container-previous .fslightbox-slide-btn{background:none;color:#fff;padding:0;width:30px}.fslightbox-container .fslightbox-slide-btn-container-next .fslightbox-slide-btn svg,.fslightbox-container .fslightbox-slide-btn-container-previous .fslightbox-slide-btn svg{fill:currentColor;stroke:currentColor;width:100%}