:root {
	--gz-body-font: 'Instrument Sans', Arial, sans-serif;
	--gz-body-line-height: 1.714;
	--gz-body-font-size: 15px;
	--gz-color-base: #444444;
	--gz-color-dark: #111111;
	--gz-color-light: #ffffff;
	--gz-color-primary: #d0473e;
	--gz-color-grey: #888888;
	--gz-color-light-grey: #f5f5f5;
	--gz-color-dark-grey: rgba(17, 17, 17, 0.6);
	--gz-text-color-on-primary: #fff;
	--gz-link-color: #111111;
	--gz-link-color-hover: #d0473e;
	--gz-header-color: #111111;
	--gz-color-price-sale: #d0473e;
	--gz-border-color: #ebebeb;
	--gz-image-rounded: 10px;
	--gz-image-rounded-product-card: 0;
	--gz-rounded-xs: 2.5px;
	--gz-rounded-sm: 5px;
	--gz-rounded-md: 10px;
	--gz-rounded-full: 9999px;
	--gz-rounded-product-image-sm: min( 5px, var(--gz-image-rounded-product-card) );
	--gz-zoom-transform: scale(1.05);
	--gz-heading-font: var(--gz-body-font);
	--gz-heading-color: var(--gz-color-dark);
	--gz-heading-font-weight: 600;
	--gz-heading-font-scale: 1.0;
	--gz-heading-line-height: calc(1 + 0.21 / var(--gz-heading-font-scale));
	--gz-heading-text-transform: none;
	--gz-heading-letter-spacing: -0.034em;
	--gz-subheading-font-weight: 500;
	--gz-button-color: #ffffff;
	--gz-button-bg-color: #111111;
	--gz-button-border-width: 1px;
	--gz-button-border-color: var(--gz-button-bg-color);
	--gz-button-color-hover: #ffffff;
	--gz-button-bg-color-hover: #000000;
	--gz-button-border-color-hover: var(--gz-button-bg-color-hover);
	--gz-button-eff-bg-color-hover: #212121;
	--gz-button-padding-top: 16.5px;
	--gz-button-padding-right: 20px;
	--gz-button-padding-bottom: 16.5px;
	--gz-button-padding-left: 20px;
	--gz-button-line-height: 1;
	--gz-button-font-size: 15px;
	--gz-button-rounded: 30px;
	--gz-button-font-weight: 600;
	--gz-button-icon-spacing: 10px;
	--gz-button-icon-size: 9px;
	--gz-gutter-x: 15px;
	--gz-container-width: 1200px;
	--gz-container-xxl-width: 1410px;
	--gz-col-width: calc(270 / 16 * 1rem);
	--gz-col-gap-desktop: calc(40 / 16 * 1rem);
	--gz-input-color: #444444;
	--gz-input-border-color: var(--gz-border-color);
	--gz-input-border-color-hover: #111111;
	--gz-input-border-width: 1px;
	--gz-input-bg-color: #ffffff;
	--gz-input-padding-y: calc(15 / 16 * 1rem);
	--gz-input-padding-x: calc(20 / 16 * 1rem);
	--gz-input-font-size: 14px;
	--gz-input-placeholder-font-size: 14px;
	--gz-input-placeholder-color: rgba(17, 17, 17, 0.6);
	--gz-input-rounded: 30px;
	--gz-swiper-slide-spacing: 30px;
	--gz-swiper-pagination-spacing: 30px;
	--gz-ratio-percent: 100%;
	--product-image-ratio-percent: 100%;
	--gz-responsive-rate: ((100vw - 575px) /(1600 - 575));
	--gz-cursor-close-icon: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAJGVYSWZJSSoACAAAAAEAPAECAAkAAAAaAAAAAAAAAGltYWdlcnk0AAAnPYy6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACWSURBVHgBtdQBCoAgDAXQ0ck6gkfoBnmDvPnPKGhE5vaXH4RY9VCciowMgLmORYKpxlpH0oWMM5uQOf69jPx8UVhcoaX1gRvvogxuRj24G7XgNPqFh9E3/Df0BTejk9iCxjMfvXwEDlETVbUY/rVRNA7D7rtxOFrKjIPo0y6OQPM3cdwXfREyCs+6mPC8+Tn8mGCSkdkBhMqKK3Zisu4AAAAASUVORK5CYII=");
	--gz-transition: 0.4s cubic-bezier(.3, 1, .3, 1);
	--shadow: 5px 0px 30px 0px rgba( 0, 0, 0, 0.08 );
	--gz-tooltip-rounded: 3px;
	--gz-col-gap: 15px;
}

/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	box-sizing: border-box;
}

/* Typography
--------------------------------------------- */
:where(h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.heading) {
	font-family: var(--gz-heading-font), sans-serif;
	line-height: calc(1 + 0.21 / var(--gz-heading-font-scale));
	color: var(--gz-heading-color);
	font-weight: var(--gz-heading-font-weight);
	text-transform: var(--gz-heading-text-transform);
	font-size: var(--heading-size);
	margin-block-start: calc(var(--heading-size)* 0.7);
	margin-block-end: calc(var(--heading-size)* 0.7);
}

h1, .h1 {
	--heading-size: clamp(2.25rem, calc(2.25rem + (40 - 36) * var(--gz-responsive-rate)), 2.5rem);
}

h2, .h2 {
	--heading-size: clamp(1.875rem, calc(1.875rem + (36 - 30) * var(--gz-responsive-rate)), 2.25rem);
}

h3, .h3 {
	--heading-size: clamp(1.625rem, calc(1.625rem + (30 - 28) * var(--gz-responsive-rate)), 1.875rem);
}

h4, .h4 {
	--heading-size: 1.625rem;
}

h5, .h5 {
	--heading-size: 1.125rem;
}

h6, .h6 {
	--heading-size: 1rem;
}

.heading-letter-spacing {
	letter-spacing: var(--gz-heading-letter-spacing);
}

body {
	color: var(--gz-color-base);
	font-family: var(--gz-body-font);
	font-optical-sizing: auto;
	font-size: var(--gz-body-font-size);
	line-height: var(--gz-body-line-height);
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	overflow-x: hidden;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	--gz-blockquote-rounded: 20px;
	border-radius: var(--gz-blockquote-rounded);
	background-color: var(--gz-color-light-grey);
	font-size: clamp(calc(16 / 16 * 1rem), 2.5vw, calc(20 / 16 * 1rem));
	font-weight: var(--gz-heading-font-weight);
	color: var(--gz-heading-color);
	letter-spacing: var(--gz-heading-letter-spacing);
	padding: clamp(calc(20 / 16 * 1rem), 3vw, calc(40 / 16 * 1rem));
	line-height: 1.5;
}

blockquote p {
	margin: 0 0 calc(7 / 16 * 1rem) 0;
}

