/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/leaflet/dist/leaflet.css ***!
  \*********************************************************************************************************************/
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(../416d91365b44e4b4f477.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(../8f2c4d11474275fbc161.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(../2b3e1faf89f94a483539.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}

/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/leaflet.markercluster/dist/MarkerCluster.css ***!
  \*****************************************************************************************************************************************/
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

/*!*************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/leaflet.markercluster/dist/MarkerCluster.Default.css ***!
  \*************************************************************************************************************************************************/
.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}
/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/swiper/swiper-bundle.min.css ***!
  \*************************************************************************************************************************/
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/*!***********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/src/scss/theme.scss ***!
  \***********************************************************************************************************************************************************************************************************************/
/* -------------------------------------------------------------------------- */
/* ------------------------------- FRAMEWORKS ------------------------------- */
/*!
 * Bootstrap Grid v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

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

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

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

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

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

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

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

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

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

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

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

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

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

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

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

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

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

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

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

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* -------------------------------------------------------------------------- */
/* --------------------------------- CUSTOM --------------------------------- */
/* -------------------------------------------------------------------------- */
/* ---------------------------------- RESET --------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

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

html {
  font-size: 10px;
  font-size: 62.5% !important;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}
html img,
html video {
  max-width: 100%;
  height: auto;
}
html svg {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  user-select: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
b,
strong {
  font-weight: bolder;
}

em {
  font-style: italic;
}

/* -------------------------------------------------------------------------- */
/* -------------------------------- VARIABLES ------------------------------- */
.page {
  --height-header-nav: 160px;
  --height-header-banner: 30px;
  --height-header: var(--height-header-nav);
}
@media screen and (max-width: 1023.98px) {
  .page {
    --height-header-nav: 120px;
  }
}
@media screen and (max-width: 767.98px) {
  .page {
    --height-header-nav: 90px;
  }
}
.page {
  --font-family-primary: "Poppins", sans-serif;
  --font-family-secondary: "Poppins", sans-serif;
  --font-size-default: 16px;
  --font-size-button: var(--font-size-default);
  --font-size-xs: 14px;
  --font-size-xl: 20px;
  --font-size-h1: 100px;
  --font-size-h2: 60px;
  --font-size-h3: 50px;
  --font-size-h4: 24px;
  --font-size-h5: 20px;
  --font-size-h6: 18px;
}
@media screen and (max-width: 1023.98px) {
  .page {
    --font-size-h1: 80px;
    --font-size-h2: 60px;
    --font-size-h3: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .page {
    --font-size-h1: 14vw;
    --font-size-h2: 10vw;
    --font-size-h3: 8vw;
  }
}
.page {
  --color-light: #ffffff;
  --color-dark: #000000;
  --color-transparent: rgb(0, 0, 0, 0);
  --color-success: #FFDE00;
  --color-warning: rgb(230, 124, 17);
  --color-error: rgb(230, 17, 17);
  --color-primary: #FFDE00;
  --color-primary-light: #F5E778;
  --color-primary-dark: #E9AF14;
  --color-secondary: #0B0A23;
  --color-secondary-light: #17154A;
  --color-secondary-dark: #04040D;
  --color-tertiary: #2D2121;
  --color-tertiary-light: #5C5357;
  --color-tertiary-dark: #0F0E0F;
  --color-text: var(--color-secondary);
  --color-text-light: var(--color-light);
  --color-text-dark: var(--color-secondary-dark);
  --color-link: var(--color-primary);
  --color-link-hover: var(--color-primary-dark);
}

/* -------------------------------------------------------------------------- */
/* ------------------------------- MIXINS SCSS ------------------------------ */
/* -------------------------------------------------------------------------- */
/* ---------------------------------- FONTS --------------------------------- */
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm21lVF9eO.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrJJLucHtA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmg1hVF9eO.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmr19VF9eO.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmy15VF9eO.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------- KEYFRAMEs ------------------------------- */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes banner {
  0% {
    transform: translateX(100vw);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes marquee {
  0% {
    transform: translate3D(0, 0, 0);
  }
  100% {
    transform: translate3D(-100%, 0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes floating {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(6%, 6%) rotate(2deg);
  }
  50% {
    transform: translate(6%, -6%);
  }
  75% {
    transform: translate(-6%, -6%) rotate(-2deg);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
/* -------------------------------------------------------------------------- */
/* -------------------------------- ELEMENTS -------------------------------- */
i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

hr {
  width: 100%;
}

a:not([class]) {
  color: var(--color-link);
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
a:not([class]):hover {
  color: var(--color-link-hover);
}

[role=button]:not([disabled], .--disabled) {
  cursor: pointer;
}

.h0 {
  font-family: var(--font-family-primary);
  font-size: var(--font-size-default);
  line-height: 1.6;
  font-weight: inherit;
}

.h1, .elementor h1:not([class*=__]),
.elementor .h1 .elementor-size-default,
.elementor .cms h1:not([class]) .elementor-size-default,
.cms .elementor h1:not([class]) .elementor-size-default, .cms h1:not([class]) {
  font-family: var(--font-family-primary);
  font-size: var(--font-size-h1);
  line-height: 1.05;
  font-weight: 500;
}

.h2, .elementor h2:not([class*=__]),
.elementor .h2 .elementor-size-default,
.elementor .cms h2:not([class]) .elementor-size-default,
.cms .elementor h2:not([class]) .elementor-size-default, .cms h2:not([class]) {
  font-family: var(--font-family-primary);
  font-size: var(--font-size-h2);
  line-height: 1.15;
  font-weight: 500;
}

.h3, .elementor h3:not([class*=__]),
.elementor .h3 .elementor-size-default,
.elementor .cms h3:not([class]) .elementor-size-default,
.cms .elementor h3:not([class]) .elementor-size-default, .cms h3:not([class]) {
  font-family: var(--font-family-primary);
  font-size: var(--font-size-h3);
  line-height: 1.35;
  font-weight: 500;
}

.h4, .elementor h4:not([class*=__]),
.elementor .h4 .elementor-size-default,
.elementor .cms h4:not([class]) .elementor-size-default,
.cms .elementor h4:not([class]) .elementor-size-default, .cms h4:not([class]) {
  font-family: var(--font-family-primary);
  font-size: var(--font-size-h4);
  line-height: 1;
  font-weight: 600;
}

.h5, .elementor h5:not([class*=__]),
.elementor .h5 .elementor-size-default,
.elementor .cms h5:not([class]) .elementor-size-default,
.cms .elementor h5:not([class]) .elementor-size-default, .cms h5:not([class]) {
  font-family: var(--font-family-primary);
  font-size: var(--font-size-h5);
  line-height: 1;
  font-weight: 600;
}

.h6, .elementor h6:not([class*=__]),
.elementor .h6 .elementor-size-default,
.elementor .cms h6:not([class]) .elementor-size-default,
.cms .elementor h6:not([class]) .elementor-size-default, .cms h6:not([class]) {
  font-family: var(--font-family-primary);
  font-size: var(--font-size-h6);
  line-height: 1;
  font-weight: 600;
}

.h7 {
  font-family: var(--font-family-primary);
  font-size: var(--font-size-xl);
  line-height: 1.6;
  font-weight: 600;
}

.container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (min-width: 1840px) {
  .container {
    max-width: 1640px;
  }
}

.hstack {
  display: inline-flex;
  flex-flow: row wrap;
  gap: 4px;
}

.vstack {
  display: inline-flex;
  flex-flow: column nowrap;
  gap: 4px;
}

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

.media {
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.media :is(img, video) {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.media.media-cover :is(img, video) {
  -o-object-fit: cover;
     object-fit: cover;
}

.background {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.background :is(img, video) {
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.logo {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.logo :is(img, svg) {
  pointer-events: none;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.brand {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.brand .brand__logo {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.brand:hover .brand__logo {
  opacity: 0.5;
}

.text.text-light {
  color: var(--color-text-light);
}
.text.text-dark {
  color: var(--color-text-dark);
}
.text.text-primary {
  color: var(--color-primary);
}
.text.text-secondary {
  color: var(--color-secondary);
}
.text.text-tertiary {
  color: var(--color-tertiary);
}
.text.text-xs {
  font-size: var(--font-size-xs);
}
.text.text-xl {
  font-size: var(--font-size-xl);
}
.text.text-up {
  text-transform: uppercase;
  word-spacing: 1px;
  letter-spacing: 1px;
}
.text.text-center {
  text-align: center;
}

.icon {
  display: inline-flex;
  vertical-align: middle;
}
.icon.icon-moveable {
  padding-right: 10px;
  padding-left: 10px;
  transition: padding 0.3s ease-in-out;
}
.icon.icon-primary {
  color: var(--color-primary);
}
.icon.icon-secondary {
  color: var(--color-secondary);
}
.icon.icon-tertiary {
  color: var(--color-tertiary);
}
.icon.icon-light {
  color: var(--color-light);
}

.link {
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--color-link);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.link.--disabled, .wpcf7 .link.wpcf7-submit[disabled] {
  opacity: 0.5;
  filter: grayscale(0.5);
}
.link:not(.--disabled):hover {
  color: var(--color-link-hover);
}
.link.link-text {
  color: var(--color-text);
}
.link.link-text:hover {
  color: var(--color-link-hover);
}
.link.link-light {
  color: var(--color-light);
}
.link.link-light:not(.--disabled):hover {
  color: var(--color-light);
}
.link.link-dark {
  color: var(--color-dark);
}
.link.link-dark:not(.--disabled):hover {
  color: var(--color-link-hover);
}
.link.link-primary {
  color: var(--color-primary);
}
.link.link-primary:not(.--disabled):hover {
  color: var(--color-primary-dark);
}
.link.link-secondary {
  color: var(--color-secondary-light);
}
.link.link-secondary:not(.--disabled):hover {
  color: var(--color-secondary-dark);
}
.link.link-tertiary {
  color: var(--color-tertiary);
}
.link.link-tertiary:not(.--disabled):hover {
  color: var(--color-tertiary-dark);
}
.link:hover .icon-moveable {
  padding-right: 5px;
  padding-left: 15px;
}

.button, .elementor .elementor-button-danger .elementor-button, .elementor .elementor-button-warning .elementor-button, .elementor .elementor-button-success .elementor-button, .elementor .elementor-button-info .elementor-button, .wpcf7 .wpcf7-submit {
  z-index: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 66px;
  min-width: 150px;
  padding: 15px;
  border-radius: 9999px;
  border: 1px solid var(--color-text);
  gap: 5px;
  background-color: var(--color-text);
  color: var(--color-light);
  font-family: var(--font-family-primary);
  font-size: var(--font-size-button);
  font-weight: 600;
  line-height: 1.15;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.button .button-text, .elementor .elementor-button-danger .elementor-button .button-text, .elementor .elementor-button-warning .elementor-button .button-text, .elementor .elementor-button-success .elementor-button .button-text, .elementor .elementor-button-info .elementor-button .button-text, .wpcf7 .wpcf7-submit .button-text {
  display: inline-block;
  margin: 0 5px;
}
.button .button-icon, .elementor .elementor-button-danger .elementor-button .button-icon, .elementor .elementor-button-warning .elementor-button .button-icon, .elementor .elementor-button-success .elementor-button .button-icon, .elementor .elementor-button-info .elementor-button .button-icon, .wpcf7 .wpcf7-submit .button-icon {
  --size: 40px;
  display: flex;
  width: var(--size);
  height: var(--size);
  padding: 10px;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.button.--disabled, .elementor .elementor-button-danger .--disabled.elementor-button, .elementor .elementor-button-warning .--disabled.elementor-button, .elementor .elementor-button-success .--disabled.elementor-button, .elementor .elementor-button-info .--disabled.elementor-button, .wpcf7 .--disabled.wpcf7-submit, .wpcf7 .wpcf7-submit[disabled] {
  cursor: not-allowed !important;
  opacity: 0.3;
  filter: grayscale(0.6);
}
.button:not(.--disabled), .elementor .elementor-button-danger .elementor-button:not(.--disabled), .elementor .elementor-button-warning .elementor-button:not(.--disabled), .elementor .elementor-button-success .elementor-button:not(.--disabled), .elementor .elementor-button-info .elementor-button:not(.--disabled), .wpcf7 .wpcf7-submit:not(.--disabled) {
  cursor: pointer;
}
.button:not(.--disabled):hover, .elementor .elementor-button-danger .elementor-button:not(.--disabled):hover, .elementor .elementor-button-warning .elementor-button:not(.--disabled):hover, .elementor .elementor-button-success .elementor-button:not(.--disabled):hover, .elementor .elementor-button-info .elementor-button:not(.--disabled):hover, .wpcf7 .wpcf7-submit:not(.--disabled):hover {
  border-color: var(--color-text-dark);
  background-color: var(--color-text-dark) !important;
  color: var(--color-light);
}
.button:not(.--disabled):hover .icon-moveable, .elementor .elementor-button-danger .elementor-button:not(.--disabled):hover .icon-moveable, .elementor .elementor-button-warning .elementor-button:not(.--disabled):hover .icon-moveable, .elementor .elementor-button-success .elementor-button:not(.--disabled):hover .icon-moveable, .elementor .elementor-button-info .elementor-button:not(.--disabled):hover .icon-moveable, .wpcf7 .wpcf7-submit:not(.--disabled):hover .icon-moveable {
  padding-right: 5px;
  padding-left: 15px;
}
.button.button-primary, .elementor .elementor-button-danger .button-primary.elementor-button, .elementor .elementor-button-warning .button-primary.elementor-button, .elementor .elementor-button-success .button-primary.elementor-button, .elementor .elementor-button-info .elementor-button, .wpcf7 .wpcf7-submit {
  border-color: var(--color-dark);
  background-color: var(--color-dark) !important;
  color: var(--color-light);
}
.button.button-primary:not(.--disabled):hover, .elementor .elementor-button-danger .button-primary.elementor-button:not(.--disabled):hover, .elementor .elementor-button-warning .button-primary.elementor-button:not(.--disabled):hover, .elementor .elementor-button-success .button-primary.elementor-button:not(.--disabled):hover, .elementor .elementor-button-info .elementor-button:not(.--disabled):hover, .wpcf7 .wpcf7-submit:not(.--disabled):hover {
  border-color: var(--color-primary);
  background-color: var(--color-primary) !important;
  color: var(--color-dark);
}
.button.button-primary .button-text + .button-icon, .elementor .elementor-button-danger .button-primary.elementor-button .button-text + .button-icon, .elementor .elementor-button-warning .button-primary.elementor-button .button-text + .button-icon, .elementor .elementor-button-success .button-primary.elementor-button .button-text + .button-icon, .elementor .elementor-button-info .elementor-button .button-text + .button-icon, .wpcf7 .wpcf7-submit .button-text + .button-icon {
  margin-right: 5px;
}
.button.button-primary .button-icon, .elementor .elementor-button-danger .button-primary.elementor-button .button-icon, .elementor .elementor-button-warning .button-primary.elementor-button .button-icon, .elementor .elementor-button-success .button-primary.elementor-button .button-icon, .elementor .elementor-button-info .elementor-button .button-icon, .wpcf7 .wpcf7-submit .button-icon {
  width: auto;
  height: auto;
  padding: 0;
}
.button.button-secondary, .elementor .elementor-button-danger .button-secondary.elementor-button, .elementor .elementor-button-warning .elementor-button, .elementor .elementor-button-success .button-secondary.elementor-button, .elementor .elementor-button-info .button-secondary.elementor-button, .wpcf7 .button-secondary.wpcf7-submit {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: var(--color-light) !important;
  color: var(--color-dark);
}
.button.button-secondary .button-icon, .elementor .elementor-button-danger .button-secondary.elementor-button .button-icon, .elementor .elementor-button-warning .elementor-button .button-icon, .elementor .elementor-button-success .button-secondary.elementor-button .button-icon, .elementor .elementor-button-info .button-secondary.elementor-button .button-icon, .wpcf7 .button-secondary.wpcf7-submit .button-icon {
  background-color: var(--color-primary);
  color: var(--color-dark);
}
.button.button-secondary:not(.--disabled):hover, .elementor .elementor-button-danger .button-secondary.elementor-button:not(.--disabled):hover, .elementor .elementor-button-warning .elementor-button:not(.--disabled):hover, .elementor .elementor-button-success .button-secondary.elementor-button:not(.--disabled):hover, .elementor .elementor-button-info .button-secondary.elementor-button:not(.--disabled):hover, .wpcf7 .button-secondary.wpcf7-submit:not(.--disabled):hover {
  border-color: var(--color-primary);
  background-color: var(--color-primary) !important;
  color: var(--color-dark);
}
.button.button-secondary:not(.--disabled):hover .button-icon, .elementor .elementor-button-danger .button-secondary.elementor-button:not(.--disabled):hover .button-icon, .elementor .elementor-button-warning .elementor-button:not(.--disabled):hover .button-icon, .elementor .elementor-button-success .button-secondary.elementor-button:not(.--disabled):hover .button-icon, .elementor .elementor-button-info .button-secondary.elementor-button:not(.--disabled):hover .button-icon, .wpcf7 .button-secondary.wpcf7-submit:not(.--disabled):hover .button-icon {
  background-color: var(--color-dark);
  color: var(--color-light);
}
.button.button-tertiary, .elementor .elementor-button-danger .button-tertiary.elementor-button, .elementor .elementor-button-warning .button-tertiary.elementor-button, .elementor .elementor-button-success .button-tertiary.elementor-button, .elementor .elementor-button-info .button-tertiary.elementor-button, .wpcf7 .button-tertiary.wpcf7-submit {
  border-color: var(--color-tertiary);
  background-color: var(--color-tertiary) !important;
  color: var(--color-light);
}
.button.button-tertiary:not(.--disabled):hover, .elementor .elementor-button-danger .button-tertiary.elementor-button:not(.--disabled):hover, .elementor .elementor-button-warning .button-tertiary.elementor-button:not(.--disabled):hover, .elementor .elementor-button-success .button-tertiary.elementor-button:not(.--disabled):hover, .elementor .elementor-button-info .button-tertiary.elementor-button:not(.--disabled):hover, .wpcf7 .button-tertiary.wpcf7-submit:not(.--disabled):hover {
  border-color: var(--color-tertiary-dark);
  background-color: var(--color-tertiary-dark) !important;
  color: var(--color-light);
}
.button.button-tertiary .button-text + .button-icon, .elementor .elementor-button-danger .button-tertiary.elementor-button .button-text + .button-icon, .elementor .elementor-button-warning .button-tertiary.elementor-button .button-text + .button-icon, .elementor .elementor-button-success .button-tertiary.elementor-button .button-text + .button-icon, .elementor .elementor-button-info .button-tertiary.elementor-button .button-text + .button-icon, .wpcf7 .button-tertiary.wpcf7-submit .button-text + .button-icon {
  margin-right: 5px;
}
.button.button-tertiary .button-icon, .elementor .elementor-button-danger .button-tertiary.elementor-button .button-icon, .elementor .elementor-button-warning .button-tertiary.elementor-button .button-icon, .elementor .elementor-button-success .button-tertiary.elementor-button .button-icon, .elementor .elementor-button-info .button-tertiary.elementor-button .button-icon, .wpcf7 .button-tertiary.wpcf7-submit .button-icon {
  width: auto;
  height: auto;
  padding: 0;
}
.button.button-light, .elementor .elementor-button-danger .elementor-button, .elementor .elementor-button-warning .button-light.elementor-button, .elementor .elementor-button-success .button-light.elementor-button, .elementor .elementor-button-info .button-light.elementor-button, .wpcf7 .button-light.wpcf7-submit {
  border-color: var(--color-light);
  background-color: var(--color-light) !important;
  color: var(--color-dark);
}
.button.button-light:not(.--disabled):hover, .elementor .elementor-button-danger .elementor-button:not(.--disabled):hover, .elementor .elementor-button-warning .button-light.elementor-button:not(.--disabled):hover, .elementor .elementor-button-success .button-light.elementor-button:not(.--disabled):hover, .elementor .elementor-button-info .button-light.elementor-button:not(.--disabled):hover, .wpcf7 .button-light.wpcf7-submit:not(.--disabled):hover {
  border-color: var(--color-link-hover);
  background-color: var(--color-link-hover) !important;
  color: var(--color-dark);
}
.button.button-dark, .elementor .elementor-button-danger .button-dark.elementor-button, .elementor .elementor-button-warning .button-dark.elementor-button, .elementor .elementor-button-success .button-dark.elementor-button, .elementor .elementor-button-info .button-dark.elementor-button, .wpcf7 .button-dark.wpcf7-submit {
  border-color: var(--color-dark);
  background-color: var(--color-dark) !important;
  color: var(--color-light);
}
.button.button-dark:not(.--disabled):hover, .elementor .elementor-button-danger .button-dark.elementor-button:not(.--disabled):hover, .elementor .elementor-button-warning .button-dark.elementor-button:not(.--disabled):hover, .elementor .elementor-button-success .button-dark.elementor-button:not(.--disabled):hover, .elementor .elementor-button-info .button-dark.elementor-button:not(.--disabled):hover, .wpcf7 .button-dark.wpcf7-submit:not(.--disabled):hover {
  border-color: var(--color-link-hover);
  background-color: var(--color-link-hover) !important;
  color: var(--color-light);
}
.button.button-outline, .elementor .elementor-button-danger .button-outline.elementor-button, .elementor .elementor-button-warning .button-outline.elementor-button, .elementor .elementor-button-success .button-outline.elementor-button, .elementor .elementor-button-info .button-outline.elementor-button, .wpcf7 .button-outline.wpcf7-submit {
  border-color: var(--color-text);
  background-color: var(--color-transparent) !important;
  color: var(--color-text);
}
.button.button-outline:not(.--disabled):hover, .elementor .elementor-button-danger .button-outline.elementor-button:not(.--disabled):hover, .elementor .elementor-button-warning .button-outline.elementor-button:not(.--disabled):hover, .elementor .elementor-button-success .button-outline.elementor-button:not(.--disabled):hover, .elementor .elementor-button-info .button-outline.elementor-button:not(.--disabled):hover, .wpcf7 .button-outline.wpcf7-submit:not(.--disabled):hover {
  border-color: var(--color-text);
  background-color: var(--color-text) !important;
  color: var(--color-light);
}
.button.button-outline-primary, .elementor .elementor-button-danger .button-outline-primary.elementor-button, .elementor .elementor-button-warning .button-outline-primary.elementor-button, .elementor .elementor-button-success .button-outline-primary.elementor-button, .elementor .elementor-button-info .button-outline-primary.elementor-button, .wpcf7 .button-outline-primary.wpcf7-submit {
  border-color: var(--color-primary);
  background-color: var(--color-transparent) !important;
  color: var(--color-primary);
}
.button.button-outline-primary:not(.--disabled):hover, .elementor .elementor-button-danger .button-outline-primary.elementor-button:not(.--disabled):hover, .elementor .elementor-button-warning .button-outline-primary.elementor-button:not(.--disabled):hover, .elementor .elementor-button-success .button-outline-primary.elementor-button:not(.--disabled):hover, .elementor .elementor-button-info .button-outline-primary.elementor-button:not(.--disabled):hover, .wpcf7 .button-outline-primary.wpcf7-submit:not(.--disabled):hover {
  border-color: var(--color-primary-dark);
  background-color: var(--color-primary-dark) !important;
  color: var(--color-light);
}
.button.button-outline-secondary, .elementor .elementor-button-danger .button-outline-secondary.elementor-button, .elementor .elementor-button-warning .button-outline-secondary.elementor-button, .elementor .elementor-button-success .button-outline-secondary.elementor-button, .elementor .elementor-button-info .button-outline-secondary.elementor-button, .wpcf7 .button-outline-secondary.wpcf7-submit {
  border-color: var(--color-secondary);
  background-color: var(--color-transparent) !important;
  color: var(--color-secondary);
}
.button.button-outline-secondary:not(.--disabled):hover, .elementor .elementor-button-danger .button-outline-secondary.elementor-button:not(.--disabled):hover, .elementor .elementor-button-warning .button-outline-secondary.elementor-button:not(.--disabled):hover, .elementor .elementor-button-success .button-outline-secondary.elementor-button:not(.--disabled):hover, .elementor .elementor-button-info .button-outline-secondary.elementor-button:not(.--disabled):hover, .wpcf7 .button-outline-secondary.wpcf7-submit:not(.--disabled):hover {
  border-color: var(--color-secondary-dark);
  background-color: var(--color-secondary-dark) !important;
  color: var(--color-light);
}
.button.button-outline-tertiary, .elementor .elementor-button-danger .button-outline-tertiary.elementor-button, .elementor .elementor-button-warning .button-outline-tertiary.elementor-button, .elementor .elementor-button-success .button-outline-tertiary.elementor-button, .elementor .elementor-button-info .button-outline-tertiary.elementor-button, .wpcf7 .button-outline-tertiary.wpcf7-submit {
  border-color: var(--color-tertiary);
  background-color: var(--color-transparent) !important;
  color: var(--color-dark);
}
.button.button-outline-tertiary:not(.--disabled):hover, .elementor .elementor-button-danger .button-outline-tertiary.elementor-button:not(.--disabled):hover, .elementor .elementor-button-warning .button-outline-tertiary.elementor-button:not(.--disabled):hover, .elementor .elementor-button-success .button-outline-tertiary.elementor-button:not(.--disabled):hover, .elementor .elementor-button-info .button-outline-tertiary.elementor-button:not(.--disabled):hover, .wpcf7 .button-outline-tertiary.wpcf7-submit:not(.--disabled):hover {
  border-color: var(--color-tertiary-dark);
  background-color: var(--color-tertiary-dark) !important;
  color: var(--color-dark);
}
.button.button-outline-light, .elementor .elementor-button-danger .button-outline-light.elementor-button, .elementor .elementor-button-warning .button-outline-light.elementor-button, .elementor .elementor-button-success .elementor-button, .elementor .elementor-button-info .button-outline-light.elementor-button, .wpcf7 .button-outline-light.wpcf7-submit {
  border-color: var(--color-light);
  background-color: var(--color-transparent) !important;
  color: var(--color-light);
}
.button.button-outline-light:not(.--disabled):hover, .elementor .elementor-button-danger .button-outline-light.elementor-button:not(.--disabled):hover, .elementor .elementor-button-warning .button-outline-light.elementor-button:not(.--disabled):hover, .elementor .elementor-button-success .elementor-button:not(.--disabled):hover, .elementor .elementor-button-info .button-outline-light.elementor-button:not(.--disabled):hover, .wpcf7 .button-outline-light.wpcf7-submit:not(.--disabled):hover {
  border-color: var(--color-light);
  background-color: var(--color-light) !important;
  color: var(--color-dark);
}
.button.button-outline-dark, .elementor .elementor-button-danger .button-outline-dark.elementor-button, .elementor .elementor-button-warning .button-outline-dark.elementor-button, .elementor .elementor-button-success .button-outline-dark.elementor-button, .elementor .elementor-button-info .button-outline-dark.elementor-button, .wpcf7 .button-outline-dark.wpcf7-submit {
  border-color: var(--color-dark);
  background-color: var(--color-transparent) !important;
  color: var(--color-dark);
}
.button.button-outline-dark:not(.--disabled):hover, .elementor .elementor-button-danger .button-outline-dark.elementor-button:not(.--disabled):hover, .elementor .elementor-button-warning .button-outline-dark.elementor-button:not(.--disabled):hover, .elementor .elementor-button-success .button-outline-dark.elementor-button:not(.--disabled):hover, .elementor .elementor-button-info .button-outline-dark.elementor-button:not(.--disabled):hover, .wpcf7 .button-outline-dark.wpcf7-submit:not(.--disabled):hover {
  border-color: var(--color-dark);
  background-color: var(--color-dark) !important;
  color: var(--color-light);
}
.button.button-xs, .elementor .elementor-button-danger .button-xs.elementor-button, .elementor .elementor-button-warning .button-xs.elementor-button, .elementor .elementor-button-success .button-xs.elementor-button, .elementor .elementor-button-info .button-xs.elementor-button, .wpcf7 .button-xs.wpcf7-submit {
  min-height: 44px;
  padding: 10px 22px;
}
.button.button-square, .elementor .elementor-button-danger .button-square.elementor-button, .elementor .elementor-button-warning .button-square.elementor-button, .elementor .elementor-button-success .button-square.elementor-button, .elementor .elementor-button-info .button-square.elementor-button, .wpcf7 .button-square.wpcf7-submit {
  border-radius: 0;
  padding: 20px;
  aspect-ratio: 1/1;
}
.button.button-round, .elementor .elementor-button-danger .button-round.elementor-button, .elementor .elementor-button-warning .button-round.elementor-button, .elementor .elementor-button-success .button-round.elementor-button, .elementor .elementor-button-info .button-round.elementor-button, .wpcf7 .button-round.wpcf7-submit {
  border-radius: 50%;
  padding: 20px;
  aspect-ratio: 1/1;
}
.button.button-xs.button-round, .elementor .elementor-button-danger .button-xs.button-round.elementor-button, .elementor .elementor-button-warning .button-xs.button-round.elementor-button, .elementor .elementor-button-success .button-xs.button-round.elementor-button, .elementor .elementor-button-info .button-xs.button-round.elementor-button, .wpcf7 .button-xs.button-round.wpcf7-submit, .button.button-xs.button-square, .elementor .elementor-button-danger .button-xs.button-square.elementor-button, .elementor .elementor-button-warning .button-xs.button-square.elementor-button, .elementor .elementor-button-success .button-xs.button-square.elementor-button, .elementor .elementor-button-info .button-xs.button-square.elementor-button, .wpcf7 .button-xs.button-square.wpcf7-submit {
  padding: 10px;
}

.badge {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 8px;
  background-color: var(--color-tertiary);
  color: var(--color-dark);
  font-size: var(--font-size-xs);
}
.badge.badge-primary {
  background-color: var(--color-primary);
  color: var(--color-light);
}
.badge.badge-secondary {
  background-color: var(--color-secondary);
  color: var(--color-light);
}
.badge.badge-tertiary {
  background-color: var(--color-tertiary);
  color: var(--color-dark);
}
.badge.badge-success {
  background-color: var(--color-success);
  color: var(--color-light);
}
.badge.badge-error {
  background-color: var(--color-error);
  color: var(--color-light);
}

.blockquote, .wpcf7 .wpcf7-form .wpcf7-response-output, .cms blockquote:not([class]) {
  z-index: 1;
  position: relative;
  padding: 16px 32px;
  border-left: 4px solid var(--color-tertiary);
  line-height: 1.35;
}
.blockquote::before, .wpcf7 .wpcf7-form .wpcf7-response-output::before, .cms blockquote:not([class])::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: var(--color-tertiary);
  opacity: 0.1;
}
.blockquote > *:last-child, .wpcf7 .wpcf7-form .wpcf7-response-output > *:last-child, .cms blockquote:not([class]) > *:last-child {
  margin-bottom: 0;
}
.blockquote.blockquote-primary, .wpcf7 .wpcf7-form .blockquote-primary.wpcf7-response-output, .cms blockquote.blockquote-primary:not([class]) {
  border-left: 4px solid var(--color-primary);
}
.blockquote.blockquote-primary::before, .wpcf7 .wpcf7-form .blockquote-primary.wpcf7-response-output::before, .cms blockquote.blockquote-primary:not([class])::before {
  background-color: var(--color-primary);
}
.blockquote.blockquote-secondary, .wpcf7 .wpcf7-form .blockquote-secondary.wpcf7-response-output, .cms blockquote.blockquote-secondary:not([class]) {
  border-left: 4px solid var(--color-secondary);
}
.blockquote.blockquote-secondary::before, .wpcf7 .wpcf7-form .blockquote-secondary.wpcf7-response-output::before, .cms blockquote.blockquote-secondary:not([class])::before {
  background-color: var(--color-secondary);
}
.blockquote.blockquote-tertiary, .wpcf7 .wpcf7-form .blockquote-tertiary.wpcf7-response-output, .cms blockquote.blockquote-tertiary:not([class]) {
  border-left: 4px solid var(--color-tertiary);
}
.blockquote.blockquote-tertiary::before, .wpcf7 .wpcf7-form .blockquote-tertiary.wpcf7-response-output::before, .cms blockquote.blockquote-tertiary:not([class])::before {
  background-color: var(--color-tertiary);
}
.blockquote.blockquote-success, .wpcf7 .wpcf7-form .blockquote-success.wpcf7-response-output, .wpcf7 .wpcf7-form.sent .wpcf7-response-output, .cms blockquote.blockquote-success:not([class]) {
  border-left: 4px solid var(--color-success);
}
.blockquote.blockquote-success::before, .wpcf7 .wpcf7-form .blockquote-success.wpcf7-response-output::before, .wpcf7 .wpcf7-form.sent .wpcf7-response-output::before, .cms blockquote.blockquote-success:not([class])::before {
  background-color: var(--color-success);
}
.blockquote.blockquote-error, .wpcf7 .wpcf7-form .blockquote-error.wpcf7-response-output, .wpcf7 .wpcf7-form.invalid .wpcf7-response-output, .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output, .wpcf7 .wpcf7-form.spam .wpcf7-response-output, .wpcf7 .wpcf7-form.failed .wpcf7-response-output, .wpcf7 .wpcf7-form.aborted .wpcf7-response-output, .cms blockquote.blockquote-error:not([class]) {
  border-left: 4px solid var(--color-error);
}
.blockquote.blockquote-error::before, .wpcf7 .wpcf7-form .blockquote-error.wpcf7-response-output::before, .wpcf7 .wpcf7-form.invalid .wpcf7-response-output::before, .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output::before, .wpcf7 .wpcf7-form.spam .wpcf7-response-output::before, .wpcf7 .wpcf7-form.failed .wpcf7-response-output::before, .wpcf7 .wpcf7-form.aborted .wpcf7-response-output::before, .cms blockquote.blockquote-error:not([class])::before {
  background-color: var(--color-error);
}

.breadcrumb {
  display: inline-flex;
  color: var(--color-text);
  font-size: var(--font-size-xs);
}
.breadcrumb .breadcrumb__menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: baseline;
  color: var(--color-primary-dark);
}
.breadcrumb .breadcrumb__link {
  padding: 5px 10px;
  color: var(--color-text);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.breadcrumb .breadcrumb__link:hover {
  color: var(--color-text);
  opacity: 0.2;
}
.breadcrumb .breadcrumb__label {
  padding: 5px 10px;
  font-weight: 600;
}

.pagination {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-block: 20px;
}
.pagination .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 4px;
  background-color: var(--color-tertiary);
  color: var(--color-text);
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.pagination .page-numbers:not(.current):hover {
  background-color: var(--color-link);
  color: var(--color-light);
}
.pagination .page-numbers.current {
  background-color: var(--color-secondary-dark);
  color: var(--color-light);
}

.list {
  padding-left: 15px;
  list-style-image: url(../f6b800e4fcfb11059e37.svg);
}
.list.list-primary {
  list-style-image: url(../365ff8e6f787f6eef9db.svg);
}

.contact {
  z-index: 1;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
}
.contact .contact__menu {
  display: inline-flex;
  flex-flow: column nowrap;
  gap: 10px;
}

.social {
  z-index: 1;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
}
.social .social__menu {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 10px;
}
.social .social__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background-color: var(--color-link);
  color: var(--color-dark);
  border-radius: 999px;
}
.social .social__link:hover {
  background-color: var(--color-dark);
  color: var(--color-light);
}

.form, .wpcf7, .cms form {
  display: flex;
  flex-flow: column nowrap;
}
.form .form__group, .wpcf7 .form__group, .cms form .form__group {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}
.form .form__item, .wpcf7 .form__item, .cms form .form__item {
  display: inline-flex;
  flex-flow: row wrap;
  flex: 1;
  max-width: 100%;
  padding: 5px;
}
.form .form__control:-webkit-autofill, .wpcf7 .form__control:-webkit-autofill, .cms form .form__control:-webkit-autofill, .form .form__control:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
}
.form .form__control::-moz-placeholder, .wpcf7 .form__control::-moz-placeholder, .cms form .form__control::-moz-placeholder {
  color: var(--color-text-light);
  font-weight: 400;
}
.form .form__control::placeholder, .wpcf7 .form__control::placeholder, .cms form .form__control::placeholder {
  color: var(--color-text-light);
  font-weight: 400;
}
.form .form__control:focus, .wpcf7 .form__control:focus, .cms form .form__control:focus {
  outline: unset;
  border-color: var(--color-link-hover) !important;
}
.form .form__control[disabled], .wpcf7 .form__control[disabled], .cms form .form__control[disabled], .form .form__control.disabled, .wpcf7 .form__control.disabled, .cms form .form__control.disabled {
  cursor: not-allowed;
}
.form .form__control[type=text], .wpcf7 .form__control[type=text], .cms form .form__control[type=text], .form .form__control[type=email], .wpcf7 .form__control[type=email], .cms form .form__control[type=email], .form .form__control[type=tel], .wpcf7 .form__control[type=tel], .cms form .form__control[type=tel], .form .form__control[type=number], .wpcf7 .form__control[type=number], .cms form .form__control[type=number], .form .form__control[type=date], .wpcf7 .form__control[type=date], .cms form .form__control[type=date], .form .form__control[type=url], .wpcf7 .form__control[type=url], .cms form .form__control[type=url], .form .form__control[type=file], .wpcf7 .form__control[type=file], .cms form .form__control[type=file] {
  height: auto;
  min-height: 55px;
  width: 100%;
  padding: 16px;
  border: inherit;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-image: inherit;
  background-color: var(--color-light);
  color: var(--color-dark);
  font-family: var(--font-family-primary);
  font-size: var(--font-size-default);
  font-weight: 500;
}
.form .form__control[type=file], .wpcf7 .form__control[type=file], .cms form .form__control[type=file] {
  cursor: pointer;
}
.form .form__control[type=file]:hover, .wpcf7 .form__control[type=file]:hover, .cms form .form__control[type=file]:hover {
  border-color: var(--color-link-hover);
}
.form .form__control:is(select), .wpcf7 .form__control:is(select), .cms form .form__control:is(select) {
  height: auto;
  min-height: 55px;
  width: 100%;
  padding: 16px 42px 16px 16px;
  border: inherit;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--color-light);
  background-image: url(../1447acd9151c2f6b0697.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position-x: calc(100% - 16px);
  background-position-y: 50%;
  color: var(--color-dark);
  font-family: var(--font-family-primary);
  font-size: var(--font-size-default);
  font-weight: 500;
}
.form .form__control:is(textarea), .wpcf7 .form__control:is(textarea), .cms form .form__control:is(textarea) {
  height: auto;
  min-height: 110px;
  width: 100%;
  padding: 16px;
  resize: none;
  border: inherit;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: var(--color-light);
  background-image: inherit;
  color: var(--color-text);
  font-family: var(--font-family-primary);
  font-size: var(--font-size-default);
  font-weight: 500;
}
.form .form__control[type=radio], .wpcf7 .form__control[type=radio], .cms form .form__control[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.form .form__control[type=radio] + label, .wpcf7 .form__control[type=radio] + label, .cms form .form__control[type=radio] + label {
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  padding: 15px;
  transition: all 0.3s ease-in-out;
}
.form .form__control[type=radio] + label::before, .wpcf7 .form__control[type=radio] + label::before, .cms form .form__control[type=radio] + label::before {
  content: "";
  display: block;
  margin-right: 10px;
  height: 15px;
  width: 15px;
  outline: 2px solid var(--color-text-dark);
  border-radius: 50%;
  border: 3px solid var(--color-light);
  background-color: var(--color-light);
  transition: all 0.3s ease-in-out;
}
.form .form__control[type=radio]:checked + label::before, .wpcf7 .form__control[type=radio]:checked + label::before, .cms form .form__control[type=radio]:checked + label::before {
  background-color: var(--color-text-dark);
}
.form .form__control[type=checkbox], .wpcf7 .form__control[type=checkbox], .cms form .form__control[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.form .form__control[type=checkbox] + label, .wpcf7 .form__control[type=checkbox] + label, .cms form .form__control[type=checkbox] + label {
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  padding: 15px;
  transition: all 0.3s ease-in-out;
}
.form .form__control[type=checkbox] + label::before, .wpcf7 .form__control[type=checkbox] + label::before, .cms form .form__control[type=checkbox] + label::before {
  content: "";
  display: block;
  margin-right: 10px;
  height: 15px;
  width: 15px;
  min-width: 15px;
  outline: 2px solid var(--color-text-dark);
  transition: all 0.3s ease-in-out;
  background: url(../2e6a35c682a0e52c6dab.svg);
  background-color: var(--color-light);
  background-repeat: no-repeat;
  background-position: -20px 0;
  background-size: contain;
}
.form .form__control[type=checkbox]:checked + label::before, .wpcf7 .form__control[type=checkbox]:checked + label::before, .cms form .form__control[type=checkbox]:checked + label::before {
  background-position: 0 0;
}
.form .form__label, .wpcf7 .form__label, .cms form .form__label {
  display: inline-block;
  width: 100%;
  padding: 6px 0;
  font-size: var(--font-size-default);
  font-weight: 500;
  line-height: 1.35;
}
.form .form__label b, .wpcf7 .form__label b, .cms form .form__label b {
  color: var(--color-link-hover);
}
.form .form__alert, .wpcf7 .form__alert, .cms form .form__alert {
  z-index: 1;
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 2px 10px;
  border-radius: 0;
  background-color: var(--color-error);
  color: var(--color-light);
  font-size: var(--font-size-xs);
  font-style: italic;
  text-align: center;
}
.form .form__alert > span, .wpcf7 .form__alert > span, .cms form .form__alert > span {
  display: inline-block;
  padding: 5px 10px;
}
.form .form__notice, .wpcf7 .form__notice, .cms form .form__notice {
  font-size: var(--font-size-xs);
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .form .form__group, .wpcf7 .form__group, .cms form .form__group {
    flex-flow: row nowrap;
    align-items: flex-start;
  }
}

.details {
  z-index: 1;
  position: relative;
}
.details .details__summary {
  padding: 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background-color: var(--color-tertiary-light);
  transition: all 0.3s ease-in-out;
}
.details .details__summary:hover {
  cursor: pointer;
  background-color: var(--color-tertiary);
}
.details .details__summary__icon {
  flex: 0 0 45px;
  aspect-ratio: 1/1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary);
  color: var(--color-light);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.details .details__content {
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transform: translate(0, -10px);
  transition: all 0.3s ease-in-out;
}
.details[open] .details__summary__icon {
  background-color: var(--color-light);
  color: var(--color-text);
  transform: rotate(45deg);
}
.details[open] .details__content {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.loader, .wpcf7 .wpcf7-form .wpcf7-spinner {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: relative;
  display: none;
  background-color: var(--color-dark);
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
}
.loader::before, .wpcf7 .wpcf7-form .wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: var(--color-light);
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.loader.loader--active, .wpcf7 .wpcf7-form .loader--active.wpcf7-spinner {
  visibility: visible;
  opacity: 1;
  display: inline-block;
}

.cms {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
}
.wpcf7 p {
  width: 100%;
}
.wpcf7 .wpcf7-form {
  display: flex;
  flex-flow: column nowrap;
  gap: 12px;
}
.wpcf7 .wpcf7-form .wpcf7-radio {
  padding: 0;
  border-bottom: none;
  background-color: inherit;
}
.wpcf7 .wpcf7-form .wpcf7-radio span {
  cursor: pointer;
  display: inline-block;
}
.wpcf7 .wpcf7-form .wpcf7-radio label {
  display: flex;
  padding-right: 15px;
}
.wpcf7 .wpcf7-form .wpcf7-radio [type=radio] {
  opacity: 0;
  width: 1px;
  transform: translate(15px, 0);
}
.wpcf7 .wpcf7-form .wpcf7-radio [type=radio] + span {
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  margin-left: -10px;
  padding: 5px;
  color: var(--color-text);
  font-size: var(--font-size-default);
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.wpcf7 .wpcf7-form .wpcf7-radio [type=radio] + span::before {
  content: "";
  display: block;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  outline: 1px solid var(--color-dark);
  border-radius: 50%;
  border: 4px solid var(--color-light);
  background-color: var(--color-light);
  transition: all 0.3s ease-in-out;
}
.wpcf7 .wpcf7-form .wpcf7-radio [type=radio]:checked + span {
  color: var(--color-text-dark);
}
.wpcf7 .wpcf7-form .wpcf7-radio [type=radio]:checked + span::before {
  background-color: var(--color-link-hover);
}
.wpcf7 .wpcf7-form .wpcf7-checkbox {
  padding: 0;
  border-bottom: none;
  background-color: inherit;
}
.wpcf7 .wpcf7-form .wpcf7-checkbox span {
  display: inline-block;
}
.wpcf7 .wpcf7-form .wpcf7-checkbox label {
  display: flex;
  padding-right: 15px;
}
.wpcf7 .wpcf7-form .wpcf7-checkbox [type=checkbox] {
  opacity: 0;
  width: 1px;
  transform: translate(15px, 0);
}
.wpcf7 .wpcf7-form .wpcf7-checkbox [type=checkbox] + span {
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  margin-left: -10px;
  padding: 5px;
  color: var(--color-text);
  font-size: var(--font-size-default);
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.wpcf7 .wpcf7-form .wpcf7-checkbox [type=checkbox] + span::before {
  content: "";
  display: block;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  outline: 1px solid var(--color-text-dark);
  transition: all 0.3s ease-in-out;
  background: url(../2e6a35c682a0e52c6dab.svg);
  background-color: var(--color-light);
  background-repeat: no-repeat;
  background-position: -20px 0;
  background-size: contain;
}
.wpcf7 .wpcf7-form .wpcf7-checkbox [type=checkbox]:checked + span {
  color: var(--color-link-hover);
}
.wpcf7 .wpcf7-form .wpcf7-checkbox [type=checkbox]:checked + span::before {
  border-color: var(--color-link-hover);
  background-position: 0 0;
}
.wpcf7 .wpcf7-form .wpcf7-list-item-label {
  color: var(--color-text);
  font-size: var(--font-size-default);
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-acceptance-missing {
  z-index: 1;
  position: relative;
  display: block;
  float: right;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 2px 10px;
  border-radius: 0;
  background-color: var(--color-error);
  color: var(--color-light);
  font-family: var(--font-family-primary);
  font-size: var(--font-size-xs);
  font-weight: 500;
  text-align: center;
}
.wpcf7 textarea + .wpcf7-not-valid-tip {
  margin-top: -11px;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  margin-top: 3rem;
  font-size: var(--font-size-default);
}
.wpcf7 .wpcf7-form.init .wpcf7-response-output, .wpcf7 .wpcf7-form.resetting .wpcf7-response-output, .wpcf7 .wpcf7-form.submitting .wpcf7-response-output {
  display: none;
}
.wpcf7 .wpcf7-form.submitting .wpcf7-spinner {
  visibility: visible;
  opacity: 1;
  display: inline-block;
}
@media (prefers-reduced-motion: reduce) {
  .wpcf7 .wpcf7-form .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}

.elementor .e-con {
  margin-inline: auto;
}
.--hidden {
  display: none !important;
}

.slider__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.slider__nav .slider__nav__prev,
.slider__nav .slider__nav__next {
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.slider__nav .slider__nav__prev.swiper-button-disabled,
.slider__nav .slider__nav__next.swiper-button-disabled {
  opacity: 0.2;
}
.slider__nav .slider__nav__prev:not(.swiper-button-disabled),
.slider__nav .slider__nav__next:not(.swiper-button-disabled) {
  cursor: pointer;
}
.slider__nav .slider__nav__prev:not(.swiper-button-disabled):hover,
.slider__nav .slider__nav__next:not(.swiper-button-disabled):hover {
  color: var(--color-primary);
}
@media screen and (max-width: 1023.98px) {
  .slider__nav {
    gap: 20px;
  }
}

/* -------------------------------------------------------------------------- */
/* ---------------------------------- PAGE ---------------------------------- */
.page::-webkit-scrollbar {
  height: 8px;
  width: 8px;
  background-color: #D9D9D9;
}
.page::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background-color: var(--color-primary);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-primary-dark);
}
.page {
  background-color: var(--color-light);
  color: var(--color-text);
  font-family: var(--font-family-primary);
  font-size: var(--font-size-default);
  line-height: 1.6;
  font-weight: 400;
}

.page__wrapper {
  z-index: 1;
  position: relative;
  overflow: hidden !important;
}

.page__container {
  z-index: 1;
  position: relative;
  top: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: space-between;
  height: auto;
  min-height: 100vh;
  width: 100%;
  transition: top 0.3s ease-in-out;
}

.page__main {
  display: flex;
  flex-flow: row wrap;
  flex: 1;
}

.page__article {
  display: flex;
  flex-flow: column nowrap;
  flex: 1;
  max-width: 100%;
}

.page__preloader {
  z-index: 1090;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page__preloader .preloader__wrapper {
  pointer-events: none;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  gap: 25px;
}
.page__preloader .preloader__background {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color-primary-dark);
}
.page__preloader .preloader__logo {
  color: var(--color-light);
}
.page__preloader .preloader__logo :is(img, svg) {
  width: 100%;
  max-width: 250px;
}

.page__header {
  z-index: 1030;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  transition: top 0.3s ease-in-out;
}
.page__header .header__backdrop {
  cursor: pointer;
  z-index: -1;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  display: block;
  height: 100%;
  width: 100%;
  background-color: var(--color-dark);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.page__header .header__navbar {
  z-index: 1;
  position: relative;
  height: var(--height-header-nav);
  background-color: var(--color-light);
  transition: all ease 0.6s;
}
.page__header .header__navbar__wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  margin-inline: auto;
  padding: 0 90px;
}
.page__header .header__navbar__group {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin: 0;
  padding: 0;
}
.page__header .header__navbar__brand {
  height: calc(var(--height-header-nav) * 0.75);
  width: auto;
  max-width: 125px;
}
@media screen and (min-width: 1024px) {
  .page__header .header__navbar__brand {
    margin-right: 180px;
  }
}
.page__header .header__navbar__brand .logo img {
  transition: all 0.3s ease-in-out;
}
.page__header .header__navbar__burger {
  visibility: visible;
  opacity: 1;
  cursor: pointer;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.page__header .header__navbar__burger .icon-burger {
  z-index: 1;
  position: relative;
  display: block;
  background-color: var(--color-secondary);
  height: 4px;
  border-radius: 2px;
  width: 40px;
  transition: all 0.3s ease-in-out;
}
.page__header .header__navbar__burger .icon-burger::before, .page__header .header__navbar__burger .icon-burger::after {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  display: block;
  height: 4px;
  width: 100%;
  background-color: var(--color-secondary);
  transition: all 0.3s ease-in-out;
}
.page__header .header__navbar__burger .icon-burger::before {
  top: -10px;
}
.page__header .header__navbar__burger .icon-burger::after {
  bottom: -10px;
}
.page__header .header__navbar__burger:hover .icon-burger::before,
.page__header .header__navbar__burger:hover .icon-burger::after {
  background-color: var(--color-secondary-light);
}
.page__header .header__navbar__nav {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: var(--height-header-nav);
}
.page__header .header__navbar__menu {
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
  gap: 0 50px;
}
.page__header .header__navbar__menu .menu__item {
  z-index: 1;
  position: relative;
  display: inline-flex;
  flex-flow: column nowrap;
  justify-content: center;
  margin: 0;
}
.page__header .header__navbar__menu .menu__link {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  gap: 10px;
  color: var(--color-text);
  font-size: var(--font-size-button);
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.page__header .header__navbar__menu .menu__link:hover, .page__header .header__navbar__menu .menu__link[aria-current] {
  color: var(--color-primary-dark);
}
.page__header .header__navbar__menu .menu__dropdown {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  overflow: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  display: flex;
  flex-flow: column nowrap;
  height: 0;
  margin: 0;
  padding: 0;
  background-color: var(--color-light);
  list-style: none;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.page__header .header__navbar__menu .menu__dropdown .menu__item {
  padding: 5px 10px;
}
.page__header .header__navbar__menu .menu__dropdown .menu__link {
  color: var(--color-text);
  font-size: var(--font-size-xs);
  white-space: nowrap;
}
.page__header .header__navbar__menu .menu__dropdown .menu__link:hover, .page__header .header__navbar__menu .menu__dropdown .menu__link[aria-current] {
  color: var(--color-primary);
}
.page__header .header__navbar__menu .menu__item--active .menu__dropdown {
  visibility: visible;
  opacity: 1;
  height: auto;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  transform: translateY(-10px);
}
.page__header .header__navbar__menu .menu__item--parent > .menu__link::after {
  content: "";
  padding: 7.5px;
  background-image: url(../1447acd9151c2f6b0697.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 100%;
  background-position-y: 50%;
  transition: all 0.3s ease-in-out;
}
.page__header .header__navbar__menu .menu__item--parent > .menu__link:hover::after {
  background-image: url(../6810663f63ad632949bc.svg);
}
.page__header .header__navbar__menu .menu__item--parent.menu__item--active > .menu__link {
  color: var(--color-primary);
}
.page__header .header__navbar__menu .menu__item--parent.menu__item--active > .menu__link::after {
  background-image: url(../6810663f63ad632949bc.svg);
}
.page__header .header__fullscreenmenu {
  visibility: hidden;
  opacity: 0;
  --margin: 30px;
  z-index: -1;
  overflow-y: auto;
  position: absolute;
  background-color: var(--color-tertiary-light);
  transition: all 0.6s ease;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: var(--margin);
  height: calc(100vh - var(--margin) * 2);
  border-radius: 20px;
  background-color: var(--color-secondary);
  color: var(--color-light);
  background-image: url(../704ad01e9e5438f2f1cc.svg);
  background-position: top 50px right 50px;
  background-repeat: no-repeat;
}
.page__header .header__fullscreenmenu__wrapper {
  display: flex;
  flex-flow: column nowrap;
  gap: 50px;
  padding: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.page__header .header__fullscreenmenu__wrapper .header__navbar__burger {
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
  height: 40px;
  height: 40px;
  transform: scale(0.6);
}
.page__header .header__fullscreenmenu__wrapper .header__navbar__burger .icon-burger::before, .page__header .header__fullscreenmenu__wrapper .header__navbar__burger .icon-burger::after {
  background-color: var(--color-light) !important;
}
.page__header .header__fullscreenmenu__wrapper .header__navbar__burger:hover .icon-burger::before, .page__header .header__fullscreenmenu__wrapper .header__navbar__burger:hover .icon-burger::after {
  background-color: var(--color-primary) !important;
}
@media screen and (min-width: 768px) {
  .page__header .header__fullscreenmenu__wrapper {
    padding: 90px;
  }
  .page__header .header__fullscreenmenu__group {
    max-width: 50%;
  }
}
.page__header .header__fullscreenmenu__item {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.page__header .header__fullscreenmenu__brand {
  max-width: 160px;
  height: auto;
}
.page__header .header__fullscreenmenu__menu {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
}
.page__header .header__fullscreenmenu__menu .menu__item {
  z-index: 1;
  position: relative;
  display: inline-flex;
  flex-flow: column nowrap;
  margin: 0;
}
.page__header .header__fullscreenmenu__menu .menu__link {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  color: var(--color-light);
  font-size: var(--font-size-h5);
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.page__header .header__fullscreenmenu__menu .menu__link:hover, .page__header .header__fullscreenmenu__menu .menu__link[aria-current] {
  color: var(--color-primary);
}
.page__header .header__fullscreenmenu__menu .menu__dropdown {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.page__header .header__fullscreenmenu__menu .menu__dropdown .menu__item {
  padding: 5px;
}
.page__header .header__fullscreenmenu__menu .menu__dropdown .menu__item:not(:last-child)::after {
  content: "";
  height: 1px;
  width: 100%;
  margin: 10px 0 5px;
  background-color: var(--color-text);
  opacity: 0.11;
}
.page__header .header__fullscreenmenu__menu .menu__dropdown .menu__link {
  color: var(--color-text);
  font-size: var(--font-size-xs);
}
.page__header .header__fullscreenmenu__menu .menu__dropdown .menu__link:hover, .page__header .header__fullscreenmenu__menu .menu__dropdown .menu__link[aria-current] {
  color: var(--color-primary);
}
.page__header .header__fullscreenmenu__menu .menu__item--active .menu__dropdown {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.page__header .header__fullscreenmenu__menu .menu__item--parent > .menu__link::after {
  content: "";
  padding: 7.5px;
  background-image: url(../1447acd9151c2f6b0697.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 100%;
  background-position-y: 50%;
  transition: all 0.3s ease-in-out;
}
.page__header .header__fullscreenmenu__menu .menu__item--parent > .menu__link:hover::after {
  background-image: url(../6810663f63ad632949bc.svg);
}
.page__header .header__fullscreenmenu__menu .menu__item--parent.menu__item--active > .menu__link {
  color: var(--color-primary);
}
.page__header .header__fullscreenmenu__menu .menu__item--parent.menu__item--active > .menu__link::after {
  background-image: url(../6810663f63ad632949bc.svg);
}
@media screen and (max-width: 1023.98px) {
  .page__header .header__navbar__wrapper {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .page__header .header__navbar__wrapper {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1240px) {
  .page__header .header__navbar__burger {
    display: none !important;
  }
}
@media screen and (max-width: 1239.98px) {
  .page__header .header__navbar__group {
    gap: 20px;
  }
  .page__header .header__navbar__nav {
    display: none !important;
  }
  .page__header .header__navbar .header__navbar__group .button, .page__header .header__navbar .header__navbar__group .wpcf7 .wpcf7-submit, .wpcf7 .page__header .header__navbar .header__navbar__group .wpcf7-submit, .page__header .header__navbar .header__navbar__group .elementor .elementor-button-info .elementor-button, .elementor .elementor-button-info .page__header .header__navbar .header__navbar__group .elementor-button, .page__header .header__navbar .header__navbar__group .elementor .elementor-button-success .elementor-button, .elementor .elementor-button-success .page__header .header__navbar .header__navbar__group .elementor-button, .page__header .header__navbar .header__navbar__group .elementor .elementor-button-warning .elementor-button, .elementor .elementor-button-warning .page__header .header__navbar .header__navbar__group .elementor-button, .page__header .header__navbar .header__navbar__group .elementor .elementor-button-danger .elementor-button, .elementor .elementor-button-danger .page__header .header__navbar .header__navbar__group .elementor-button {
    display: none !important;
  }
}

.page__footer {
  z-index: 1;
  position: relative;
  background-color: var(--color-secondary);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: var(--color-light);
  padding: 140px 60px 20px;
  background-image: url(../704ad01e9e5438f2f1cc.svg);
  background-position: top 50px right 50px;
  background-repeat: no-repeat;
}
.page__footer .footer__navbar {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 200px;
}
.page__footer .footer__navbar__group,
.page__footer .footer__navbar__item {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  gap: 50px;
}
.page__footer .footer__navbar__group.bigger-gap,
.page__footer .footer__navbar__item.bigger-gap {
  gap: 70px;
}
.page__footer .footer__navbar__group.smaller-gap,
.page__footer .footer__navbar__item.smaller-gap {
  gap: 20px;
}
.page__footer .footer__navbar__group {
  max-width: 850px;
}
.page__footer .footer__navbar__group:last-child {
  max-width: 300px;
}
.page__footer .footer__navbar__item:last-child {
  margin-top: auto;
  margin-bottom: 0;
}
.page__footer .footer__navbar__brand {
  max-width: 160px;
  height: auto;
}
.page__footer .footer__navbar__title {
  font-family: var(--font-family-primary);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: var(--color-primary);
}
.page__footer .footer__navbar__menu {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  gap: 10px;
}
.page__footer .footer__navbar__menu .menu__item {
  margin: 0;
}
.page__footer .footer__navbar__menu .menu__link {
  display: inline-block;
  color: var(--color-light);
  font-size: var(--font-size-h6);
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.page__footer .footer__navbar__menu .menu__link:hover, .page__footer .footer__navbar__menu .menu__link[aria-current] {
  color: var(--color-primary);
}
.page__footer .footer__navbar__socials {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.page__footer .footer__navbar__socials .footer__navbar__socials__title {
  font-size: var(--font-size-xs);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
}
.page__footer .footer__bottombar {
  --gap-x: 30px;
  --gap-y: 30px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
  gap: var(--gap-x) var(--gap-y);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}
.page__footer .footer__bottombar__group {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: var(--gap-x) var(--gap-y);
}
.page__footer .footer__bottombar__group:last-child {
  margin-left: auto;
  margin-right: 0;
}
.page__footer .footer__bottombar__copyright,
.page__footer .footer__bottombar__by {
  color: rgba(255, 255, 255, 0.5);
  font-size: var(--font-size-xs);
  font-weight: 500;
  text-align: center;
}
.page__footer .footer__bottombar__copyright .link,
.page__footer .footer__bottombar__by .link {
  opacity: 0.5;
}
.page__footer .footer__bottombar__copyright .link:hover,
.page__footer .footer__bottombar__by .link:hover {
  opacity: 1;
}
.page__footer .footer__bottombar__menu {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-y) var(--gap-x);
}
.page__footer .footer__bottombar__menu .menu__item {
  margin: 0;
}
.page__footer .footer__bottombar__menu .menu__link {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  font-size: var(--font-size-xs);
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.page__footer .footer__bottombar__menu .menu__link:hover, .page__footer .footer__bottombar__menu .menu__link[aria-current] {
  color: var(--color-primary);
}
.page__footer #upToTop {
  --size: 50px;
  display: flex;
  width: var(--size);
  height: var(--size);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  background-color: var(--color-light);
  color: var(--color-dark);
  transition: all 0.3s ease-in-out;
}
.page__footer #upToTop:hover {
  background-color: var(--color-primary);
  color: var(--color-light);
}
@media screen and (max-width: 1023.98px) {
  .page__footer .footer__navbar {
    flex-direction: column;
    gap: 50px;
  }
  .page__footer .footer__navbar__group {
    max-width: 100% !important;
  }
  .page__footer .footer__bottombar__group {
    margin: 0 !important;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .page__footer .footer__bottombar {
    --gap-x: 40px;
    --gap-y: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .page__footer .footer__bottombar__menu {
    flex-direction: column;
    align-items: flex-start;
  }
  .page__footer .footer__bottombar__group {
    gap: 10px;
  }
}

.page__banner {
  visibility: hidden;
  opacity: 0;
  z-index: 1040;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
  height: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.page__banner .banner__wrapper {
  z-index: 1;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: var(--color-primary);
}
.page__banner .banner__text {
  position: absolute;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: var(--color-light);
  font-size: var(--font-size-xs);
  font-weight: 500;
  word-spacing: 0.5px;
  letter-spacing: 0.5px;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.page__banner .banner__text:is(a):hover {
  opacity: 0.66;
}
.page__banner .banner__button {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: var(--height-header-banner);
  width: var(--height-header-banner);
  background-color: var(--color-primary-dark);
  color: var(--color-light);
  transition: all 0.3s ease-in-out;
}
.page__banner .banner__button:hover {
  opacity: 0.66;
}
.page__banner.page__banner--scrolling .banner__wrapper {
  justify-content: flex-start;
}
.page__banner.page__banner--scrolling .banner__text {
  animation: banner 10s infinite linear;
}

.page__popin {
  visibility: hidden;
  opacity: 0;
  z-index: 1040;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  padding: 15px;
  transition: all 0.3s ease-in-out;
}
.page__popin .popin__backdrop {
  content: "";
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  background-color: var(--color-dark);
  transition: all 0.3s ease-in-out;
}
.page__popin .popin__close {
  cursor: pointer;
  margin-left: auto;
  color: var(--color-light);
  transition: all 0.3s ease-in-out;
}
.page__popin .popin__close:hover {
  opacity: 0.66;
}
.page__popin .popin__wrapper {
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: auto;
  padding: 0;
  border-radius: 5px;
  background-color: var(--color-light);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.3);
  transform: translate(0, 50px);
  transition: all 0.6s ease;
}
.page__popin .popin__head {
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  max-height: 80px;
  padding: 20px;
  gap: 20px;
  background-color: var(--color-primary-dark);
}
.page__popin .popin__body {
  overflow-y: auto;
  height: auto;
  max-height: calc(90vh - 80px);
}
.page__popin .popin__title {
  margin: 0;
  color: var(--color-light);
}
.page__popin.page__popin--open {
  visibility: visible;
  opacity: 1;
}
.page__popin.page__popin--open .popin__backdrop {
  visibility: visible;
  opacity: 1;
  opacity: 0.88;
}
.page__popin.page__popin--open .popin__wrapper {
  transform: translate(0, 0);
}

/* -------------------------------------------------------------------------- */
/* -------------------------------- SECTIONS -------------------------------- */
.hero-page, .hero-archive, .hero-single, .hero-page-home {
  z-index: 1;
  position: relative;
  padding-top: var(--height-header);
}
.hero-page .hero__wrapper, .hero-archive .hero__wrapper, .hero-single .hero__wrapper, .hero-page-home .hero__wrapper {
  display: flex;
  flex-flow: column nowrap;
  padding: 0 60px 100px;
  gap: 60px;
}
.hero-page .hero__hgroup, .hero-archive .hero__hgroup, .hero-single .hero__hgroup, .hero-page-home .hero__hgroup {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  gap: 25px;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (min-width: 1024px) {
  .hero-page .hero__hgroup .hero__title, .hero-archive .hero__hgroup .hero__title, .hero-single .hero__hgroup .hero__title, .hero-page-home .hero__hgroup .hero__title {
    max-width: 50%;
  }
  .hero-page .hero__hgroup .hero__desc, .hero-archive .hero__hgroup .hero__desc, .hero-single .hero__hgroup .hero__desc, .hero-page-home .hero__hgroup .hero__desc {
    max-width: 30%;
  }
}
@media screen and (max-width: 1023.98px) {
  .hero-page .hero__wrapper, .hero-archive .hero__wrapper, .hero-single .hero__wrapper, .hero-page-home .hero__wrapper {
    gap: 40px;
  }
  .hero-page .hero__hgroup, .hero-archive .hero__hgroup, .hero-single .hero__hgroup, .hero-page-home .hero__hgroup {
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767.98px) {
  .hero-page .hero__wrapper, .hero-archive .hero__wrapper, .hero-single .hero__wrapper, .hero-page-home .hero__wrapper {
    padding: 0 10px 60px;
    gap: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .hero-single-works .hero__hgroup .hero__title {
    max-width: 100%;
  }
}

/* -------------------------------------------------------------------------- */
/* -------------------------------- CONTENTS -------------------------------- */
.content-maintenance {
  z-index: 1;
  position: relative;
  min-height: 100vh;
  background-color: var(--color-tertiary);
}
.content-maintenance .content__wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-block: 20px;
  gap: 20px;
}
.content-maintenance .content__logo {
  width: 100%;
  max-width: 450px;
}
.content-maintenance .content__title {
  text-align: center;
}

.content-404 {
  z-index: 1;
  position: relative;
  padding-top: var(--height-header);
}
.content-404 .content__wrapper {
  display: flex;
  flex-flow: column nowrap;
  padding-block: 50px 100px;
  gap: 25px;
}

/* -------------------------------------------------------------------------- */
/* -------------------------------- ARCHIVES -------------------------------- */
.archive-post, .archive-news {
  z-index: 1;
  position: relative;
}
.archive-post .archive__wrapper, .archive-news .archive__wrapper {
  display: flex;
  flex-flow: column nowrap;
  padding-block: 100px;
  gap: 50px;
}
.archive-post .archive__listing, .archive-news .archive__listing {
  display: flex;
  flex-flow: row wrap;
  margin: -25px;
}

.archive-related-news {
  z-index: 1;
  position: relative;
}
.archive-related-news .archive__wrapper {
  display: flex;
  flex-flow: column nowrap;
  padding-block: 100px;
  gap: 50px;
}
.archive-related-news .archive__listing {
  display: flex;
  flex-flow: row nowrap;
  margin: -25px;
  width: calc(100% + 50px);
}
.archive-related-news .archive__header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.archive-related-news .archive__hgroup {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
}
.archive-related-news .archive__actions {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}
.archive-related-news .archive__swiper {
  overflow: visible;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  gap: 50px;
}
.archive-related-news .archive__swiper .swiper-scrollbar {
  cursor: grab;
  z-index: 1;
  position: relative;
  background-color: var(--color-tertiary);
}
.archive-related-news .archive__swiper .swiper-scrollbar-drag {
  background-color: var(--color-primary);
  transition: all 0.3s ease-in-out;
}
.archive-related-news .archive__swiper .swiper-scrollbar-drag:hover {
  background-color: var(--color-primary-dark);
}

.archive-brands .archive__wrapper,
.archive-brands .focused__brands__wrapper {
  display: flex;
  flex-flow: column nowrap;
  gap: 120px;
}
.archive-brands .archive__wrapper .brand__item,
.archive-brands .focused__brands__wrapper .brand__item {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 140px;
  padding: 0 50px;
}
.archive-brands .archive__wrapper .brand__item .brand__details,
.archive-brands .focused__brands__wrapper .brand__item .brand__details {
  display: flex;
  flex-flow: column nowrap;
  gap: 30px;
  max-width: 620px;
}
.archive-brands .archive__wrapper .brand__item .brand__details .brand__title,
.archive-brands .focused__brands__wrapper .brand__item .brand__details .brand__title {
  text-transform: uppercase;
}
.archive-brands .archive__wrapper .brand__item .brand__details .brand__desc,
.archive-brands .focused__brands__wrapper .brand__item .brand__details .brand__desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.66;
}
.archive-brands .archive__wrapper .brand__item .brand__details .brand__actions,
.archive-brands .focused__brands__wrapper .brand__item .brand__details .brand__actions {
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  gap: 10px 20px;
}
.archive-brands .archive__wrapper .brand__item .brand__visuals,
.archive-brands .focused__brands__wrapper .brand__item .brand__visuals {
  position: relative;
}
.archive-brands .archive__wrapper .brand__item .brand__visuals .brand__image,
.archive-brands .focused__brands__wrapper .brand__item .brand__visuals .brand__image {
  position: relative;
  width: 800px;
  height: auto;
  aspect-ratio: 1.7;
  border-radius: 20px;
  overflow: hidden;
}
.archive-brands .archive__wrapper .brand__item .brand__visuals .brand__image img,
.archive-brands .focused__brands__wrapper .brand__item .brand__visuals .brand__image img {
  width: 100%;
  height: auto;
  position: absolute;
  aspect-ratio: 1.7;
}
.archive-brands .archive__wrapper .brand__item .brand__visuals .brand__logo,
.archive-brands .focused__brands__wrapper .brand__item .brand__visuals .brand__logo {
  position: absolute;
  z-index: 1;
  background-color: var(--color-light);
  border-bottom-right-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 40px;
}
.archive-brands .archive__wrapper .brand__item .brand__visuals .brand__logo::before, .archive-brands .archive__wrapper .brand__item .brand__visuals .brand__logo::after,
.archive-brands .focused__brands__wrapper .brand__item .brand__visuals .brand__logo::before,
.archive-brands .focused__brands__wrapper .brand__item .brand__visuals .brand__logo::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-color: var(--color-light);
  width: 25px;
  height: 25px;
  -webkit-mask: url(../0ac99a511f9d170892b8.svg) no-repeat 100%;
          mask: url(../0ac99a511f9d170892b8.svg) no-repeat 100%;
}
.archive-brands .archive__wrapper .brand__item .brand__visuals .brand__logo::before,
.archive-brands .focused__brands__wrapper .brand__item .brand__visuals .brand__logo::before {
  top: 0;
  left: 100%;
}
.archive-brands .archive__wrapper .brand__item .brand__visuals .brand__logo::after,
.archive-brands .focused__brands__wrapper .brand__item .brand__visuals .brand__logo::after {
  left: 0;
  top: 100%;
}
.archive-brands .archive__wrapper .brand__item .brand__visuals .brand__logo img,
.archive-brands .focused__brands__wrapper .brand__item .brand__visuals .brand__logo img {
  max-width: 160px;
  max-height: 140px;
}
@media screen and (min-width: 1024px) {
  .archive-brands .archive__wrapper .brand__item.alternate,
  .archive-brands .focused__brands__wrapper .brand__item.alternate {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .archive-brands .archive__wrapper .brand__item.alternate .brand__logo,
  .archive-brands .focused__brands__wrapper .brand__item.alternate .brand__logo {
    right: 0;
    border-radius: 0;
    border-bottom-left-radius: 20px;
  }
  .archive-brands .archive__wrapper .brand__item.alternate .brand__logo::before, .archive-brands .archive__wrapper .brand__item.alternate .brand__logo::after,
  .archive-brands .focused__brands__wrapper .brand__item.alternate .brand__logo::before,
  .archive-brands .focused__brands__wrapper .brand__item.alternate .brand__logo::after {
    transform: scaleX(-1);
  }
  .archive-brands .archive__wrapper .brand__item.alternate .brand__logo::before,
  .archive-brands .focused__brands__wrapper .brand__item.alternate .brand__logo::before {
    left: auto;
    top: 0;
    right: 100%;
  }
  .archive-brands .archive__wrapper .brand__item.alternate .brand__logo::after,
  .archive-brands .focused__brands__wrapper .brand__item.alternate .brand__logo::after {
    left: auto;
    right: 0;
    top: 100%;
  }
}
.archive-brands .archive__wrapper .focused__brands__wrapper,
.archive-brands .focused__brands__wrapper .focused__brands__wrapper {
  background-color: var(--color-secondary);
  border-radius: 20px;
  padding: 140px 0;
}
.archive-brands .archive__wrapper .focused__brands__wrapper .brand__item,
.archive-brands .focused__brands__wrapper .focused__brands__wrapper .brand__item {
  color: var(--color-light);
}
.archive-brands .archive__wrapper .focused__brands__wrapper .brand__item .brand__visuals .brand__logo,
.archive-brands .focused__brands__wrapper .focused__brands__wrapper .brand__item .brand__visuals .brand__logo {
  background-color: var(--color-secondary);
}
.archive-brands .archive__wrapper .focused__brands__wrapper .brand__item .brand__visuals .brand__logo::before, .archive-brands .archive__wrapper .focused__brands__wrapper .brand__item .brand__visuals .brand__logo::after,
.archive-brands .focused__brands__wrapper .focused__brands__wrapper .brand__item .brand__visuals .brand__logo::before,
.archive-brands .focused__brands__wrapper .focused__brands__wrapper .brand__item .brand__visuals .brand__logo::after {
  background-color: var(--color-secondary);
}
@media screen and (max-width: 1360px) {
  .archive-brands .archive__wrapper .brand__item .brand__visuals .brand__image,
  .archive-brands .focused__brands__wrapper .brand__item .brand__visuals .brand__image {
    width: 50vw;
  }
}
@media screen and (max-width: 1023.98px) {
  .archive-brands .archive__wrapper .brand__item,
  .archive-brands .archive__wrapper .brand__item.alternate,
  .archive-brands .focused__brands__wrapper .brand__item,
  .archive-brands .focused__brands__wrapper .brand__item.alternate {
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
  }
  .archive-brands .archive__wrapper .brand__item .brand__visuals,
  .archive-brands .archive__wrapper .brand__item .brand__details,
  .archive-brands .archive__wrapper .brand__item.alternate .brand__visuals,
  .archive-brands .archive__wrapper .brand__item.alternate .brand__details,
  .archive-brands .focused__brands__wrapper .brand__item .brand__visuals,
  .archive-brands .focused__brands__wrapper .brand__item .brand__details,
  .archive-brands .focused__brands__wrapper .brand__item.alternate .brand__visuals,
  .archive-brands .focused__brands__wrapper .brand__item.alternate .brand__details {
    width: 100%;
    max-width: 100%;
  }
  .archive-brands .archive__wrapper .brand__item .brand__visuals .brand__image,
  .archive-brands .archive__wrapper .brand__item.alternate .brand__visuals .brand__image,
  .archive-brands .focused__brands__wrapper .brand__item .brand__visuals .brand__image,
  .archive-brands .focused__brands__wrapper .brand__item.alternate .brand__visuals .brand__image {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .archive-brands .archive__wrapper .brand__item,
  .archive-brands .focused__brands__wrapper .brand__item {
    padding: 0;
  }
  .archive-brands .archive__wrapper .brand__item .brand__visuals .brand__image,
  .archive-brands .archive__wrapper .brand__item .brand__visuals .brand__image img,
  .archive-brands .focused__brands__wrapper .brand__item .brand__visuals .brand__image,
  .archive-brands .focused__brands__wrapper .brand__item .brand__visuals .brand__image img {
    aspect-ratio: 1.2;
  }
  .archive-brands .archive__wrapper .brand__item .brand__visuals .brand__logo,
  .archive-brands .focused__brands__wrapper .brand__item .brand__visuals .brand__logo {
    padding: 20px 20px;
  }
  .archive-brands .archive__wrapper .brand__item .brand__visuals .brand__logo img,
  .archive-brands .focused__brands__wrapper .brand__item .brand__visuals .brand__logo img {
    max-width: 90px;
    max-height: 90px;
  }
  .archive-brands .archive__wrapper .focused__brands__wrapper {
    padding: 100px 20px;
  }
}

.archive-works .archive__wrapper {
  display: flex;
  flex-flow: column nowrap;
  gap: 30px;
  padding: 0 60px;
}
.archive-works .archive__body {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}
.archive-works #works_map {
  flex: 1 0 65%;
  max-width: 100%;
  aspect-ratio: 1;
  border-radius: 20px;
  overflow: hidden;
}
.archive-works #works_map .marker-cluster-small,
.archive-works #works_map .marker-cluster-small div,
.archive-works #works_map .marker-cluster-medium,
.archive-works #works_map .marker-cluster-medium div,
.archive-works #works_map .marker-cluster-large,
.archive-works #works_map .marker-cluster-large div,
.archive-works #works_map .leaflet-oldie .marker-cluster-small,
.archive-works #works_map .leaflet-oldie .marker-cluster-small div,
.archive-works #works_map .leaflet-oldie .marker-cluster-medium,
.archive-works #works_map .leaflet-oldie .marker-cluster-medium div,
.archive-works #works_map .leaflet-oldie .marker-cluster-large,
.archive-works #works_map .leaflet-oldie .marker-cluster-large div {
  background: var(--color-primary);
  box-shadow: 0 0 17.5px 0 var(--color-primary);
}
.archive-works #works_map .marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}
.archive-works #works_map .marker-cluster div {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 999px;
  color: var(--color-light);
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-weight: 500px;
}
.archive-works #works_map .marker-cluster span {
  line-height: 30px;
}
.archive-works #works_map .marker-cluser.is-active div {
  background: #000;
}
.archive-works #works_map .marker {
  color: #ffd400;
  transition: color 0.2s ease;
}
.archive-works #works_map .marker--active {
  color: #000;
}
.archive-works #works_map {
  /* CLUSTER */
}
.archive-works #works_map .marker-cluster-custom {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffd400;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: all 0.25s ease;
}
.archive-works #works_map .marker-cluster-custom.is-active {
  background: #000;
  color: #fff;
}
.archive-works #works_list {
  flex: 1 1 35%;
  max-width: 100%;
  overflow-y: auto;
  height: var(--map-height);
  padding-right: 30px;
}
.archive-works #works_list::-webkit-scrollbar {
  height: 8px;
  width: 8px;
  background-color: #D9D9D9;
}
.archive-works #works_list::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background-color: var(--color-primary);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.archive-works #works_list::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-primary-dark);
}
.archive-works #works_list::-webkit-scrollbar, .archive-works #works_list::-webkit-scrollbar-thumb {
  border-radius: 20px;
}
.archive-works #works_list.has-focus .excerpt-post:not(.active) {
  display: none;
}
.archive-works .excerpt-post {
  width: 100% !important;
  border-radius: 20px;
  overflow: hidden;
  padding: 0;
  transition: all 0.3s ease-in-out;
  display: block;
}
.archive-works .excerpt-post.active {
  display: block;
}
.archive-works .excerpt-post:not(:last-of-type) {
  margin-bottom: 30px;
}
.archive-works .excerpt-post .excerpt__wrapper {
  padding: 20px 35px;
  aspect-ratio: 1.8;
}
.archive-works .excerpt-post .excerpt__wrapper .excerpt__title {
  font-size: var(--font-size-default);
  font-style: normal;
  font-weight: 600;
}
.archive-works .filters__form {
  max-width: 100%;
  width: 500px;
}
.archive-works .filters__form .form__group {
  flex-flow: row nowrap !important;
  align-items: center;
  position: relative;
}
.archive-works .filters__form .form__group .form__item:not(:last-child) .form__control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.archive-works .filters__form .form__group .form__item:last-child {
  flex: 0;
}
.archive-works .filters__form .form__group .form__item:last-child .button, .archive-works .filters__form .form__group .form__item:last-child .wpcf7 .wpcf7-submit, .wpcf7 .archive-works .filters__form .form__group .form__item:last-child .wpcf7-submit, .archive-works .filters__form .form__group .form__item:last-child .elementor .elementor-button-info .elementor-button, .elementor .elementor-button-info .archive-works .filters__form .form__group .form__item:last-child .elementor-button, .archive-works .filters__form .form__group .form__item:last-child .elementor .elementor-button-success .elementor-button, .elementor .elementor-button-success .archive-works .filters__form .form__group .form__item:last-child .elementor-button, .archive-works .filters__form .form__group .form__item:last-child .elementor .elementor-button-warning .elementor-button, .elementor .elementor-button-warning .archive-works .filters__form .form__group .form__item:last-child .elementor-button, .archive-works .filters__form .form__group .form__item:last-child .elementor .elementor-button-danger .elementor-button, .elementor .elementor-button-danger .archive-works .filters__form .form__group .form__item:last-child .elementor-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.archive-works .filters__form .form__control:is(select) {
  border-radius: 999px;
}
.archive-works .filters__form .form__item {
  padding: 0;
}
.archive-works .filters__form .form__control,
.archive-works .filters__form .button,
.archive-works .filters__form .wpcf7 .wpcf7-submit,
.wpcf7 .archive-works .filters__form .wpcf7-submit,
.archive-works .filters__form .elementor .elementor-button-info .elementor-button,
.elementor .elementor-button-info .archive-works .filters__form .elementor-button,
.archive-works .filters__form .elementor .elementor-button-success .elementor-button,
.elementor .elementor-button-success .archive-works .filters__form .elementor-button,
.archive-works .filters__form .elementor .elementor-button-warning .elementor-button,
.elementor .elementor-button-warning .archive-works .filters__form .elementor-button,
.archive-works .filters__form .elementor .elementor-button-danger .elementor-button,
.elementor .elementor-button-danger .archive-works .filters__form .elementor-button {
  min-height: 0;
  height: 55px;
  min-width: 55px;
}
@media screen and (max-width: 1023.98px) {
  .archive-works .archive__body {
    flex-flow: column nowrap;
  }
  .archive-works #works_map,
  .archive-works #works_list {
    max-width: 100%;
    flex: 1 1 100%;
    width: 100%;
  }
  .archive-works #works_map {
    aspect-ratio: 1.5;
  }
  .archive-works #works_list {
    height: auto;
    max-height: 50vh;
    padding: 0;
  }
  .archive-works .filters__form {
    width: auto;
  }
  .archive-works .archive__listing {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
  }
  .archive-works .excerpt-post {
    border-radius: 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .archive-works .excerpt-post:not(:last-of-type) {
    margin: 0;
  }
  .archive-works .excerpt-post .excerpt__wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    aspect-ratio: auto;
    gap: 7px;
    padding: 0;
  }
  .archive-works .excerpt-post .excerpt__wrapper .excerpt__title {
    color: var(--color-text);
  }
  .archive-works .excerpt-post .excerpt__background {
    border-radius: 5px;
    position: relative;
    width: 50px;
    aspect-ratio: 1;
  }
}
@media screen and (max-width: 767.98px) {
  .archive-works .archive__wrapper {
    padding: 0 10px;
  }
}

.archive-faq {
  padding: 0 0 70px;
  z-index: 1;
  position: relative;
}
.archive-faq .archive__wrapper {
  display: flex;
  flex-flow: row nowrap;
  gap: 60px;
}
.archive-faq .archive__wrapper > * {
  width: 100%;
}
.archive-faq .archive__wrapper .archive__header {
  max-width: 620px;
}
.archive-faq .archive__header,
.archive-faq .archive__hgroup {
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
}
.archive-faq .archive__hgroup {
  gap: 10px;
}
.archive-faq .archive__listing {
  display: flex;
  flex-flow: column nowrap;
  gap: 40px;
}
.archive-faq .archive__listing__heading {
  padding-block: 20px;
}
.archive-faq .details {
  z-index: 1;
  position: relative;
}
.archive-faq .details .details__summary {
  padding: 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-top: 2px solid rgba(77, 77, 77, 0.1);
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
.archive-faq .details .details__summary:hover {
  cursor: pointer;
  border-top: 2px solid rgba(77, 77, 77, 0.5);
}
.archive-faq .details .details__summary__icon {
  flex: 0 0 45px;
  aspect-ratio: 1/1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary);
  color: var(--color-light);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.archive-faq .details .details__summary__title {
  color: var(--color-text);
  font-family: var(--font-family-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.4px;
}
.archive-faq .details .details__content {
  padding: 0 30px 30px 30px;
  visibility: hidden;
  opacity: 0;
  transform: translate(0, -10px);
  transition: all 0.3s ease-in-out;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
.archive-faq .details[open] .details__summary {
  border-top-color: var(--color-primary);
}
.archive-faq .details[open] .details__summary__icon {
  background-color: transparent;
  color: var(--color-text);
  transform: rotate(45deg);
}
.archive-faq .details[open] .details__content {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 1023.98px) {
  .archive-faq .archive__wrapper {
    flex-flow: column;
  }
}
.archive-fields .archive__listing,
.section-slider-fields .archive__listing,
.section-slider-works .archive__listing {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
.archive-fields .excerpt-field,
.archive-fields .excerpt-work,
.section-slider-fields .excerpt-field,
.section-slider-fields .excerpt-work,
.section-slider-works .excerpt-field,
.section-slider-works .excerpt-work {
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}
.archive-fields .excerpt-field .excerpt__wrapper,
.archive-fields .excerpt-work .excerpt__wrapper,
.section-slider-fields .excerpt-field .excerpt__wrapper,
.section-slider-fields .excerpt-work .excerpt__wrapper,
.section-slider-works .excerpt-field .excerpt__wrapper,
.section-slider-works .excerpt-work .excerpt__wrapper {
  aspect-ratio: 0.72;
  padding: 50px 40px;
}
.archive-fields .excerpt-field:not(.swiper-slide),
.archive-fields .excerpt-work:not(.swiper-slide),
.section-slider-fields .excerpt-field:not(.swiper-slide),
.section-slider-fields .excerpt-work:not(.swiper-slide),
.section-slider-works .excerpt-field:not(.swiper-slide),
.section-slider-works .excerpt-work:not(.swiper-slide) {
  flex: 1 1 calc(33.333% - 30px);
  max-width: 33.333%;
}
.archive-fields .excerpt__title,
.section-slider-fields .excerpt__title,
.section-slider-works .excerpt__title {
  line-height: 1;
}
.archive-fields .excerpt__background::before,
.section-slider-fields .excerpt__background::before,
.section-slider-works .excerpt__background::before {
  content: "";
  z-index: -1;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 100%);
}
.archive-fields .excerpt__infos,
.section-slider-fields .excerpt__infos,
.section-slider-works .excerpt__infos {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.archive-fields .excerpt__actions,
.section-slider-fields .excerpt__actions,
.section-slider-works .excerpt__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-light);
  width: 100%;
}
.archive-fields .excerpt__actions svg path,
.section-slider-fields .excerpt__actions svg path,
.section-slider-works .excerpt__actions svg path {
  transition: all 0.3s ease-in-out;
}
.archive-fields .false-button,
.section-slider-fields .false-button,
.section-slider-works .false-button {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 999px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  color: var(--color-text);
  font-size: var(--font-size-default);
  font-weight: 700;
  background-color: var(--color-light);
  transition: all 0.3s ease-in-out;
  line-height: 1;
}
.archive-fields .excerpt__wrapper:hover .excerpt__actions,
.section-slider-fields .excerpt__wrapper:hover .excerpt__actions,
.section-slider-works .excerpt__wrapper:hover .excerpt__actions {
  color: var(--color-primary);
}
.archive-fields .excerpt__wrapper:hover .false-button,
.section-slider-fields .excerpt__wrapper:hover .false-button,
.section-slider-works .excerpt__wrapper:hover .false-button {
  background-color: var(--color-primary);
}
@media screen and (max-width: 1300px) {
  .archive-fields .excerpt-field:not(.swiper-slide),
  .archive-fields .excerpt-work:not(.swiper-slide),
  .section-slider-fields .excerpt-field:not(.swiper-slide),
  .section-slider-fields .excerpt-work:not(.swiper-slide),
  .section-slider-works .excerpt-field:not(.swiper-slide),
  .section-slider-works .excerpt-work:not(.swiper-slide) {
    flex: 1 1 calc(50% - 30px);
    max-width: 50%;
  }
}
@media screen and (max-width: 1023.98px) {
  .archive-fields .excerpt-field:not(.swiper-slide),
  .archive-fields .excerpt-work:not(.swiper-slide),
  .section-slider-fields .excerpt-field:not(.swiper-slide),
  .section-slider-fields .excerpt-work:not(.swiper-slide),
  .section-slider-works .excerpt-field:not(.swiper-slide),
  .section-slider-works .excerpt-work:not(.swiper-slide) {
    flex: 1 1 calc(100% - 30px);
    max-width: 100%;
  }
  .archive-fields .excerpt-field .excerpt__wrapper,
  .archive-fields .excerpt-work .excerpt__wrapper,
  .section-slider-fields .excerpt-field .excerpt__wrapper,
  .section-slider-fields .excerpt-work .excerpt__wrapper,
  .section-slider-works .excerpt-field .excerpt__wrapper,
  .section-slider-works .excerpt-work .excerpt__wrapper {
    aspect-ratio: 16/10;
  }
}
@media screen and (max-width: 767.98px) {
  .archive-fields .excerpt__infos,
  .section-slider-fields .excerpt__infos,
  .section-slider-works .excerpt__infos {
    gap: 4px;
  }
  .archive-fields .excerpt-field:not(.swiper-slide),
  .archive-fields .excerpt-work:not(.swiper-slide),
  .section-slider-fields .excerpt-field:not(.swiper-slide),
  .section-slider-fields .excerpt-work:not(.swiper-slide),
  .section-slider-works .excerpt-field:not(.swiper-slide),
  .section-slider-works .excerpt-work:not(.swiper-slide) {
    flex: 1 1 calc(100% - 30px);
    max-width: 100%;
  }
  .archive-fields .excerpt-field .excerpt__wrapper,
  .archive-fields .excerpt-work .excerpt__wrapper,
  .section-slider-fields .excerpt-field .excerpt__wrapper,
  .section-slider-fields .excerpt-work .excerpt__wrapper,
  .section-slider-works .excerpt-field .excerpt__wrapper,
  .section-slider-works .excerpt-work .excerpt__wrapper {
    padding: 20px;
    aspect-ratio: 1;
  }
  .archive-fields .false-button,
  .section-slider-fields .false-button,
  .section-slider-works .false-button {
    font-size: var(--font-size-xs);
  }
}

/* -------------------------------------------------------------------------- */
/* -------------------------------- SECTIONS -------------------------------- */
.section-example {
  z-index: 1;
  position: relative;
}
.section-example .section__wrapper {
  display: flex;
  flex-flow: column nowrap;
  padding-top: 100px;
  padding-bottom: 100px;
  gap: 100px;
}
.section-example .section__stack {
  align-items: center;
}

.section-brands {
  --leftRightMargin: 60px;
  padding: 140px 0 100px;
  padding-left: var(--leftRightMargin);
  padding-right: var(--leftRightMargin);
}
.section-brands .section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.section-brands .section__listing {
  margin: 0 calc(-1 * var(--leftRightMargin));
  padding-left: var(--leftRightMargin);
}
.section-brands .section__footer {
  margin-top: 80px;
  text-align: center;
}
.section-brands .swiper-wrapper {
  align-items: center;
}
.section-brands .brand__item {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 140px;
}
.section-brands .brand__item .brand__logo {
  max-width: 250px;
  max-height: 175px;
  aspect-ratio: initial;
}
@media screen and (max-width: 477.98px) {
  .section-brands {
    --leftRightMargin: 30px;
  }
}

.section-faq {
  padding: 140px 80px 70px;
  z-index: 1;
  position: relative;
}
.section-faq .section__wrapper {
  display: flex;
  flex-flow: row nowrap;
  gap: 60px;
}
.section-faq .section__wrapper > * {
  width: 100%;
}
.section-faq .section__wrapper .section__header {
  max-width: 620px;
}
.section-faq .section__header,
.section-faq .section__hgroup {
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
}
.section-faq .section__hgroup {
  gap: 10px;
}
.section-faq .section__listing {
  display: flex;
  flex-flow: column nowrap;
  gap: 40px;
}
.section-faq .section__listing__heading {
  padding-block: 20px;
}
.section-faq .details {
  z-index: 1;
  position: relative;
}
.section-faq .details .details__summary {
  padding: 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-top: 2px solid rgba(77, 77, 77, 0.1);
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
.section-faq .details .details__summary:hover {
  cursor: pointer;
  border-top: 2px solid rgba(77, 77, 77, 0.5);
}
.section-faq .details .details__summary__icon {
  flex: 0 0 45px;
  aspect-ratio: 1/1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary);
  color: var(--color-light);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.section-faq .details .details__summary__title {
  color: var(--color-text);
  font-family: var(--font-family-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.4px;
}
.section-faq .details .details__content {
  padding: 0 30px 30px 30px;
  visibility: hidden;
  opacity: 0;
  transform: translate(0, -10px);
  transition: all 0.3s ease-in-out;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
.section-faq .details[open] .details__summary {
  border-top-color: var(--color-primary);
}
.section-faq .details[open] .details__summary__icon {
  background-color: transparent;
  color: var(--color-text);
  transform: rotate(45deg);
}
.section-faq .details[open] .details__content {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 1023.98px) {
  .section-faq .section__wrapper {
    flex-flow: column;
  }
}
@media screen and (max-width: 767.98px) {
  .section-faq {
    padding: 140px 10px 70px;
  }
}

.section-fields,
.section-see-more-works {
  padding: 120px 140px;
  z-index: 1;
  position: relative;
}
.section-fields .section__wrapper,
.section-see-more-works .section__wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 120px;
}
.section-fields .section__wrapper .section__group,
.section-see-more-works .section__wrapper .section__group {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 60px;
}
.section-fields .section__figure,
.section-see-more-works .section__figure {
  display: flex;
  width: 100%;
  aspect-ratio: 0.9;
  border-radius: 20px;
  overflow: hidden;
}
.section-fields .section__figure img,
.section-see-more-works .section__figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-fields .section__actions,
.section-see-more-works .section__actions {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px 20px;
}
@media screen and (max-width: 1023.98px) {
  .section-fields,
  .section-see-more-works {
    padding: 120px 60px;
  }
  .section-fields .section__wrapper,
  .section-see-more-works .section__wrapper {
    flex-flow: column;
    gap: 60px;
  }
  .section-fields .section__wrapper .section__group,
  .section-see-more-works .section__wrapper .section__group {
    gap: 30px;
  }
  .section-fields .section__figure,
  .section-see-more-works .section__figure {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 767.98px) {
  .section-fields,
  .section-see-more-works {
    padding: 120px 10px;
  }
}

.section-works-details {
  z-index: 1;
  position: relative;
  background-color: var(--color-secondary);
  border-radius: 20px;
  color: var(--color-light);
  margin: 0 10px;
}
@media screen and (min-width: 1024px) {
  .section-works-details {
    background-image: url(../704ad01e9e5438f2f1cc.svg);
    background-position: top 50px right 50px;
    background-repeat: no-repeat;
  }
}
.section-works-details .section__wrapper {
  padding: 100px 60px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 60px;
}
.section-works-details .section__wrapper .section__group {
  flex: 1 1 100%;
}
.section-works-details .section__wrapper .section__group:first-child {
  max-width: 40%;
}
.section-works-details .section__wrapper .work__specs {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.section-works-details .section__wrapper .work__specs .work__spec {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.section-works-details .section__wrapper .work__specs .work__spec span {
  font-size: var(--font-size-h4);
  font-weight: 500;
  line-height: 1;
}
.section-works-details .section__wrapper .work__specs .work__spec strong {
  font-size: var(--font-size-h2);
  font-weight: 500;
  line-height: 1.15;
}
.section-works-details .section__figure {
  display: flex;
  width: 100%;
  aspect-ratio: 5/4;
  border-radius: 20px;
  overflow: hidden;
}
.section-works-details .section__figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023.98px) {
  .section-works-details .section__wrapper {
    flex-flow: column nowrap;
    padding: 60px 40px;
  }
  .section-works-details .section__wrapper .section__group {
    flex: 1 1 100%;
  }
  .section-works-details .section__wrapper .section__group:first-child {
    max-width: 100%;
  }
  .section-works-details .section__wrapper .work__specs {
    background-image: url(../704ad01e9e5438f2f1cc.svg);
    background-position: top 0 right 0;
    background-repeat: no-repeat;
    background-size: 20vw;
  }
  .section-works-details .section__figure {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 767.98px) {
  .section-works-details .section__figure {
    aspect-ratio: 3/2;
  }
}

.section-slider-fields {
  --leftRightMargin: 60px;
  padding: 140px 0 100px;
  padding-left: var(--leftRightMargin);
  padding-right: var(--leftRightMargin);
}
.section-slider-fields .section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.section-slider-fields .section__listing {
  margin: 0 calc(-1 * var(--leftRightMargin));
  padding-left: var(--leftRightMargin);
}
.section-slider-fields .section__footer {
  margin-top: 80px;
  text-align: center;
}
.section-slider-fields .swiper-wrapper {
  align-items: center;
}
.section-slider-fields .excerpt-field.swiper-slide {
  width: 30%;
  margin-right: 30px;
}
@media screen and (max-width: 1023.98px) {
  .section-slider-fields .excerpt-field.swiper-slide {
    width: 40%;
  }
  .section-slider-fields .excerpt-field.swiper-slide .excerpt__wrapper {
    aspect-ratio: 5/4;
  }
}
@media screen and (max-width: 767.98px) {
  .section-slider-fields {
    padding: 80px 30px;
  }
  .section-slider-fields .excerpt-field.swiper-slide {
    width: 80%;
  }
}
@media screen and (max-width: 477.98px) {
  .section-slider-fields {
    --leftRightMargin: 30px;
  }
}

.section-slider-works {
  color: var(--color-light);
  --leftRightMargin: 60px;
  padding: 140px 0 100px;
  padding-left: var(--leftRightMargin);
  padding-right: var(--leftRightMargin);
}
.section-slider-works .section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.section-slider-works .section__listing {
  margin: 0 calc(-1 * var(--leftRightMargin));
  padding-left: var(--leftRightMargin);
}
.section-slider-works .section__footer {
  margin-top: 80px;
  text-align: center;
}
.section-slider-works .swiper-wrapper {
  align-items: center;
}
.section-slider-works .excerpt__infos {
  color: var(--color-light);
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: center;
}
.section-slider-works .excerpt__wrapper:hover .excerpt__infos {
  color: var(--color-primary);
}
.section-slider-works .excerpt-work.swiper-slide {
  width: 25% !important;
  margin-right: 30px;
}
.section-slider-works .excerpt-work.swiper-slide .excerpt__wrapper {
  aspect-ratio: 3/4;
}
@media screen and (max-width: 1023.98px) {
  .section-slider-works .excerpt-work.swiper-slide {
    width: 45% !important;
  }
  .section-slider-works .excerpt-work.swiper-slide .excerpt__wrapper {
    aspect-ratio: 3/4;
  }
}
@media screen and (max-width: 767.98px) {
  .section-slider-works {
    padding: 80px 30px;
  }
  .section-slider-works .excerpt-work.swiper-slide {
    width: 90% !important;
  }
}
@media screen and (max-width: 477.98px) {
  .section-slider-works {
    --leftRightMargin: 30px;
  }
}

/* -------------------------------------------------------------------------- */
/* -------------------------------- EXCERPTS -------------------------------- */
.excerpt-empty {
  z-index: 1;
  position: relative;
}

.excerpt-post {
  z-index: 1;
  position: relative;
  width: 100%;
  padding: 25px;
}
.excerpt-post .excerpt__wrapper {
  z-index: 1;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  aspect-ratio: 16/9;
  text-decoration: none;
  padding: 20px;
  gap: 20px;
}
.excerpt-post .excerpt__background {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color-dark);
}
.excerpt-post .excerpt__background img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.66;
  transition: all 0.6s ease;
}
.excerpt-post .excerpt__title {
  color: var(--color-light);
  line-height: 1.35;
  transition: all 0.3s ease-in-out;
}
.excerpt-post .excerpt__badge {
  margin-right: auto;
}
.excerpt-post .excerpt__wrapper:hover .excerpt__background img {
  opacity: 0.44;
  transform: scale(1.075);
}
.excerpt-post .excerpt__wrapper:hover .excerpt__title {
  color: var(--color-primary);
}
@media screen and (min-width: 478px) {
  .excerpt-post {
    width: 50% !important;
  }
  .excerpt-post .excerpt__wrapper {
    aspect-ratio: 5/4;
  }
}
@media screen and (min-width: 1240px) {
  .excerpt-post {
    width: 33.33% !important;
  }
  .excerpt-post .excerpt__wrapper {
    aspect-ratio: 5/4;
  }
}

.excerpt-related-post {
  z-index: 1;
  position: relative;
  width: 100% !important;
  padding: 25px;
}
.excerpt-related-post .excerpt__wrapper {
  z-index: 1;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  aspect-ratio: 16/9;
  text-decoration: none;
  padding: 20px;
  gap: 20px;
}
.excerpt-related-post .excerpt__background {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color-dark);
}
.excerpt-related-post .excerpt__background img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.66;
  transition: all 0.6s ease;
}
.excerpt-related-post .excerpt__title {
  color: var(--color-light);
  transition: all 0.3s ease-in-out;
}
.excerpt-related-post .excerpt__badge {
  margin-right: auto;
}
.excerpt-related-post .excerpt__wrapper:hover .excerpt__background img {
  opacity: 0.44;
  transform: scale(1.075);
}
.excerpt-related-post .excerpt__wrapper:hover .excerpt__title {
  color: var(--color-primary);
}
@media screen and (min-width: 478px) {
  .excerpt-related-post {
    width: 50% !important;
  }
  .excerpt-related-post .excerpt__wrapper {
    aspect-ratio: 5/4;
  }
}
@media screen and (min-width: 1240px) {
  .excerpt-related-post {
    width: 33.33% !important;
  }
  .excerpt-related-post .excerpt__wrapper {
    aspect-ratio: 5/4;
  }
}

/* -------------------------------------------------------------------------- */
/* ------------------------- PAGE TEMPLATES & EVENTS ------------------------ */
.page.page-template-bis .content-page {
  padding-top: var(--height-header);
}

.page.page-with-banner {
  --height-header: calc(var(--height-header-nav) + var(--height-header-banner));
}
.page.page-with-banner .page__banner {
  visibility: visible;
  opacity: 1;
  height: var(--height-header-banner);
}
.page.page-with-banner .page__container {
  top: var(--height-header-banner);
  padding-bottom: var(--height-header-banner);
}
.page.page-with-banner .page__header {
  top: var(--height-header-banner);
}

.page.page-with-fullscreenmenu .page__header .header__navbar {
  visibility: hidden;
  opacity: 0;
  display: none !important;
}
.page.page-with-fullscreenmenu .page__header .header__backdrop {
  visibility: visible;
  opacity: 1;
  opacity: 0.66;
}
.page.page-with-fullscreenmenu .page__header .header__fullscreenmenu {
  visibility: visible;
  opacity: 1;
}
.page.page-with-fullscreenmenu .page__header .header__navbar__burger .icon-burger {
  background-color: var(--color-transparent) !important;
}
.page.page-with-fullscreenmenu .page__header .header__navbar__burger .icon-burger::before {
  background-color: var(--color-text);
  transform: rotate(45deg) translate(9px, 5px) scale(1, 1);
}
.page.page-with-fullscreenmenu .page__header .header__navbar__burger .icon-burger::after {
  background-color: var(--color-text);
  transform: rotate(-45deg) translate(8px, -5px) scale(1, 1);
}
.page.page-with-fullscreenmenu .page__header .header__navbar__burger:hover .icon-burger::before, .page.page-with-fullscreenmenu .page__header .header__navbar__burger:hover .icon-burger::after {
  background-color: var(--color-text-light);
}

.page.page-scrolled {
  --height-header-nav: 90px;
}

.page.page-home:not(.page-scrolled) .header__navbar {
  background-color: transparent;
}
.page.page-home:not(.page-scrolled) .header__navbar__menu .menu__link {
  color: var(--color-light);
}
.page.page-home:not(.page-scrolled) .header__navbar__menu .menu__link:hover, .page.page-home:not(.page-scrolled) .header__navbar__menu .menu__link[aria-current] {
  color: var(--color-primary);
}

.page:not(.elementor-editor-active) [data-animation=reveal],
.page:not(.elementor-editor-active) .elementor-element > .elementor-element > .elementor-element:not([data-animation],
[data-animation=static]) {
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.page:not(.elementor-editor-active) [data-animation=reveal]:not(.--animated),
.page:not(.elementor-editor-active) .elementor-element > .elementor-element > .elementor-element:not([data-animation],
[data-animation=static]):not(.--animated) {
  opacity: 0;
  transform: translate(0, 50px);
}
.page:not(.elementor-editor-active) [data-animation=reveal] + .--animated:nth-child(1),
.page:not(.elementor-editor-active) .elementor-element > .elementor-element > .elementor-element:not([data-animation],
[data-animation=static]) + .--animated:nth-child(1) {
  transition-delay: 0.06s;
}
.page:not(.elementor-editor-active) [data-animation=reveal] + .--animated:nth-child(2),
.page:not(.elementor-editor-active) .elementor-element > .elementor-element > .elementor-element:not([data-animation],
[data-animation=static]) + .--animated:nth-child(2) {
  transition-delay: 0.12s;
}
.page:not(.elementor-editor-active) [data-animation=reveal] + .--animated:nth-child(3),
.page:not(.elementor-editor-active) .elementor-element > .elementor-element > .elementor-element:not([data-animation],
[data-animation=static]) + .--animated:nth-child(3) {
  transition-delay: 0.18s;
}
.page:not(.elementor-editor-active) [data-animation=reveal] + .--animated:nth-child(4),
.page:not(.elementor-editor-active) .elementor-element > .elementor-element > .elementor-element:not([data-animation],
[data-animation=static]) + .--animated:nth-child(4) {
  transition-delay: 0.24s;
}
.page:not(.elementor-editor-active) [data-animation=reveal] + .--animated:nth-child(5),
.page:not(.elementor-editor-active) .elementor-element > .elementor-element > .elementor-element:not([data-animation],
[data-animation=static]) + .--animated:nth-child(5) {
  transition-delay: 0.3s;
}
.page:not(.elementor-editor-active) [data-animation=reveal] + .--animated:nth-child(6),
.page:not(.elementor-editor-active) .elementor-element > .elementor-element > .elementor-element:not([data-animation],
[data-animation=static]) + .--animated:nth-child(6) {
  transition-delay: 0.36s;
}
.page:not(.elementor-editor-active) [data-animation=reveal] + .--animated:nth-child(7),
.page:not(.elementor-editor-active) .elementor-element > .elementor-element > .elementor-element:not([data-animation],
[data-animation=static]) + .--animated:nth-child(7) {
  transition-delay: 0.42s;
}
.page:not(.elementor-editor-active) [data-animation=reveal] + .--animated:nth-child(8),
.page:not(.elementor-editor-active) .elementor-element > .elementor-element > .elementor-element:not([data-animation],
[data-animation=static]) + .--animated:nth-child(8) {
  transition-delay: 0.48s;
}
.page:not(.elementor-editor-active) [data-animation=reveal] + .--animated:nth-child(9),
.page:not(.elementor-editor-active) .elementor-element > .elementor-element > .elementor-element:not([data-animation],
[data-animation=static]) + .--animated:nth-child(9) {
  transition-delay: 0.54s;
}
.page:not(.elementor-editor-active) [data-animation=reveal-to-right] {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
}
.page:not(.elementor-editor-active) [data-animation=reveal-to-right]:not(.--animated) {
  opacity: 0;
  transform: translate(-100%, 0);
}
.page:not(.elementor-editor-active) [data-animation=reveal-to-left] {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
}
.page:not(.elementor-editor-active) [data-animation=reveal-to-left]:not(.--animated) {
  opacity: 0;
  transform: translate(100%, 0);
}
.page:not(.elementor-editor-active) [data-animation=reveal-to-top] {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
}
.page:not(.elementor-editor-active) [data-animation=reveal-to-top]:not(.--animated) {
  opacity: 0;
  transform: translate(0, 100%);
}
.page:not(.elementor-editor-active) [data-animation=reveal-to-bottom] {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
}
.page:not(.elementor-editor-active) [data-animation=reveal-to-bottom]:not(.--animated) {
  opacity: 0;
  transform: translate(0, -100%);
}
.page:not(.elementor-editor-active) [data-animation=reveal-to-shrink] {
  transition: opacity 0.9s ease, transform 0.9s ease !important;
}
.page:not(.elementor-editor-active) [data-animation=reveal-to-shrink]:not(.--animated) {
  opacity: 0;
  transform: scale(1.1);
}
.page:not(.elementor-editor-active) [data-animation=reveal-to-grow] {
  transition: opacity 0.9s ease, transform 0.9s ease !important;
}
.page:not(.elementor-editor-active) [data-animation=reveal-to-grow]:not(.--animated) {
  opacity: 0;
  transform: scale(0.9);
}
.page:not(.elementor-editor-active) [data-animation=clip-to-left] {
  clip-path: inset(0 0);
  transition: all 0.75s ease;
}
.page:not(.elementor-editor-active) [data-animation=clip-to-left]:not(.--animated) {
  clip-path: inset(0 0 0 100%);
}
.page:not(.elementor-editor-active) [data-animation=clip-to-right] {
  clip-path: inset(0 0);
  transition: all 0.75s ease;
}
.page:not(.elementor-editor-active) [data-animation=clip-to-right]:not(.--animated) {
  clip-path: inset(0 100% 0 0);
}
.page:not(.elementor-editor-active) [data-animation=clip-to-top] {
  clip-path: inset(0 0);
  transition: all 0.75s ease;
}
.page:not(.elementor-editor-active) [data-animation=clip-to-top]:not(.--animated) {
  clip-path: inset(100% 0 0 0);
}
.page:not(.elementor-editor-active) [data-animation=clip-to-bottom] {
  clip-path: inset(0 0);
  transition: all 0.75s ease;
}
.page:not(.elementor-editor-active) [data-animation=clip-to-bottom]:not(.--animated) {
  clip-path: inset(0 0 100% 0);
}
.page:not(.elementor-editor-active) [data-animation=reveal-text] .word,
.page:not(.elementor-editor-active) .elementor-heading-title .word {
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.page:not(.elementor-editor-active) [data-animation=reveal-text] .word + .word:nth-child(1),
.page:not(.elementor-editor-active) .elementor-heading-title .word + .word:nth-child(1) {
  transition-delay: 0.03s;
}
.page:not(.elementor-editor-active) [data-animation=reveal-text] .word + .word:nth-child(2),
.page:not(.elementor-editor-active) .elementor-heading-title .word + .word:nth-child(2) {
  transition-delay: 0.06s;
}
.page:not(.elementor-editor-active) [data-animation=reveal-text] .word + .word:nth-child(3),
.page:not(.elementor-editor-active) .elementor-heading-title .word + .word:nth-child(3) {
  transition-delay: 0.09s;
}
.page:not(.elementor-editor-active) [data-animation=reveal-text] .word + .word:nth-child(4),
.page:not(.elementor-editor-active) .elementor-heading-title .word + .word:nth-child(4) {
  transition-delay: 0.12s;
}
.page:not(.elementor-editor-active) [data-animation=reveal-text] .word + .word:nth-child(5),
.page:not(.elementor-editor-active) .elementor-heading-title .word + .word:nth-child(5) {
  transition-delay: 0.15s;
}
.page:not(.elementor-editor-active) [data-animation=reveal-text] .word + .word:nth-child(6),
.page:not(.elementor-editor-active) .elementor-heading-title .word + .word:nth-child(6) {
  transition-delay: 0.18s;
}
.page:not(.elementor-editor-active) [data-animation=reveal-text] .word + .word:nth-child(7),
.page:not(.elementor-editor-active) .elementor-heading-title .word + .word:nth-child(7) {
  transition-delay: 0.21s;
}
.page:not(.elementor-editor-active) [data-animation=reveal-text] .word + .word:nth-child(8),
.page:not(.elementor-editor-active) .elementor-heading-title .word + .word:nth-child(8) {
  transition-delay: 0.24s;
}
.page:not(.elementor-editor-active) [data-animation=reveal-text] .word + .word:nth-child(9),
.page:not(.elementor-editor-active) .elementor-heading-title .word + .word:nth-child(9) {
  transition-delay: 0.27s;
}
.page:not(.elementor-editor-active) [data-animation=reveal-text] .word + .word:nth-child(10),
.page:not(.elementor-editor-active) .elementor-heading-title .word + .word:nth-child(10) {
  transition-delay: 0.3s;
}
.page:not(.elementor-editor-active) [data-animation=reveal-text] .word + .word:nth-child(11),
.page:not(.elementor-editor-active) .elementor-heading-title .word + .word:nth-child(11) {
  transition-delay: 0.33s;
}
.page:not(.elementor-editor-active) [data-animation=reveal-text] .word + .word:nth-child(12),
.page:not(.elementor-editor-active) .elementor-heading-title .word + .word:nth-child(12) {
  transition-delay: 0.36s;
}
.page:not(.elementor-editor-active) [data-animation=reveal-text] .word + .word:nth-child(13),
.page:not(.elementor-editor-active) .elementor-heading-title .word + .word:nth-child(13) {
  transition-delay: 0.39s;
}
.page:not(.elementor-editor-active) [data-animation=reveal-text] .word + .word:nth-child(14),
.page:not(.elementor-editor-active) .elementor-heading-title .word + .word:nth-child(14) {
  transition-delay: 0.42s;
}
.page:not(.elementor-editor-active) [data-animation=reveal-text] .word + .word:nth-child(15),
.page:not(.elementor-editor-active) .elementor-heading-title .word + .word:nth-child(15) {
  transition-delay: 0.45s;
}
.page:not(.elementor-editor-active) [data-animation=reveal-text] .word + .word:nth-child(16),
.page:not(.elementor-editor-active) .elementor-heading-title .word + .word:nth-child(16) {
  transition-delay: 0.48s;
}
.page:not(.elementor-editor-active) [data-animation=reveal-text] .word + .word:nth-child(17),
.page:not(.elementor-editor-active) .elementor-heading-title .word + .word:nth-child(17) {
  transition-delay: 0.51s;
}
.page:not(.elementor-editor-active) [data-animation=reveal-text] .word + .word:nth-child(18),
.page:not(.elementor-editor-active) .elementor-heading-title .word + .word:nth-child(18) {
  transition-delay: 0.54s;
}
.page:not(.elementor-editor-active) [data-animation=reveal-text] .word + .word:nth-child(19),
.page:not(.elementor-editor-active) .elementor-heading-title .word + .word:nth-child(19) {
  transition-delay: 0.57s;
}
.page:not(.elementor-editor-active) [data-animation=reveal-text] .word + .word:nth-child(20),
.page:not(.elementor-editor-active) .elementor-heading-title .word + .word:nth-child(20) {
  transition-delay: 0.6s;
}
.page:not(.elementor-editor-active) [data-animation=reveal-text] .word + .word:nth-child(21),
.page:not(.elementor-editor-active) .elementor-heading-title .word + .word:nth-child(21) {
  transition-delay: 0.63s;
}
.page:not(.elementor-editor-active) [data-animation=reveal-text] .word + .word:nth-child(22),
.page:not(.elementor-editor-active) .elementor-heading-title .word + .word:nth-child(22) {
  transition-delay: 0.66s;
}
.page:not(.elementor-editor-active) [data-animation=reveal-text] .word + .word:nth-child(23),
.page:not(.elementor-editor-active) .elementor-heading-title .word + .word:nth-child(23) {
  transition-delay: 0.69s;
}
.page:not(.elementor-editor-active) [data-animation=reveal-text] .word + .word:nth-child(24),
.page:not(.elementor-editor-active) .elementor-heading-title .word + .word:nth-child(24) {
  transition-delay: 0.72s;
}
.page:not(.elementor-editor-active) [data-animation=reveal-text] .word + .word:nth-child(25),
.page:not(.elementor-editor-active) .elementor-heading-title .word + .word:nth-child(25) {
  transition-delay: 0.75s;
}
.page:not(.elementor-editor-active) [data-animation=reveal-text] .word + .word:nth-child(26),
.page:not(.elementor-editor-active) .elementor-heading-title .word + .word:nth-child(26) {
  transition-delay: 0.78s;
}
.page:not(.elementor-editor-active) [data-animation=reveal-text] .word + .word:nth-child(27),
.page:not(.elementor-editor-active) .elementor-heading-title .word + .word:nth-child(27) {
  transition-delay: 0.81s;
}
.page:not(.elementor-editor-active) [data-animation=reveal-text] .word + .word:nth-child(28),
.page:not(.elementor-editor-active) .elementor-heading-title .word + .word:nth-child(28) {
  transition-delay: 0.84s;
}
.page:not(.elementor-editor-active) [data-animation=reveal-text] .word + .word:nth-child(29),
.page:not(.elementor-editor-active) .elementor-heading-title .word + .word:nth-child(29) {
  transition-delay: 0.87s;
}
.page:not(.elementor-editor-active) [data-animation=reveal-text] .word + .word:nth-child(30),
.page:not(.elementor-editor-active) .elementor-heading-title .word + .word:nth-child(30) {
  transition-delay: 0.9s;
}
.page:not(.elementor-editor-active) [data-animation=reveal-text]:not(.--animated) .word,
.page:not(.elementor-editor-active) .elementor-heading-title:not(.--animated) .word {
  opacity: 0;
  transform: translate(0, 100%);
}

/* -------------------------------------------------------------------------- */
/* --------------------------------- OTHERS --------------------------------- */
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
  z-index: 1030 !important;
  transform: translateX(-50px);
}

#tarteaucitronRoot {
  --tc-logo-url: url(../4b2c804f33e13f80f562.png);
  --tc-color-background: var(--color-light);
  --tc-color-text: var(--color-text);
  --tc-color-text-alt: var(--color-light);
  --tc-color-primary: var(--color-primary);
  --tc-color-primary-alt: var(--color-primary-light);
  --tc-color-secondary: var(--color-secondary);
  --tc-color-secondary-alt: var(--color-secondary-light);
  --tc-font-family: var(--font-family-primary);
  --tc-font-size-default: var(--font-size-xs);
  --tc-font-size-xs: var(--font-size-xs);
  --tc-font-size-xl: var(--font-size-xl);
  --tc-font-weight-default: 400;
  --tc-font-weight-strong: 700;
}
#tarteaucitronRoot * {
  font-family: var(--tc-font-family) !important;
  font-size: var(--tc-font-size-default) !important;
  font-weight: var(--tc-font-weight-default) !important;
}
#tarteaucitronRoot button {
  border-radius: 0 !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig {
  z-index: 1060 !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  margin: 20px 10px !important;
  padding: 0 !important;
  color: var(--tc-color-text) !important;
  font-family: var(--tc-font-family) !important;
  font-size: var(--tc-font-size-xs) !important;
  font-weight: var(--tc-font-weight-default) !important;
  text-align: center !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert * {
  color: var(--tc-color-text) !important;
  font-family: var(--tc-font-family) !important;
  font-size: var(--tc-font-size-default) !important;
  font-weight: var(--tc-font-weight-default) !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-weight: var(--tc-font-weight-strong) !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronAllow {
  background-color: var(--tc-color-primary) !important;
  color: var(--tc-color-text) !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronAllow:hover {
  background-color: var(--tc-color-primary-alt) !important;
  color: var(--tc-color-text) !important;
  transition: all 0.3s ease-in-out;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
  background-color: var(--tc-color-secondary) !important;
  color: var(--tc-color-text-light) !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert:hover {
  background-color: var(--tc-color-secondary-alt) !important;
  color: var(--tc-color-text-light) !important;
  transition: all 0.3s ease-in-out;
}
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronDeny {
  color: var(--tc-color-text-alt) !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronDeny:hover {
  color: var(--tc-color-text) !important;
  transition: all 0.3s ease-in-out;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
  color: var(--tc-color-text-alt) !important;
  transition: all 0.3s ease-in-out;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl:hover {
  color: var(--tc-color-text) !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop {
  overflow: auto !important;
  flex-flow: row wrap !important;
  max-height: 80vh !important;
  width: 80% !important;
  max-width: 700px !important;
  padding: 25px !important;
  border-radius: 1em !important;
  background-color: var(--tc-color-background) !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop::before {
  content: "";
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronDisclaimerAlert {
  margin: 20px 10px !important;
  padding: 0 !important;
  padding-top: 70px !important;
  color: var(--tc-color-text) !important;
  font-family: var(--tc-font-family) !important;
  font-size: var(--tc-font-size-xs) !important;
  font-weight: var(--tc-font-weight-default) !important;
  text-align: left !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronDisclaimerAlert::before {
  content: "";
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  display: inline-block;
  height: 50px !important;
  width: 200px !important;
  margin: 35px;
  background: var(--tc-logo-url) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronDisclaimerAlert * {
  color: var(--tc-color-text) !important;
  font-family: var(--tc-font-family) !important;
  font-size: var(--tc-font-size-default) !important;
  font-weight: var(--tc-font-weight-default) !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronDisclaimerAlert b,
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronDisclaimerAlert strong {
  font-weight: var(--tc-font-weight-strong) !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert {
  order: 1;
  min-width: 200px !important;
  width: calc(50% - 15px) !important;
  padding: 10px 0;
  font-family: var(--tc-font-family) !important;
  font-size: var(--tc-font-size-default) !important;
  font-weight: var(--tc-font-weight-strong) !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow {
  order: 2;
  min-width: 200px !important;
  width: calc(50% - 15px) !important;
  padding: 10px 0;
  font-family: var(--tc-font-family) !important;
  font-size: var(--tc-font-size-default) !important;
  font-weight: var(--tc-font-weight-strong) !important;
}
@media screen and (max-width: 900px) {
  #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert,
  #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow {
    width: 100% !important;
  }
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow .tarteaucitronCheck {
  padding-right: 10px;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronDeny {
  order: 4;
  position: absolute !important;
  right: 30px !important;
  top: 20px !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
  font-family: var(--tc-font-family) !important;
  font-size: var(--tc-font-size-xs) !important;
  font-weight: var(--tc-font-weight-default) !important;
  text-decoration: underline !important;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronDeny .tarteaucitronCross {
  display: none;
}
#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronPrivacyUrl {
  order: 3;
  margin: 25px auto 0 !important;
  font-family: var(--tc-font-family) !important;
  font-size: var(--tc-font-size-xs) !important;
  font-weight: var(--tc-font-weight-default) !important;
  text-decoration: underline !important;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronName * {
  font-family: var(--tc-font-family) !important;
  font-size: var(--tc-font-size-xs) !important;
  font-weight: var(--tc-font-weight-default) !important;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronH1 {
  font-family: var(--tc-font-family) !important;
  font-size: var(--tc-font-size-xl) !important;
  font-weight: var(--tc-font-weight-strong) !important;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronH2,
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronH3,
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronInfo {
  z-index: 1 !important;
  font-family: var(--tc-font-family) !important;
  font-size: var(--tc-font-size-default) !important;
  font-weight: var(--tc-font-weight-default) !important;
  line-height: var(--tc-font-size-default) !important;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronAllow {
  min-height: 45px;
  padding: 10px 30px !important;
  font-family: var(--tc-font-family) !important;
  font-size: var(--tc-font-size-default) !important;
  font-weight: var(--tc-font-weight-strong) !important;
}
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronDeny {
  min-height: 45px;
  padding: 10px 30px !important;
  font-family: var(--tc-font-family) !important;
  font-size: var(--tc-font-size-default) !important;
  font-weight: var(--tc-font-weight-strong) !important;
}
#tarteaucitronRoot #tarteaucitronClosePanel {
  z-index: 1030 !important;
  top: -10px;
  height: 25px !important;
  min-height: 25px !important;
  width: auto !important;
  padding: 15px !important;
  font-family: var(--tc-font-family) !important;
  font-size: var(--tc-font-size-xs) !important;
  font-weight: var(--tc-font-weight-strong) !important;
  text-transform: inherit !important;
}
#tarteaucitronRoot #tarteaucitronManager {
  overflow: hidden;
  display: flex !important;
  height: 45px !important;
  min-height: 45px !important;
  width: 45px !important;
  padding: 0 !important;
  margin: 0 15px !important;
  border-radius: 10px 10px 0 0 !important;
  transition: all 0.3s ease-in-out;
}
#tarteaucitronRoot #tarteaucitronManager:hover {
  opacity: 0.5;
}
#tarteaucitronRoot div#tarteaucitronSave {
  background-color: var(--tc-color-background);
}

img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

#wpadminbar {
  animation: fadeIn 0.3s ease-in-out 2.6s reverse forwards;
}
#wpadminbar:hover {
  animation: fadeIn 0.3s ease-in-out normal forwards;
}
#wpadminbar #wp-admin-bar-wp-logo {
  display: none;
}
#wpadminbar #wp-admin-bar-site-name > .ab-item,
#wpadminbar #wp-admin-bar-site-name > .ab-item + .ab-sub-wrapper,
#wpadminbar #wp-admin-bar-site-name .ab-top-menu > li.hover > .ab-item,
#wpadminbar #wp-admin-bar-site-name.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
#wpadminbar #wp-admin-bar-site-name:not(.mobile) .ab-top-menu > li:hover > .ab-item,
#wpadminbar #wp-admin-bar-site-name:not(.mobile) .ab-top-menu > li > .ab-item:focus {
  background-color: var(--color-primary-dark);
  color: var(--color-light) !important;
}
#wpadminbar #wp-admin-bar-site-name > .ab-item:hover,
#wpadminbar #wp-admin-bar-site-name > .ab-item + .ab-sub-wrapper:hover,
#wpadminbar #wp-admin-bar-site-name .ab-top-menu > li.hover > .ab-item:hover,
#wpadminbar #wp-admin-bar-site-name.nojq .quicklinks .ab-top-menu > li > .ab-item:focus:hover,
#wpadminbar #wp-admin-bar-site-name:not(.mobile) .ab-top-menu > li:hover > .ab-item:hover,
#wpadminbar #wp-admin-bar-site-name:not(.mobile) .ab-top-menu > li > .ab-item:focus:hover {
  background-color: var(--color-primary) !important;
}
#wpadminbar #wp-admin-bar-site-name > .ab-item:hover *,
#wpadminbar #wp-admin-bar-site-name > .ab-item + .ab-sub-wrapper:hover *,
#wpadminbar #wp-admin-bar-site-name .ab-top-menu > li.hover > .ab-item:hover *,
#wpadminbar #wp-admin-bar-site-name.nojq .quicklinks .ab-top-menu > li > .ab-item:focus:hover *,
#wpadminbar #wp-admin-bar-site-name:not(.mobile) .ab-top-menu > li:hover > .ab-item:hover *,
#wpadminbar #wp-admin-bar-site-name:not(.mobile) .ab-top-menu > li > .ab-item:focus:hover * {
  color: var(--color-light) !important;
}

/*# sourceMappingURL=theme.min.css.map*/