@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap"); @import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");  :root {
--mt-base-font: "Inter", sans-serif;
--mt-base-font-weight: 400;
--mt-base-line-height: 1.85;
--mt-base-font-size: clamp(0.875rem, 0.8462rem + 0.1282vw, 1rem);
--mt-head-font: "Figtree", sans-serif;
--mt-head-font-weight: 700;
--mt-head-line-height: 1.14;
--mt-radius: 5px;
--mt-radius-md: 16px;
--mt-radius-lg: 30px;
--mt-input-padding: 12px 20px;
--mt-padding-btn: 16px 24px;
--mt-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
--mt-primary: #012e2b;
--mt-primary-rgb: 1, 46, 43;
--mt-scondery: #018057;
--mt-scondery-rgb: 1, 128, 87;
--mt-teritary: #003c35;
--mt-teritary-rgb: 0, 60, 53;
--mt-quaternary: #fb8701;
--mt-quaternary-rgb: 251, 135, 1;
--mt-quinery: #d6a73c;
--mt-quinery-rgb: 214, 167, 60;
--mt-bg-light: #dbe2da;
--mt-body-bg: #f6f1ee;
--mt-body-bg-rgb: 246, 241, 238;
--mt-body-text: #4d4d4d;
--mt-body-clr: var(--mt-body-text);
--mt-heading: #0c0d11;
--mt-heading-clr: var(--mt-heading);
--mt-heading-rgb: 12, 13, 17;
--mt-link-clr: #0c0d11;
--mt-link-hover-clr: #018057;
--mt-border-clr: #d9d9d9;
--mt-accent-white: #ffffff;
--mt-accent-white-rgb: 255, 255, 255;
--mt-accent-black: #000000;
--mt-accent-black-rgb: 0, 0, 0;
--mt-container: 1600px;
--mt-sidebar-width: clamp(16.875rem, 16.1538rem + 3.2051vw, 20rem);
--mt-sidebar-gap: clamp(1.875rem, 1.4423rem + 1.9231vw, 3.75rem);
}  *,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
scroll-behavior: smooth;
tab-size: 4;
}  audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
audio,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
iframe {
border-style: none;
}
img {
border-style: none;
}
svg:not([fill]) {
fill: currentColor;
}
svg:not(:root) {
overflow: hidden;
}
svg {
width: 1em;
height: 1em;
}
figure {
margin: 1em 0;
}
img {
height: auto;
max-width: 100%;
}
a img {
border: 0;
}
@supports (-webkit-appearance: none) and (not (overflow: -webkit-marquee)) and
(not (-ms-ime-align: auto)) and (not (-moz-appearance: none)) {
img {
image-rendering: -webkit-optimize-contrast; }
}
embed,
iframe,
object,
video {
max-width: 100%;
}
.offcanvas {
height: 100vh;
} body {
color: var(--mt-body-text);
background-color: var(--mt-body-surface-bg, var(--mt-body-bg));
max-width: 1920px;
margin: 0 auto;
overflow-x: hidden;
background-image: url(//geocarehealthcare.com/wp-content/themes/geocare-theme/assets/images/f-main-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
background-attachment: fixed;
}
body,
button,
input,
textarea,
select {
font-family: var(--mt-base-font);
font-weight: var(--mt-base-font-weight);
line-height: var(--mt-base-line-height);
letter-spacing: 0;
text-transform: none;
font-size: clamp(0.875rem, 0.8462rem + 0.1282vw, 1rem);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--mt-head-font);
font-weight: var(--mt-head-font-weight);
line-height: var(--mt-head-line-height);
letter-spacing: 0;
text-transform: none;
color: var(--mt-heading);
}
.h1,
h1 {
font-size: clamp(2rem, 1.5096rem + 2.1795vw, 4.125rem);
}
.h2,
h2 {
font-size: clamp(1.75rem, 1.4327rem + 1.4103vw, 3.125rem);
}
.h3,
h3 {
font-size: clamp(1.5625rem, 1.3462rem + 0.9615vw, 2.5rem);
}
.h4,
h4 {
font-size: clamp(1.375rem, 1.2596rem + 0.5128vw, 1.875rem);
}
.h5,
h5 {
font-size: clamp(1.25rem, 1.1923rem + 0.2564vw, 1.5rem);
}
.h6,
h6 {
font-size: clamp(1.125rem, 1.0962rem + 0.1282vw, 1.25rem);
}
.mt_dark .h1,
.mt_dark h1,
.mt_dark .h2,
.mt_dark h2,
.mt_dark .h3,
.mt_dark h3,
.mt_dark .h4,
.mt_dark h4,
.mt_dark .h5,
.mt_dark h5,
.mt_dark .h6,
.mt_dark h6 {
color: var(--mt-accent-white);
} a {
text-decoration: none;
color: var(--mt-link-clr);
transition: var(--mt-transition);
}
a:hover,
a:focus {
color: var(--mt-link-hover-clr);
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button[type="button"],
*[role="button"],
button,
.button,
a.button,
.mt_button {
border-width: 0;
cursor: pointer;
display: inline-block;
font-family: var(--mt-base-font);
font-size: 0.9rem;
font-style: normal;
font-weight: normal;
line-height: normal;
margin: 10px 0 0;
outline: none;
padding: var(--mt-padding-btn);
text-decoration: none;
text-transform: capitalize;
-webkit-appearance: none;
appearance: none;
-webkit-border-radius: var(--mt-radius);
border-radius: var(--mt-radius);
transition: var(--mt-transition);
}
.mt_button {
background-color: var(--mt-primary);
color: var(--mt-accent-white);
text-align: center;
margin: 0;
font-weight: 700;
display: inline-flex;
flex-direction: column;
position: relative;
overflow: hidden;
transition: none;
}
.mt_button > span {
transition:
opacity 0.3s,
transform 0.3s;
transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
background-color: transparent;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.mt_button > span:nth-child(2) {
position: absolute;
top: 50%;
left: 0;
opacity: 0;
transform: translate(0, 100%);
transition:
opacity 0.3s,
transform 0.3s;
transition-timing-function: ease, ease;
transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
white-space: nowrap;
}
.mt_button:focus > span,
.mt_button:hover > span {
transform: translateY(-150%);
opacity: 0;
}
.mt_button:focus > span:nth-child(2),
.mt_button:hover > span:nth-child(2) {
opacity: 1;
transform: translate(0%, -50%);
}
.mt_button:focus > span,
.mt_button:hover > span {
color: var(--mt-accent-white);
}
.mt_button_link {
cursor: pointer;
display: inline-block;
font-family: var(--mt-base-font);
font-size: clamp(0.875rem, 0.8462rem + 0.1282vw, 1rem);
font-weight: var(--mt-head-font-weight);
font-style: normal;
line-height: normal;
text-transform: capitalize;
margin: 10px 0 0;
} .mt_dark,
.mt_dark a {
color: var(--mt-accent-white);
}
.mt_dark a:focus,
.mt_dark a:hover {
color: var(--mt-link-hover-clr);
} .mt__text_start {
text-align: left;
}
.mt__text_center {
text-align: center;
}
.mt__text_end {
text-align: right;
}
.mt__heading_wrapper > *:not(:last-child) {
margin-bottom: 20px;
}
.mt__sub_heading {
font-weight: 500;
line-height: normal;
color: var(--mt-heading);
font-size: 14px;
}
.mt__sub_heading .mt__text_marquee {
overflow: hidden;
position: relative;
}
.mt__sub_heading .mt__marquee {
white-space: nowrap;
padding: 0 5px;
display: flex;
align-items: center;
text-transform: capitalize;
-webkit-animation: moveMarquee 8s linear infinite;
animation: moveMarquee 8s linear infinite;
}
.mt__sub_heading .mt__marquee.clone {
position: absolute;
left: 100%;
}
.mt__sub_heading .mt__marquee:before {
content: "";
position: relative;
display: inline-block;
background-color: var(--mt-primary);
width: 5px;
height: 5px;
border-radius: 50%;
margin-right: 10px;
}
@keyframes moveMarquee {
0% {
transform: translateX(0%);
}
100% {
transform: translateX(-100%);
}
}
.mt__content {
text-wrap: balance;
}
.mt__heading {
margin: 0px;
text-transform: capitalize;
} .select2-container--default .select2-search .select2-search__field,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-search--inline .select2-search__field {
border: 1px solid;
display: block;
margin: 0;
padding: 6px 10px;
width: 100%;
-webkit-appearance: none;
appearance: none;
-webkit-border-radius: var(--mt-radius);
border-radius: var(--mt-radius);
min-height: 40px;
font-family: var(--mt-head-font);
font-size: 0.9rem;
}
.select2-container--default .select2-search .select2-search__field,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-search--inline .select2-search__field {
border: 1px solid rgba(var(--mt-accent-black-rgb), 0.15) !important;
background-color: transparent;
}
select {
background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
background-position: calc(100% - 15px);
background-repeat: no-repeat;
}
select,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
border: 1px solid rgba(var(--mt-accent-black-rgb), 0.15);
cursor: pointer;
height: 49px;
margin: 0;
padding: 10px 30px 10px 20px;
text-align: left !important;
text-indent: 0.01px;
text-overflow: "";
width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-border-radius: var(--mt-radius);
border-radius: var(--mt-radius);
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
background: none !important; height: auto !important;
padding: 0;
-webkit-border-radius: var(--mt-radius) !important;
border-radius: var(--mt-radius) !important;
}
.select2-container--default
.select2-selection--single
.select2-selection__arrow,
.select2-container--default
.select2-selection--multiple
.select2-selection__arrow {
top: 50% !important;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: 15px !important;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__rendered {
white-space: normal;
}
.select2-container--default .select2-dropdown .select2-search--dropdown,
.select2-container--default .select2-results > .select2-results__options {
padding: 10px;
}
.select2-container--default
.select2-dropdown--below
.select2-results
> .select2-results__options,
.select2-container--default
.select2-dropdown--above
.select2-results
> .select2-results__options {
padding-top: 0;
}
.select2-container--default
.select2-results
> .select2-results__options
.select2-results__option {
height: auto;
line-height: inherit;
padding: 5px 10px;
font-size: 0.9rem;
border-radius: var(--mt-radius);
}
.select2-container--default
.select2-results
> .select2-results__options
.select2-results__option
+ .select2-results__option {
margin-top: 1px;
}
.select2-container .select2-choice,
.select2-drop,
.select2-dropdown,
.select2-drop.select2-drop-above,
.select2-drop.select2-drop-below,
.select2-container--open .select2-dropdown.select2-dropdown--above,
.select2-container--open .select2-dropdown.select2-dropdown--below {
background-color: var(--mt-body-bg);
-webkit-border-radius: var(--mt-radius);
border-radius: var(--mt-radius);
}
.select2-container--open .select2-dropdown.select2-dropdown--above {
margin-top: -10px;
-webkit-box-shadow: 0 4px 5px rgba(var(--mt-accent-black-rgb), 0.15);
box-shadow: 0 4px 5px rgba(var(--mt-accent-black-rgb), 0.15);
border: none;
}
.select2-container--open .select2-dropdown.select2-dropdown--below {
margin-top: 10px;
-webkit-box-shadow: 0 4px 5px rgba(var(--mt-accent-black-rgb), 0.15);
box-shadow: 0 4px 5px rgba(var(--mt-accent-black-rgb), 0.15);
border: none;
}
.select2-drop .select2-results li,
.select2-dropdown .select2-results li {
padding-bottom: 0;
}
.select2-container {
width: 100%;
}
.select2-container .select2-choice {
padding: 0 0 0 15px;
}
.select2-results {
padding: 5px 0;
}
.select2-results .select2-result-label {
padding: 5px 15px;
}
.select2-results__option {
overflow: hidden;
padding: 0 20px;
}
.select2-container.select2-container--default .select2-selection--single {
background-color: transparent;
margin: 0;
}
.select2-results__option,
.select2-container.select2-container--default .select2-selection--single,
.select2-container.select2-container--default .select2-selection--multiple {
height: 50px;
line-height: 50px;
}
.select2-container.select2-container--default .select2-selection--multiple {
min-height: 50px;
}
.select2-container.select2-container--default
.select2-selection--single
.select2-selection__rendered {
padding-top: 0;
padding-bottom: 0;
color: var(--mt-heading);
font-size: 0.9rem;
line-height: inherit;
padding-left: 20px;
padding-right: 50px;
}
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
border-top-color: currentColor !important;
}
.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
border-bottom-color: currentColor !important;
}
.select2-container.select2-container--default
.select2-selection--multiple
.select2-selection__rendered {
display: block;
float: none;
line-height: 1.8em;
margin: 0;
padding: 0 15px;
width: auto;
white-space: normal;
}
.select2-container.select2-container--default
.select2-selection--multiple
.select2-selection__rendered
li.select2-selection__choice {
font-size: 0.9em;
margin: 10px 5px 0 0;
}
.select2-container.select2-container--default
.select2-selection--multiple
.select2-selection__rendered
li.select2-search--inline {
display: block;
float: none;
margin: 0;
width: auto !important;
}
.select2-container.select2-container--default
.select2-selection--multiple
.select2-selection__rendered
li.select2-search--inline
.select2-search__field {
padding: 10px 0 !important;
}
.select2-container.select2-container--default
.select2-selection--multiple
.select2-selection__rendered
li.select2-search--inline:first-child
.select2-search__field {
border-color: transparent !important;
}
.select2-container.select2-container--default
.select2-selection--multiple
.select2-selection__rendered
li.select2-selection__choice
~ li.select2-search--inline {
margin-top: 10px;
margin-bottom: 10px;
}
.select2-container.select2-container--default
.select2-selection--multiple
.select2-selection__rendered
li.select2-selection__choice
~ li.select2-search--inline
.select2-search__field {
padding: 10px 15px !important;
}
.select2-container--default
.select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected="true"] {
background-color: var(--mt-quinery) !important;
} .breadcrumb {
font-size: 0.9rem;
color: var(--mt-heading);
}
.breadcrumb a {
color: var(--mt-link-clr);
}
.breadcrumb a:hover,
.breadcrumb a:focus {
color: var(--mt-link-hover-clr);
}
.breadcrumb .breadcrumb-separator {
color: var(--mt-heading);
margin: 0 5px;
}  input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="range"],
input[type="date"],
textarea,
input.text,
input[type="search"],
.select2-container--default .select2-search .select2-search__field,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-search--inline .select2-search__field {
border: 1px solid;
display: block;
margin: 0;
padding: var(--mt-input-padding);
width: 100%;
outline: none;
-webkit-appearance: none;
appearance: none;
-webkit-border-radius: var(--mt-radius);
border-radius: var(--mt-radius);
}
.select2-container--default .select2-search .select2-search__field,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-search--inline .select2-search__field {
border: 1px solid !important;
}
textarea {
height: 115px;
overflow: auto;
resize: none;
}
input[type="email"] {
text-transform: lowercase;
}
select {
font-size: 0.9rem;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=);
background-repeat: no-repeat;
background-size: 16px;
-webkit-background-size: 16px;
background-position: calc(100% - 12px) 50%;
-webkit-background-position: calc(100% - 12px) 50%;
} ::-webkit-input-placeholder { color: inherit;
opacity: 0.55;
text-transform: capitalize;
}
::-moz-placeholder { color: inherit;
opacity: 0.55;
text-transform: capitalize;
}
:-ms-input-placeholder { color: inherit;
opacity: 0.55;
text-transform: capitalize;
}
:-moz-placeholder { color: inherit;
opacity: 0.55;
text-transform: capitalize;
} input[type="submit"],
input[type="reset"],
input[type="button"],
button[type="button"],
*[role="button"],
button,
.button,
a.button,
.mt-button,
.yith-wcwl-add-to-wishlist a,
.yith-wcqv-button {
border-width: 0;
cursor: pointer;
display: inline-block;
float: none;
font-family: var(--mt-base-font);
font-size: 0.9rem;
font-style: normal;
font-weight: normal;
line-height: var(--mt-base-line-height);
margin: 10px 0 0;
outline: none;
padding: var(--mt-input-padding);
text-decoration: none;
text-transform: capitalize;
-webkit-appearance: none;
appearance: none;
-webkit-border-radius: var(--mt-radius);
border-radius: var(--mt-radius);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
#respond
input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
:not(.edit-post-visual-editor)
)
.woocommerce
#respond
input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
:not(.edit-post-visual-editor)
)
.woocommerce
a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
:not(.edit-post-visual-editor)
)
.woocommerce
button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
:not(.edit-post-visual-editor)
)
.woocommerce
input.button:hover {
color: var(--mt-primary);
}
.aligncenter input[type="submit"],
.aligncenter input[type="reset"],
.aligncenter input[type="button"],
.aligncenter button[type="button"],
.aligncenter *[role="button"],
.aligncenter button,
.aligncenter .button,
.aligncenter a.button,
.aligncenter .mt-button {
float: none;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border: 0;
padding: 0;
margin-top: -1px;
margin-bottom: -1px;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="range"],
input[type="date"],
textarea,
input[type="search"],
fieldset,
select {
transition: var(--mt-transition);
caret-color: var(--mt-scondery);
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="range"],
input[type="date"],
textarea,
input.text,
input[type="search"],
fieldset,
select,
abbr,
acronym,
pre,
#searchform,
.comment-form > p input[type="checkbox"] ~ label:before,
.comment-form > p input[type="radio"] ~ label:before,
.woocommerce-form__label-for-checkbox > span:before,
.woocommerce .woocommerce-shipping-methods input[type="radio"] ~ label:before,
.woocommerce-page
#payment.woocommerce-checkout-payment
ul.payment_methods
li
input[type="radio"]
~ label:before {
border-color: var(--mt-border-clr);
background-color: transparent;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
input.text:focus {
outline: none;
outline-offset: -3px;
border: 1px solid var(--mt-scondery);
background-color: transparent;
}
.comment-form > p input[type="checkbox"]:focus:not(:checked) ~ label:before,
.comment-form > p input[type="radio"]:focus:not(:checked) ~ label:before,
.woocommerce-form__label-for-checkbox > input:focus:not(:checked) ~ span:before,
.woocommerce
.woocommerce-shipping-methods
input[type="radio"]:focus:not(:checked)
~ label:before,
.woocommerce-page
#payment.woocommerce-checkout-payment
ul.payment_methods
li
input[type="radio"]:focus:not(:checked)
~ label:before {
outline: thin dotted;
}
.input-text:focus-visible {
outline: none !important;
}
.refine-canvas #refineCanvasClose {
padding: 10px;
margin: 0;
display: flex;
}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.wrapper {
clear: both;
float: left;
margin: 0;
padding: 0;
width: 100%;
display: flow-root;
}
.inner-wrapper {
display: block;
margin: 0;
padding: 0;
overflow: clip;
width: 100%;
}
body.geocare-header-sticky .inner-wrapper,
body:has(.mt__header_sticky-region.is-sticky) .inner-wrapper {
overflow: visible;
} .with-sidebar-row {
display: flex;
align-items: flex-start;
}
.with-sidebar-row:has(> #primary.with-left-sidebar) {
flex-direction: row-reverse;
}
#primary.page-with-sidebar {
width: calc(100% - var(--mt-sidebar-width) - var(--mt-sidebar-gap));
margin: 0;
padding: 0;
float: none;
display: inline-block;
position: relative;
}
#primary.with-left-sidebar {
float: right;
margin-left: var(--mt-sidebar-gap);
overflow: hidden;
}
#primary.with-right-sidebar {
float: left;
margin-right: var(--mt-sidebar-gap);
overflow: hidden;
}
#secondary {
width: var(--mt-sidebar-width);
margin: 0 0 clamp(1.875rem, 1.3462rem + 2.1795vw, 4.125rem);
padding: 0;
position: relative;
z-index: 1;
align-self: flex-start;
}
#secondary.mt-sidebar-right {
float: right;
}
#secondary.mt-sidebar-left {
float: left;
}
#primary.page-with-sidebar > *:last-child {
margin-bottom: clamp(1.875rem, 1.3462rem + 2.1795vw, 4.125rem);
position: relative;
float: left;
width: 100%;
}
.container {
clear: both;
margin: 0 auto;
position: relative;
width: 100%;
max-width: 1600px !important;
padding: 0 clamp(1.125rem, 0.9519rem + 0.7692vw, 1.875rem) !important;
} .mt__header {
position: relative;
z-index: 10;
background-color: transparent;
}
body:not(.home):not(.page-id-3206) .mt__header_sticky-region {
margin-bottom: clamp(1.875rem, 1.3462rem + 2.1795vw, 4.125rem);
}
.mt__header_sticky-region.is-sticky.is-fixed,
body.geocare-header-sticky .mt__header_sticky-region.is-sticky.is-fixed {
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 100;
width: 100%;
float: none;
background-color: var(--mt-body-bg, #fff);
box-shadow: 0 4px 18px rgba(var(--mt-accent-black-rgb), 0.08);
}
body.admin-bar .mt__header_sticky-region.is-sticky.is-fixed,
body.admin-bar.geocare-header-sticky
.mt__header_sticky-region.is-sticky.is-fixed {
top: 32px;
}
@media (max-width: 782px) {
body.admin-bar .mt__header_sticky-region.is-sticky.is-fixed,
body.admin-bar.geocare-header-sticky
.mt__header_sticky-region.is-sticky.is-fixed {
top: 46px;
}
}
.mt__header_sticky-placeholder {
display: block;
width: 100%;
} header .mt__topbar_wrapper {
padding: clamp(0.625rem, 0.5673rem + 0.2564vw, 0.875rem) 0px;
font-family: var(--mt-base-font);
box-shadow: 0 0 10px rgba(var(--mt-accent-black-rgb), 0.1);
}
header .mt__topbar_wrapper .mt__topbar {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
header .mt__topbar_wrapper .mt__topbar .mt__topbar_item {
color: var(--mt-accent-white);
font-size: 16px;
flex: 1;
}
header .mt__topbar_wrapper .mt__topbar .mt__topbar_item a {
color: var(--mt-accent-white);
}
header .mt__topbar_wrapper {
animation: slideDown 0.5s ease both;
}
header .mt__topbar_wrapper svg {
font-size: 1.1rem;
flex-shrink: 0;
color: #f07724;
}
.tb-btn.tb-btn-wholesale svg {
color: #fff;
margin-right: 5px;
}
header .mt__topbar_wrapper a:not(.tb-btn) {
color: var(--mt-quinery);
text-decoration: none;
transition: all var(--mt-transition);
}
header .mt__topbar_wrapper a:not(.tb-btn):hover {
opacity: 0.85;
}
header .mt__topbar_wrapper a.tb-btn {
text-decoration: none;
}
header .mt__header_navbar,
.mt__header_sticky-region .mt__header_navbar {
position: relative;
}   header .mt__header_wrapper,
.mt__header_sticky-region .mt__header_wrapper {
padding: clamp(0.625rem, 0.3942rem + 1.0256vw, 1.625rem) 0;
background: #fff;
}
.mt__header_main {
display: flex;
align-items: center;
justify-content: space-between;
min-height: 96px;
}
.mt__header_main > * {
flex: 1;
} .site-logo {
display: inline-block;
}
.site-logo img {
width: 100%;
display: block;
height: 1em !important;
font-size: clamp(3.125rem, 2.6923rem + 1.9231vw, 5rem);
object-fit: contain;
} .mt__search_form {
flex: 1.5;
max-width: 550px;
margin: 0 auto;
position: relative;
}
.mt__search_form--aws input.aws-search-field,
.mt__search_form input {
width: 100%;
padding: 14px 60px 14px 20px;
border: 1px solid var(--mt-border-clr);
border-radius: calc(var(--mt-radius-md) / 1.4) !important;
font-family: var(--mt-base-font);
font-size: 0.9rem;
background: transparent;
color: var(--mt-body-text);
transition:
border-color var(--mt-transition),
box-shadow var(--mt-transition);
outline: none;
min-height: 50px;
box-shadow: 0 0 10px rgba(var(--mt-accent-black-rgb), 0.1);
}
.mt__search_form input:focus {
border-color: var(--mt-primary);
background: transparent;
}
.mt__search_form button {
position: absolute;
right: 5px;
top: 50%;
transform: translateY(-50%);
background: var(--green);
color: var(--mt-accent-white);
border: none;
border-radius: calc(10px - 2px);
width: 45px;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition:
background var(--mt-transition),
transform var(--mt-transition);
margin: 0;
padding: 0;
font-size: 1rem;
}
.mt__search_form button:hover {
background: var(--mt-teritary);
transform: translateY(-50%) scale(1.05);
}
.mt__search_form button svg {
stroke: currentColor;
fill: none;
} .mt__search_form--aws .aws-container {
width: 100% !important;
display: block;
position: relative;
}
.mt__search_form--aws .aws-search-form {
width: 100% !important;
position: relative;
height: 56px !important;
min-height: 56px !important;
align-items: center !important;
}
.mt__search_form--aws .aws-search-label {
display: none !important;
} .mt__search_form--aws .aws-search-field {
width: 100% !important;
padding: 17px 66px 17px 20px !important;  font-family: var(--mt-base-font) !important;
font-size: 0.9rem !important;
background: #fff !important;
color: var(--mt-body-text) !important;
transition:
border-color var(--mt-transition),
box-shadow var(--mt-transition) !important;
outline: none !important;
min-height: 56px !important;
height: 56px !important;
line-height: 1.2 !important;
box-shadow: none !important;
}
.mt__search_form--aws .aws-search-field:focus {
border-color: var(--mt-scondery) !important;
background: #fff !important;
} .mt__search_form--aws .aws-search-clear {
display: none !important;
}
.mt__search_form--aws .aws-search-form .aws-search-btn.aws-form-btn {
position: absolute !important;
right: 5px !important;
top: 50% !important;
transform: translateY(-50%) !important;
background: var(--green) !important;
color: var(--mt-accent-white) !important;
border: none !important;
border-radius: calc(10px - 2px) !important;
width: 48px !important;
height: 48px !important;
min-height: 48px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
cursor: pointer !important;
transition:
background var(--mt-transition),
transform var(--mt-transition) !important;
margin: 0 !important;
padding: 0 !important;
font-size: 1rem !important;
line-height: 1 !important;
z-index: 999 !important;
box-shadow: none !important;
}
.mt__search_form--aws .aws-search-form .aws-search-btn.aws-form-btn:hover {
background: var(--mt-teritary) !important;
transform: translateY(-50%) scale(1.05) !important;
}
.mt__search_form--aws .aws-search-btn_icon {
display: flex !important;
align-items: center;
justify-content: center;
color: #ffffff !important;
fill: #ffffff !important;
}
.mt__search_form--aws .aws-search-btn_icon svg {
width: 20px;
height: 20px;
fill: currentColor !important;
}
.mt__search_form--aws .aws-wrapper,
.mt__search_form .aws-container .aws-search-form *,
.mt__search_form .aws-search-result {
border-radius: calc(var(--mt-radius-md) / 1.4) !important;
}
body > .aws-search-result {
background: none;
border: none;
margin-top: 2px;
font-size: 0.9rem;
}
body > .aws-search-result .aws_result_scroll {
border-radius: var(--mt-radius-md) !important;
border: 1px solid var(--mt-border-clr);
padding: clamp(0.625rem, 0.4808rem + 0.641vw, 1.25rem);
background: var(--mt-accent-white);
}
body > .aws-search-result .aws_results .aws_result_item {
border-bottom: 1px dashed var(--mt-border-clr);
padding: 15px 10px;
}
body > .aws-search-result .aws_results .aws_result_item.aws_search_more {
color: var(--mt-scondery);
margin-top: 10px !important;
border: 1px solid currentColor;
border-radius: var(--mt-radius);
padding: 10px;
min-height: 50px;
}
body > .aws-search-result .aws_result_head {
font-size: 0.9rem;
font-weight: 600;
color: var(--mt-heading);
}
body > .aws-search-result .aws_result_term {
color: var(--mt-body-text);
font-size: 12px;
padding-top: 0px;
opacity: 0.75;
}
body > .aws-search-result .aws_result_excerpt:has(+ .aws_result_term) {
margin: 0 0 8px;
}
body > .aws-search-result .aws_result_image img {
width: 48px;
padding: 2px;
background: rgba(var(--mt-primary-rgb), 0.1);
border-radius: var(--mt-radius);
border: 1px solid var(--mt-border-clr);
}
body > .aws-search-result .aws_result_item.hovered,
body > .aws-search-result .aws_result_item:hover,
body > .aws-search-result .aws_search_more a:hover {
background: rgba(var(--mt-scondery-rgb), 0);
}
body > .aws-search-result .aws_results .aws_result_item.aws_search_more:hover {
background: rgba(var(--mt-scondery-rgb), 1);
color: var(--mt-accent-white);
border-color: rgba(var(--mt-scondery-rgb), 1);
} .mt__header_icon a {
color: var(--mt-link-clr);
transition: color var(--mt-transition);
}
.mt__header_icon a:hover {
color: var(--mt-link-hover-clr);
}
.header-actions {
display: inline-flex;
align-items: center;
gap: clamp(1rem, 0.7981rem + 0.8974vw, 1.875rem);
flex-shrink: 0;
overflow: hidden;
}
.btn-ghost {
background: none;
font-family: var(--mt-base-font);
font-size: 0.89rem;
font-weight: normal;
color: var(--mt-primary);
cursor: pointer;
transition:
border-color var(--mt-transition),
background var(--mt-transition),
color var(--mt-transition);
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 10px;
}
.btn-ghost:hover {
color: var(--mt-primary);
}
.header-actions > a {
position: relative;
}
.header-actions > a.btn-ghost::before {
content: "";
position: absolute;
height: 70%;
width: 1px;
background-color: var(--mt-primary);
left: calc(-1 * calc(clamp(1rem, 0.7981rem + 0.8974vw, 1.875rem) / 2));
opacity: 0.4;
}
.btn-basket {
margin: 0;
padding: 13px 20px;
border-radius: calc(var(--mt-radius-md) / 1.4);
font-family: var(--mt-base-font);
font-weight: 600;
cursor: pointer;
transition: var(--mt-transition);
display: flex;
align-items: center;
gap: 8px;
letter-spacing: normal;
text-transform: capitalize;
border: 1px solid currentColor;
line-height: normal;
}
.mt__header_icon a.btn-basket,
.mt__header_icon a.btn-basket:hover {
color: #f07724;
}
.btn-basket svg {
stroke: currentColor;
width: 1.1em;
height: 1.1em;
}
.btn-basket:hover {
background: transparent;
color: var(--mt-accent-white);
}
.basket-count {
background: var(--mt-primary);
color: var(--mt-accent-white);
width: 20px;
height: 20px;
border-radius: 50%;
font-size: 0.72rem;
font-weight: 600;
display: flex;
align-items: center;
justify-content: center;
} header .mt__header_navbar,
.mt__header_sticky-region .mt__header_navbar {
background-color: var(--green);
}
.mt-primary-menu {
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: center;
}
.mt-primary-menu li {
display: inline-block;
margin: 0px;
position: relative;
}
.mt-primary-menu > li > a {
display: inline-block;
padding: 20px clamp(0rem, -0.1731rem + 0.7692vw, 0.75rem);
vertical-align: middle;
margin: 0px 2px;
line-height: 1;
text-transform: capitalize;
font-weight: 600;
font-family: var(--mt-head-font);
color: var(--mt-accent-white);
font-size: clamp(0.625rem, 0.5385rem + 0.3846vw, 1rem);
}
.mt-primary-menu > li > a:focus,
.mt-primary-menu > li > a:hover,
.mt-primary-menu > li > a.active {
color: var(--mt-accent-white);
}
.mt-primary-menu > li > a:before {
content: "";
position: absolute;
height: 3px;
width: 100%;
bottom: 0;
left: 0;
color: var(--mt-quinery);
background-color: currentColor;
transform: scaleX(0);
transition: transform var(--mt-transition);
transform-origin: right bottom;
}
.mt-primary-menu > li > a:hover:before,
.mt-primary-menu > li > a:focus:before,
.mt-primary-menu > li.current-menu-item > a:before,
.mt-primary-menu > li.current-menu-parent > a:before,
.mt-primary-menu > li.current-menu-ancestor > a:before,
.mt-primary-menu > li.current_page_parent > a:before {
transform: scaleX(1);
transform-origin: left bottom;
}
.mt-primary-menu > li > a svg {
font-size: 0.9em;
margin-left: 5px;
}
.mt-primary-menu > li ul.children,
.mt-primary-menu > li ul.sub-menu {
margin: 0;
width: 225px;
margin-top: 10px;
background-color: var(--mt-body-bg);
opacity: 0;
padding: 16px 4px;
pointer-events: none;
position: absolute;
left: -4px;
top: 100%;
border-radius: var(--mt-radius);
text-align: left;
z-index: 10;
-webkit-transition: var(--mt-transition);
transition: var(--mt-transition);
-webkit-box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
}
.mt-primary-menu li:focus > ul,
.mt-primary-menu li:hover > ul {
display: block;
opacity: 1;
pointer-events: auto;
visibility: visible;
margin-top: 0px;
}
.mt-primary-menu > li ul.children > li.menu-item,
.mt-primary-menu > li ul.sub-menu > li.menu-item {
display: inline-block;
width: 100%;
text-transform: capitalize;
}
.mt-primary-menu > li ul.children > li.menu-item > .menu-link,
.mt-primary-menu > li ul.sub-menu > li.menu-item > .menu-link {
padding: 8px 16px;
display: block;
color: var(--mt-link-clr);
font-family: var(--mt-head-font);
font-size: 0.9rem;
line-height: 1.4;
}
.mt-primary-menu > li ul.children > li.menu-item > .menu-link:focus,
.mt-primary-menu > li ul.children > li.menu-item > .menu-link:hover,
.mt-primary-menu > li ul.sub-menu > li.menu-item > .menu-link:focus,
.mt-primary-menu > li ul.sub-menu > li.menu-item > .menu-link:hover,
.mt-primary-menu > li ul.children > li.menu-item > .menu-link.active,
.mt-primary-menu > li ul.sub-menu > li.menu-item > .menu-link.active,
.mt-primary-menu
> li.has-mega-menu
> ul.sub-menu
> li
.mega-menu
.mega-col
ul
li
a:hover,
.mt-primary-menu
> li.has-mega-menu
> ul.sub-menu
> li
.mega-menu
.mega-col
ul
li
a:focus {
color: var(--mt-link-hover-clr);
}
.mt-primary-menu > li ul.sub-menu > li.menu-item {
font-size: 0.9rem;
}
.mt-primary-menu > li ul.sub-menu > li.menu-item:not(:last-child) {
border-bottom: 1px solid var(--mt-border-clr);
}
.mt-primary-menu > li.has-mega-menu > ul.sub-menu > li.menu-item {
border-bottom: none;
display: block;
width: 100%;
}
.mt-primary-menu > li.has-mega-menu > ul.sub-menu > li.menu-item > .mega-menu {
display: flex;
}
.mt-primary-menu
> li.has-mega-menu
> ul.sub-menu
> li.menu-item
> .mega-menu
.mega-col {
display: block;
}
.menu-item.dropdown > a > span:after {
content: "";
width: 5px;
height: 5px;
position: relative;
right: 0;
bottom: 2px;
border-width: 0 1px 1px 0;
border-style: solid;
border-color: currentColor;
display: inline-block;
margin-left: 8px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.menu-item.dropdown ul > li.menu-item > a > span:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.menu-item.dropdown ul.sub-menu > li > a > span {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.menu-item.dropdown ul.sub-menu > li > a > span:after {
bottom: 0;
}
.mt-primary-menu > li ul.sub-menu > li ul.sub-menu {
transform: translateX(100%);
top: -15px;
} .mt-primary-menu > li.has-mega-menu > ul.sub-menu { text-align: center;
padding: 0px 20px;
border-radius: 0px;
left: 0;
width: 100%;
max-width: none; }
.mt-primary-menu > li.has-mega-menu > ul.sub-menu > li {
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 30px 10px; position: relative;
border-radius: var(--mt-radius); }
.mt-primary-menu > li.has-mega-menu > ul.sub-menu > li.mega-menu-panel--scroll {
overflow-y: auto;
overflow-x: hidden;
overscroll-behavior: contain;
-webkit-overflow-scrolling: touch;
scrollbar-width: thin;
scrollbar-color: var(--mt-quinery) transparent;
}
.mt-primary-menu
> li.has-mega-menu
> ul.sub-menu
> li.mega-menu-panel--scroll::-webkit-scrollbar {
width: 6px;
}
.mt-primary-menu
> li.has-mega-menu
> ul.sub-menu
> li.mega-menu-panel--scroll::-webkit-scrollbar-thumb {
background-color: var(--mt-quinery);
border-radius: 3px;
}
.mt-primary-menu
> li.has-mega-menu
> ul.sub-menu
> li.mega-menu-panel--scroll::-webkit-scrollbar-track {
background: transparent;
}
.mt-primary-menu > li.has-mega-menu > ul.sub-menu > li .mega-menu {
display: flex;
gap: 40px 0px;
justify-content: center;
flex-wrap: wrap;
}
.mt-primary-menu > li.has-mega-menu > ul.sub-menu > li .mega-menu .mega-col {
flex: 0 1 auto;
min-width: 200px;
text-align: left;
padding: 0px 10px;
}
.mt-primary-menu
> li.has-mega-menu
> ul.sub-menu
> li
.mega-menu
.mega-col
.menu-title {
position: relative;
font-family: var(--mt-head-font);
font-size: 1.1rem;
font-weight: 700;
color: var(--mt-primary);
margin-bottom: 12px;
padding-bottom: 12px;
}
.mt-primary-menu
> li.has-mega-menu
> ul.sub-menu
> li
.mega-menu
.mega-col
.menu-title
a {
color: inherit;
text-decoration: none;
display: inline-block;
}
.mt-primary-menu
> li.has-mega-menu
> ul.sub-menu
> li
.mega-menu
.mega-col
.menu-title
a:hover,
.mt-primary-menu
> li.has-mega-menu
> ul.sub-menu
> li
.mega-menu
.mega-col
.menu-title
a:focus {
color: var(--mt-link-hover-clr);
}
.mt-primary-menu
> li.has-mega-menu
> ul.sub-menu
> li
.mega-menu
.mega-col
.menu-title:after {
content: "";
position: absolute;
left: 0;
width: 30%;
height: 2px;
background-color: var(--mt-quinery);
bottom: -2px;
}
.mt-primary-menu > li.has-mega-menu > ul.sub-menu > li .mega-menu .mega-col ul {
display: flex;
flex-direction: column;
}
.mt-primary-menu
> li.has-mega-menu
> ul.sub-menu
> li
.mega-menu
.mega-col
ul
li
a {
padding: 2px 0px;
display: block;
color: var(--mt-link-clr);
font-family: var(--mt-head-font);
font-size: 16px;
white-space: nowrap;
}
.mt-primary-menu
> li.has-mega-menu
> ul.sub-menu
> li
.mega-menu
.mega-col
ul
li.mega-more {
margin-top: 6px;
}
.mt-primary-menu
> li.has-mega-menu
> ul.sub-menu
> li
.mega-menu
.mega-col
ul
li.mega-more
a {
display: inline-block;
padding: 2px 10px;
background-color: var(--mt-quinery);
color: #fff;
font-size: 14px;
font-weight: 700;
line-height: 1.3;
border-radius: 3px;
white-space: nowrap;
}
.mt-primary-menu
> li.has-mega-menu
> ul.sub-menu
> li
.mega-menu
.mega-col
ul
li.mega-more
a:hover,
.mt-primary-menu
> li.has-mega-menu
> ul.sub-menu
> li
.mega-menu
.mega-col
ul
li.mega-more
a:focus {
background-color: var(--mt-primary);
color: #fff;
} .mobile-nav {
display: none;
position: fixed;
inset: 0;
z-index: 8000;
pointer-events: none;
}
.mobile-nav.open {
pointer-events: all;
}
.mobile-nav-overlay {
position: absolute;
inset: 0;
background: rgba(3, 35, 59, 0.55);
opacity: 0;
transition: opacity 0.3s ease;
backdrop-filter: blur(2px);
}
.mobile-nav.open .mobile-nav-overlay {
opacity: 1;
}
.mobile-nav-drawer {
position: absolute;
top: 0;
left: 0;
width: min(320px, 88vw);
height: 100%;
background: var(--mt-primary);
transform: translateX(-100%);
transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
overflow-y: auto;
display: flex;
flex-direction: column;
}
.mobile-nav.open .mobile-nav-drawer {
transform: translateX(0);
}
.mob-nav-header {
padding: 20px;
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
display: flex;
align-items: center;
justify-content: space-between;
}
.mobile-nav .mob-nav-header img {
height: 50px;
}
.mob-nav-header .mob-nav-close {
width: 32px;
height: 32px;
min-width: 32px;
min-height: 32px;
margin: 0;
padding: 0;
border: none;
border-radius: 6px;
background: rgba(255, 255, 255, 0.08);
color: var(--mt-accent-white);
font-size: 1.25rem;
font-weight: 400;
line-height: 1;
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
text-transform: none;
-webkit-appearance: none;
appearance: none;
}
.mob-nav-links {
flex: 1;
padding: 8px 0;
}
.mob-nav-section-title {
font-size: 0.65rem;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
color: var(--mt-quinery);
padding: 14px 20px 6px;
}
.mob-nav-link {
display: flex;
align-items: center;
justify-content: space-between;
padding: 12px 20px;
color: rgba(247, 239, 231, 0.85);
font-size: 0.92rem;
font-weight: 600;
text-decoration: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
cursor: pointer;
transition:
background var(--mt-transition),
color var(--mt-transition);
}
.mob-nav-link:hover {
background: rgba(255, 255, 255, 0.06);
color: var(--mt-quinery);
}
.mob-nav-link svg {
width: 14px;
height: 14px;
stroke: currentColor;
fill: none;
stroke-width: 2.5;
transition: transform 0.2s;
}
.mob-nav-sub {
max-height: 0;
overflow: hidden;
transition: max-height 0.35s ease;
background: rgba(0, 0, 0, 0.2);
}
.mob-nav-sub.open {
max-height: 600px;
}
.mob-nav-sub a {
display: block;
padding: 9px 20px 9px 32px;
color: rgba(247, 239, 231, 0.6);
font-size: 0.83rem;
text-decoration: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.04);
transition:
color var(--mt-transition),
padding-left var(--mt-transition);
}
.mob-nav-sub a:hover {
color: var(--mt-quinery);
padding-left: 38px;
}
.mob-nav-footer {
padding: 20px;
border-top: 1px solid rgba(255, 255, 255, 0.08);
margin-top: auto;
}
.mob-nav-phone {
display: flex;
flex-direction: column;
gap: 8px;
margin-bottom: 16px;
}
.mob-nav-phone a {
display: flex;
align-items: center;
gap: 8px;
color: var(--mt-accent-white);
text-decoration: none;
font-family: var(--mt-head-font);
}
.mob-nav-phone a span {
font-size: 0.62rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.8px;
padding: 2px 7px;
border-radius: 4px;
}
.mob-nav-phone a .b2b-tag {
background: rgba(214, 167, 60, 0.2);
color: var(--mt-quinery);
border: 1px solid rgba(214, 167, 60, 0.3);
}
.mob-nav-phone a .b2c-tag {
background: rgba(0, 143, 90, 0.2);
color: #4ade80;
border: 1px solid rgba(0, 143, 90, 0.25);
}
.mob-nav-ctas {
display: flex;
gap: 8px;
}
.mob-nav-ctas a {
flex: 1;
text-align: center;
padding: 10px;
border-radius: 8px;
font-family: var(--mt-head-font);
font-size: 0.82rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.8px;
text-decoration: none;
}
.mob-nav-ctas .b2b-cta {
background: rgba(214, 167, 60, 0.15);
color: var(--mt-quinery);
border: 1px solid rgba(214, 167, 60, 0.3);
}
.mob-nav-ctas .b2c-cta {
background: rgba(0, 143, 90, 0.15);
color: #4ade80;
border: 1px solid rgba(0, 143, 90, 0.25);
}
.mob-nav-sub-mega-title {
padding: 8px 20px 4px 32px;
font-size: 0.65rem;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
color: var(--mt-quinery);
}
.mobile-nav ul.mt-primary-menu li {
display: block;
text-align: left;
}
.mobile-nav ul.mt-primary-menu li:not(:last-child),
.mobile-nav
ul.mt-primary-menu
> li
ul.sub-menu
> li.menu-item:not(:last-child) {
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.mobile-nav .mt-primary-menu > li > a,
.mobile-nav .mt-primary-menu > li ul.children > li.menu-item > .menu-link,
.mobile-nav .mt-primary-menu > li ul.sub-menu > li.menu-item > .menu-link {
display: block;
padding: 10px 20px;
margin: 5px 0px;
color: var(--mt-accent-white);
line-height: normal;
font-size: 0.92rem;
}
.mobile-nav .mt-primary-menu > li ul.children,
.mobile-nav .mt-primary-menu > li ul.sub-menu {
background-color: var(--mt-primary);
}
.mobile-nav ul.mt-primary-menu li.go-back {
background: rgba(255, 255, 255, 0.08);
}
.mobile-nav ul.mt-primary-menu li.go-back > a {
display: block;
padding: 10px 20px;
margin: 5px 0px;
color: var(--mt-accent-white);
line-height: normal;
font-family: var(--mt-head-font);
font-size: 0.9rem;
display: flex;
align-items: center;
}
.mobile-nav ul.mt-primary-menu li.go-back > a span.icon-left {
width: 1em;
height: 1em;
display: inline-block;
margin-right: 6px;
}
.mobile-nav ul.mt-primary-menu li.go-back > a span.icon-left:before {
content: "";
border-width: 1px 1px 0 0;
border-style: solid;
border-color: currentColor;
position: relative;
font-size: 7px;
height: 1em;
width: 1em;
right: 0px;
text-align: center;
transform: rotate(-135deg);
display: inherit;
left: 5px;
top: 4px;
}
.mobile-nav ul.mt-primary-menu,
.mobile-nav ul.mt-primary-menu li {
display: block;
margin: 0;
padding: 0;
text-align: left;
position: relative;
}
.mobile-nav ul.mt-primary-menu li {
position: static;
}
.mobile-nav ul.mt-primary-menu > li > a:not(:focus),
.mobile-nav ul.mt-primary-menu ul > li > a:not(:focus) {
text-decoration: none;
}
.mobile-nav ul.mt-primary-menu > li > a:focus,
.mobile-nav ul.mt-primary-menu ul > li > a:focus {
text-decoration: none;
outline: none;
}
.mobile-nav ul.mt-primary-menu ul.sub-menu,
.mobile-nav ul.mt-primary-menu ul.sub-menu > li > ul {
border-width: 0;
display: block;
height: 100%;
margin: 0;
opacity: 1;
overflow-y: scroll;
overflow-x: hidden;
padding: 0; left: auto;
right: 0;
top: 0;
visibility: visible;
width: 100%;
z-index: 5;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: var(--mt-transition);
transition: var(--mt-transition);
}
.mobile-nav ul.mt-primary-menu li ul.sub-menu,
.mobile-nav ul.mt-primary-menu .sub-menu li ul {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.mobile-nav ul.mt-primary-menu .sub-menu li ul.is-open,
.mobile-nav ul.mt-primary-menu li ul.sub-menu.is-open {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.mobile-nav ul.mt-primary-menu {
min-width: 100%;
left: auto;
right: auto;
width: 100%;
height: 100%;
overflow-y: scroll;
overflow-x: hidden;
}
.mobile-nav ul.mt-primary-menu li {
float: left;
width: 100%;
}
.mobile-nav .menu-item.dropdown > a > span:after,
.mobile-nav .menu-item.dropdown ul > li.menu-item > a > span:after {
display: none;
content: none;
}
.mobile-nav ul.mt-primary-menu li a:has(+ .sub-menu) {
position: relative;
}
.mobile-nav ul.mt-primary-menu li a:has(+ .sub-menu) {
padding-right: 40px;
}
.mobile-nav ul.mt-primary-menu > li > a:before {
display: none;
}
.mobile-nav ul.mt-primary-menu li a:has(+ .sub-menu):before {
content: "";
border-width: 1px 1px 0 0;
top: 15px;
border-style: solid;
border-color: currentColor;
position: absolute;
font-size: 7px;
height: 1em;
width: 1em;
right: 22px;
text-align: center;
left: auto;
transform: rotate(45deg);
background: none;
display: block;
} .mobile-nav ul.mt-primary-menu li a,
.mobile-nav ul.mt-primary-menu li a:before {
-webkit-transition: var(--mt-transition);
transition: var(--mt-transition);
} .hero-swiper {
width: 100%;
height: 545px;
position: relative;
overflow: hidden;
}
.swiper-slide {
position: relative;
overflow: hidden;
display: flex;
align-items: center;
}
.slide-bg {
position: absolute;
inset: 0;
background-size: cover;
background-position: center;
}
.slide-overlay {
position: absolute;
inset: 0;
}
.slide-overlay-1 {
background: linear-gradient(
105deg,
rgba(3, 35, 59, 0.92) 0%,
rgba(3, 35, 59, 0.75) 45%,
rgba(0, 59, 70, 0.3) 75%,
transparent 100%
);
}
.slide-overlay-2 {
background: linear-gradient(
105deg,
rgba(0, 59, 70, 0.88) 0%,
rgba(0, 59, 70, 0.65) 40%,
rgba(3, 35, 59, 0.25) 70%,
transparent 100%
);
}
.slide-content {
position: relative;
z-index: 10;
max-width: 1600px;
margin: 0 auto;
padding: 0 120px;
width: 100%;
display: grid;
grid-template-columns: 1.2fr 1fr;
gap: 80px;
align-items: center;
}
.slide-text {
max-width: 580px;
}
.slide-eyebrow {
font-size: 0.8rem;
font-weight: 700;
text-transform: uppercase;
display: inline-block;
margin-bottom: 20px;
letter-spacing: 0.8px;
padding: 2px 7px;
border-radius: 4px;
transition: var(--mt-transition);
background: rgba(214, 167, 60, 0.2);
color: var(--mt-quinery);
border: 1px solid rgba(214, 167, 60, 0.3);
}
.swiper-slide-active .slide-eyebrow {
opacity: 1;
transform: translateY(0);
}
.slide-h1 {
font-family: "Barlow Condensed", var(--mt-head-font);
color: var(--mt-accent-white);
font-weight: 800;
margin: 0 0 20px;
line-height: 1.05;
text-transform: uppercase;
letter-spacing: -0.01em;
}
.swiper-slide-active .slide-h1 {
opacity: 1;
transform: translateY(0);
}
.slide-h1 em {
color: #d6a73c;
font-style: normal;
display: block;
}
.slide-sub {
color: rgba(247, 239, 231, 0.75);
font-size: 1rem;
line-height: 1.65;
margin-bottom: 28px;
opacity: 0;
transform: translateY(16px);
transition:
opacity 0.55s 0.6s ease,
transform 0.55s 0.6s ease;
}
.swiper-slide-active .slide-sub {
opacity: 1;
transform: translateY(0);
}
.slide-cta {
display: flex;
gap: 14px;
flex-wrap: wrap;
opacity: 0;
transform: translateY(12px);
transition:
opacity 0.5s 0.75s ease,
transform 0.5s 0.75s ease;
}
.slide-cta--single {
justify-content: center;
}
.slide-content--no-panel .slide-text:has(.slide-cta--single) {
max-width: none;
}
.slide-content--no-panel
.slide-text:has(.slide-cta--single)
.slide-cta--single {
margin-top: clamp(100px, 27vh, 220px);
}
.swiper-slide-active .slide-cta {
opacity: 1;
transform: translateY(0);
} .slide-panel {
background: rgba(255, 255, 255, 0.06);
backdrop-filter: blur(12px);
border: 1px solid rgba(255, 255, 255, 0.12);
display: none;
border-radius: var(--mt-radius);
padding: 50px;
opacity: 0;
transform: translateX(28px);
transition: var(--mt-transition);
height: 100%;
}
.swiper-slide-active .slide-panel {
opacity: 1;
transform: translateX(0);
}
.slide-panel-title {
font-family: var(--mt-head-font);
font-size: clamp(1.25rem, 1.1635rem + 0.3846vw, 1.625rem);
font-weight: 800;
color: var(--mt-accent-white);
text-transform: uppercase;
letter-spacing: 0.3px;
margin-bottom: 2px;
}
.slide-panel-title em {
color: var(--mt-quinery);
font-style: normal;
}
.slide-panel-sub {
color: rgba(247, 239, 231, 0.8);
font-size: 1rem;
margin-bottom: 20px;
}
.slide-panel-list {
list-style: none;
display: flex;
flex-direction: column;
gap: 10px;
}
.slide-panel-list li {
display: flex;
align-items: center;
gap: 12px;
color: rgba(247, 239, 231, 0.85);
font-size: 1.1rem;
}
.panel-icon {
width: 32px;
height: 32px;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
font-size: 1rem;
}
.panel-icon.green {
background: rgba(0, 143, 90, 0.2);
border: 1px solid rgba(0, 143, 90, 0.3);
}
.panel-icon.gold {
background: rgba(214, 167, 60, 0.15);
border: 1px solid rgba(214, 167, 60, 0.25);
} .swiper-pagination,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
bottom: 20px;
}
.swiper-button-next {
right: 40px;
}
.swiper-button-prev {
left: 40px;
}
.swiper-button-next,
.swiper-button-prev {
width: 46px;
height: 46px;
background: var(--mt-primary, var(--green));
backdrop-filter: blur(8px);
border: 1px solid var(--mt-primary, var(--green));
border-radius: 50%;
color: var(--mt-accent-white, #fff) !important;
transition: var(--mt-transition);
padding: 0px;
margin: 0px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
background: var(--mt-primary, var(--green));
color: var(--mt-accent-white, #fff) !important;
transform: scale(1.08);
}
.swiper-button-next:after,
.swiper-button-prev:after {
font-size: 14px !important;
font-weight: 900;
color: inherit !important;
}
.swiper-pagination-bullet {
background: rgba(255, 255, 255, 0.9) !important;
width: 8px;
height: 8px;
transition: var(--mt-transition);
padding: 0px;
}
.swiper-pagination-bullet-active {
background: var(--mt-quinery) !important;
width: 28px;
border-radius: 4px;
} .swiper-progress {
position: absolute;
top: 0;
left: 0;
height: 1px;
background: var(--mt-quinery);
z-index: 20;
width: 0%;
transition: width linear;
} .btn-primary {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 13px 30px;
background: var(--green);
color: var(--mt-accent-white);
font-family: var(--mt-head-font);
font-size: 16px;
font-weight: normal;
text-transform: capitalize;
border: none;
border-radius: var(--mt-radius);
cursor: pointer;
text-decoration: none;
border-radius: var(--mt-radius);
transition: var(--mt-transition);
}
.btn-primary:hover {
background: var(--mt-scondery);
color: var(--mt-accent-white);
box-shadow: 0 8px 28px rgba(0, 143, 90, 0.45);
}
.btn-secondary {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 13px 26px;
background: transparent;
color: var(--mt-accent-white);
font-family: var(--mt-head-font);
font-size: 0.95rem;
font-weight: normal;
letter-spacing: normal;
text-transform: capitalize;
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: var(--mt-radius);
cursor: pointer;
text-decoration: none;
transition: var(--mt-transition);
}
.btn-secondary:hover {
border-color: var(--mt-quinery);
color: var(--mt-accent-white);
}
.btn-gold {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 13px 28px;
background: var(--mt-quinery);
color: var(--mt-accent-white);
font-family: var(--mt-head-font);
font-size: 0.95rem;
font-weight: normal;
letter-spacing: normal;
text-transform: capitalize;
border: none;
border-radius: var(--mt-radius);
cursor: pointer;
text-decoration: none;
transition: var(--mt-transition);
box-shadow: 0 4px 18px rgba(214, 167, 60, 0.35);
}
.btn-gold:hover {
background: #e6b84a;
color: var(--mt-accent-white);
box-shadow: 0 8px 24px rgba(214, 167, 60, 0.45);
} .brand-section {
background: var(--mt-bg-light);
padding: 24px 0;
border-bottom: 1px solid #ede9e4;
overflow: hidden;
}
.brand-section #brandSwiper {
overflow: hidden;
}
.brand-logo {
font-family: var(--mt-head-font);
font-size: 1.1rem;
font-weight: 800;
letter-spacing: 1px;
text-transform: uppercase;
color: #9ca3af;
transition: color var(--mt-transition);
white-space: nowrap;
flex-shrink: 0;
width: 100%;
max-width: 200px;
margin: auto;
text-align: center;
}
.brand-logo:hover {
color: var(--mt-primary);
} .featured-products {
padding: 60px 0 0;
}
.featured-products > .container,
.geocare-featured-products > .container {
max-width: min(100%, 1840px);
padding-left: clamp(12px, 1.25vw, 18px);
padding-right: clamp(12px, 1.25vw, 18px);
}
.geocare-learn-aboutus > .container,
.wp-block-geocare-learn-aboutus.geocare-learn-aboutus > .container,
.geocare-testimonials > .container,
.wp-block-geocare-testimonials.geocare-testimonials > .container {
max-width: min(100%, 1840px);
padding-left: clamp(12px, 1.25vw, 18px);
padding-right: clamp(12px, 1.25vw, 18px);
margin: 0 auto;
box-sizing: border-box;
}
.featured-header {
background: var(--green);
color: var(--mt-accent-white);
text-align: center;
padding: 14px 30px;
padding: 14px;
font-family: var(--mt-head-font);
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.04em;
border-radius: 10px 10px 0 0;
position: relative;
overflow: hidden;
}
.featured-products .products-main {
background-color: transparent;
}
.geocare-learn-aboutus.info-row,
.wp-block-geocare-learn-aboutus.geocare-learn-aboutus {
background: transparent;
}
.geocare-about-info.about-section,
.wp-block-geocare-about-info.geocare-about-info {
background-color: transparent;
}
.featured-products .products-main .products-grid {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
width: 100%;
margin: 0;
border-top: 1px solid var(--mt-border-clr);
border-left: 1px solid var(--mt-border-clr);
box-sizing: border-box;
}
.featured-products .products-main .products-grid .product-card {
border-right: 1px solid var(--mt-border-clr);
border-bottom: 1px solid var(--mt-border-clr);
}
.featured-products .product-content .product-name,
.featured-products .product-content .product-name a,
.geocare-featured-products .product-content .product-name,
.geocare-featured-products .product-content .product-name a {
font-size: clamp(1.25rem, 1.1923rem + 0.2564vw, 1.5rem);
} .geocare-featured-products .product-card .product-content .product-features {
--fp-feature-font-size: 1rem;
--fp-feature-line-height: 1.5;
--fp-feature-max-lines: 4;
box-sizing: content-box;
font-size: var(--fp-feature-font-size);
line-height: var(--fp-feature-line-height);
max-height: calc(
var(--fp-feature-font-size) * var(--fp-feature-line-height) *
var(--fp-feature-max-lines)
);
overflow: hidden;
padding-bottom: 10px;
}
.geocare-featured-products .product-card .product-content .product-features li {
font-size: var(--fp-feature-font-size);
line-height: var(--fp-feature-line-height);
margin: 0;
padding: 0;
}
.featured-products .product-content .product-features li:nth-child(n + 5) {
display: none;
}
.featured-products .product-price-box .price-wrapper,
.geocare-featured-products .product-price-box .price-wrapper {
font-size: 16px;
}
.featured-products .product-price-box .price-wrapper .price-amount,
.geocare-featured-products .product-price-box .price-wrapper .price-amount {
font-size: 1.2em;
font-weight: 700;
}
.featured-products .product-price-box .button-wrapper .btn-primary,
.geocare-featured-products .product-price-box .button-wrapper .btn-primary {
font-size: 16px;
} @keyframes slideDown {
from {
transform: translateY(-20px);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
@keyframes fadeUp {
from {
opacity: 0;
transform: translateY(24px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadeLeft {
from {
opacity: 0;
transform: translateX(32px);
}
to {
opacity: 1;
transform: translateX(0);
}
}
@keyframes marquee {
from {
transform: translateX(0);
}
to {
transform: translateX(-50%);
}
}
@keyframes pulse {
0%,
100% {
opacity: 1;
}
50% {
opacity: 0.6;
}
}
.reveal {
opacity: 0;
transform: translateY(28px);
transition:
opacity 0.6s ease,
transform 0.6s ease;
}
.reveal.visible {
opacity: 1;
transform: translateY(0);
} .hamburger {
display: none;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 5px;
width: 40px;
height: 40px;
background: none;
border: 1.5px solid rgba(3, 35, 59, 0.15);
border-radius: 8px;
cursor: pointer;
flex-shrink: 0;
transition: background var(--mt-transition);
margin: 0px;
padding: 0px;
}
.hamburger:hover {
background: rgba(0, 59, 70, 0.06);
}
.hamburger span {
display: block;
width: 20px;
height: 2px;
background: var(--mt-primary);
border-radius: 2px;
transition:
transform 0.3s ease,
opacity 0.3s ease;
}
.hamburger.open span:nth-child(1) {
transform: translateY(7px) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
opacity: 0;
}
.hamburger.open span:nth-child(3) {
transform: translateY(-7px) rotate(-45deg);
} .info-row,
.learn-row,
.bulk-row {
background: var(--mt-body-bg);
}
.info-row .info-row-inner-wrapper,
.learn-row .learn-row-inner-wrapper,
.bulk-row .bulk-row-inner-wrapper {
display: grid;
grid-template-columns: 1fr 2.5fr;
gap: 40px;
align-items: stretch;
}
.info-row .info-main,
.learn-row .info-main,
.bulk-row .info-main {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 40px;
}
.bulk-row .bulk-aside,
.info-row .info-aside {
background-image: url(//geocarehealthcare.com/wp-content/themes/geocare-theme/assets/images/yellow-bg.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.learn-row .learn-aside {
background-image: url(//geocarehealthcare.com/wp-content/themes/geocare-theme/assets/images/blu-bg.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.info-row .info-aside,
.learn-row .learn-aside,
.bulk-row .bulk-aside {
border-radius: var(--mt-radius);
padding: clamp(1.875rem, 1.7019rem + 0.7692vw, 2.625rem)
clamp(1.25rem, 0.9327rem + 1.4103vw, 2.625rem);
align-content: center;
position: relative;
overflow: hidden;
}
.info-row .info-aside h3,
.learn-row .learn-aside h3,
.bulk-row .bulk-aside h3 {
font-family: var(--mt-head-font);
font-weight: 700;
text-transform: uppercase;
color: var(--mt-accent-white);
line-height: 1.2;
}
.info-row .info-card-name,
.learn-row .info-card-name,
.bulk-row .info-card-name {
display: inline-flex;
flex-flow: column nowrap;
gap: 10px;
margin-bottom: 1em;
}
.info-row .info-card-name:after,
.learn-row .info-card-name:after,
.bulk-row .info-card-name:after {
content: "";
width: 100%;
max-width: 40%;
height: 2px;
display: block;
background: var(--mt-quinery);
position: relative;
transition: var(--mt-transition);
}
.info-row .info-card:hover .info-card-name:after,
.learn-row .info-card:hover .info-card-name:after,
.bulk-row .info-card:hover .info-card-name:after {
max-width: 85%;
}
.info-row .info-aside p,
.learn-row .learn-aside p,
.bulk-row .bulk-aside p {
color: var(--mt-accent-white);
line-height: var(--mt-base-line-height);
}
.info-row .info-aside .info-aside-title,
.learn-row .learn-aside .info-aside-title,
.info-row .info-aside h3.info-aside-title {
text-transform: uppercase;
font-weight: 700;
}
.info-row .info-aside .info-aside-body,
.learn-row .learn-aside .info-aside-body,
.info-row .info-aside p.info-aside-body {
font-size: clamp(0.875rem, 0.8462rem + 0.1282vw, 1rem);
}
.info-row .info-card,
.learn-row .info-card,
.bulk-row .info-card {
border-radius: 0;
overflow: hidden;
transition: var(--mt-transition);
}
.info-row a.info-card,
.learn-row a.info-card,
.bulk-row a.info-card {
display: block;
text-decoration: none;
color: inherit;
cursor: pointer;
}
.info-row .info-card-img,
.learn-row .info-card-img,
.bulk-row .info-card-img { display: flex;
align-items: center;
justify-content: center;
font-size: 1rem;
border-radius: var(--mt-radius);
overflow: hidden;
}
.info-row .info-card-body,
.learn-row .info-card-body,
.bulk-row .info-card-body {
padding-top: 16px;
}
.info-row .info-card-name,
.learn-row .info-card-name,
.bulk-row .info-card-name {
font-family: var(--mt-head-font);
font-size: clamp(1.125rem, 1.0673rem + 0.2564vw, 1.375rem);
font-weight: 600;
text-transform: uppercase;
color: var(--mt-heading);
margin-bottom: 14px;
line-height: normal;
}
.info-row .info-card-desc,
.learn-row .info-card-desc,
.bulk-row .info-card-desc {
color: var(--mt-body-text);
line-height: var(--mt-base-line-height);
font-size: clamp(0.875rem, 0.8462rem + 0.1282vw, 1rem);
}
.info-row .info-aside a,
.learn-row .learn-aside a,
.bulk-row .bulk-aside a {
display: inline-flex;
align-items: center;
gap: 8px;
background: var(--mt-primary);
color: var(--mt-accent-white);
font-family: var(--mt-head-font);
text-transform: capitalize;
border: none;
cursor: pointer;
text-decoration: none;
border-radius: 5px;
transition: var(--mt-transition);
}
.learn-row .learn-aside a {
background-color: var(--mt-quinery);
color: var(--mt-accent-white);
}
.info-row {
padding: 60px 0 0 0;
}
.learn-row {
padding: 60px 0 60px 0;
}
.info-row:has(+ .about-section) {
padding-bottom: 60px;
}
.info-row .info-aside > *:not(:last-child),
.learn-row .learn-aside > *:not(:last-child),
.bulk-row .bulk-aside > *:not(:last-child) {
margin-bottom: 24px;
} .geocare-testimonials .geocare-testimonials__nav,
.geocare-testimonials .geocare-testimonials__title {
width: 50%;
margin: 0 0 30px;
}
.geocare-testimonials .geocare-testimonials__nav {
float: right;
}
.geocare-testimonials .geocare-testimonials__title {
float: left;
}
.geocare-testimonials .testimonials-swiper-wrap {
clear: both;
}
.geocare-testimonials .geocare-testimonial-card__bubble {
border-radius: var(--mt-radius-md);
background-color: var(--mt-primary);
box-shadow: none;
padding: clamp(1.875rem, 1.4423rem + 1.9231vw, 3.75rem)
clamp(1.25rem, 0.6731rem + 2.5641vw, 3.75rem);
}
.geocare-testimonials .geocare-testimonial-card__author {
font-family: var(--mt-head-font);
font-size: clamp(1.125rem, 1.0673rem + 0.2564vw, 1.375rem);
font-weight: 600;
text-transform: capitalize;
margin-bottom: 4px;
line-height: normal;
}
.geocare-testimonials .geocare-testimonial-card__footer {
gap: 8px 10px;
grid-template-areas: "author rating logo";
}
.geocare-testimonials .geocare-testimonial-card__footer > div {
justify-self: start;
}
.geocare-testimonials .geocare-testimonial-card__description {
font-size: clamp(0.875rem, 0.8462rem + 0.1282vw, 1rem);
line-height: 1.8;
}
.geocare-testimonials .geocare-testimonial-card__bubble:after {
background-color: inherit;
}
.geocare-testimonials .geocare-testimonial-card__logo {
grid-column: 3/4;
grid-row: 1/3;
}
.geocare-testimonials .geocare-testimonial-card__rating {
grid-column: 1/3;
align-self: start;
grid-row: 2/3;
}
.geocare-testimonials .geocare-testimonial-card__star {
font-size: 20px;
}
@media only screen and (max-width: 767px) {
.geocare-testimonials .geocare-testimonials__title {
width: 100%;
}
.geocare-testimonials .geocare-testimonial-card__footer {
grid-template-areas: unset;
grid-template-columns: 1fr;
}
.geocare-testimonials .geocare-testimonial-card__footer > div {
justify-self: start;
grid-area: unset;
}
} .footer-wrapper .newsletter {
padding: clamp(3.125rem, 2.6923rem + 1.9231vw, 5rem) 0px clamp(3.125rem, 2.4038rem + 3.2051vw, 6.25rem);
}
.footer-wrapper .newsletter .newsletter-inner {
display: flex;
align-items: center;
justify-content: flex-start;
}
.footer-wrapper .newsletter .newsletter-form {
flex: 1;
padding-right: 20px;
}
.footer-wrapper .newsletter .newsletter-text {
flex: 1;
}
.footer-wrapper .newsletter .newsletter-form > form { position: relative; width: 100%; max-width: 600px; }
.footer-wrapper .newsletter .newsletter-text p {
font-size: clamp(0.875rem, 0.8462rem + 0.1282vw, 1rem);
color: var(--mt-accent-white);
text-wrap: balance;
}
.footer-wrapper .newsletter .newsletter-text p span {
color: var(--mt-accent-white);
font-weight: var(--mt-head-font-weight);
} .footer-wrapper .newsletter .newsletter-text {
flex: 1;
}
.footer-wrapper .newsletter .newsletter-form input {
flex: 1;
outline: none;
transition: var(--mt-transition);
background-color: var(--mt-accent-white);
height: clamp(3rem, 2.8269rem + 0.7692vw, 3.75rem) !important;
border: 0 !important;
border-radius: var(--mt-radius) !important;
padding: 0 clamp(6.875rem, 6.2981rem + 2.5641vw, 9.375rem) 0
clamp(0.625rem, 0.4808rem + 0.641vw, 1.25rem);
margin: 0 !important;
width: 100%;
}
.footer-wrapper .newsletter .newsletter-form input::placeholder {
color: var(--mt-heading);
}
.footer-wrapper .newsletter .newsletter-form input:focus {
border-color: var(--mt-scondery);
}
.footer-wrapper .newsletter .newsletter-form button {
padding: 10px clamp(1.125rem, 0.9519rem + 0.7692vw, 1.875rem);
background: var(--mt-quaternary);
color: var(--mt-accent-white);
border: none;
border-radius: 5px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
font-family: var(--mt-head-font);
font-size: 0.88rem;
font-weight: var(--mt-head-font-weight);
text-transform: uppercase;
cursor: pointer;
transition: var(--mt-transition);
white-space: nowrap;
position: absolute;
top: 0;
bottom: 0;
right: -2px;
margin-top: 0;
}
.footer-wrapper .newsletter .newsletter-form button:hover {
background: var(--teal);
}
.geocare-newsletter-notices {
width: 100%;
max-width: 600px;
margin: 0 0 10px;
}
.geocare-newsletter-notices[hidden] {
display: none;
}
.footer-wrapper
.newsletter
.newsletter-form
button.newsletter-button.is-loading {
opacity: 0.7;
cursor: wait;
}
.geocare-newsletter-notice {
margin: 0;
padding: 8px 12px;
border-radius: 6px;
font-size: 0.875rem;
line-height: 1.4;
font-weight: 600;
}
.geocare-newsletter-notice.is-success {
background: #fff8e6;
color: #012e2b;
border: 1px solid rgba(214, 167, 60, 0.55);
}
.geocare-newsletter-notice.is-error {
background: #fff5f5;
color: #8b1e1e;
border: 1px solid rgba(139, 30, 30, 0.25);
}
.geocare-newsletter-admin-hint {
margin: 10px 0 0;
font-size: 0.8125rem;
line-height: 1.4;
color: rgba(255, 255, 255, 0.85);
}
footer {
background: var(--green);
border-top: 0px solid var(--mt-border-clr);
padding: 0;
}
footer .footer-inner-wrapper {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-bottom: 40px;
margin: -25px -10px;
}
footer .footer-inner-wrapper .footer-col {
padding: 25px 10px;
}
footer .footer-inner-wrapper .footer-col:last-child {
text-align: end;
}
footer .footer-inner-wrapper .footer-col {
width: 19%;
}
footer .footer-inner-wrapper .footer-col.footer-col-contact {
width: 22%;
}
.footer-col h4.footer-title {
font-family: var(--mt-head-font);
font-size: 20px;
font-weight: var(--mt-head-font-weight);
text-transform: capitalize;
letter-spacing: 0px;
color: var(--mt-accent-white);
margin-bottom: 20px;
padding-bottom: 14px;
position: relative;
}
footer .footer-inner-wrapper .footer-col h4.footer-title:after {
content: "";
position: absolute;
bottom: -2px;
left: 0;
display: block;
width: 40px;
height: 2px;
background: var(--mt-quaternary);
margin-top: 15px;
}
footer .footer-inner-wrapper .footer-col:last-child h4.footer-title:after {
right: 0;
left: auto;
}
.footer-col ul.footer-menu-items {
list-style: none;
display: flex;
flex-wrap: wrap;
}
.footer-col ul.footer-menu-items li {
width: 100%;
margin-bottom: 4px;
}
.footer-col ul.footer-menu-items li a {
font-size: 0.9rem;
font-weight: var(--mt-base-font-weight);
color: var(--mt-accent-white);
transition: var(--mt-transition);
}
footer .footer-col ul.footer-menu-items li a:hover {
color: var(--mt-quinery);
}
footer .footer-social {
margin-top: 22px;
}
footer .footer-social__title {
margin: 0 0 12px;
font-family: var(--mt-head-font);
font-size: 1rem;
font-weight: 700;
color: var(--mt-accent-white);
}
footer .footer-social__list {
list-style: none;
display: flex;
flex-wrap: wrap;
gap: 5px;
margin: 0;
padding: 0;
}
footer .footer-social__link {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 50%;
color: #fff;
transition: transform 0.2s ease, opacity 0.2s ease;
}
footer .footer-social__link svg {
display: block;
fill: currentColor;
}
footer .footer-social__link:hover,
footer .footer-social__link:focus {
transform: translateY(-2px);
opacity: 0.92;
color: #fff;
}
footer .footer-social__link--facebook {
background: #1877f2;
}
footer .footer-social__link--instagram {
background: radial-gradient(
circle at 30% 107%,
#fdf497 0%,
#fdf497 5%,
#fd5949 45%,
#d6249f 60%,
#285aeb 90%
);
}
footer .footer-social__link--twitter {
background: #111111;
}
footer .footer-social__link--pinterest {
background: #e60023;
}
footer .footer-social__link--linkedin {
background: #0a66c2;
}
footer .footer-social__link--youtube {
background: #ff0000;
}
footer .footer-bottom {
padding: 30px 0;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 16px;
background: var(--teal);
}
footer .footer-bottom .footer-bottom-wrapper {
display: flex;
justify-content: space-between;
}
footer .footer-bottom p {
font-size: 0.96rem;
color: var(--mt-accent-white);
}
footer .footer-phone {
font-family: var(--mt-head-font);
font-weight: var(--mt-head-font-weight);
margin-bottom: 14px;
color: var(--mt-accent-white);
font-size: clamp(2.125rem, 2.125rem + 0vw, 2.125rem);
}
footer .footer-phone--secondary {
margin-top: -6px;
margin-bottom: 14px;
}
footer .footer-phone a {
color: var(--mt-accent-white);
}
footer .footer-phone a:hover,
footer .footer-phone a:focus {
color: var(--mt-quinery);
}
footer .footer-hours,
footer .footer-cards {
font-size: clamp(0.875rem, 0.8462rem + 0.1282vw, 1rem);
color: var(--mt-accent-white);
}
footer .footer-address {
margin-top: 7px;
font-size: clamp(0.875rem, 0.8462rem + 0.1282vw, 1rem);
line-height: 1.55;
color: var(--mt-accent-white);
}
footer .footer-address__line {
display: block;
color: inherit;
}
footer .footer-address__line--space {
height: 14px;
}
footer .footer-address__line--section { margin-top: 5px; }
footer .footer-address__line--section:has(> strong) { margin-top: 10px; font-size: 1.12rem; font-weight: normal; margin-bottom: 7px; }
footer .footer-address p {
display: block;
margin: 0 0 0.35em;
color: inherit;
}
footer .footer-address p:last-child { margin-bottom: 0; }
footer .footer-address strong,
footer .footer-address b { font-weight: normal; }
footer .footer-address a.footer-address-phone {
display: inline-flex;
align-items: center;
justify-content: flex-end;
gap: 8px;
margin-top: 0.35em;
font-weight: 700;
color: var(--mt-quinery, #d6a73c);
text-decoration: underline;
text-underline-offset: 3px;
}
footer .footer-address a.footer-address-phone::before {
content: "";
display: inline-block;
width: 14px;
height: 14px;
flex-shrink: 0;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.62 10.79a15.15 15.15 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24c1.12.37 2.33.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.4 21 3 13.6 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57a1 1 0 0 1-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.62 10.79a15.15 15.15 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24c1.12.37 2.33.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.4 21 3 13.6 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57a1 1 0 0 1-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
footer .footer-address a.footer-address-phone:hover,
footer .footer-address a.footer-address-phone:focus {
color: var(--mt-accent-white);
}
footer .payment-icons {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
margin: 10px -4px;
}
footer .payment-icons .payment-icon {
display: inline-flex;
padding: 4px;
}
footer .payment-icons .payment-icon img { border-radius: 5px; 
height: clamp(1.625rem, 1.5385rem + 0.3846vw, 2rem); } @media only screen and (max-width: 1540px) {
.hero-swiper,
.hero-swiper .swiper-slide {
width: 100%; }
}
@media only screen and (max-width: 1500px) {
.mt__topbar_item:has(> .tb-center) {
display: none;
}
}
@media only screen and (max-width: 1280px) {
.slide-content {
padding: 0 80px;
grid-template-columns: 1fr 1fr;
gap: 40px;
}
.swiper-button-next {
right: 20px;
}
.swiper-button-prev {
left: 20px;
}
.slide-panel {
padding: 32px;
}
.featured-products .products-main .products-grid .product-card {
flex: 1 1 50%;
}
.info-row .info-row-inner-wrapper,
.learn-row .learn-row-inner-wrapper,
.bulk-row .bulk-row-inner-wrapper,
.info-row .info-main,
.learn-row .info-main,
.bulk-row .info-main {
gap: 30px;
}
}
@media only screen and (max-width: 1024px) {
.container {
padding: 0 20px;
}
.mt__topbar_wrapper,
header .mt__search_form,
.mt__header_sticky-region .mt__search_form {
display: none;
}
.mt__header_icon {
flex: 0 0 70%;
}
.slide-content {
grid-template-columns: 1fr;
}
.slide-panel {
display: none;
}
.hero-swiper .swiper-slide {
padding-bottom: 30px;
padding-top: 30px;
}
.hero-swiper,
.hero-swiper .swiper-slide {
width: 100%;
height: 650px;
}
.info-row .info-row-inner-wrapper,
.learn-row .learn-row-inner-wrapper,
.bulk-row .bulk-row-inner-wrapper {
grid-template-columns: 1fr;
} .with-sidebar-row,
.with-sidebar-row:has(> #primary.with-left-sidebar) {
flex-direction: column;
}
#secondary {
display: none;
}
#primary.page-with-sidebar {
width: 100%;
max-width: 100%;
margin: 0;
float: none;
display: block;
}
#primary.with-left-sidebar,
#primary.with-right-sidebar {
float: none;
margin-left: 0;
margin-right: 0;
}
#secondary.mt-sidebar-left,
#secondary.mt-sidebar-right {
float: none;
}
}
@media only screen and (max-width: 767px) {
.mt__header_icon .header-actions > a {
display: none;
} .slide-sub {
font-size: 0.9rem;
margin-bottom: 22px;
}
.slide-cta {
gap: 10px;
}
.btn-primary,
.btn-secondary,
.btn-gold {
padding: 11px 22px;
font-size: 0.85rem;
}
.slide-content {
padding: 0 30px;
}
.slide-panel {
display: none;
}
.hero-swiper .swiper-pagination {
bottom: 64px;
}
.swiper-button-next {
position: relative;
transform: translateY(-220%) translateX(0%) !important;
top: 0;
left: 50%;
right: 0;
bottom: 0;
}
.swiper-button-prev {
position: relative;
transform: translateY(-120%) translateX(-110%) !important;
top: 0;
left: 50%;
right: 0;
bottom: 0;
}
.hero-swiper .swiper-slide {
padding-bottom: 100px;
}
.hero-swiper,
.hero-swiper .swiper-slide {
width: 100%;
height: 550px;
}
.info-row .info-row-inner-wrapper,
.learn-row .learn-row-inner-wrapper,
.bulk-row .bulk-row-inner-wrapper,
.info-row .info-main,
.learn-row .info-main,
.bulk-row .info-main {
gap: 20px;
}
}
@media only screen and (max-width: 550px) {
.info-row .info-main,
.learn-row .info-main,
.bulk-row .info-main {
grid-template-columns: repeat(1, 1fr);
gap: 30px;
}
}
@media only screen and (max-width: 480px) {
.mt__header_icon .header-actions > .btn-basket {
display: none;
}
.slide-content {
padding: 0 20px;
}
}
@media only screen and (max-width: 1540px) and (min-width: 1281px) {
header .mt__topbar_wrapper .mt__topbar .mt__topbar_item .tb-right {
align-items: end;
gap: 5px;
flex-direction: column;
}
header .mt__topbar_wrapper .mt__topbar .mt__topbar_item .tb-right .tb-pipe {
display: none;
}
}
@media only screen and (max-width: 1280px) {
header
.mt__topbar_wrapper
.mt__topbar
.mt__topbar_item.mt__text_center
.tb-center {
display: none;
}
header .mt__search_form,
.mt__header_sticky-region .mt__search_form {
padding-left: 20px;
}
header .mt__search_form,
header .mt__header_icon,
.mt__header_sticky-region .mt__search_form,
.mt__header_sticky-region .mt__header_icon {
flex: auto;
}
footer .footer-inner-wrapper .footer-col:last-child {
flex-basis: 100%;
text-align: center;
}
footer .payment-icons {
justify-content: center;
}
footer .footer-inner-wrapper .footer-col:last-child h4.footer-title:after {
right: 0;
left: 0 !important;
margin: auto;
}
footer .footer-phone {
line-height: var(--mt-head-line-height);
}   }
@media only screen and (max-width: 1024px) {
.footer-wrapper .newsletter .newsletter-inner { flex-direction: column; gap: 30px; padding: 0; }  .footer-wrapper .newsletter .newsletter-form { padding-right: 0px; }
.footer-wrapper .newsletter .newsletter-text { padding-left: 0px; } .about-section .about-inner .about-text { width: 100% !important; }
.about-image {
display: none;
}
footer .footer-inner-wrapper .footer-col {
width: 24%;
}
footer .footer-inner-wrapper .footer-col.footer-col-contact {
width: 100%;
}
}
@media only screen and (max-width: 768px) {
footer .footer-inner-wrapper .footer-col:last-child {
flex-basis: unset;
text-align: left;
}
footer .payment-icons {
justify-content: flex-start;
}
footer .footer-inner-wrapper .footer-col:last-child h4.footer-title::after {
right: auto;
left: 0;
}
footer .footer-address,
footer .footer-address__line {
text-align: left;
line-height: 30px;
}
footer .footer-address a.footer-address-phone {
justify-content: flex-start;
}
footer .footer-bottom .footer-bottom-wrapper {
flex-direction: column-reverse;
gap: 30px;
}
footer .footer-bottom p {
text-align: center;
}
footer .footer-inner-wrapper .footer-col {
width: 50%;
}
footer .footer-inner-wrapper .footer-col.footer-col-contact {
width: 100%;
}
}
@media only screen and (max-width: 480px) {
footer .footer-inner-wrapper .footer-col {
flex-basis: 100%;
}
footer .footer-inner-wrapper .footer-col:last-child {
flex-basis: 100%;
text-align: left;
}
.footer-wrapper .newsletter .newsletter-form {
width: 100%;
}
.footer-wrapper .newsletter .newsletter-text p { text-align: left; }
} .single-product-page .single-product-main.reveal {
opacity: 1;
transform: none;
}
.single-product-page .single-product-main,
.single-product-page .single-product-primary {
width: 100%;
max-width: 100%;
}
.single-product-page .woocommerce div.product.mt__product_single {
display: block;
width: 100%;
max-width: 100%;
}
.single-product-page .mt__product_single .single-product-top {
display: block;
width: 100%;
max-width: 100%;
}
.single-product-page .mt__product_single .geocare-product-hero-row {
display: grid;
grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
gap: clamp(24px, 2.5vw, 40px);
align-items: start;
width: 100%;
max-width: 100%;
}
.single-product-page
.mt__product_single
.geocare-product-hero-row
.mt-product-gallery-col,
.single-product-page
.mt__product_single
.geocare-product-hero-row
.mt-product-summary {
min-width: 0;
}
.single-product-page
.mt__product_single
.geocare-product-hero-row
.mt-product-summary,
.single-product-page .mt__product_single div.images,
.single-product-page .mt__product_single .summery-product-right {
float: none !important;
width: 100% !important;
max-width: 100% !important;
clear: none !important;
margin: 0 !important;
}
.single-product-page
.mt__product_single
.single-product-top
.mt-product-support-brand {
display: none;
}
@media (max-width: 1024px) {
.single-product-page .mt__product_single .geocare-product-hero-row {
grid-template-columns: 1fr !important;
}
.single-product-page .mt__product_single .single-product-bottom {
flex-direction: column;
}
}
@media (max-width: 900px) {
.single-product-page .mt__product_single .geocare-product-hero-row {
grid-template-columns: 1fr !important;
}
} .single-product-page .mt-product-gallery-col {
overflow-x: clip;
}
.single-product-page .mt-product-gallery,
.single-product-page .mt-product-gallery .woocommerce-product-gallery {
max-width: 100%;
}
.single-product-page .mt-product-gallery .flex-viewport {
overflow: hidden;
max-width: 100%;
width: 100%;
}
.single-product-page .mt-product-gallery .woocommerce-product-gallery__image a {
position: relative;
overflow: hidden;
display: block;
}
.single-product-page
.mt-product-gallery
.woocommerce-product-gallery__image
a
img:not(.zoomImg) {
width: 100%;
height: auto;
display: block;
}
.single-product-page
.mt-product-gallery
.woocommerce-product-gallery__image
a
img.zoomImg {
position: absolute;
top: 0;
left: 0;
max-width: none;
max-height: none;
pointer-events: none;
}
@media (max-width: 767px) {
.single-product-page
.mt-product-gallery
.woocommerce-product-gallery.geocare-gallery--has-thumbs {
display: flex;
flex-direction: column;
gap: 12px;
}
.single-product-page
.mt-product-gallery
.woocommerce-product-gallery.geocare-gallery--has-thumbs
.flex-viewport {
order: 1;
width: 100%;
min-height: 0;
}
.single-product-page
.mt-product-gallery
.woocommerce-product-gallery.geocare-gallery--has-thumbs
.geocare-gallery-thumbs-nav {
order: 2;
width: 100%;
max-height: none;
}
}
.hero-swiper .slide-eyebrow { font-size: 11px !important; }
.hero-swiper .slide-h1 { font-size: clamp(1.875rem, 1.4423rem + 1.9231vw, 3.75rem) !important; }
@media only screen and (max-width: 767px) {
.hero-swiper .slide-h1 { font-size: 30px !important; }
.hero-swiper .slide-sub { font-size: .85rem !important; margin-bottom: 22px !important; }
.hero-swiper .slide-eyebrow { font-size: 10px !important; padding: 4px 8px !important; 
margin-top: 12px !important; margin-bottom: 16px !important; 
}
}
@media only screen and (max-width: 1541px) {
.hero-swiper, .hero-swiper .swiper-slide {
width: 100%;
height: 545px !important;
}
} .mobile-navigation-bar {
display: flex;
width: 100%;
z-index: 99;
position: fixed;
bottom: 0;
left: 0;
right: 0;
padding: 8px 5px;
background-color: var(--cream);
border-top: 1px solid var(--border);
box-sizing: border-box;
}
.mobile-navigation-bar .sq_e_nav_items {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-end;
padding: 5px;
width: 100%;
}
.mobile-navigation-bar .sq_e_nav_items:not(:last-child) {
border-right: 1px solid var(--border);
}
.mobile-navigation-bar .sq_e_nav_items svg {
width: 1em;
height: 1em;
}
.mobile-navigation-bar .sq_e_nav_items i,
.mobile-navigation-bar .sq_e_nav_items svg {
font-size: 20px;
width: 1em;
height: 1em;
}
.mobile-navigation-bar .sq_e_nav_items span.position-relative {
position: relative;
display: inline-block;
}
.mobile-navigation-bar .sq_e_nav_items .heading-label {
font-size: 12px;
line-height: normal;
font-weight: 600;
margin-top: 4px;
}
.sq_e_nav_items .h-count {
width: 20px;
height: 20px;
position: absolute;
top: -4px;
left: 14px;
background-color: var(--green);
color: var(--Gray);
font-size: 12px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 20px;
} @media screen and (max-width: 767px) {
body.has-mobile-sticky-nav {
--geocare-sticky-nav-h: 72px;
} body.has-mobile-sticky-nav footer .footer-bottom {
padding-bottom: calc(var(--geocare-sticky-nav-h) + 8px) !important;
} body.has-mobile-sticky-nav [id*="kiwi"],
body.has-mobile-sticky-nav [class*="kiwi"],
body.has-mobile-sticky-nav [id*="interakt"],
body.has-mobile-sticky-nav [class*="interakt"],
body.has-mobile-sticky-nav .joinchat,
body.has-mobile-sticky-nav .ww-btn,
body.has-mobile-sticky-nav .floating-wpp,
body.has-mobile-sticky-nav #wa-widget,
body.has-mobile-sticky-nav .wa__btn_popup {
bottom: calc(var(--geocare-sticky-nav-h) + 16px) !important;
}
}
@media screen and (min-width: 768px) {
.mobile-navigation-bar {
display: none;
}
}:root {
--navy: #03233b;
--teal: #003b46;
--cream: #f7efe7;
--green: #008f5a;
--gold: #d6a73c;
--text: #1a1a2e;
--muted: #6b7280;
--red: #be220d;
--Gray: #f2f2f3;
--border: rgba(255, 255, 255, 0.08);
--shadow: 0 4px 24px rgba(3, 35, 59, 0.18);
}  .tb-left {
display: flex;
align-items: center;
gap: 10px;
padding-right: 20px;
border-right: 1px solid rgba(255, 255, 255, 0.07);
}
.tb-supply-label {
color: inherit;
font-size: 0.9rem;
font-weight: normal;
letter-spacing: normal;
line-height: 1.2;
white-space: nowrap;
}
.tb-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 32px;
padding: 8px 18px;
border-radius: 6px;
border: none;
font-family: var(--mt-head-font);
font-size: 0.75rem;
font-weight: 600;
letter-spacing: normal;
line-height: 1;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
box-shadow: 0 1px 3px rgba(3, 35, 59, 0.15);
transition:
transform var(--mt-transition),
background-color var(--mt-transition),
box-shadow var(--mt-transition),
color var(--mt-transition);
}
.tb-btn:hover {
transform: translateY(-1px);
box-shadow: 0 3px 8px rgba(3, 35, 59, 0.22);
opacity: 1;
}
.tb-btn-wholesale {
background-color: var(--mt-quaternary, #d6a73c);
color: var(--mt-accent-white, #fff) !important;
}
.tb-btn-wholesale:hover {
background-color: #e8bc5e;
color: var(--mt-accent-white, #fff) !important;
}
.tb-btn-retail {
background-color: #f07724;
color: #fff !important;
border: 1px solid #f07724;
}
.tb-btn-retail svg {
color: #fff !important;
margin-right: 5px;
}
.tb-pipe {
color: currentColor;
margin: 0 4px;
font-weight: 300;
opacity: 0.3;
} .tb-center {
display: flex;
align-items: center;
justify-content: center;
padding: 0 24px;
width: 100%;
}
header .mt__topbar_wrapper .mt__topbar .mt__topbar_item.mt__text_center {
display: flex;
align-items: center;
justify-content: center;
flex: 1 1 auto;
min-width: 0;
}
.tb-stats {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
justify-content: center;
gap: 14px;
white-space: nowrap;
}
.tb-stat {
display: inline-flex;
flex-direction: row;
align-items: center;
gap: 8px;
flex: 0 0 auto;
}
.tb-stat-icon {
font-size: 0.9rem;
line-height: 1;
flex-shrink: 0;
}
.tb-stat-text {
display: inline-flex;
align-items: baseline;
color: inherit;
white-space: nowrap;
font-size: 0.9rem;
}
.tb-stat-text .tb-end-text {
margin-left: 4px;
}
.tb-stat-value {
font-family: var(--mt-head-font);
font-weight: 600;
line-height: 1;
color: inherit;
}
.tb-stat-sep {
flex: 0 0 auto;
opacity: 0.35;
font-weight: 300;
line-height: 1;
} .tb-right {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 14px;
padding-left: 10px;
border-left: 1px solid rgba(255, 255, 255, 0.07);
}
.tb-phone-block {
display: flex;
align-items: center;
gap: 6px;
}
.tb-phone-tag {
font-size: 0.8rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: normal;
line-height: 1;
padding: 2px 7px;
border-radius: 4px;
white-space: nowrap;
display: inline-flex;
align-items: center;
}
.tb-phone-tag svg {
color: currentColor !important;
font-size: 0.9rem !important;
margin-right: 6px;
}
.tb-phone-tag.b2b {
color: #f07724;
}
.tb-phone-tag.b2c {
color: #008f5a;
}
.tb-phone-num {
font-family: var(--mt-head-font);
font-size: 0.88rem;
font-weight: normal;
color: var(--mt-accent-white);
text-decoration: none;
letter-spacing: normal;
display: inline-flex;
align-items: center;
gap: 5px;
transition: var(--mt-transition);
position: relative;
text-wrap: nowrap;
white-space: nowrap;
}
.tb-phone-num:hover {
color: var(--mt-quinery);
}
.tb-phone-num svg {
width: 11px;
height: 11px;
fill: none;
stroke: currentColor;
stroke-width: 2;
}  .logo {
display: flex;
align-items: center;
gap: 0;
text-decoration: none;
flex-shrink: 0;
}
.logo img {
height: 52px;
width: auto;
object-fit: contain;
display: block;
} .section-header {
text-align: center;
margin-bottom: 40px;
}
.section-label {
display: inline-flex;
align-items: center;
gap: 8px;
background: rgba(0, 143, 90, 0.08);
border: 1px solid rgba(0, 143, 90, 0.2);
color: var(--green);
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
padding: 4px 14px;
border-radius: 50px;
margin-bottom: 12px;
}
.section-title {
font-family: var(--mt-head-font);
font-size: clamp(1.8rem, 3vw, 2.6rem);
font-weight: 900;
text-transform: uppercase;
color: var(--navy);
letter-spacing: -0.5px;
}
.section-title span {
color: var(--green);
}  @media (max-width: 1024px) { .topbar-inner {
grid-template-columns: 1fr auto;
height: auto;
padding: 8px 16px;
gap: 6px;
flex-wrap: wrap;
}
.tb-center {
padding: 0 12px;
}
.tb-right {
gap: 8px;
padding-left: 12px;
} .header-inner {
padding: 0 16px;
gap: 12px;
height: 64px;
}
.search-bar {
max-width: 320px;
} header nav,
.mt__header_navbar,
.mt__navbar {
display: none;
}
.hamburger {
display: flex !important;
}
.mobile-nav {
display: block;
} .featured-products .products-main .products-grid .product-card {
flex: 1 1 50%;
max-width: 50%;
} .cat-grid {
grid-template-columns: repeat(2, 1fr);
} .info-row .container,
.learn-row .container,
.bulk-row .container {
grid-template-columns: 1fr;
}
.info-main {
grid-template-columns: repeat(3, 1fr);
} .about-stats {
grid-template-columns: repeat(4, 1fr);
} .footer-grid {
grid-template-columns: repeat(3, 1fr);
}
} @media (max-width: 767px) { .topbar-inner {
grid-template-columns: 1fr;
height: auto;
padding: 0;
gap: 0;
}
.tb-left {
border-right: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.07);
padding: 7px 16px;
gap: 6px;
flex-wrap: wrap;
justify-content: center;
}
.tb-supply-label {
font-size: 0.8125rem;
}
.tb-btn {
min-height: 30px;
padding: 7px 14px;
font-size: 0.7rem;
}
.tb-center {
padding: 7px 16px;
border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.tb-stats {
gap: 10px;
}
.tb-stat-value {
font-size: 0.9rem;
}
.tb-right {
border-left: none;
padding: 7px 16px;
justify-content: center;
flex-wrap: wrap;
gap: 10px;
}
.tb-phone-block {
gap: 5px;
}
.tb-phone-num {
font-size: 0.8rem;
} .header-inner {
padding: 0 14px;
gap: 10px;
height: auto;
min-height: 60px;
flex-wrap: wrap;
padding-top: 10px;
padding-bottom: 10px;
}
.logo img {
height: 40px;
}
.search-bar {
order: 3;
flex: 0 0 100%;
max-width: 100%;
margin: 0;
}
.search-bar input {
padding: 10px 44px 10px 16px;
font-size: 0.85rem;
}
.header-actions {
margin-left: auto;
} .info-row,
.learn-row,
.bulk-row {
padding: 40px 0;
}
.info-row .container,
.learn-row .container,
.bulk-row .container {
padding: 0 16px;
grid-template-columns: 1fr;
}
.info-aside,
.learn-aside,
.bulk-aside {
padding: 24px;
border-radius: 14px;
}
.info-aside h3,
.learn-aside h3,
.bulk-aside h3 {
font-size: 1.5rem;
}
.info-main {
grid-template-columns: 1fr;
gap: 12px;
} .section-header {
margin-bottom: 24px;
}
.section-title {
font-size: 1.6rem;
} .about-stats {
grid-template-columns: repeat(2, 1fr);
gap: 12px;
}
.stat-card {
padding: 18px;
}
.stat-number {
font-size: 2rem;
} .newsletter-inner {
flex-direction: column;
align-items: flex-start;
gap: 20px;
padding: 0 16px;
}
.newsletter {
padding: 36px 0;
}
.newsletter-form {
max-width: 100%;
width: 100%;
} .footer-grid {
grid-template-columns: repeat(2, 1fr);
gap: 24px;
}
.footer-inner {
padding: 0 16px;
} .footer-bottom {
flex-direction: column;
gap: 12px;
text-align: center;
} .float-cta {
padding: 11px 18px;
font-size: 0.82rem;
bottom: 16px;
right: 16px;
}
} @media (max-width: 480px) { .tb-left {
gap: 5px;
}
.tb-supply-label {
display: none;
}
.tb-btn {
min-height: 28px;
padding: 6px 12px;
font-size: 0.65rem;
}
.tb-pipe {
display: none;
}
.tb-phone-tag {
font-size: 0.6rem;
}
.tb-phone-num {
font-size: 0.75rem;
} body:not(.logged-in) .header-actions .btn-ghost:first-child {
display: none;
}
.logo img {
height: 34px;
} .hero-swiper {
min-height: 360px;
}
.slide-content {
padding: 32px 16px;
}
.slide-h1 {
font-size: 1.8rem;
}
.slide-sub {
font-size: 0.85rem;
}
.slide-eyebrow {
font-size: 0.65rem;
padding: 4px 10px;
} .about-stats {
grid-template-columns: repeat(2, 1fr);
}
.stat-number {
font-size: 1.7rem;
} .footer-grid {
grid-template-columns: 1fr;
gap: 20px;
}
.footer-phone {
font-size: 1.1rem;
} .product-card {
padding: 18px;
}
.product-img-placeholder {
width: 72px;
height: 72px;
}
.price-amount {
font-size: 1.25rem;
}
} body.nav-open,
body.refine-open {
overflow: hidden;
} .about-section {
position: relative;
overflow: hidden;
border-width: 1px 0px;
border-style: solid;
border-color: #ede9e4;
background-color: var(--ai-section-bg, var(--mt-accent-white)) !important;
border-width: 0px;
}
.about-section .about-inner {
margin: 0 auto;
align-items: flex-end;
position: relative;
display: flex; }
.about-section .about-inner .about-text {
padding: clamp(2.5rem, 2.2115rem + 1.2821vw, 3.75rem) 0;
width: 75%;
}
.about-section .about-text h3 {
font-family: var(
--mt-head-font
); font-weight: 700;
text-transform: uppercase; margin-bottom: 20px;
}
.about-section .about-text p {
font-size: clamp(0.875rem, 0.8462rem + 0.1282vw, 1rem);
line-height: 1.8;
margin-bottom: 16px;
}
.about-section .about-text p strong {
color: var(--mt-quaternary);
} section.wp-block-geocare-about-info.geocare-about-info > .container,
section.geocare-about-info > .container {
max-width: 1600px;
padding: 0 clamp(1.125rem, 0.9519rem + 0.7692vw, 1.875rem);
margin: 0 auto;
}
section.brand-section {
background: var(--mt-accent-white);
} body:has(> .wrapper #primary .elementor) .mt__header_sticky-region,
body:has(> .wrapper .inner-wrapper > .elementor) .mt__header_sticky-region { margin-bottom: 0 !important; }   .sq__heading_decor { position: relative; display: inline-block; }
.sq__heading_decor h2 { font-size: clamp(1.5625rem, 1.3462rem + 0.9615vw, 2.5rem); }
.sq__heading_decor:before { content: ""; position: absolute; left: -110%; top: 50%; width: 100%; 
height: 2px; background-color: var(--mt-scondery); transform: translateY(-50%); clip-path: polygon(100% 4%, 0 53%, 100% 100%);
}
.sq__heading_decor:after { content: ""; position: absolute; left: 110%; top: 50%; width: 100%; 
height: 2px; background-color: var(--mt-scondery); transform: translateY(-50%); clip-path: polygon(100% 49%, 0 0, 0 100%);
} .sq__form_wrapper { display: flex; flex-wrap: wrap; } .sq__form_wrapper .sq__form_right { flex: 1 1 100%; }  .sq__form_right_inner .sq__form_title { color: var(--mt-primary); margin: 0 0 16px; }
.sq__form_right_inner .sq__form_desc { margin: 0 0 20px; font-size: 0.95rem; line-height: 1.5; }
.sq__form_right_inner .sq__form_group { display: flex; flex-wrap: wrap; row-gap: 20px; margin: 0 -10px; }
.sq__form_right_inner .sq__form_group > div { padding: 0 10px; }
.sq__form_right_inner .sq__form_group > div.flex-full { flex: 1 1 100%; }
.sq__form_right_inner .sq__form_group > div.flex-1-half { flex: 1 1 50%; }
.sq__form_right_inner .sq__form_group > div.flex-1-third { flex: 1 1 33.33%; }
.sq__form_wrapper .sq__form_group input[type="text"], 
.sq__form_wrapper .sq__form_group input[type="password"], 
.sq__form_wrapper .sq__form_group input[type="email"], 
.sq__form_wrapper .sq__form_group input[type="url"], 
.sq__form_wrapper .sq__form_group input[type="tel"], 
.sq__form_wrapper .sq__form_group input[type="number"], 
.sq__form_wrapper .sq__form_group input[type="range"], 
.sq__form_wrapper .sq__form_group input[type="date"], 
.sq__form_wrapper .sq__form_group textarea, 
.sq__form_wrapper .sq__form_group input.text, 
.sq__form_wrapper .sq__form_group input[type="search"] { 
background-color: var(--mt-accent-white); border-radius: 10px; 
}
.sq__form_wrapper .wpcf7-form-control.wpcf7-select,
.sq__form_wrapper .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required { 
background-color: var(--mt-accent-white); min-height: 55px; border-radius: 10px; 
} .upload-box { position: relative; font-size: 0.9rem; font-weight: 500; }
.file-type { font-size: 0.85rem; letter-spacing: 0.03em; } .upload-box input[type="file"]{ width: 100%; padding: 10px; border: 1px dashed #d7d7d7; 
border-radius: 12px; font-size: 0.85rem; background: var(--mt-accent-white); cursor: pointer; 
transition: .3s; margin: 4px 0px; 
} .upload-box input[type="file"]:hover{ border-color: #198754; background: #f1fff7; } .upload-box input[type="file"]:focus{ border-color: #198754; box-shadow: 0 0 0 .2rem rgba(25,135,84,.15); } .upload-box input[type="file"]::file-selector-button{ background: #198754; color: #fff; border: none; 
border-radius: 8px; padding: 10px 18px; margin-right: 15px; cursor: pointer; transition: .3s; }
.upload-box input[type="file"]::file-selector-button:hover{ background: #157347; } .upload-box .lucide{ width:18px; height:18px; vertical-align:middle; }
@media screen and (max-width: 1024px) {
.sq__form_wrapper .sq__form_right { flex: 1 1 60%; padding-left: 15px; }
.sq__form_wrapper .sq__form_left { flex: 1 1 40%; padding-right: 15px; }
}
@media screen and (max-width: 767px) {
.sq__form_wrapper .sq__form_right { flex: 1 1 100%; padding-left: 0; padding-top: 20px; }
.sq__form_wrapper .sq__form_left { flex: 1 1 100%; padding-right: 0; }
.sq__form_right_inner .sq__form_group > div.flex-1-half,
.sq__form_right_inner .sq__form_group > div.flex-1-third,
.sq__form_right_inner .sq__form_group > div.flex-full { flex: 1 1 100%; }
}
.sq__support_icon_box .qodef-m-title-text {  font-size: 1.1rem;margin: 0 0 4px;}
.sq__support_icon_box .qodef-m-text { font-size: 0.95rem; line-height: 1.5; } .wp-block-geocare-hero-banner.hero-swiper,
.wp-block-geocare-hero-banner.hero-swiper .swiper-slide { height: auto !important; 
min-height: auto !important; padding: 0 !important; margin: 0 !important; 
}
.wp-block-geocare-hero-banner.hero-swiper .slide-inner { position: relative; display: grid; width: 100%; height: 100%; align-items: center; }
.wp-block-geocare-hero-banner.hero-swiper .slide-inner > div { position: relative; width: 100%; grid-area: 1 / 1; }
.wp-block-geocare-hero-banner.hero-swiper .slide-inner > div.slide-bg,
.wp-block-geocare-hero-banner.hero-swiper .slide-inner > div.slide-overlay {
width: 100%;
height: 100%;
align-self: stretch;
justify-self: stretch;
}
.wp-block-geocare-hero-banner.hero-swiper .slide-inner > div.slide-overlay { width: 100%; height: 100%; }
.wp-block-geocare-hero-banner.hero-swiper .slide-inner > a.slide-banner-link {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
grid-area: 1 / 1;
z-index: 1;
align-self: stretch;
justify-self: stretch;
}
.wp-block-geocare-hero-banner.hero-swiper .slide-inner--linked > div.slide-content {
pointer-events: none;
}
.wp-block-geocare-hero-banner.hero-swiper .slide-inner--linked > div.slide-content a,
.wp-block-geocare-hero-banner.hero-swiper .slide-inner--linked > div.slide-content button {
pointer-events: auto;
position: relative;
z-index: 3;
}
.wp-block-geocare-hero-banner.hero-swiper .slide-inner > div.slide-content { 
padding-top: clamp(1.25rem, 0.8173rem + 1.9231vw, 3.125rem);
padding-bottom: clamp(1.25rem, 0.8173rem + 1.9231vw, 3.125rem);
height: auto !important;
min-height: 0 !important;
align-self: center;
justify-self: stretch;
box-sizing: border-box;
z-index: 2;
}
.wp-block-geocare-hero-banner.hero-swiper .slide-h1__before,
.wp-block-geocare-hero-banner.hero-swiper .slide-h1__between {
display: block;
font-family: var(--geocare-font-body, inherit);
font-weight: 500;
font-size: clamp(1.05rem, 0.9rem + 0.6vw, 1.5rem);
line-height: 1.35;
letter-spacing: 0;
text-transform: none;
}
.wp-block-geocare-hero-banner.hero-swiper .slide-h1__before {
color: var(--hero-heading-before-color, #1a1a1a);
}
.wp-block-geocare-hero-banner.hero-swiper .slide-h1__between {
color: var(--hero-heading-between-color, #1a1a1a);
}
.wp-block-geocare-hero-banner.hero-swiper .slide-h1__main {
color: var(--hero-heading-color, inherit);
}
.wp-block-geocare-hero-banner.hero-swiper .slide-h1__main-second {
display: block;
color: var(
--hero-heading-main-second-color,
var(--hero-heading-color, inherit)
);
}
.wp-block-geocare-hero-banner.hero-swiper .slide-inner picture,
.wp-block-geocare-hero-banner.hero-swiper .slide-inner picture .slide-bg__img { position: relative; 
width: 100%; height: 100%; object-fit: cover; object-position: left bottom; display: block; }
.hero-swiper .slide-textlink { position: relative; display: inline-flex; 
align-items: center; gap: 6px; font-size: 0.9rem; font-weight: 500; }
.hero-swiper .slide-content--no-panel .slide-text:not(.slide-text--center) .slide-textlink { top: 50%; left: 100% !important; right: -100%; bottom: 0; 
padding: 20px 34px; position: absolute; flex-wrap: nowrap; margin: auto; width: fit-content; transform: translateY(-50%);
font-size: clamp(0.9375rem, 0.8654rem + 0.3205vw, 1.25rem); font-weight: 700; }
.hero-swiper .slide-content--no-panel .slide-text { position: relative; }
.hero-swiper .slide-content--no-panel .slide-text.slide-text--center {
text-align: center !important;
margin-left: auto !important;
margin-right: auto !important;
justify-self: center;
justify-content: center;
align-items: center;
width: min(100%, 660px);
max-width: 660px;
}
.hero-swiper .slide-content--no-panel .slide-text.slide-text--center .slide-cta {
justify-content: center;
}
.hero-swiper .slide-content--no-panel .slide-text.slide-text--center .slide-textlink {
position: static !important;
left: auto !important;
right: auto !important;
top: auto !important;
bottom: auto !important;
transform: none !important;
margin: 8px auto 0;
padding: 0;
display: inline-flex;
}
.hero-swiper .slide-cta:has(+ .slide-textlink) { margin-bottom: 0px; }
@media only screen and (max-width: 1024px) {
.hero-swiper .slide-content--no-panel .slide-textlink { margin-left: 0; position: relative; 
right: auto; left: auto !important; bottom: auto; top: auto; transform: translateY(0%); }
.hero-swiper .slide-content--no-panel .slide-text { position: relative; display: flex; flex-wrap: wrap; }
.hero-swiper .slide-content--no-panel .slide-text .slide-h1,
.hero-swiper .slide-content--no-panel .slide-text .slide-sub { flex: 1 1 100%; margin-top: 0; }
}
@media only screen and (max-width: 767px) {
.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next { display: none !important; }
.wp-block-geocare-hero-banner.hero-swiper,
.wp-block-geocare-hero-banner.hero-swiper .swiper-slide { max-height: 560px; }
.wp-block-geocare-hero-banner.hero-swiper .slide-inner > div.slide-content:has(> .slide-text:not(.slide-text--center)) { align-self: start !important;  }
} .wpcf7-form .sq-form-ckecklist { display: flex; align-items: center; flex-wrap: wrap; width: 100%;}
.wpcf7-form .sq-form-ckecklist .form-label { padding: 0 5px; }
.sq-e-dark-bg .wpcf7-form [type="checkbox"] { border: 1px solid var(--mt-accent-white); }
.sq-e-dark-bg .wpcf7-form input[type=checkbox]:checked { border-color: var(--mt-accent-white); }
.wpcf7-form [type="checkbox"] { border: 1px solid var(--mt-border-clr); }
.wpcf7-form input[type=checkbox]:checked { border-color: var(--mt-border-clr); }
.wpcf7-form .wpcf7-list-item-label { line-height: 1; font-size: 0.9rem; margin-left: 8px; }
.wpcf7-form .wpcf7-list-item { display: inline-flex; align-items: center; padding: 10px 5px; }
.wpcf7-form .wpcf7-list-item:first-child { margin-left: 0; }
.wpcf7-form [type="checkbox"] { bottom: 0px; position: relative; width: 18px; height: 18px; appearance: none; 
-webkit-appearance: none; background-color: transparent; }
.wpcf7-form input[type="checkbox"]:before {
content: ""; position: absolute; top: -5px; left: 2px; margin: auto; width: 8px; height: 16px; 
border-width: 0 2px 2px 0; border-color: var(--mt-primary); border-style: solid; z-index: 1; 
transform: rotate(36deg) scale(0); -webkit-transform: rotate(36deg) scale(0); 
-webkit-transition: all .2s cubic-bezier(0.7, 0, 0.3, 1); transition: all .2s cubic-bezier(0.7, 0, 0.3, 1);
transform-origin: center bottom; -webkit-transform-origin: center bottom; }
.wpcf7-form input[type=checkbox]:checked:before { transform: rotate(36deg) scale(1); -webkit-transform: rotate(36deg) scale(1);  }
.wpcf7-form input[type="checkbox"]:after {
content: ""; position: absolute; right: 0; top: 0; width: 12px; height: 12px; background-color: var(--mt-accent-white); 
transform: translate(6px, -6px); -webkit-transform: translate(6px, -6px); opacity: 0; 
-webkit-transition: all .2s cubic-bezier(0.7, 0, 0.3, 1); transition: all .2s cubic-bezier(0.7, 0, 0.3, 1); }
.wpcf7-form input[type="checkbox"]:checked:after { opacity: 1; }