blockquote cite {
	color: var(--gz-color-dark-grey);
	margin-top: calc(13 / 16 * 1rem);
	font-size: var(--gz-body-font-size);
	font-weight: var(--gz-subheading-font-weight);
	letter-spacing: 0;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

code {
	padding: 2px 4px;
	color: #c7254e;
	background-color: #f9f2f4;
	font-size: inherit;
}

abbr,
acronym {
	border-bottom: 1px dotted var(--gz-border-color);
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 122.22222%;
	line-height: 1.4;
	font-weight: 500;
}

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

html {
	box-sizing: border-box;
}

body {
	background: #fff;
}

body.admin-bar {
	--gz-admin-bar-height: 32px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: var(--gz-rounded-xs);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	inset-inline-start: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

ul,
ol {
	padding: 0 0 1.5em 1.3em;
	margin-inline-start: 0;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	padding-bottom: 0;
	padding-inline-start: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

.list-unstyled {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 1em 0 2em;
}

.gz-image-rounded,
.elementor .elementor-element img,
img {
	border-radius: var(--gz-image-rounded);
}

.gz-image-rounded-md,
.gz-image-rounded-md img {
	border-radius: calc(min(10px, var(--gz-image-rounded)));
}

.rounded-product-image,
.rounded-product-image img,
.elementor .rounded-product-image,
.elementor .rounded-product-image img {
	border-radius: var(--gz-image-rounded-product-card);
}

.rounded-product-image-sm,
.rounded-product-image-sm img,
.elementor .rounded-product-image-sm,
.elementor .rounded-product-image-sm img {
	border-radius: var(--gz-rounded-product-image-sm);
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border: none;
}

th,
td {
	padding: 10px 0;
	border: none;
	border-bottom: 1px solid var(--gz-border-color);
}

th {
	text-align: start;
}

th a {
	text-decoration: none;
}

.glozin-svg-icon {
	display: inline-block;
	line-height: 1;
}

.glozin-svg-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
	display: inline-block;
}

.glozin-svg-icon:not(.glozin-svg-icon__inline) svg {
	vertical-align: -.125em;
}

.glozin-svg-icon.has-vertical-align svg {
	vertical-align: -.125em;
}

.glozin-svg-icon.icon-fill-none svg {
	fill: none;
}

.glozin-svg-icon-original {
	display: inline-flex;
}

.dot-between:after {
	content: '';
	display: inline-block;
	width: var(--dot-width, 3px);
	height: var(--dot-width, 3px);
	border-radius: 50%;
	margin: var(--dot-space, 0 8px);
	background-color: #cbcbcb;
}

.modal {
	display: none;
}

.panel__container {
	transform: translateX(100%);
}

.offscreen-panel--side-left .panel__container {
	left: 0;
	right: auto;
	transform: translateX(-100%);
}

.popover {
	display: none;
}

.offscreen-panel {
	display: none;
}

.nav-menu,
.nav-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-menu li {
	padding: 5px 30px;
	position: relative;
}

.nav-menu li:hover > a:after {
	width: 100%;
	inset-inline-start: 0;
}

.nav-menu li .menu-item-badge {
	top: -13px;
	inset-inline-end: -18px;
}

.nav-menu li .menu-item-badge:after {
	border-top-color: var(--gz-menu-item-badge-bg);
}

.nav-menu li.menu-item > a {
	font-size: 15px;
	font-size: 0.9375rem;
	display: inline-block;
	text-decoration: none;
}

.nav-menu li.menu-item-has-icon > a {
	display: flex;
	align-items: center;
	gap: 10px;
}

.nav-menu li.menu-item-has-icon > a .menu-item-icon {
	max-width: 30px;
	display: flex;
}

.menu li .menu-item-badge {
	--gz-menu-item-badge-bg: var(--gz-color-primary);
	--gz-menu-item-badge-color: var(--gz-color-light);
	background-color: var(--gz-menu-item-badge-bg);
	color: var(--gz-menu-item-badge-color);
	min-width: 30px;
	padding: 3px 5px;
	border-radius: 2px;
}

.menu li .menu-item-badge:after {
	border: 4px solid transparent;
	content: '';
	height: 0;
	position: absolute;
	width: 0;
	top: 100%;
	inset-inline-start: 30%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform-origin: 0;
	border-top-color: var(--gz-menu-item-badge-bg);
}

.menu .menu-item-has-icon > a {
	display: flex;
	align-items: center;
	gap: 10px;
}

.menu .menu-item-has-icon > a .menu-item-icon {
	display: flex;
}

.menu .col-1_8 {
	width: 12.5%;
}

.menu .col-1_5 {
	width: 20%;
}

.menu .col-1_4 {
	width: 25%;
}

.menu .col-1_3 {
	width: 33.33%;
}

.menu .col-3_8 {
	width: 37.5%;
}

.menu .col-2_5 {
	width: 40%;
}

.menu .col-1_2 {
	width: 50%;
}

.menu .col-3_5 {
	width: 60%;
}

.menu .col-5_8 {
	width: 62.5%;
}

.menu .col-2_3 {
	width: 66.6666%;
}

.menu .col-3_4 {
	width: 75%;
}

.menu .col-4_5 {
	width: 80%;
}

.menu .col-7_8 {
	width: 87.5%;
}

.menu .col-1_1 {
	width: 100%;
}

.primary-navigation {
	height: 100%;
}

.primary-navigation .nav-menu {
	height: 100%;
	display: flex;
	align-items: center;
}

.primary-navigation .nav-menu > li:not(.menu-item-mega) {
	position: relative;
}

.primary-navigation .nav-menu > li {
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 17px;
}

.primary-navigation .nav-menu > li:first-child {
	padding-inline-start: 0;
}

.primary-navigation .nav-menu > li:last-child {
	padding-inline-end: 0;
}

.primary-navigation .nav-menu > li:hover > a .glozin-svg-icon.caret,
.primary-navigation .nav-menu > li:hover > a .menu-item-icon.caret {
	opacity: 1;
}

.primary-navigation .nav-menu > li > a {
	--gz-link-color: var( --gz-header-color );
	font-weight: 600;
	color: var(--gz-header-color);
	display: flex;
	align-items: center;
	line-height: 25px;
	white-space: nowrap;
	position: relative;
}

.primary-navigation .nav-menu > li > a:hover {
	color: var(--gz-color-primary);
}

.primary-navigation .nav-menu > li > a .glozin-svg-icon,
.primary-navigation .nav-menu > li > a .menu-item-icon {
	font-size: 14px;
	font-size: 0.875rem;
	margin: 2px 8px 0 0;
}

.primary-navigation .nav-menu > li > a .menu-icon-item--image {
	width: 16px;
}

.primary-navigation .nav-menu > li > a .menu-icon-item-position--right {
	margin: 2px 0 0 8px;
}

.primary-navigation .nav-menu > li.menu-item-has-children > a {
	padding-inline-end: 17px;
	position: relative;
}

.primary-navigation .nav-menu > li.menu-item-has-children > a:before {
	content: "";
	position: absolute;
	inset-inline-end: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 6px;
	background-color: currentcolor;
	border: 0 !important;
	-webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMS4wODk4NCAxLjgyMjI3QzAuOTcxMzU0IDEuNzEyODkgMC45MTIxMDkgMS41ODA3MyAwLjkxMjEwOSAxLjQyNTc4QzAuOTEyMTA5IDEuMjYxNzIgMC45NzEzNTQgMS4xMjA0NCAxLjA4OTg0IDEuMDAxOTVDMS4xOTkyMiAwLjg5MjU3OCAxLjMzNTk0IDAuODM3ODkxIDEuNSAwLjgzNzg5MUMxLjY2NDA2IDAuODM3ODkxIDEuODAwNzggMC44OTI1NzggMS45MTAxNiAxLjAwMTk1TDUgNC4wOTE4TDguMDg5ODQgMS4wMDE5NUM4LjE5OTIyIDAuODkyNTc4IDguMzM1OTQgMC44Mzc4OTEgOC41IDAuODM3ODkxQzguNjY0MDYgMC44Mzc4OTEgOC44MDA3OCAwLjg5MjU3OCA4LjkxMDE2IDEuMDAxOTVDOS4wMjg2NSAxLjEyMDQ0IDkuMDg3ODkgMS4yNjE3MiA5LjA4Nzg5IDEuNDI1NzhDOS4wODc4OSAxLjU4MDczIDkuMDI4NjUgMS43MTI4OSA4LjkxMDE2IDEuODIyMjdMNS40MTAxNiA1LjMyMjI3QzUuMzAwNzggNS40NDA3NiA1LjE2NDA2IDUuNSA1IDUuNUM0LjgzNTk0IDUuNSA0LjY5OTIyIDUuNDQwNzYgNC41ODk4NCA1LjMyMjI3TDEuMDg5ODQgMS44MjIyN1oiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KPC9zdmc+DQo=") no-repeat 50% 50%;
	mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMS4wODk4NCAxLjgyMjI3QzAuOTcxMzU0IDEuNzEyODkgMC45MTIxMDkgMS41ODA3MyAwLjkxMjEwOSAxLjQyNTc4QzAuOTEyMTA5IDEuMjYxNzIgMC45NzEzNTQgMS4xMjA0NCAxLjA4OTg0IDEuMDAxOTVDMS4xOTkyMiAwLjg5MjU3OCAxLjMzNTk0IDAuODM3ODkxIDEuNSAwLjgzNzg5MUMxLjY2NDA2IDAuODM3ODkxIDEuODAwNzggMC44OTI1NzggMS45MTAxNiAxLjAwMTk1TDUgNC4wOTE4TDguMDg5ODQgMS4wMDE5NUM4LjE5OTIyIDAuODkyNTc4IDguMzM1OTQgMC44Mzc4OTEgOC41IDAuODM3ODkxQzguNjY0MDYgMC44Mzc4OTEgOC44MDA3OCAwLjg5MjU3OCA4LjkxMDE2IDEuMDAxOTVDOS4wMjg2NSAxLjEyMDQ0IDkuMDg3ODkgMS4yNjE3MiA5LjA4Nzg5IDEuNDI1NzhDOS4wODc4OSAxLjU4MDczIDkuMDI4NjUgMS43MTI4OSA4LjkxMDE2IDEuODIyMjdMNS40MTAxNiA1LjMyMjI3QzUuMzAwNzggNS40NDA3NiA1LjE2NDA2IDUuNSA1IDUuNUM0LjgzNTk0IDUuNSA0LjY5OTIyIDUuNDQwNzYgNC41ODk4NCA1LjMyMjI3TDEuMDg5ODQgMS44MjIyN1oiIGZpbGw9ImN1cnJlbnRDb2xvciIvPg0KPC9zdmc+DQo=") no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;
}

.secondary-navigation {
	height: 100%;
}

.secondary-navigation .nav-menu {
	height: 100%;
	display: flex;
	align-items: center;
}

.secondary-navigation .nav-menu > li {
	padding: 0 17px;
}

.secondary-navigation .nav-menu > li:first-child {
	padding-inline-start: 0;
}

.secondary-navigation .nav-menu > li:last-child {
	padding-inline-end: 0;
}

.secondary-navigation .nav-menu > li.menu-item > a {
	--gz-reversed-link-gap: 0;
	transition: var(--gz-transition);
}

.secondary-navigation .nav-menu > li > a {
	--gz-link-color: var( --gz-header-color );
	font-size: 0.875rem;
	color: var(--gz-header-color);
	display: flex;
	align-items: center;
	line-height: 25px;
	white-space: nowrap;
	position: relative;
}

.secondary-navigation .nav-menu > li > a:hover {
	color: var(--gz-color-primary);
}

@media (min-width: 1025px) {
	.nav-menu {
		--gz-transform-origin-start: left;
		--gz-transform-origin-end: right;
		--gz-animation-default: .5s cubic-bezier(.3, 1, .3, 1);
		--gz-reversed-link-gap: 1px;
	}
	.nav-menu li > ul.sub-menu {
		display: none;
	}
}

:is(
.custom-scrollbar)::-webkit-scrollbar {
	width: 4px;
}

:is(
.custom-scrollbar)::-webkit-scrollbar-track {
	background: #eee;
}

:is(
.custom-scrollbar)::-webkit-scrollbar-thumb {
	background: #c8c8c8;
}

:is(
.custom-scrollbar)::-webkit-scrollbar-thumb:hover {
	background: #555;
	width: 6px;
}

.gz-progress-container {
	width: 100%;
	height: 4px;
	position: fixed;
	top: 0;
	inset-inline-start: 0;
	display: none;
	z-index: 99999;
}

.gz-progress-bar {
	width: 0%;
	height: 100%;
	background-color: var(--gz-color-primary);
	transition: width 0.3s ease;
}

/* Links
--------------------------------------------- */
a {
	color: var(--gz-link-color);
	text-decoration: none;
	transition: 0.4s;
}

a:focus {
	outline: 0;
}

a:hover, a:active {
	outline: 0;
	color: var(--gz-link-color-hover);
}

@media (min-width: 1025px) {
	.nav-menu li.menu-item > a,
	.hover-underline-effect {
		--gz-transform-origin-start: left;
		--gz-transform-origin-end: right;
		--gz-animation-default: .5s cubic-bezier(.3, 1, .3, 1);
		--gz-reversed-link-gap: 1px;
		background: linear-gradient(to var(--gz-transform-origin-end), currentColor, currentColor) 0 var(--gz-reversed-link-gap)/0 var(--gz-reversed-link-gap) no-repeat;
		background-position-x: var(--gz-transform-origin-end);
		background-position-y: bottom;
		transition: background-size var(--gz-animation-default);
	}
}

@media (min-width: 1025px) and (prefers-reduced-motion: no-preference) and (hover: hover) and (pointer: fine) {
	.nav-menu li.menu-item > a:hover,
	.hover-underline-effect:hover {
		background-position-x: var(--gz-transform-origin-start);
		background-size: 100% var(--gz-reversed-link-gap);
		background-position-y: bottom;
	}
}

/* Forms
--------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select,
span.select2 .select2-selection--single {
	color: var(--gz-input-color);
	border-width: var(--gz-input-border-width);
	border-style: solid;
	border-color: var(--gz-input-border-color);
	outline: none;
	transition: 0.4s;
	font-family: var(--gz-body-font);
	font-size: var(--gz-input-font-size);
	padding: var(--gz-input-padding-y) var(--gz-input-padding-x);
	background-color: var(--gz-input-bg-color);
	border-radius: var(--gz-input-rounded);
	-webkit-appearance: none;
	line-height: normal;
}

input[type="text"]:hover, input[type="text"]:active, input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:active,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:active,
input[type="url"]:focus,
input[type="password"]:hover,
input[type="password"]:active,
input[type="password"]:focus,
input[type="search"]:hover,
input[type="search"]:active,
input[type="search"]:focus,
input[type="number"]:hover,
input[type="number"]:active,
input[type="number"]:focus,
input[type="tel"]:hover,
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="range"]:hover,
input[type="range"]:active,
input[type="range"]:focus,
input[type="date"]:hover,
input[type="date"]:active,
input[type="date"]:focus,
input[type="month"]:hover,
input[type="month"]:active,
input[type="month"]:focus,
input[type="week"]:hover,
input[type="week"]:active,
input[type="week"]:focus,
input[type="time"]:hover,
input[type="time"]:active,
input[type="time"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:active,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:active,
input[type="datetime-local"]:focus,
input[type="color"]:hover,
input[type="color"]:active,
input[type="color"]:focus,
textarea:hover,
textarea:active,
textarea:focus,
select:hover,
select:active,
select:focus,
span.select2 .select2-selection--single:hover,
span.select2 .select2-selection--single:active,
span.select2 .select2-selection--single:focus {
	border-color: var(--gz-input-border-color-hover);
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
textarea::placeholder,
select::placeholder,
span.select2 .select2-selection--single::placeholder {
	font-size: var(--gz-input-placeholder-font-size);
	color: var(--gz-input-placeholder-color);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--gz-input-color);
}

textarea {
	--gz-textarea-rounded: calc( var(--gz-input-rounded) - 10px );
	width: 100%;
	padding: 1.25rem;
	border-radius: var(--gz-textarea-rounded);
}

select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.08984 1.32227L4.58984 4.82227C4.69922 4.94076 4.83594 5 5 5C5.16406 5 5.30078 4.94076 5.41016 4.82227L8.91016 1.32227C9.02865 1.21289 9.08789 1.08073 9.08789 0.925781C9.08789 0.761719 9.02865 0.620443 8.91016 0.501953C8.80078 0.392578 8.66406 0.337891 8.5 0.337891C8.33594 0.337891 8.19922 0.392578 8.08984 0.501953L5 3.5918L1.91016 0.501953C1.80078 0.392578 1.66406 0.337891 1.5 0.337891C1.33594 0.337891 1.19922 0.392578 1.08984 0.501953C0.971354 0.620443 0.912109 0.761719 0.912109 0.925781C0.912109 1.08073 0.971354 1.21289 1.08984 1.32227Z' fill='%23111111'/%3E%3C/svg%3E");
	background-position: calc(100% - 20px) center;
	background-repeat: no-repeat;
	padding-right: 45px;
	cursor: pointer;
}

select:focus {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9IiMwMDAwMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNIDkuMzU0IDUuMzU0IEMgOS4xNTkgNS41NSA4Ljg0MSA1LjU1IDguNjQ2IDUuMzU0IEwgNSAxLjcwNyBMIDEuMzU0IDUuMzU0IEMgMS4wODEgNS42MjcgMC42MTYgNS41MDIgMC41MTYgNS4xMyBDIDAuNDcgNC45NTcgMC41MiA0Ljc3MiAwLjY0NiA0LjY0NiBMIDQuNjQ2IDAuNjQ2IEMgNC44NDEgMC40NSA1LjE1OSAwLjQ1IDUuMzU0IDAuNjQ2IEwgOS4zNTQgNC42NDYgQyA5LjU1IDQuODQxIDkuNTUgNS4xNTkgOS4zNTQgNS4zNTQgTCA5LjM1NCA1LjM1NCBaIiBzdHlsZT0iIi8+Cjwvc3ZnPg==");
	background-position: calc(100% - 20px) center;
	background-repeat: no-repeat;
}

select.decorated option:hover {
	box-shadow: 0 0 10px 100px #1882A8 inset;
}

select > option {
	font-weight: 500;
}

.select2.select2-container .select2-selection--single {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	min-width: 220px;
	height: auto;
	margin: 0;
	cursor: pointer;
}

.select2.select2-container .select2-selection--single .select2-selection__rendered {
	display: inline;
	padding: 0;
	line-height: inherit;
}

.select2.select2-container .select2-selection--single .select2-selection__arrow {
	display: inline-block;
	position: static;
	width: 10px;
	height: 5px;
	appearance: none;
	background-color: currentcolor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.08984 1.32227L4.58984 4.82227C4.69922 4.94076 4.83594 5 5 5C5.16406 5 5.30078 4.94076 5.41016 4.82227L8.91016 1.32227C9.02865 1.21289 9.08789 1.08073 9.08789 0.925781C9.08789 0.761719 9.02865 0.620443 8.91016 0.501953C8.80078 0.392578 8.66406 0.337891 8.5 0.337891C8.33594 0.337891 8.19922 0.392578 8.08984 0.501953L5 3.5918L1.91016 0.501953C1.80078 0.392578 1.66406 0.337891 1.5 0.337891C1.33594 0.337891 1.19922 0.392578 1.08984 0.501953C0.971354 0.620443 0.912109 0.761719 0.912109 0.925781C0.912109 1.08073 0.971354 1.21289 1.08984 1.32227Z' fill='%23111111'/%3E%3C/svg%3E") no-repeat 50% 50%;
	mask: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.08984 1.32227L4.58984 4.82227C4.69922 4.94076 4.83594 5 5 5C5.16406 5 5.30078 4.94076 5.41016 4.82227L8.91016 1.32227C9.02865 1.21289 9.08789 1.08073 9.08789 0.925781C9.08789 0.761719 9.02865 0.620443 8.91016 0.501953C8.80078 0.392578 8.66406 0.337891 8.5 0.337891C8.33594 0.337891 8.19922 0.392578 8.08984 0.501953L5 3.5918L1.91016 0.501953C1.80078 0.392578 1.66406 0.337891 1.5 0.337891C1.33594 0.337891 1.19922 0.392578 1.08984 0.501953C0.971354 0.620443 0.912109 0.761719 0.912109 0.925781C0.912109 1.08073 0.971354 1.21289 1.08984 1.32227Z' fill='%23111111'/%3E%3C/svg%3E") no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;
}

.select2.select2-container .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select2-container--default {
	z-index: 9;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-radius: var(--gz-input-rounded) !important;
}

.select2-container--default .select2-dropdown {
	border-color: var(--gz-input-border-color);
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 270px;
}

.select2-container--default .select2-results__option {
	padding: 4px 20px;
	font-weight: 500;
	color: var(--gz-color-dark);
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected],
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
	background-color: #f2f2f2;
	color: var(--gz-color-dark);
}

input[type="checkbox"] {
	position: relative;
	margin-inline-end: 14px;
	transition: .3s;
}

input[type="checkbox"]::before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: -2px;
	inset-inline-start: 0;
	border: 1px solid var(--gz-border-color);
	border-radius: var(--gz-rounded-xs);
	background-color: var(--gz-color-light);
	transition: .3s;
}

input[type="checkbox"] + span {
	color: var(--gz-color-base);
}

input[type="checkbox"]:hover {
	cursor: pointer;
}

input[type="checkbox"]:hover::before {
	background-color: var(--gz-color-light-grey);
}

input[type="checkbox"]:hover + span {
	cursor: pointer;
	color: var(--gz-color-dark);
}

input[type="checkbox"]:checked::before {
	border-color: var(--gz-color-dark);
	background-color: var(--gz-color-dark);
	content: "";
	margin: 0;
}

input[type="checkbox"]:checked::after {
	content: "";
	display: block;
	width: 5px;
	height: 10px;
	border: solid var(--gz-color-light);
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 2px;
	inset-inline-start: 8px;
}

input[type="checkbox"]:checked + span {
	color: var(--gz-color-dark);
}

input[type="radio"] {
	position: relative;
	margin-inline-end: 17px;
	transition: .3s;
}

input[type="radio"]::before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	top: -2px;
	inset-inline-start: -1px;
	border: 1px solid var(--gz-border-color);
	background-color: var(--gz-color-light);
	transition: .3s;
}

input[type="radio"]:hover {
	cursor: pointer;
}

input[type="radio"]:hover::before {
	border-color: var(--gz-color-dark);
}

input[type="radio"]:hover + label {
	color: var(--gz-color-dark);
}

input[type="radio"] + label {
	color: var(--gz-color-base);
}

input[type="radio"]:checked::before {
	border-color: var(--gz-color-dark);
	background-color: var(--gz-color-dark);
}

input[type="radio"]:checked::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid var(--gz-color-light);
	position: absolute;
	top: 0;
	inset-inline-start: 1px;
}

input[type="radio"]:checked + label {
	color: var(--gz-color-dark);
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	font-size: var(--gz-button-font-size);
	background-color: var(--gz-button-bg-color);
	color: var(--gz-button-color);
	border: var(--gz-button-border-width) solid var(--gz-button-border-color);
	padding: var(--gz-button-padding-top) var(--gz-button-padding-right) var(--gz-button-padding-bottom) var(--gz-button-padding-left);
	line-height: var(--gz-button-line-height);
	border-radius: var(--gz-button-rounded);
	font-weight: var(--gz-button-font-weight);
	gap: var(--gz-button-icon-spacing);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: 0.4s;
	cursor: pointer;
	vertical-align: middle;
	letter-spacing: calc(var(--gz-heading-letter-spacing) + 0.01em);
	transition: 0.25s;
}

button:hover, button:active,
input[type="button"]:hover,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:active,
.button:hover,
.button:active {
	color: var(--gz-button-color-hover);
	background-color: var(--gz-button-bg-color-hover);
	border-color: var(--gz-button-border-color-hover);
}

button:hover:after,
input[type="button"]:hover:after,
input[type="reset"]:hover:after,
input[type="submit"]:hover:after,
.button:hover:after {
	animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
}

button.disabled, button:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled,
.button.disabled,
.button:disabled {
	opacity: 0.3;
	pointer-events: none;
	cursor: not-allowed;
}

button .glozin-svg-icon,
input[type="button"] .glozin-svg-icon,
input[type="reset"] .glozin-svg-icon,
input[type="submit"] .glozin-svg-icon,
.button .glozin-svg-icon {
	font-size: var(--gz-button-icon-size);
}

button.pswp__button::after,
input[type="button"].pswp__button::after,
input[type="reset"].pswp__button::after,
input[type="submit"].pswp__button::after,
.button.pswp__button::after {
	display: none;
}

button.loading,
input[type="button"].loading,
input[type="reset"].loading,
input[type="submit"].loading,
.button.loading {
	--gz-loading-color: var(--gz-button-color);
	--gz-animation-state: running;
	position: relative;
	color: transparent;
	cursor: default;
}

button.loading::before,
input[type="button"].loading::before,
input[type="reset"].loading::before,
input[type="submit"].loading::before,
.button.loading::before {
	display: inline-block;
	content: "";
	width: 14px;
	height: 14px;
	mask-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyBpZD0iaWNvbi1sb2FkIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiPgogICAgICA8cGF0aCBkPSJNNy4zNDM5NSAzLjI3NTA0QzguMjkyNzcgMy4yNzUwNCA5LjA2MTkzIDIuNTQxOSA5LjA2MTkzIDEuNjM3NTJDOS4wNjE5MyAwLjczMzE0MyA4LjI5Mjc3IDAgNy4zNDM5NSAwQzYuMzk1MTQgMCA1LjYyNTk4IDAuNzMzMTQzIDUuNjI1OTggMS42Mzc1MkM1LjYyNTk4IDIuNTQxOSA2LjM5NTE0IDMuMjc1MDQgNy4zNDM5NSAzLjI3NTA0WiIgPjwvcGF0aD48cGF0aCBkPSJNNy4zNDQxNSAxNC4wMDAyQzcuOTEzMzggMTQuMDAwMiA4LjM3NDgyIDEzLjU2MDQgOC4zNzQ4MiAxMy4wMTc4QzguMzc0ODIgMTIuNDc1MiA3LjkxMzM4IDEyLjAzNTQgNy4zNDQxNSAxMi4wMzU0QzYuNzc0OTIgMTIuMDM1NCA2LjMxMzQ4IDEyLjQ3NTIgNi4zMTM0OCAxMy4wMTc4QzYuMzEzNDggMTMuNTYwNCA2Ljc3NDkyIDE0LjAwMDIgNy4zNDQxNSAxNC4wMDAyWiIgPjwvcGF0aD48cGF0aCBkPSJNMy4xMjI0NiA0Ljc3NzcxQzMuOTc2NDUgNC43Nzc3MSA0LjY2ODc1IDQuMTE3ODMgNC42Njg3NSAzLjMwMzgzQzQuNjY4NzUgMi40ODk4MyAzLjk3NjQ1IDEuODI5OTYgMy4xMjI0NiAxLjgyOTk2QzIuMjY4NDcgMS44Mjk5NiAxLjU3NjE3IDIuNDg5ODMgMS41NzYxNyAzLjMwMzgzQzEuNTc2MTcgNC4xMTc4MyAyLjI2ODQ3IDQuNzc3NzEgMy4xMjI0NiA0Ljc3NzcxWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY1IDEyLjE2OTJDMTIuMDM5NCAxMi4xNjkyIDEyLjQyNCAxMS44MDI3IDEyLjQyNCAxMS4zNTA1QzEyLjQyNCAxMC44OTgzIDEyLjAzOTQgMTAuNTMxNyAxMS41NjUgMTAuNTMxN0MxMS4wOTA2IDEwLjUzMTcgMTAuNzA2MSAxMC44OTgzIDEwLjcwNjEgMTEuMzUwNUMxMC43MDYxIDExLjgwMjcgMTEuMDkwNiAxMi4xNjkyIDExLjU2NSAxMi4xNjkyWiIgPjwvcGF0aD48cGF0aCBkPSJNMS4zNzQwNSA4LjYzNzc0QzIuMTMyOTEgOC42Mzc3NCAyLjc0ODA5IDguMDUxMzcgMi43NDgwOSA3LjMyODA0QzIuNzQ4MDkgNi42MDQ3MSAyLjEzMjkxIDYuMDE4MzQgMS4zNzQwNSA2LjAxODM0QzAuNjE1MTgyIDYuMDE4MzQgMCA2LjYwNDcxIDAgNy4zMjgwNEMwIDguMDUxMzcgMC42MTUxODIgOC42Mzc3NCAxLjM3NDA1IDguNjM3NzRaIiA+PC9wYXRoPjxwYXRoIGQ9Ik0xMy4zMTM3IDcuOTgxOTNDMTMuNjkzIDcuOTgxOTMgMTQuMDAwNCA3LjY4ODg2IDE0LjAwMDQgNy4zMjczNEMxNC4wMDA0IDYuOTY1ODMgMTMuNjkzIDYuNjcyNzYgMTMuMzEzNyA2LjY3Mjc2QzEyLjkzNDQgNi42NzI3NiAxMi42MjcgNi45NjU4MyAxMi42MjcgNy4zMjczNEMxMi42MjcgNy42ODg4NiAxMi45MzQ0IDcuOTgxOTMgMTMuMzEzNyA3Ljk4MTkzWiIgPjwvcGF0aD48cGF0aCBkPSJNMi4yNzEzOCAxMC41NDEzQzEuODAxNDcgMTAuOTg5MiAxLjgwMTQ3IDExLjcxMzkgMi4yNzEzOCAxMi4xNjE4QzIuNzQwNzMgMTIuNjA5NyAzLjUwMjE2IDEyLjYwOTcgMy45NzE1MSAxMi4xNjE4QzQuNDQxNDIgMTEuNzEzOSA0LjQ0MTQyIDEwLjk4OTIgMy45NzE1MSAxMC41NDEzQzMuNTAyMTYgMTAuMDkyOCAyLjc0MTI4IDEwLjA4ODYgMi4yNzEzOCAxMC41NDEzWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY0OSAzLjc5NDY1QzExLjg0OTMgMy43OTQ2NSAxMi4wNzk5IDMuNTc0ODUgMTIuMDc5OSAzLjMwMzcxQzEyLjA3OTkgMy4wMzI1NyAxMS44NDkzIDIuODEyNzcgMTEuNTY0OSAyLjgxMjc3QzExLjI4MDQgMi44MTI3NyAxMS4wNDk4IDMuMDMyNTcgMTEuMDQ5OCAzLjMwMzcxQzExLjA0OTggMy41NzQ4NSAxMS4yODA0IDMuNzk0NjUgMTEuNTY0OSAzLjc5NDY1WiIgPjwvcGF0aD4KICA8L3N2Zz4=");
	mask-size: 100%;
	background-color: var(--gz-loading-color);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	animation: spin 0.8s infinite linear var(--gz-animation-state);
	transform: none;
}

button.loading:hover, button.loading.added, button.loading:active,
input[type="button"].loading:hover,
input[type="button"].loading.added,
input[type="button"].loading:active,
input[type="reset"].loading:hover,
input[type="reset"].loading.added,
input[type="reset"].loading:active,
input[type="submit"].loading:hover,
input[type="submit"].loading.added,
input[type="submit"].loading:active,
.button.loading:hover,
.button.loading.added,
.button.loading:active {
	--gz-loading-color: var(--gz-button-color-hover);
}

button.loading:after,
input[type="button"].loading:after,
input[type="reset"].loading:after,
input[type="submit"].loading:after,
.button.loading:after {
	display: none;
}

.gz-button {
	font-size: var(--gz-button-font-size);
	background-color: var(--gz-button-bg-color);
	color: var(--gz-button-color);
	border: var(--gz-button-border-width) solid var(--gz-button-border-color);
	padding: var(--gz-button-padding-top) var(--gz-button-padding-right) var(--gz-button-padding-bottom) var(--gz-button-padding-left);
	line-height: var(--gz-button-line-height);
	border-radius: var(--gz-button-rounded);
	font-weight: var(--gz-button-font-weight);
	gap: var(--gz-button-icon-spacing);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: 0.4s;
	cursor: pointer;
	vertical-align: middle;
	letter-spacing: calc(var(--gz-heading-letter-spacing) + 0.01em);
	transition: 0.25s;
}

.gz-button:hover, .gz-button:active {
	color: var(--gz-button-color-hover);
	background-color: var(--gz-button-bg-color-hover);
	border-color: var(--gz-button-border-color-hover);
}

.gz-button:hover:after {
	animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
}

.gz-button.disabled, .gz-button:disabled {
	opacity: 0.3;
	pointer-events: none;
	cursor: not-allowed;
}

.gz-button .glozin-svg-icon {
	font-size: var(--gz-button-icon-size);
}

.gz-button.pswp__button::after {
	display: none;
}

.gz-button.loading {
	--gz-loading-color: var(--gz-button-color);
	--gz-animation-state: running;
	position: relative;
	color: transparent;
	cursor: default;
}

.gz-button.loading::before {
	display: inline-block;
	content: "";
	width: 14px;
	height: 14px;
	mask-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyBpZD0iaWNvbi1sb2FkIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiPgogICAgICA8cGF0aCBkPSJNNy4zNDM5NSAzLjI3NTA0QzguMjkyNzcgMy4yNzUwNCA5LjA2MTkzIDIuNTQxOSA5LjA2MTkzIDEuNjM3NTJDOS4wNjE5MyAwLjczMzE0MyA4LjI5Mjc3IDAgNy4zNDM5NSAwQzYuMzk1MTQgMCA1LjYyNTk4IDAuNzMzMTQzIDUuNjI1OTggMS42Mzc1MkM1LjYyNTk4IDIuNTQxOSA2LjM5NTE0IDMuMjc1MDQgNy4zNDM5NSAzLjI3NTA0WiIgPjwvcGF0aD48cGF0aCBkPSJNNy4zNDQxNSAxNC4wMDAyQzcuOTEzMzggMTQuMDAwMiA4LjM3NDgyIDEzLjU2MDQgOC4zNzQ4MiAxMy4wMTc4QzguMzc0ODIgMTIuNDc1MiA3LjkxMzM4IDEyLjAzNTQgNy4zNDQxNSAxMi4wMzU0QzYuNzc0OTIgMTIuMDM1NCA2LjMxMzQ4IDEyLjQ3NTIgNi4zMTM0OCAxMy4wMTc4QzYuMzEzNDggMTMuNTYwNCA2Ljc3NDkyIDE0LjAwMDIgNy4zNDQxNSAxNC4wMDAyWiIgPjwvcGF0aD48cGF0aCBkPSJNMy4xMjI0NiA0Ljc3NzcxQzMuOTc2NDUgNC43Nzc3MSA0LjY2ODc1IDQuMTE3ODMgNC42Njg3NSAzLjMwMzgzQzQuNjY4NzUgMi40ODk4MyAzLjk3NjQ1IDEuODI5OTYgMy4xMjI0NiAxLjgyOTk2QzIuMjY4NDcgMS44Mjk5NiAxLjU3NjE3IDIuNDg5ODMgMS41NzYxNyAzLjMwMzgzQzEuNTc2MTcgNC4xMTc4MyAyLjI2ODQ3IDQuNzc3NzEgMy4xMjI0NiA0Ljc3NzcxWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY1IDEyLjE2OTJDMTIuMDM5NCAxMi4xNjkyIDEyLjQyNCAxMS44MDI3IDEyLjQyNCAxMS4zNTA1QzEyLjQyNCAxMC44OTgzIDEyLjAzOTQgMTAuNTMxNyAxMS41NjUgMTAuNTMxN0MxMS4wOTA2IDEwLjUzMTcgMTAuNzA2MSAxMC44OTgzIDEwLjcwNjEgMTEuMzUwNUMxMC43MDYxIDExLjgwMjcgMTEuMDkwNiAxMi4xNjkyIDExLjU2NSAxMi4xNjkyWiIgPjwvcGF0aD48cGF0aCBkPSJNMS4zNzQwNSA4LjYzNzc0QzIuMTMyOTEgOC42Mzc3NCAyLjc0ODA5IDguMDUxMzcgMi43NDgwOSA3LjMyODA0QzIuNzQ4MDkgNi42MDQ3MSAyLjEzMjkxIDYuMDE4MzQgMS4zNzQwNSA2LjAxODM0QzAuNjE1MTgyIDYuMDE4MzQgMCA2LjYwNDcxIDAgNy4zMjgwNEMwIDguMDUxMzcgMC42MTUxODIgOC42Mzc3NCAxLjM3NDA1IDguNjM3NzRaIiA+PC9wYXRoPjxwYXRoIGQ9Ik0xMy4zMTM3IDcuOTgxOTNDMTMuNjkzIDcuOTgxOTMgMTQuMDAwNCA3LjY4ODg2IDE0LjAwMDQgNy4zMjczNEMxNC4wMDA0IDYuOTY1ODMgMTMuNjkzIDYuNjcyNzYgMTMuMzEzNyA2LjY3Mjc2QzEyLjkzNDQgNi42NzI3NiAxMi42MjcgNi45NjU4MyAxMi42MjcgNy4zMjczNEMxMi42MjcgNy42ODg4NiAxMi45MzQ0IDcuOTgxOTMgMTMuMzEzNyA3Ljk4MTkzWiIgPjwvcGF0aD48cGF0aCBkPSJNMi4yNzEzOCAxMC41NDEzQzEuODAxNDcgMTAuOTg5MiAxLjgwMTQ3IDExLjcxMzkgMi4yNzEzOCAxMi4xNjE4QzIuNzQwNzMgMTIuNjA5NyAzLjUwMjE2IDEyLjYwOTcgMy45NzE1MSAxMi4xNjE4QzQuNDQxNDIgMTEuNzEzOSA0LjQ0MTQyIDEwLjk4OTIgMy45NzE1MSAxMC41NDEzQzMuNTAyMTYgMTAuMDkyOCAyLjc0MTI4IDEwLjA4ODYgMi4yNzEzOCAxMC41NDEzWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY0OSAzLjc5NDY1QzExLjg0OTMgMy43OTQ2NSAxMi4wNzk5IDMuNTc0ODUgMTIuMDc5OSAzLjMwMzcxQzEyLjA3OTkgMy4wMzI1NyAxMS44NDkzIDIuODEyNzcgMTEuNTY0OSAyLjgxMjc3QzExLjI4MDQgMi44MTI3NyAxMS4wNDk4IDMuMDMyNTcgMTEuMDQ5OCAzLjMwMzcxQzExLjA0OTggMy41NzQ4NSAxMS4yODA0IDMuNzk0NjUgMTEuNTY0OSAzLjc5NDY1WiIgPjwvcGF0aD4KICA8L3N2Zz4=");
	mask-size: 100%;
	background-color: var(--gz-loading-color);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	animation: spin 0.8s infinite linear var(--gz-animation-state);
	transform: none;
}

.gz-button.loading:hover, .gz-button.loading.added, .gz-button.loading:active {
	--gz-loading-color: var(--gz-button-color-hover);
}

.gz-button.loading:after {
	display: none;
}

.gz-button-light {
	--gz-button-bg-color: #ffffff;
	--gz-button-bg-color-hover: #111111;
	--gz-button-color: #111111;
	--gz-button-color-hover: #fff;
	--gz-button-padding-top: 17.5px;
	--gz-button-padding-bottom: 17.5px;
	border: none;
}

.gz-button-primary {
	--gz-button-color: var(--gz-text-color-on-primary);
	--gz-button-color-hover: var(--gz-text-color-on-primary);
	--gz-button-bg-color: var(--gz-color-primary);
	--gz-button-bg-color-hover: var(--gz-color-primary);
	--gz-button-padding-top: 17.5px;
	--gz-button-padding-bottom: 17.5px;
	border: none;
}

.gz-button-outline {
	--gz-button-color: #111111;
	--gz-button-color-hover: #111111;
	--gz-button-bg-color: transparent;
	--gz-button-bg-color-hover: transparent;
	--gz-button-border-color: var(--gz-border-color);
	--gz-button-border-color-hover: #111111;
}

.gz-button-hover-dark:hover {
	--gz-button-bg-color-hover: var(--gz-color-dark);
	--gz-button-border-color-hover: var(--gz-color-dark);
	--gz-button-color-hover: #ffffff;
}

.gz-button-outline-dark {
	--gz-button-color: #111111;
	--gz-button-color-hover: #ffffff;
	--gz-button-bg-color: #ffffff;
	--gz-button-border-color: #111111;
}

.gz-button-outline-dark.loading:hover {
	--gz-loading-color: #fff;
}

.gz-button-subtle {
	--gz-button-color: #111111;
	--gz-button-color-hover: var(--gz-button-color);
	--gz-button-bg-color: transparent;
	--gz-button-bg-color-hover: transparent;
	--gz-button-padding-top: 0;
	--gz-button-padding-right: 0;
	--gz-button-padding-bottom: 3px;
	--gz-button-padding-left: 0;
	--gz-button-rounded: 0;
	--gz-button-border-color: currentColor;
	--gz-button-border-color-hover: currentColor;
	--transform-origin-end: right;
	--transform-origin-start: left;
	border: none;
	position: relative;
}

.gz-button-subtle:before {
	display: none;
}

.gz-button-subtle:after {
	content: "";
	width: 100%;
	height: var(--gz-button-border-width);
	background: var(--gz-button-border-color);
	position: absolute;
	inset-inline-start: 0;
	bottom: 0;
	transform: scaleX(1);
	transform-origin: var(--transform-origin-end);
}

.gz-button-subtle:hover:after {
	background: var(--gz-button-border-color-hover);
	transform: scaleX(1);
	transform-origin: var(--transform-origin-start);
	animation: text-underlined 0.8s cubic-bezier(0.01, 0.56, 1, 1);
}

.gz-button-text {
	--gz-button-color: #111111;
	--gz-button-color-hover: var(--gz-color-primary);
	--gz-button-bg-color: transparent;
	--gz-button-bg-color-hover: transparent;
	--gz-button-padding-top: 0;
	--gz-button-padding-right: 0;
	--gz-button-padding-bottom: 0;
	--gz-button-padding-left: 0;
	--gz-button-rounded: 0;
	--transform-origin-end: right;
	--transform-origin-start: left;
	border: none;
}

.gz-button-icon {
	--gz-button-width: 40px;
	--gz-button-height: 40px;
	--gz-button-font-size: 13px;
	--gz-button-icon-size: var(--gz-button-font-size);
	padding: 0;
	width: var(--gz-button-width);
	height: var(--gz-button-height);
}

.gz-button-icon .glozin-button-text {
	display: none;
}

.gz-button-icon .glozin-svg-icon {
	padding-bottom: 0;
}

.gz-button-icon-light {
	--gz-button-width: 40px;
	--gz-button-height: 40px;
	--gz-button-font-size: 13px;
	--gz-button-icon-size: var(--gz-button-font-size);
	padding: 0;
	width: var(--gz-button-width);
	height: var(--gz-button-height);
	--gz-button-color: var(--gz-color-light);
	--gz-button-bg-color: var(--gz-color-dark);
	--gz-button-hover-bg-color: var(--gz-color-dark);
	--gz-button-hover-color: var(--gz-color-light);
}

.gz-button-icon-light .glozin-button-text {
	display: none;
}

.gz-button-icon-light .glozin-svg-icon {
	padding-bottom: 0;
}

.gz-button-no-icon .glozin-svg-icon,
.gz-button-no-icon .glozin-svg-icon-original {
	display: none;
}

.gz-button-round {
	--gz-button-rounded: 10px;
}

.gz-button-circle {
	--gz-button-rounded: 30px;
}

.gz-button-icon-hover {
	--gz-button-icon-size: 9px;
	gap: 0;
}

.gz-button-icon-hover .glozin-button-text + .glozin-svg-icon,
.gz-button-icon-hover .glozin-svg-icon {
	transition: transform .3s, width .3s;
	transform: scale(0);
	width: 0;
	margin: 0;
}

.gz-button-icon-hover:hover {
	gap: var(--gz-button-icon-spacing);
}

.gz-button-icon-hover:hover .glozin-svg-icon {
	transform: scale(1);
	width: var(--gz-button-icon-size);
}

@media (min-width: 1025px) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
	body:not(.button-eff-hover-disabled) .gz-button-hover-effect:not(.loading) {
		position: relative;
		overflow: hidden;
		z-index: 1;
	}
	body:not(.button-eff-hover-disabled) .gz-button-hover-effect:not(.loading):after, body:not(.button-eff-hover-disabled) .gz-button-hover-effect:not(.loading):before {
		content: '';
		z-index: -1;
		transition: transform 0.4s cubic-bezier(0.75, 0, 0.125, 1);
		position: absolute;
		top: -5px;
		bottom: -5px;
		left: -5px;
		right: -5px;
		transform: translate(-100%);
	}
	body:not(.button-eff-hover-disabled) .gz-button-hover-effect:not(.loading):before {
		background-color: var(--gz-button-eff-bg-color-hover);
	}
	body:not(.button-eff-hover-disabled) .gz-button-hover-effect:not(.loading):after {
		background-color: var(--gz-button-bg-color-hover);
	}
	body:not(.button-eff-hover-disabled) .gz-button-hover-effect:not(.loading):hover:before {
		transform: translate(0);
	}
	body:not(.button-eff-hover-disabled) .gz-button-hover-effect:not(.loading):hover:after {
		transform: translate(0);
		transition-delay: 0.175s;
	}
}

/* Swiper
--------------------------------------------- */
.swiper {
	--gz-swiper-items-space: 30px;
	--gz-swiper-items-space-tablet: 30px;
	--gz-swiper-items-space-mobile: 15px;
	--gz-swiper-auto-width: 0%;
	--gz-swiper-auto-width-tablet: 0%;
	--gz-swiper-auto-width-mobile: 0%;
	--gz-swiper-auto-fluid-end: 0px;
	--gz-swiper-auto-fluid-end-mobile: 0px;
	--gz-swiper-auto-fluid-end-tablet: 0px;
	--gz-swiper-items-row-space: 30px;
	--gz-swiper-items-row-space-tablet: 30px;
	--gz-swiper-items-row-space-mobile: 0px;
}

.swiper .swiper-button {
	--gz-arrow-font-size: 10px;
	--gz-arrow-color: #111111;
	--gz-arrow-bg-color: #ffffff;
	--gz-arrow-border-color: #ebebeb;
	--gz-arrow-color-hover: #ffffff;
	--gz-arrow-bg-color-hover: #111111;
	--gz-arrow-border-color-hover: var(--gz-arrow-bg-color-hover);
	--gz-arrow-rounded: 50%;
	--gz-arrow-font-weight: 400;
	--gz-arrow-top: 50%;
	font-size: var(--gz-arrow-font-size);
	background-color: var(--gz-arrow-bg-color);
	color: var(--gz-arrow-color);
	border: 1px solid var(--gz-arrow-border-color);
	border-radius: var(--gz-arrow-rounded);
	font-weight: var(--gz-arrow-font-weight);
	width: var(--gz-arrow-width, calc( 50 / 16 * 1rem));
	height: var(--gz-arrow-height, calc( 50 / 16 * 1rem));
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	transition: 0.4s;
	cursor: pointer;
	position: absolute;
	top: var(--gz-arrow-top);
	transform: translateY(-50%);
	margin-top: 0;
	z-index: 1;
	overflow: hidden;
	transition: 0.4s;
}

.swiper .swiper-button:hover {
	color: var(--gz-arrow-color-hover);
	background-color: var(--gz-arrow-bg-color-hover);
	border-color: var(--gz-arrow-border-color-hover);
}

.swiper .swiper-button:after {
	display: none;
}

.swiper .swiper-button.swiper-button-disabled {
	opacity: 0;
	pointer-events: auto;
}

.swiper .swiper-button.swiper-button-lock {
	display: none;
}

.swiper > .swiper-button,
.swiper > .swiper-arrows .swiper-button {
	opacity: 0;
	transition: 0.4s;
}

.swiper:hover > .swiper-button,
.swiper:hover > .swiper-arrows .swiper-button {
	opacity: 1;
}

.swiper:hover > .swiper-button.swiper-button-prev,
.swiper:hover > .swiper-arrows .swiper-button.swiper-button-prev {
	margin-inline-start: 10px;
}

.swiper:hover > .swiper-button.swiper-button-next,
.swiper:hover > .swiper-arrows .swiper-button.swiper-button-next {
	margin-inline-end: 10px;
}

.swiper:hover > .swiper-button.swiper-button-disabled,
.swiper:hover > .swiper-arrows .swiper-button.swiper-button-disabled {
	opacity: 0.75;
}

.swiper .swiper-button-text {
	--gz-arrow-font-size: 10px;
	--gz-arrow-width: 30px;
	--gz-arrow-height: 30px;
	--gz-arrow-top: 50%;
	--gz-arrow-color: var(--gz-color-base);
	--gz-arrow-color-hover: var(--gz-color-dark);
	font-size: var(--gz-arrow-font-size);
	color: var(--gz-arrow-color);
	background-color: var(--gz-arrow-bg-color);
	width: var(--gz-arrow-width, clamp(calc(35 / 16* 1rem), 5vw, calc(50 / 16* 1rem)));
	height: var(--gz-arrow-height, clamp(calc(35 / 16* 1rem), 5vw, calc(50 / 16* 1rem)));
	cursor: pointer;
	margin-top: 0;
	top: var(--gz-arrow-top);
	transform: translateY(-50%);
	transition: 0.4s;
}

.swiper .swiper-button-text:after {
	display: none;
}

.swiper .swiper-button-text:hover {
	color: var(--gz-arrow-color-hover);
	background-color: var(--gz-arrow-bg-color-hover);
}

.swiper .swiper-pagination-bullets {
	--swiper-pagination-bullet-width: calc(25 / 16 * 1rem);
	--swiper-pagination-bullet-height: calc(25 / 16 * 1rem);
	--swiper-pagination-bullet-border-radius: 50%;
	--swiper-pagination-color: transparent;
	--swiper-pagination-bullet-inactive-color: transparent;
	--swiper-pagination-bullet-horizontal-gap: 0;
	--swiper-pagination-bullet-inactive-opacity: 1;
	--swiper-pagination-border-color: #111111;
	--swiper-pagination-dot-width: calc(5 / 16 * 1rem);
	--swiper-pagination-dot-height: calc(5 / 16 * 1rem);
	--swiper-pagination-dot-color: #111111;
	position: static;
	margin-top: var(--gz-swiper-pagination-spacing);
	pointer-events: none;
	justify-content: center;
}

.swiper .swiper-pagination-bullets .swiper-pagination-bullet {
	position: relative;
	pointer-events: auto;
}

.swiper .swiper-pagination-bullets .swiper-pagination-bullet::before, .swiper .swiper-pagination-bullets .swiper-pagination-bullet::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: var(--swiper-pagination-bullet-border-radius);
	transition: var(--gz-transition);
}

.swiper .swiper-pagination-bullets .swiper-pagination-bullet::before {
	border: 1px solid var(--swiper-pagination-border-color);
	opacity: 0;
	transform: scale(0.3);
}

.swiper .swiper-pagination-bullets .swiper-pagination-bullet::after {
	display: inline-block;
	width: var(--swiper-pagination-dot-width);
	height: var(--swiper-pagination-dot-height);
	background-color: var(--swiper-pagination-dot-color);
	opacity: 0.4;
	margin: auto;
}

.swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before, .swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	opacity: 1;
}

.swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	transform: scale(1);
}

.swiper .swiper-pagination-bullets--small {
	--swiper-pagination-bullet-width: 1rem;
	--swiper-pagination-bullet-height: 1rem;
	--swiper-pagination-bullet-horizontal-gap: 3px;
	--swiper-pagination-dot-width: calc(4 / 16* 1rem);
	--swiper-pagination-dot-height: calc(4 / 16* 1rem);
}

.swiper .swiper-pagination {
	display: none;
}

.swiper .swiper-progressbar {
	position: relative;
	margin-top: 20px;
	width: 100%;
	height: 4px;
	background-color: rgba(0, 0, 0, 0.2);
}

.swiper .swiper-pagination-progressbar-fill {
	background-color: var(--gz-color-dark);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform-origin: left top;
}

.swiper:not(.swiper-initialized) .swiper-button,
.swiper:not(.swiper-initialized) .swiper-pagination {
	display: none;
}

.swiper ul.products {
	display: flex;
}

.swiper ul.products li.product {
	flex-shrink: 0;
	margin: 0;
}

.swiper:not(.custom-space-between) ul.products {
	margin: 0;
}

.swiper:not(.custom-space-between) ul.products li.product {
	padding: 0;
}

.swiper:not(.swiper-grid) ul.products {
	flex-wrap: nowrap;
}

@media (min-width: 1025px) {
	.swiper:not(.swiper-initialized)[data-desktop='2'] .swiper-slide,
	.swiper:not(.swiper-initialized)[data-desktop='2'] li.product {
		width: calc( 50% - ( ( var(--gz-swiper-items-space) * ( 2 - 1 ) ) / 2 ));
		margin-inline-end: var(--gz-swiper-items-space);
	}
	.swiper:not(.swiper-initialized)[data-desktop='3'] .swiper-slide,
	.swiper:not(.swiper-initialized)[data-desktop='3'] li.product {
		width: calc( 33.33% - ( ( var(--gz-swiper-items-space) * ( 3 - 1 ) ) / 3 ));
		margin-inline-end: var(--gz-swiper-items-space);
	}
	.swiper:not(.swiper-initialized)[data-desktop='4'] .swiper-slide,
	.swiper:not(.swiper-initialized)[data-desktop='4'] li.product {
		width: calc( 25% - ( ( var(--gz-swiper-items-space) * ( 4 - 1 ) ) / 4 ));
		margin-inline-end: var(--gz-swiper-items-space);
	}
	.swiper:not(.swiper-initialized)[data-desktop='5'] .swiper-slide,
	.swiper:not(.swiper-initialized)[data-desktop='5'] li.product {
		width: calc( 20% - ( ( var(--gz-swiper-items-space) * ( 5 - 1 ) ) / 5 ));
		margin-inline-end: var(--gz-swiper-items-space);
	}
	.swiper:not(.swiper-initialized)[data-desktop='6'] .swiper-slide,
	.swiper:not(.swiper-initialized)[data-desktop='6'] li.product {
		width: calc( 16.66% - ( ( var(--gz-swiper-items-space) * ( 6 - 1 ) ) / 6 ));
		margin-inline-end: var(--gz-swiper-items-space);
	}
	.swiper:not(.swiper-initialized)[data-desktop='7'] .swiper-slide,
	.swiper:not(.swiper-initialized)[data-desktop='7'] li.product {
		width: calc( 14.28% - ( ( var(--gz-swiper-items-space) * ( 7 - 1 ) ) / 7 ));
		margin-inline-end: var(--gz-swiper-items-space);
	}
	.swiper:not(.swiper-initialized)[data-desktop='8'] .swiper-slide,
	.swiper:not(.swiper-initialized)[data-desktop='8'] li.product {
		width: calc( 12.5% - ( ( var(--gz-swiper-items-space) * ( 8 - 1 ) ) / 8 ));
		margin-inline-end: var(--gz-swiper-items-space);
	}
	.swiper:not(.swiper-initialized)[data-desktop='9'] .swiper-slide,
	.swiper:not(.swiper-initialized)[data-desktop='9'] li.product {
		width: calc( 11.11% - ( ( var(--gz-swiper-items-space) * ( 9 - 1 ) ) / 9 ));
		margin-inline-end: var(--gz-swiper-items-space);
	}
	.swiper:not(.swiper-initialized)[data-desktop='10'] .swiper-slide,
	.swiper:not(.swiper-initialized)[data-desktop='10'] li.product {
		width: calc( 10% - ( ( var(--gz-swiper-items-space) * ( 10 - 1 ) ) / 10 ));
		margin-inline-end: var(--gz-swiper-items-space);
	}
	.swiper.reveal-on-scroll {
		overflow: visible;
	}
	.swiper.custom-space-between .swiper-wrapper {
		margin-inline-start: calc( ( var(--gz-swiper-items-space) / 2 ) * -1);
		margin-inline-end: calc( ( var(--gz-swiper-items-space) / 2 ) * -1);
		row-gap: var(--gz-swiper-items-row-space);
	}
	.swiper.custom-space-between .swiper-wrapper .swiper-slide {
		padding-inline-start: calc( var(--gz-swiper-items-space) / 2);
		padding-inline-end: calc( var(--gz-swiper-items-space) / 2);
	}
	.navigation-class-dots .swiper-pagination,
	.navigation-class-both .swiper-pagination {
		display: flex;
	}
	.navigation-class-dots .swiper-button,
	.navigation-class-none .swiper-button {
		display: none;
	}
	.swiper-reveal-on-scroll-yes .swiper {
		overflow: visible;
	}
}

@media (max-width: 1024px) {
	.swiper-pagination {
		display: flex;
	}
	.navigation-class--tabletarrows .swiper-button,
	.navigation-class--tabletboth .swiper-button {
		display: inline-flex;
	}
	.navigation-class--tabletdots .swiper-pagination,
	.navigation-class--tabletboth .swiper-pagination {
		display: flex;
	}
	.navigation-class--tabletarrows .swiper-pagination,
	.navigation-class--tabletnone .swiper-pagination {
		display: none;
	}
	.navigation-class--tabletdots .swiper-button,
	.navigation-class--tabletnone .swiper-button {
		display: none;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	.swiper:not(.swiper-initialized)[data-tablet='2'] .swiper-slide,
	.swiper:not(.swiper-initialized)[data-tablet='2'] li.product {
		width: calc( 50% - ( ( var(--gz-swiper-items-space-tablet) * ( 2 - 1 ) ) / 2 ));
		margin-inline-end: var(--gz-swiper-items-space-tablet);
	}
	.swiper:not(.swiper-initialized)[data-tablet='3'] .swiper-slide,
	.swiper:not(.swiper-initialized)[data-tablet='3'] li.product {
		width: calc( 33.33% - ( ( var(--gz-swiper-items-space-tablet) * ( 3 - 1 ) ) / 3 ));
		margin-inline-end: var(--gz-swiper-items-space-tablet);
	}
	.swiper:not(.swiper-initialized)[data-tablet='4'] .swiper-slide,
	.swiper:not(.swiper-initialized)[data-tablet='4'] li.product {
		width: calc( 25% - ( ( var(--gz-swiper-items-space-tablet) * ( 4 - 1 ) ) / 4 ));
		margin-inline-end: var(--gz-swiper-items-space-tablet);
	}
	.swiper:not(.swiper-initialized)[data-tablet='5'] .swiper-slide,
	.swiper:not(.swiper-initialized)[data-tablet='5'] li.product {
		width: calc( 20% - ( ( var(--gz-swiper-items-space-tablet) * ( 5 - 1 ) ) / 5 ));
		margin-inline-end: var(--gz-swiper-items-space-tablet);
	}
	.swiper:not(.swiper-initialized)[data-tablet='6'] .swiper-slide,
	.swiper:not(.swiper-initialized)[data-tablet='6'] li.product {
		width: calc( 16.66% - ( ( var(--gz-swiper-items-space-tablet) * ( 6 - 1 ) ) / 6 ));
		margin-inline-end: var(--gz-swiper-items-space-tablet);
	}
	.swiper:not(.swiper-initialized)[data-tablet='7'] .swiper-slide,
	.swiper:not(.swiper-initialized)[data-tablet='7'] li.product {
		width: calc( 14.28% - ( ( var(--gz-swiper-items-space-tablet) * ( 7 - 1 ) ) / 7 ));
		margin-inline-end: var(--gz-swiper-items-space-tablet);
	}
	.swiper:not(.swiper-initialized)[data-tablet='8'] .swiper-slide,
	.swiper:not(.swiper-initialized)[data-tablet='8'] li.product {
		width: calc( 12.5% - ( ( var(--gz-swiper-items-space-tablet) * ( 8 - 1 ) ) / 8 ));
		margin-inline-end: var(--gz-swiper-items-space-tablet);
	}
	.swiper:not(.swiper-initialized)[data-tablet='9'] .swiper-slide,
	.swiper:not(.swiper-initialized)[data-tablet='9'] li.product {
		width: calc( 11.11% - ( ( var(--gz-swiper-items-space-tablet) * ( 9 - 1 ) ) / 9 ));
		margin-inline-end: var(--gz-swiper-items-space-tablet);
	}
	.swiper:not(.swiper-initialized)[data-tablet='10'] .swiper-slide,
	.swiper:not(.swiper-initialized)[data-tablet='10'] li.product {
		width: calc( 10% - ( ( var(--gz-swiper-items-space-tablet) * ( 10 - 1 ) ) / 10 ));
		margin-inline-end: var(--gz-swiper-items-space-tablet);
	}
	.swiper.custom-space-between .swiper-wrapper {
		margin-inline-start: calc( ( var(--gz-swiper-items-space-tablet) / 2 ) * -1);
		margin-inline-end: calc( ( var(--gz-swiper-items-space-tablet) / 2 ) * -1);
		row-gap: var(--gz-swiper-items-row-space-tablet);
	}
	.swiper.custom-space-between .swiper-wrapper .swiper-slide {
		padding-inline-start: calc( var(--gz-swiper-items-space-tablet) / 2);
		padding-inline-end: calc( var(--gz-swiper-items-space-tablet) / 2);
	}
}

@media (max-width: 767px) {
	.swiper:not(.swiper-initialized)[data-mobile='1'] .swiper-slide,
	.swiper:not(.swiper-initialized)[data-mobile='1'] li.product {
		width: calc( 100% - ( ( var(--gz-swiper-items-space-mobile) * ( 1 - 1 ) ) / 1 ));
		margin-inline-end: var(--gz-swiper-items-space-mobile);
	}
	.swiper:not(.swiper-initialized)[data-mobile='2'] .swiper-slide,
	.swiper:not(.swiper-initialized)[data-mobile='2'] li.product {
		width: calc( 50% - ( ( var(--gz-swiper-items-space-mobile) * ( 2 - 1 ) ) / 2 ));
		margin-inline-end: var(--gz-swiper-items-space-mobile);
	}
	.swiper:not(.swiper-initialized)[data-mobile='3'] .swiper-slide,
	.swiper:not(.swiper-initialized)[data-mobile='3'] li.product {
		width: calc( 33.33% - ( ( var(--gz-swiper-items-space-mobile) * ( 3 - 1 ) ) / 3 ));
		margin-inline-end: var(--gz-swiper-items-space-mobile);
	}
	.swiper:not(.swiper-initialized)[data-mobile='4'] .swiper-slide,
	.swiper:not(.swiper-initialized)[data-mobile='4'] li.product {
		width: calc( 25% - ( ( var(--gz-swiper-items-space-mobile) * ( 4 - 1 ) ) / 4 ));
		margin-inline-end: var(--gz-swiper-items-space-mobile);
	}
	.swiper:not(.swiper-initialized)[data-mobile='5'] .swiper-slide,
	.swiper:not(.swiper-initialized)[data-mobile='5'] li.product {
		width: calc( 20% - ( ( var(--gz-swiper-items-space-mobile) * ( 5 - 1 ) ) / 5 ));
		margin-inline-end: var(--gz-swiper-items-space-mobile);
	}
	.swiper:not(.swiper-initialized)[data-mobile='6'] .swiper-slide,
	.swiper:not(.swiper-initialized)[data-mobile='6'] li.product {
		width: calc( 16.66% - ( ( var(--gz-swiper-items-space-mobile) * ( 6 - 1 ) ) / 6 ));
		margin-inline-end: var(--gz-swiper-items-space-mobile);
	}
	.swiper:not(.swiper-initialized)[data-mobile='7'] .swiper-slide,
	.swiper:not(.swiper-initialized)[data-mobile='7'] li.product {
		width: calc( 14.28% - ( ( var(--gz-swiper-items-space-mobile) * ( 7 - 1 ) ) / 7 ));
		margin-inline-end: var(--gz-swiper-items-space-mobile);
	}
	.swiper:not(.swiper-initialized)[data-mobile='8'] .swiper-slide,
	.swiper:not(.swiper-initialized)[data-mobile='8'] li.product {
		width: calc( 12.5% - ( ( var(--gz-swiper-items-space-mobile) * ( 8 - 1 ) ) / 8 ));
		margin-inline-end: var(--gz-swiper-items-space-mobile);
	}
	.swiper:not(.swiper-initialized)[data-mobile='9'] .swiper-slide,
	.swiper:not(.swiper-initialized)[data-mobile='9'] li.product {
		width: calc( 11.11% - ( ( var(--gz-swiper-items-space-mobile) * ( 9 - 1 ) ) / 9 ));
		margin-inline-end: var(--gz-swiper-items-space-mobile);
	}
	.swiper:not(.swiper-initialized)[data-mobile='10'] .swiper-slide,
	.swiper:not(.swiper-initialized)[data-mobile='10'] li.product {
		width: calc( 10% - ( ( var(--gz-swiper-items-space-mobile) * ( 10 - 1 ) ) / 10 ));
		margin-inline-end: var(--gz-swiper-items-space-mobile);
	}
	.swiper:not(.swiper-initialized)[data-mobile='1'] .swiper-slide {
		width: calc(100vw - ( var(--gz-swiper-items-space-mobile) * 2 ));
	}
	.swiper.custom-space-between .swiper-wrapper {
		margin-inline-start: calc( ( var(--gz-swiper-items-space-mobile) / 2 ) * -1);
		margin-inline-end: calc( ( var(--gz-swiper-items-space-mobile) / 2 ) * -1);
		row-gap: var(--gz-swiper-items-row-space-mobile);
	}
	.swiper.custom-space-between .swiper-wrapper .swiper-slide {
		padding-inline-start: calc( var(--gz-swiper-items-space-mobile) / 2);
		padding-inline-end: calc( var(--gz-swiper-items-space-mobile) / 2);
	}
	.swiper:not(.no-space-end).slides-per-view-auto--mobile {
		margin-inline-end: calc( var(--gz-swiper-items-space-mobile) * -1);
	}
	.slides-per-view-auto--mobile > .swiper:not(.no-space-end) {
		margin-inline-end: calc( var(--gz-swiper-items-space-mobile) * -1);
	}
	.swiper-pagination {
		display: flex;
	}
	.navigation-class--mobilearrows .swiper-pagination,
	.navigation-class--mobilenone .swiper-pagination {
		display: none;
	}
	.navigation-class--mobiledots .swiper-button,
	.navigation-class--mobilenone .swiper-button {
		display: none;
	}
	.navigation-class--mobilearrows .swiper-button,
	.navigation-class--mobileboth .swiper-button {
		display: inline-flex;
	}
	.navigation-class--mobiledots .swiper-pagination,
	.navigation-class--mobileboth .swiper-pagination {
		display: flex;
	}
	.swiper .swiper-pagination-bullets:not(.swiper-pagination-bullets--small) {
		--swiper-pagination-bullet-width: calc(19 / 16 * 1rem);
		--swiper-pagination-bullet-height: calc(19 / 16 * 1rem);
	}
	.glozin-carousel--elementor {
		--gz-swiper-pagination-spacing: 20px;
	}
}

/*  Layout
--------------------------------------------- */
:where(.container, .container-xxl, .container-fluid) {
	padding-left: var(--gz-gutter-x, 15px);
	padding-right: var(--gz-gutter-x, 15px);
	margin-inline: auto;
	width: 100%;
}

@media (min-width: 1025px) {
	.container {
		max-width: calc(var(--gz-container-width) + var(--gz-gutter-x)* 2);
	}
	.container-xxl {
		max-width: calc(var(--gz-container-xxl-width) + var(--gz-gutter-x) * 2);
	}
	.container,
	.container-xxl,
	.container-fluid {
		--gz-gutter-x: 30px;
	}
}

.site-content {
	padding-top: 3.375rem;
	padding-bottom: 5.625rem;
}

.gz-row {
	display: flex;
	flex-wrap: wrap;
	margin-inline-start: calc(var(--gz-col-gap) * -1);
	margin-inline-end: calc(var(--gz-col-gap) * -1);
}

.gz-col {
	min-height: 1px;
	padding-left: var(--gz-col-gap);
	padding-right: var(--gz-col-gap);
}

.grid-cols {
	grid-template-columns: repeat(var(--grid-col), calc( (100% - var(--grid-gap, 0px) * calc( var(--grid-col) - 1) ) / var(--grid-col)));
}

.gz-col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.gz-col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.gz-col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.gz-col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.gz-col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.gz-col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.gz-col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.gz-col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.gz-col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.gz-col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.gz-col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.gz-col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.gz-col-1-5 {
	flex: 0 0 20%;
	max-width: 20%;
}

@media (min-width: 768px) {
	.gz-col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.gz-col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.gz-col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.gz-col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.gz-col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.gz-col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.gz-col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.gz-col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.gz-col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.gz-col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.gz-col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.gz-col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.gz-col-md-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 992px) {
	.gz-col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.gz-col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.gz-col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.gz-col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.gz-col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.gz-col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.gz-col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.gz-col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.gz-col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.gz-col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.gz-col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.gz-col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.gz-col-lg-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 1025px) {
	.gz-col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.gz-col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.gz-col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.gz-col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.gz-col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.gz-col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.gz-col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.gz-col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.gz-col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.gz-col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.gz-col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.gz-col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.gz-col-xl-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.gz-row-cols-2 > * {
		width: 50%;
	}
}

@media (min-width: 1200px) {
	.gz-col-xxl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

/* Helpers
--------------------------------------------- */
.d-block {
	display: block;
}

.d-inline-block {
	display: inline-block;
}

.d-none {
	display: none;
}

.d-flex {
	display: flex;
}

.d-inline-flex {
	display: inline-flex;
}

.d-grid {
	display: grid;
}

@media (min-width: 1200px) {
	.d-block-xxl {
		display: block;
	}
}

@media (min-width: 1025px) {
	.d-flex-xl {
		display: flex;
	}
	.d-inline-flex-xl {
		display: inline-flex;
	}
	.d-block-xl {
		display: block;
	}
	.d-none-xl {
		display: none;
	}
}

@media (min-width: 992px) {
	.d-block-lg {
		display: block;
	}
}

@media (min-width: 768px) {
	.d-flex-md {
		display: flex;
	}
	.d-none-md {
		display: none;
	}
	.d-block-md {
		display: block;
	}
	.d-inline-block-md {
		display: inline-block;
	}
	.d-table-row-md {
		display: table-row;
	}
	.d-table-cell-md {
		display: table-cell;
	}
}

.text-left {
	text-align: start;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: end;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.clear-both {
	clear: both;
}

.last-0:last-child, .last-0:last-of-type {
	margin: 0;
	padding: 0;
	border: 0;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-nowrap {
	flex-wrap: nowrap;
}

.flex-column {
	flex-direction: column;
}

.align-items-start {
	align-items: flex-start;
}

.align-items-center {
	align-items: center;
}

.align-items-end {
	align-items: flex-end;
}

.align-items-stretch {
	align-items: stretch;
}

.align-self-start {
	align-self: flex-start;
}

.align-self-stretch {
	align-self: stretch;
}

.justify-content-start {
	justify-content: flex-start;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-end {
	justify-content: flex-end;
}

.justify-content-between {
	justify-content: space-between;
}

.justify-self-end {
	justify-self: flex-end;
}

.flex-grow-1 {
	flex-grow: 1;
}

.flex-grow-0 {
	flex-grow: 0;
}

.flex-shrink-0 {
	flex-shrink: 0;
}

.flex-shrink-1 {
	flex-shrink: 1;
}

.flex-1 {
	flex: 1 1 0%;
}

.gap-0 {
	gap: 0;
}

.gap-3 {
	gap: 0.1875rem;
}

.gap-5 {
	gap: 0.3125rem;
}

.gap-7 {
	gap: 0.4375rem;
}

.gap-9 {
	gap: 0.5625rem;
}

.gap-10 {
	gap: 0.625rem;
}

.gap-15 {
	gap: 0.9375rem;
}

.gap-20 {
	gap: 1.25rem;
}

.gap-24 {
	gap: 1.5rem;
}

.gap-25 {
	gap: 1.5625rem;
}

.gap-30 {
	gap: 1.875rem;
}

.gap-40 {
	gap: 2.5rem;
}

.gap-60 {
	gap: 3.75rem;
}

.gap-custom {
	gap: var(--grid-gap);
}

.column-gap-5 {
	column-gap: 0.3125rem;
}

.column-gap-20 {
	column-gap: 1.25rem;
}

.column-gap-30 {
	column-gap: 1.875rem;
}

.column-gap-60 {
	column-gap: 3.75rem;
}

.row-gap-3 {
	row-gap: 0.1875rem;
}

.row-gap-15 {
	row-gap: 0.9375rem;
}

.row-gap-20 {
	row-gap: 1.25rem;
}

.row-gap-40 {
	row-gap: 2.5rem;
}

.column-custom {
	flex: 0 0 auto;
	width: var(--col-width, 50%);
}

.column-custom-remaining {
	flex: 0 0 calc(100% - var(--col-width, 50%) - var(--col-gap));
	width: calc(100% - var(--col-width, 50%) - var(--col-gap));
}

@media (min-width: 768px) {
	.flex-md-row {
		flex-direction: row;
	}
	.flex-md-row-reverse {
		flex-direction: row-reverse;
	}
	.align-items-md-center {
		align-items: center;
	}
	.flex-wrap-md {
		flex-wrap: wrap;
	}
	.flex-nowrap-md {
		flex-wrap: nowrap;
	}
	.gap-md-20 {
		gap: 1.25rem;
	}
	.gap-md-30 {
		gap: 1.875rem;
	}
	.column-md-custom {
		flex: 0 0 auto;
		width: var(--col-width, 50%);
	}
	.column-md-custom-remaining {
		flex: 0 0 calc(100% - var(--col-width) - var(--col-gap));
		width: calc(100% - var(--col-width) - var(--col-gap));
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		flex-direction: row;
	}
	.align-items-lg-start {
		align-items: flex-start;
	}
	.align-items-lg-center {
		align-items: center;
	}
	.align-items-lg-stretch {
		align-items: stretch;
	}
	.justify-content-lg-start {
		justify-content: flex-start;
	}
	.flex-nowrap-lg {
		flex-wrap: nowrap;
	}
	.gap-lg-0 {
		gap: 0;
	}
}

@media (min-width: 1025px) {
	.flex-xl-row {
		flex-direction: row;
	}
	.gap-xl-40 {
		gap: 2.5rem;
	}
	.gap-xl-60 {
		gap: 3.75rem;
	}
	.gap-xl-10 {
		gap: 0.625rem;
	}
	.justify-content-xl-center {
		justify-content: center;
	}
	.column-xl-custom {
		flex: 0 0 auto;
		width: var(--col-width, 50%);
	}
	.column-xl-custom-remaining {
		flex: 0 0 calc(100% - var(--col-width) - var(--col-gap));
		width: calc(100% - var(--col-width) - var(--col-gap));
	}
}

.fw-inherit {
	font-weight: inherit;
}

.fw-normal {
	font-weight: 400;
}

.fw-medium {
	font-weight: 500;
}

.fw-semibold {
	font-weight: 600;
}

.fw-bold {
	font-weight: 700;
}

.fst-normal {
	font-style: normal;
}

.fs-inherit {
	font-size: inherit;
}

.fs-9 {
	font-size: 0.5625rem;
}

.fs-10 {
	font-size: 0.625rem;
}

.fs-11 {
	font-size: 0.6875rem;
}

.fs-12 {
	font-size: 0.75rem;
}

.fs-13 {
	font-size: 0.8125rem;
}

.fs-14 {
	font-size: 0.875rem;
}

.fs-15 {
	font-size: 0.9375rem;
}

.fs-16 {
	font-size: 1rem;
}

.fs-18 {
	font-size: 1.125rem;
}

.fs-20 {
	font-size: 1.25rem;
}

.fs-22 {
	font-size: 1.375rem;
}

.fs-24 {
	font-size: 1.5rem;
}

.fs-28 {
	font-size: 1.75rem;
}

.fs-30 {
	font-size: 1.875rem;
}

.fs-32 {
	font-size: 2rem;
}

.fs-36 {
	font-size: 2.25rem;
}

.fs-40 {
	font-size: 2.5rem;
}

.fs-60 {
	font-size: 3.75rem;
}

@media (min-width: 768px) {
	.fs-24-md {
		font-size: 1.5rem;
	}
}

.text-inherit {
	color: inherit;
}

.text-base {
	color: var(--gz-color-base);
}

.text-dark {
	color: var(--gz-color-dark);
}

.text-light {
	color: var(--gz-color-light);
}

.text-primary {
	color: var(--gz-color-primary);
}

.text-gray {
	color: var(--gz-color-grey);
}

.text-dark-grey {
	color: var(--gz-color-dark-grey);
}

.text-hover-color:hover {
	color: var(--gz-color-dark);
}

.text-on-primary {
	color: var(--gz-text-color-on-primary);
}

.border-none {
	border: none;
}

.border {
	border: 1px solid var(--gz-border-color);
}

.border-top {
	border-top: 1px solid var(--gz-border-color);
}

.border-start {
	border-inline-start: 1px solid var(--gz-border-color);
}

.border-bottom {
	border-bottom: 1px solid var(--gz-border-color);
}

.border-end {
	border-inline-end: 1px solid var(--gz-border-color);
}

.border-dashed {
	border: 1px dashed var(--gz-border-color);
}

.border-top-dashed {
	border-top: 1px dashed var(--gz-border-color);
}

.border-bottom-dashed {
	border-bottom: 1px dashed var(--gz-border-color);
}

.border-end-dashed {
	border-inline-end: 1px dashed var(--gz-border-color);
}

.border-last-0:last-child, .border-last-0:last-of-type {
	border: 0;
}

@media (min-width: 768px) {
	.border-md-none {
		border: none;
	}
	.border-md-end {
		border-inline-end: 1px solid var(--gz-border-color);
	}
}

@media (min-width: 992px) {
	.border-lg-start {
		border-inline-start: 1px solid var(--gz-border-color);
	}
}

.hidden {
	display: none !important;
}

@media (min-width: 768px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.hidden-lg {
		display: none !important;
	}
}

@media (min-width: 1025px) {
	.hidden-xl {
		display: none !important;
	}
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-x-auto {
	overflow-x: auto;
}

.gz-loading-spin {
	--gz-animation-state: running;
	position: relative;
	color: transparent;
	cursor: default;
}

.gz-loading-spin::before {
	display: inline-block;
	content: "";
	width: 14px;
	height: 14px;
	mask-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyBpZD0iaWNvbi1sb2FkIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgMTQgMTQiPgogICAgICA8cGF0aCBkPSJNNy4zNDM5NSAzLjI3NTA0QzguMjkyNzcgMy4yNzUwNCA5LjA2MTkzIDIuNTQxOSA5LjA2MTkzIDEuNjM3NTJDOS4wNjE5MyAwLjczMzE0MyA4LjI5Mjc3IDAgNy4zNDM5NSAwQzYuMzk1MTQgMCA1LjYyNTk4IDAuNzMzMTQzIDUuNjI1OTggMS42Mzc1MkM1LjYyNTk4IDIuNTQxOSA2LjM5NTE0IDMuMjc1MDQgNy4zNDM5NSAzLjI3NTA0WiIgPjwvcGF0aD48cGF0aCBkPSJNNy4zNDQxNSAxNC4wMDAyQzcuOTEzMzggMTQuMDAwMiA4LjM3NDgyIDEzLjU2MDQgOC4zNzQ4MiAxMy4wMTc4QzguMzc0ODIgMTIuNDc1MiA3LjkxMzM4IDEyLjAzNTQgNy4zNDQxNSAxMi4wMzU0QzYuNzc0OTIgMTIuMDM1NCA2LjMxMzQ4IDEyLjQ3NTIgNi4zMTM0OCAxMy4wMTc4QzYuMzEzNDggMTMuNTYwNCA2Ljc3NDkyIDE0LjAwMDIgNy4zNDQxNSAxNC4wMDAyWiIgPjwvcGF0aD48cGF0aCBkPSJNMy4xMjI0NiA0Ljc3NzcxQzMuOTc2NDUgNC43Nzc3MSA0LjY2ODc1IDQuMTE3ODMgNC42Njg3NSAzLjMwMzgzQzQuNjY4NzUgMi40ODk4MyAzLjk3NjQ1IDEuODI5OTYgMy4xMjI0NiAxLjgyOTk2QzIuMjY4NDcgMS44Mjk5NiAxLjU3NjE3IDIuNDg5ODMgMS41NzYxNyAzLjMwMzgzQzEuNTc2MTcgNC4xMTc4MyAyLjI2ODQ3IDQuNzc3NzEgMy4xMjI0NiA0Ljc3NzcxWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY1IDEyLjE2OTJDMTIuMDM5NCAxMi4xNjkyIDEyLjQyNCAxMS44MDI3IDEyLjQyNCAxMS4zNTA1QzEyLjQyNCAxMC44OTgzIDEyLjAzOTQgMTAuNTMxNyAxMS41NjUgMTAuNTMxN0MxMS4wOTA2IDEwLjUzMTcgMTAuNzA2MSAxMC44OTgzIDEwLjcwNjEgMTEuMzUwNUMxMC43MDYxIDExLjgwMjcgMTEuMDkwNiAxMi4xNjkyIDExLjU2NSAxMi4xNjkyWiIgPjwvcGF0aD48cGF0aCBkPSJNMS4zNzQwNSA4LjYzNzc0QzIuMTMyOTEgOC42Mzc3NCAyLjc0ODA5IDguMDUxMzcgMi43NDgwOSA3LjMyODA0QzIuNzQ4MDkgNi42MDQ3MSAyLjEzMjkxIDYuMDE4MzQgMS4zNzQwNSA2LjAxODM0QzAuNjE1MTgyIDYuMDE4MzQgMCA2LjYwNDcxIDAgNy4zMjgwNEMwIDguMDUxMzcgMC42MTUxODIgOC42Mzc3NCAxLjM3NDA1IDguNjM3NzRaIiA+PC9wYXRoPjxwYXRoIGQ9Ik0xMy4zMTM3IDcuOTgxOTNDMTMuNjkzIDcuOTgxOTMgMTQuMDAwNCA3LjY4ODg2IDE0LjAwMDQgNy4zMjczNEMxNC4wMDA0IDYuOTY1ODMgMTMuNjkzIDYuNjcyNzYgMTMuMzEzNyA2LjY3Mjc2QzEyLjkzNDQgNi42NzI3NiAxMi42MjcgNi45NjU4MyAxMi42MjcgNy4zMjczNEMxMi42MjcgNy42ODg4NiAxMi45MzQ0IDcuOTgxOTMgMTMuMzEzNyA3Ljk4MTkzWiIgPjwvcGF0aD48cGF0aCBkPSJNMi4yNzEzOCAxMC41NDEzQzEuODAxNDcgMTAuOTg5MiAxLjgwMTQ3IDExLjcxMzkgMi4yNzEzOCAxMi4xNjE4QzIuNzQwNzMgMTIuNjA5NyAzLjUwMjE2IDEyLjYwOTcgMy45NzE1MSAxMi4xNjE4QzQuNDQxNDIgMTEuNzEzOSA0LjQ0MTQyIDEwLjk4OTIgMy45NzE1MSAxMC41NDEzQzMuNTAyMTYgMTAuMDkyOCAyLjc0MTI4IDEwLjA4ODYgMi4yNzEzOCAxMC41NDEzWiIgPjwvcGF0aD48cGF0aCBkPSJNMTEuNTY0OSAzLjc5NDY1QzExLjg0OTMgMy43OTQ2NSAxMi4wNzk5IDMuNTc0ODUgMTIuMDc5OSAzLjMwMzcxQzEyLjA3OTkgMy4wMzI1NyAxMS44NDkzIDIuODEyNzcgMTEuNTY0OSAyLjgxMjc3QzExLjI4MDQgMi44MTI3NyAxMS4wNDk4IDMuMDMyNTcgMTEuMDQ5OCAzLjMwMzcxQzExLjA0OTggMy41NzQ4NSAxMS4yODA0IDMuNzk0NjUgMTEuNTY0OSAzLjc5NDY1WiIgPjwvcGF0aD4KICA8L3N2Zz4=");
	mask-size: 100%;
	background-color: var(--gz-loading-color);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	animation: spin 0.8s infinite linear var(--gz-animation-state);
	transform: none;
}

.gz-lazy-load-image {
	--gz-loading-bg-color: rgba(39, 39, 39, 0.05);
	--gz-loading-color: #171717;
	--gz-loading-color-active: #fafafa;
	--gz-loading-width: 50px;
	--gz-loading-height: 2px;
	display: none;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: var(--gz-loading-bg-color);
}

.gz-lazy-load-image .gz-lazy-load-image__loader {
	position: relative;
	width: var(--gz-loading-width);
	height: var(--gz-loading-height);
	background-color: var(--gz-loading-color);
}

.gz-lazy-load-image .gz-lazy-load-image__loader::before {
	content: '';
	display: inline-flex;
	position: absolute;
	background-color: var(--gz-loading-color-active);
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	animation: moving 1.2s ease-in-out infinite;
}

.gz-lazy-load img,
.gz-lazy-load .gz-lazy-load-video {
	opacity: 0.01;
}

.gz-lazy-load .gz-lazy-load-image {
	display: flex;
}

.gz-vibrate {
	-webkit-animation-name: vibrate;
	animation-name: vibrate;
}

.gz-fadeinup {
	--gz-fadeinup-delay: 0.05s;
	transition: opacity 0.25s, transform 0.25s;
	transition-delay: var(--gz-fadeinup-delay);
}

.gz-fadeinup:not(.gz-animated) {
	opacity: 1;
	transform: translateY(0);
}

.gz-fadeinup.gz-animated {
	opacity: 0;
	transform: translateY(30px);
}

.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

.position-fixed {
	position: fixed;
}

.position-sticky {
	position: sticky;
	align-self: start;
}

.top-0 {
	top: 0;
}

.top-2 {
	top: 2px;
}

.top-10 {
	top: 10px;
}

.top-13 {
	top: 13px;
}

.top-15 {
	top: 15px;
}

.top-20 {
	top: 20px;
}

.top-21 {
	top: 21px;
}

.top-30 {
	top: 30px;
}

.top-50 {
	top: 50%;
}

.bottom-0 {
	bottom: 0;
}

.bottom-10 {
	bottom: 10px;
}

.bottom-15 {
	bottom: 15px;
}

.bottom-20 {
	bottom: 20px;
}

.bottom-25 {
	bottom: 25px;
}

.bottom-30 {
	bottom: 30px;
}

.left-0 {
	left: 0;
}

.start-auto {
	left: auto;
}

.start-0 {
	inset-inline-start: 0;
}

.start-5 {
	inset-inline-start: 5px;
}

.start-10 {
	inset-inline-start: 10px;
}

.start-15 {
	inset-inline-start: 15px;
}

.start-20 {
	inset-inline-start: 20px;
}

.start-50 {
	left: 50%;
}

.end-0 {
	inset-inline-end: 0;
}

.end-5 {
	inset-inline-end: 5px;
}

.end-10 {
	inset-inline-end: 10px;
}

.end-15 {
	inset-inline-end: 15px;
}

.end-20 {
	inset-inline-end: 20px;
}

.end-30 {
	inset-inline-end: 30px;
}

.end-45 {
	inset-inline-end: 45px;
}

.translate-middle {
	transform: translate(-50%, -50%);
}

.translate-middle-y {
	transform: translateY(-50%);
}

.translate-middle-x {
	transform: translateX(-50%);
}

@media (min-width: 768px) {
	.position-sticky-md {
		position: sticky;
		align-self: start;
	}
	.position-static-md {
		position: static;
	}
	.position-sticky-md-important {
		position: sticky !important;
	}
	.position-absolute-md {
		position: absolute;
	}
	.start-30-md {
		inset-inline-start: 30px;
	}
	.end-auto-md {
		inset-inline-start: auto;
	}
	.bottom-30-md {
		bottom: 30px;
	}
}

@media (min-width: 992px) {
	.position-sticky-lg {
		position: sticky;
		align-self: start;
	}
}

@media (min-width: 1025px) {
	.position-sticky-xl {
		position: sticky;
		align-self: start;
	}
	.position-absolute-xl {
		position: absolute;
	}
	.position-static-xl {
		position: static;
	}
	.position-static-xl-important {
		position: static !important;
	}
	.top-15-xl {
		top: 15px;
	}
	.top-30-xl {
		top: 30px;
	}
	.top-65-xl {
		top: 65px;
	}
	.top-90-xl {
		inset-block-start: 90px;
	}
	.bottom-auto-xl {
		bottom: auto;
	}
	.bottom-30-xl {
		bottom: 30px;
	}
	.start-15-xl {
		inset-inline-start: 15px;
	}
	.start-30-xl {
		inset-inline-start: 30px;
	}
	.start-35-xl {
		inset-inline-start: 35px;
	}
	.end-15-xl {
		inset-inline-end: 15px;
	}
	.end-30-xl {
		inset-inline-end: 30px;
	}
}

.py-0 {
	padding-top: 0;
	padding-bottom: 0;
}

.py-4 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.py-5 {
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
}

.py-6 {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}

.py-8 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.py-9 {
	padding-top: 0.5625rem;
	padding-bottom: 0.5625rem;
}

.py-10 {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}

.py-15 {
	padding-top: 0.9375rem;
	padding-bottom: 0.9375rem;
}

.py-16 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.py-17 {
	padding-top: 1.0625rem;
	padding-bottom: 1.0625rem;
}

.py-18 {
	padding-top: 1.125rem;
	padding-bottom: 1.125rem;
}

.py-20 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.py-22 {
	padding-top: 1.375rem;
	padding-bottom: 1.375rem;
}

.py-23 {
	padding-top: 1.4375rem;
	padding-bottom: 1.4375rem;
}

.py-24 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.py-25 {
	padding-top: 1.5625rem;
	padding-bottom: 1.5625rem;
}

.py-30 {
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
}

.py-40 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.py-50 {
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
}

.py-custom {
	padding-top: clamp(calc(var(--gz-section-pt) * 0.75px), calc( (var(--gz-section-pt) * 0.75px) + calc(var(--gz-section-pt) - (var(--gz-section-pt) * 0.75)) * var(--gz-responsive-rate)), calc(var(--gz-section-pt) * 1px));
	padding-bottom: clamp(calc(var(--gz-section-pb) * 0.75px), calc( (var(--gz-section-pb) * 0.75px) + calc(var(--gz-section-pb) - (var(--gz-section-pb) * 0.75)) * var(--gz-responsive-rate)), calc(var(--gz-section-pb) * 1px));
}

.px-0 {
	padding-left: 0;
	padding-right: 0;
}

.px-5 {
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
}

.px-10 {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.px-15 {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.px-17 {
	padding-left: 1.0625rem;
	padding-right: 1.0625rem;
}

.px-20 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.px-22 {
	padding-left: 1.375rem;
	padding-right: 1.375rem;
}

.px-25 {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.px-30 {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.px-40 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.px-55 {
	padding-left: 3.4375rem;
	padding-right: 3.4375rem;
}

.pt-15 {
	padding-top: 0.9375rem;
}

.pt-17 {
	padding-top: 1.0625rem;
}

.pt-20 {
	padding-top: 1.25rem;
}

.pt-25 {
	padding-top: 1.5625rem;
}

.pt-27 {
	padding-top: 1.6875rem;
}

.pt-30 {
	padding-top: 1.875rem;
}

.pt-40 {
	padding-top: 2.5rem;
}

.pt-55 {
	padding-top: clamp(calc(35 / 16 * 1rem), 4.3vw, calc(55 / 16 * 1rem));
}

.pt-60 {
	padding-top: 3.75rem;
}

.pb-5 {
	padding-bottom: 0.3125rem;
}

.pb-10 {
	padding-bottom: 0.625rem;
}

.pb-15 {
	padding-bottom: 0.9375rem;
}

.pb-20 {
	padding-bottom: 1.25rem;
}

.pb-22 {
	padding-bottom: 1.375rem;
}

.pb-24 {
	padding-bottom: 1.5rem;
}

.pb-25 {
	padding-bottom: 1.5625rem;
}

.pb-30 {
	padding-bottom: 1.875rem;
}

.pb-40 {
	padding-bottom: 2.5rem;
}

.pb-50 {
	padding-bottom: 3.125rem;
}

.ps-2 {
	padding-inline-start: 0.125rem;
}

.ps-3 {
	padding-inline-start: 0.1875rem;
}

.ps-4 {
	padding-inline-start: 0.25rem;
}

.ps-10 {
	padding-inline-start: 0.625rem;
}

.ps-15 {
	padding-inline-start: 0.9375rem;
}

.ps-40 {
	padding-inline-start: 2.5rem;
}

.ps-60 {
	padding-inline-start: 3.75rem;
}

.ps-75 {
	padding-inline-start: 4.6875rem;
}

.pe-5 {
	padding-inline-end: 0.3125rem;
}

.pe-10 {
	padding-inline-end: 0.625rem;
}

.pe-15 {
	padding-inline-end: 0.9375rem;
}

.pe-30 {
	padding-inline-end: 1.875rem;
}

.pe-75 {
	padding-inline-end: 4.6875rem;
}

.m-0 {
	margin: 0;
}

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

.my-5 {
	margin-top: 0.3125rem;
	margin-bottom: 0.3125rem;
}

.my-20 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.mx-0 {
	margin-inline-start: 0;
	margin-inline-end: 0;
}

.mt-auto {
	margin-top: auto;
}

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

.mt-5 {
	margin-top: 0.3125rem;
}

.mt-7 {
	margin-top: 0.3125rem;
}

.mt-8 {
	margin-top: 0.5rem;
}

.mt-10 {
	margin-top: 0.625rem;
}

.mt-14 {
	margin-top: 0.875rem;
}

.mt-15 {
	margin-top: 0.9375rem;
}

.mt-20 {
	margin-top: 1.25rem;
}

.mt-22 {
	margin-top: 1.375rem;
}

.mt-25 {
	margin-top: 1.5625rem;
}

.mt-30 {
	margin-top: 1.875rem;
}

.mt-40 {
	margin-top: clamp(calc(30 / 16 * 1rem), 3.8vw, calc(40 / 16 * 1rem));
}

.mt-50 {
	margin-top: clamp(calc(35 / 16 * 1rem), 4.3vw, calc(50 / 16 * 1rem));
}

.mt-60 {
	margin-top: clamp(calc(40 / 16 * 1rem), 4.5vw, calc(60 / 16 * 1rem));
}

.mb-0 {
	margin-bottom: 0;
}

.mb-3 {
	margin-bottom: 0.1875rem;
}

.mb-5 {
	margin-bottom: 0.3125rem;
}

.mb-10 {
	margin-bottom: 0.625rem;
}

.mb-15 {
	margin-bottom: 0.9375rem;
}

.mb-17 {
	margin-bottom: 1.0625rem;
}

.mb-20 {
	margin-bottom: 1.25rem;
}

.mb-22 {
	margin-bottom: 1.375rem;
}

.mb-24 {
	margin-bottom: 1.5rem;
}

.mb-25 {
	margin-bottom: 1.5625rem;
}

.mb-30 {
	margin-bottom: 1.875rem;
}

.mb-33 {
	margin-bottom: 2.0625rem;
}

.mb-35 {
	margin-bottom: 2.1875rem;
}

.mb-36 {
	margin-bottom: 2.25rem;
}

.mb-40 {
	margin-bottom: 2.5rem;
}

.mb-50 {
	margin-bottom: 3.125rem;
}

.mb-60 {
	margin-bottom: 3.75rem;
}

.ms-auto {
	margin-inline-start: auto;
}

.ms-5 {
	margin-inline-start: 0.3125rem;
}

.ms-7 {
	margin-inline-start: 0.4375rem;
}

.ms-10 {
	margin-inline-start: 0.625rem;
}

.ms-30 {
	margin-inline-start: 1.875rem;
}

.ms-35 {
	margin-inline-start: 2.1875rem;
}

.me-3 {
	margin-inline-end: 0.1875rem;
}

.me-7 {
	margin-inline-end: 0.4375rem;
}

.me-15 {
	margin-inline-end: 0.9375rem;
}

.me-auto {
	margin-inline-end: auto;
}

.ms-first-0:first-child {
	margin-inline-start: 0;
}

@media (min-width: 768px) {
	.mt-md-0 {
		margin-top: 0;
	}
	.pt-md-0 {
		padding-top: 0;
	}
	.px-md-30 {
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}
	.px-md-46 {
		padding-left: 2.875rem;
		padding-right: 2.875rem;
	}
	.px-md-50 {
		padding-left: 3.125rem;
		padding-right: 3.125rem;
	}
	.px-md-55 {
		padding-left: 3.4375rem;
		padding-right: 3.4375rem;
	}
	.px-md-43 {
		padding-left: 2.6875rem;
		padding-right: 2.6875rem;
	}
	.py-md-5 {
		padding-top: 0.3125rem;
		padding-bottom: 0.3125rem;
	}
	.py-md-10 {
		padding-top: 0.625rem;
		padding-bottom: 0.625rem;
	}
	.py-md-50 {
		padding-top: 3.125rem;
		padding-bottom: 3.125rem;
	}
	.mb-md-25 {
		margin-bottom: 1.5625rem;
	}
	.mb-md-60 {
		margin-bottom: 3.75rem;
	}
	.pe-md-30 {
		padding-inline-end: 1.875rem;
	}
	.pb-md-50 {
		padding-bottom: 3.125rem;
	}
}

@media (min-width: 992px) {
	.px-lg-30 {
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}
	.px-lg-55 {
		padding-left: 3.4375rem;
		padding-right: 3.4375rem;
	}
	.ps-lg-75 {
		padding-inline-start: 4.6875rem;
	}
	.pe-lg-75 {
		padding-inline-end: 4.6875rem;
	}
	.ps-lg-30 {
		padding-inline-start: 1.875rem;
	}
}

@media (min-width: 1025px) {
	.mt-xl-30 {
		margin-top: 1.875rem;
	}
	.mt-xl-50 {
		margin-top: 50px;
	}
	.mb-xl-50 {
		margin-bottom: 3.125rem;
	}
	.py-xl-20 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
	.px-xl-20 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	.px-xl-25 {
		padding-left: 1.5625rem;
		padding-right: 1.5625rem;
	}
	.px-xl-30 {
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}
	.px-xl-55 {
		padding-left: 3.4375rem;
		padding-right: 3.4375rem;
	}
	.pb-xl-17 {
		padding-bottom: 1.0625rem;
	}
	.py-xl-30 {
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}
}

.rounded-0 {
	border-radius: 0;
}

.rounded-5 {
	border-radius: 0.3125rem;
}

.rounded-10 {
	border-radius: 0.625rem;
}

.rounded-15 {
	border-radius: 0.9375rem;
}

.rounded-20 {
	border-radius: 1.25rem;
}

.rounded-30 {
	border-radius: 1.875rem;
}

.rounded-100 {
	border-radius: 100%;
}

.lh-normal {
	line-height: normal;
}

.lh-1 {
	line-height: 1;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-transform-inherit {
	text-transform: inherit;
}

.text-nowrap {
	white-space: nowrap;
}

.text-pre-wrap {
	white-space: pre-wrap;
}

.text-ellipsis {
	display: -webkit-box;
	-webkit-line-clamp: var(--gz-line-clamp-count, 1);
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.invisible {
	opacity: 0;
	visibility: hidden;
}

.visible {
	opacity: 1;
	visibility: visible;
}

.shadow {
	box-shadow: var(--shadow, 0px 30px 0px rgba(0, 0, 0, 0.08));
}

.no-underline {
	text-decoration-line: none;
}

.underline {
	text-decoration-line: underline;
}

.underline-important {
	text-decoration-line: underline !important;
}

.animate-underline {
	position: relative;
}

.animate-underline::before {
	content: '';
	position: absolute;
	bottom: 0;
	inset-inline-start: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transform-origin: left;
	transform: scaleX(0);
	transition: transform 0.3s ease-in-out;
}

.animate-underline:hover::before {
	transform: scaleX(1);
}

.z-n1 {
	z-index: -1;
}

.z-0 {
	z-index: 0;
}

.z-1 {
	z-index: 1;
}

.z-2 {
	z-index: 2;
}

.z-3 {
	z-index: 3;
}

.z-4 {
	z-index: 4;
}

.z-100 {
	z-index: 100;
}

.w-100 {
	width: 100%;
}

.w-75 {
	width: 75%;
}

.w-50 {
	width: 50%;
}

.w-25 {
	width: 25%;
}

.w-20 {
	width: 20%;
}

.w-auto {
	width: auto;
}

.h-100 {
	height: 100%;
}

.h-75 {
	height: 75%;
}

.h-50 {
	height: 50%;
}

.h-25 {
	height: 25%;
}

.h-auto {
	height: auto;
}

.m-w-450 {
	max-width: 450px;
}

.m-w-340 {
	max-width: 340px;
}

.w-custom {
	width: var(--custom-width);
}

.min-w-200 {
	min-width: 200px;
}

.min-w-180 {
	min-width: 180px;
}

@media (min-width: 768px) {
	.w-auto-md {
		width: auto;
	}
	.w-custom-md {
		width: var(--custom-width);
	}
	.w-50-md {
		width: 50%;
	}
}

.object-fit-cover {
	object-fit: cover;
}

.pe-none {
	pointer-events: none;
}

.pe-auto {
	pointer-events: auto;
}

:where(.gz-ratio) {
	display: flex;
	width: 100%;
	position: relative;
}

:where(.gz-ratio):before {
	content: '';
	width: 0;
	height: 0;
	display: block;
	padding-bottom: var(--gz-ratio-percent);
}

:where(.gz-ratio) img,
:where(.gz-ratio) iframe {
	display: block;
	max-width: 100%;
	position: absolute;
	margin: 0;
	top: 0;
	inset-inline-start: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.gz-ratio--product-image {
	--gz-ratio-percent: var(--product-image-ratio-percent);
}

.gz-ratio--portrait {
	--gz-ratio-percent: 128%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	:where(.gz-ratio):before {
		padding-bottom: var(--gz-ratio-percent-tablet, var(--gz-ratio-percent));
	}
}

@media screen and (max-width: 767px) {
	:where(.gz-ratio):before {
		padding-bottom: var(--gz-ratio-percent-mobile, var(--gz-ratio-percent-tablet, var(--gz-ratio-percent)));
	}
}

.gz-ratio--iframe {
	display: flex;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.gz-ratio--iframe::before {
	content: '';
	width: 0;
	height: 0;
	display: block;
	padding-bottom: var(--gz-ratio-percent);
}

.gz-ratio--iframe blockquote {
	min-width: var(--gz-ratio-iframe-min-width);
	position: absolute;
	top: 0;
	inset-inline-start: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

.gz-ratio--iframe iframe {
	transform: scale(clamp(0.2, calc((var(--gz-item-iframe-width, 325) - 1) / var(--gz-item-iframe-width-origin, 325)), 1));
	transform-origin: top left;
	width: 100%;
	display: block;
	visibility: unset;
}

@media (min-width: 1025px) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
	.gz-hover-zoom .gz-hover-effect:hover :is(img, .placeholder-image, picture),
	.gz-hover-zoom.gz-hover-effect:hover :is(img, .placeholder-image, picture) {
		transform: var(--gz-zoom-transform, scale(1.05));
	}
	.gz-hover-effect :is(img, .placeholder-image, picture) {
		transition: var(--transition);
		will-change: transform;
	}
	.gz-hover-effect {
		--transition: transform 0.5s ease;
	}
}

.bg-light {
	background-color: var(--gz-color-light);
}

.bg-light-grey {
	background-color: var(--gz-color-light-grey);
}

.bg-dark {
	background-color: var(--gz-color-dark);
}

.bg-primary {
	background-color: var(--gz-color-primary);
}

.align-top {
	vertical-align: top;
}
