/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* 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,
.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;
	}

.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-tile {
	will-change: opacity;
	}
.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;
	}
.leaflet-zoom-anim .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: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	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 {
	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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);
	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;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.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;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.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 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-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;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.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-popup-tip-container {
	margin-top: -1px;
	}

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

.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08)}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none !important;box-shadow:none !important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{left:auto;right:22px}.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9)}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{/*
      /*rtl:begin:ignore*/left:0/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{/*
      /*rtl:begin:ignore*/right:0/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,0.15);-webkit-box-sizing:border-box;box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,0.1)}.numInputWrapper span:active{background:rgba(0,0,0,0.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,0.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,0.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}.numInputWrapper:hover{background:rgba(0,0,0,0.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0 0;line-height:1;height:34px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,0.9)}.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,0.5);background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,0.54);line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.dayContainer + .dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57,57,57,0.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57,57,57,0.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,0.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

@charset "UTF-8";
/* Slider */
/*!
 * Bootstrap Reboot v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 10px;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: 10px;
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 680px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 870px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 1120px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1450px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  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.3333333333%;
}

.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.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 680px) {
  .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.3333333333%;
  }

  .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.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .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: 1rem;
  }

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

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

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

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

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

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

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

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

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

  .g-sm-6,
.gx-sm-6 {
    --bs-gutter-x: 6rem;
  }

  .g-sm-6,
.gy-sm-6 {
    --bs-gutter-y: 6rem;
  }

  .g-sm-7,
.gx-sm-7 {
    --bs-gutter-x: 7rem;
  }

  .g-sm-7,
.gy-sm-7 {
    --bs-gutter-y: 7rem;
  }

  .g-sm-8,
.gx-sm-8 {
    --bs-gutter-x: 8rem;
  }

  .g-sm-8,
.gy-sm-8 {
    --bs-gutter-y: 8rem;
  }

  .g-sm-9,
.gx-sm-9 {
    --bs-gutter-x: 9rem;
  }

  .g-sm-9,
.gy-sm-9 {
    --bs-gutter-y: 9rem;
  }

  .g-sm-10,
.gx-sm-10 {
    --bs-gutter-x: 10rem;
  }

  .g-sm-10,
.gy-sm-10 {
    --bs-gutter-y: 10rem;
  }

  .g-sm-11,
.gx-sm-11 {
    --bs-gutter-x: 11rem;
  }

  .g-sm-11,
.gy-sm-11 {
    --bs-gutter-y: 11rem;
  }

  .g-sm-12,
.gx-sm-12 {
    --bs-gutter-x: 12rem;
  }

  .g-sm-12,
.gy-sm-12 {
    --bs-gutter-y: 12rem;
  }

  .g-sm-13,
.gx-sm-13 {
    --bs-gutter-x: 13rem;
  }

  .g-sm-13,
.gy-sm-13 {
    --bs-gutter-y: 13rem;
  }

  .g-sm-14,
.gx-sm-14 {
    --bs-gutter-x: 14rem;
  }

  .g-sm-14,
.gy-sm-14 {
    --bs-gutter-y: 14rem;
  }

  .g-sm-15,
.gx-sm-15 {
    --bs-gutter-x: 15rem;
  }

  .g-sm-15,
.gy-sm-15 {
    --bs-gutter-y: 15rem;
  }

  .g-sm-16,
.gx-sm-16 {
    --bs-gutter-x: 16rem;
  }

  .g-sm-16,
.gy-sm-16 {
    --bs-gutter-y: 16rem;
  }

  .g-sm-17,
.gx-sm-17 {
    --bs-gutter-x: 17rem;
  }

  .g-sm-17,
.gy-sm-17 {
    --bs-gutter-y: 17rem;
  }

  .g-sm-18,
.gx-sm-18 {
    --bs-gutter-x: 18rem;
  }

  .g-sm-18,
.gy-sm-18 {
    --bs-gutter-y: 18rem;
  }

  .g-sm-19,
.gx-sm-19 {
    --bs-gutter-x: 19rem;
  }

  .g-sm-19,
.gy-sm-19 {
    --bs-gutter-y: 19rem;
  }

  .g-sm-20,
.gx-sm-20 {
    --bs-gutter-x: 20rem;
  }

  .g-sm-20,
.gy-sm-20 {
    --bs-gutter-y: 20rem;
  }
}
@media (min-width: 870px) {
  .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.3333333333%;
  }

  .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.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .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: 1rem;
  }

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

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

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

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

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

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

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

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

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

  .g-md-6,
.gx-md-6 {
    --bs-gutter-x: 6rem;
  }

  .g-md-6,
.gy-md-6 {
    --bs-gutter-y: 6rem;
  }

  .g-md-7,
.gx-md-7 {
    --bs-gutter-x: 7rem;
  }

  .g-md-7,
.gy-md-7 {
    --bs-gutter-y: 7rem;
  }

  .g-md-8,
.gx-md-8 {
    --bs-gutter-x: 8rem;
  }

  .g-md-8,
.gy-md-8 {
    --bs-gutter-y: 8rem;
  }

  .g-md-9,
.gx-md-9 {
    --bs-gutter-x: 9rem;
  }

  .g-md-9,
.gy-md-9 {
    --bs-gutter-y: 9rem;
  }

  .g-md-10,
.gx-md-10 {
    --bs-gutter-x: 10rem;
  }

  .g-md-10,
.gy-md-10 {
    --bs-gutter-y: 10rem;
  }

  .g-md-11,
.gx-md-11 {
    --bs-gutter-x: 11rem;
  }

  .g-md-11,
.gy-md-11 {
    --bs-gutter-y: 11rem;
  }

  .g-md-12,
.gx-md-12 {
    --bs-gutter-x: 12rem;
  }

  .g-md-12,
.gy-md-12 {
    --bs-gutter-y: 12rem;
  }

  .g-md-13,
.gx-md-13 {
    --bs-gutter-x: 13rem;
  }

  .g-md-13,
.gy-md-13 {
    --bs-gutter-y: 13rem;
  }

  .g-md-14,
.gx-md-14 {
    --bs-gutter-x: 14rem;
  }

  .g-md-14,
.gy-md-14 {
    --bs-gutter-y: 14rem;
  }

  .g-md-15,
.gx-md-15 {
    --bs-gutter-x: 15rem;
  }

  .g-md-15,
.gy-md-15 {
    --bs-gutter-y: 15rem;
  }

  .g-md-16,
.gx-md-16 {
    --bs-gutter-x: 16rem;
  }

  .g-md-16,
.gy-md-16 {
    --bs-gutter-y: 16rem;
  }

  .g-md-17,
.gx-md-17 {
    --bs-gutter-x: 17rem;
  }

  .g-md-17,
.gy-md-17 {
    --bs-gutter-y: 17rem;
  }

  .g-md-18,
.gx-md-18 {
    --bs-gutter-x: 18rem;
  }

  .g-md-18,
.gy-md-18 {
    --bs-gutter-y: 18rem;
  }

  .g-md-19,
.gx-md-19 {
    --bs-gutter-x: 19rem;
  }

  .g-md-19,
.gy-md-19 {
    --bs-gutter-y: 19rem;
  }

  .g-md-20,
.gx-md-20 {
    --bs-gutter-x: 20rem;
  }

  .g-md-20,
.gy-md-20 {
    --bs-gutter-y: 20rem;
  }
}
@media (min-width: 1120px) {
  .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.3333333333%;
  }

  .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.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .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: 1rem;
  }

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

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

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

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

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

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

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

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

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

  .g-lg-6,
.gx-lg-6 {
    --bs-gutter-x: 6rem;
  }

  .g-lg-6,
.gy-lg-6 {
    --bs-gutter-y: 6rem;
  }

  .g-lg-7,
.gx-lg-7 {
    --bs-gutter-x: 7rem;
  }

  .g-lg-7,
.gy-lg-7 {
    --bs-gutter-y: 7rem;
  }

  .g-lg-8,
.gx-lg-8 {
    --bs-gutter-x: 8rem;
  }

  .g-lg-8,
.gy-lg-8 {
    --bs-gutter-y: 8rem;
  }

  .g-lg-9,
.gx-lg-9 {
    --bs-gutter-x: 9rem;
  }

  .g-lg-9,
.gy-lg-9 {
    --bs-gutter-y: 9rem;
  }

  .g-lg-10,
.gx-lg-10 {
    --bs-gutter-x: 10rem;
  }

  .g-lg-10,
.gy-lg-10 {
    --bs-gutter-y: 10rem;
  }

  .g-lg-11,
.gx-lg-11 {
    --bs-gutter-x: 11rem;
  }

  .g-lg-11,
.gy-lg-11 {
    --bs-gutter-y: 11rem;
  }

  .g-lg-12,
.gx-lg-12 {
    --bs-gutter-x: 12rem;
  }

  .g-lg-12,
.gy-lg-12 {
    --bs-gutter-y: 12rem;
  }

  .g-lg-13,
.gx-lg-13 {
    --bs-gutter-x: 13rem;
  }

  .g-lg-13,
.gy-lg-13 {
    --bs-gutter-y: 13rem;
  }

  .g-lg-14,
.gx-lg-14 {
    --bs-gutter-x: 14rem;
  }

  .g-lg-14,
.gy-lg-14 {
    --bs-gutter-y: 14rem;
  }

  .g-lg-15,
.gx-lg-15 {
    --bs-gutter-x: 15rem;
  }

  .g-lg-15,
.gy-lg-15 {
    --bs-gutter-y: 15rem;
  }

  .g-lg-16,
.gx-lg-16 {
    --bs-gutter-x: 16rem;
  }

  .g-lg-16,
.gy-lg-16 {
    --bs-gutter-y: 16rem;
  }

  .g-lg-17,
.gx-lg-17 {
    --bs-gutter-x: 17rem;
  }

  .g-lg-17,
.gy-lg-17 {
    --bs-gutter-y: 17rem;
  }

  .g-lg-18,
.gx-lg-18 {
    --bs-gutter-x: 18rem;
  }

  .g-lg-18,
.gy-lg-18 {
    --bs-gutter-y: 18rem;
  }

  .g-lg-19,
.gx-lg-19 {
    --bs-gutter-x: 19rem;
  }

  .g-lg-19,
.gy-lg-19 {
    --bs-gutter-y: 19rem;
  }

  .g-lg-20,
.gx-lg-20 {
    --bs-gutter-x: 20rem;
  }

  .g-lg-20,
.gy-lg-20 {
    --bs-gutter-y: 20rem;
  }
}
@media (min-width: 1450px) {
  .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.3333333333%;
  }

  .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.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .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: 1rem;
  }

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

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

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

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

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

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

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

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

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

  .g-xl-6,
.gx-xl-6 {
    --bs-gutter-x: 6rem;
  }

  .g-xl-6,
.gy-xl-6 {
    --bs-gutter-y: 6rem;
  }

  .g-xl-7,
.gx-xl-7 {
    --bs-gutter-x: 7rem;
  }

  .g-xl-7,
.gy-xl-7 {
    --bs-gutter-y: 7rem;
  }

  .g-xl-8,
.gx-xl-8 {
    --bs-gutter-x: 8rem;
  }

  .g-xl-8,
.gy-xl-8 {
    --bs-gutter-y: 8rem;
  }

  .g-xl-9,
.gx-xl-9 {
    --bs-gutter-x: 9rem;
  }

  .g-xl-9,
.gy-xl-9 {
    --bs-gutter-y: 9rem;
  }

  .g-xl-10,
.gx-xl-10 {
    --bs-gutter-x: 10rem;
  }

  .g-xl-10,
.gy-xl-10 {
    --bs-gutter-y: 10rem;
  }

  .g-xl-11,
.gx-xl-11 {
    --bs-gutter-x: 11rem;
  }

  .g-xl-11,
.gy-xl-11 {
    --bs-gutter-y: 11rem;
  }

  .g-xl-12,
.gx-xl-12 {
    --bs-gutter-x: 12rem;
  }

  .g-xl-12,
.gy-xl-12 {
    --bs-gutter-y: 12rem;
  }

  .g-xl-13,
.gx-xl-13 {
    --bs-gutter-x: 13rem;
  }

  .g-xl-13,
.gy-xl-13 {
    --bs-gutter-y: 13rem;
  }

  .g-xl-14,
.gx-xl-14 {
    --bs-gutter-x: 14rem;
  }

  .g-xl-14,
.gy-xl-14 {
    --bs-gutter-y: 14rem;
  }

  .g-xl-15,
.gx-xl-15 {
    --bs-gutter-x: 15rem;
  }

  .g-xl-15,
.gy-xl-15 {
    --bs-gutter-y: 15rem;
  }

  .g-xl-16,
.gx-xl-16 {
    --bs-gutter-x: 16rem;
  }

  .g-xl-16,
.gy-xl-16 {
    --bs-gutter-y: 16rem;
  }

  .g-xl-17,
.gx-xl-17 {
    --bs-gutter-x: 17rem;
  }

  .g-xl-17,
.gy-xl-17 {
    --bs-gutter-y: 17rem;
  }

  .g-xl-18,
.gx-xl-18 {
    --bs-gutter-x: 18rem;
  }

  .g-xl-18,
.gy-xl-18 {
    --bs-gutter-y: 18rem;
  }

  .g-xl-19,
.gx-xl-19 {
    --bs-gutter-x: 19rem;
  }

  .g-xl-19,
.gy-xl-19 {
    --bs-gutter-y: 19rem;
  }

  .g-xl-20,
.gx-xl-20 {
    --bs-gutter-x: 20rem;
  }

  .g-xl-20,
.gy-xl-20 {
    --bs-gutter-y: 20rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

.d-grid {
  display: 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: 1rem !important;
}

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

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

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

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

.m-6 {
  margin: 6rem !important;
}

.m-7 {
  margin: 7rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.m-10 {
  margin: 10rem !important;
}

.m-11 {
  margin: 11rem !important;
}

.m-12 {
  margin: 12rem !important;
}

.m-13 {
  margin: 13rem !important;
}

.m-14 {
  margin: 14rem !important;
}

.m-15 {
  margin: 15rem !important;
}

.m-16 {
  margin: 16rem !important;
}

.m-17 {
  margin: 17rem !important;
}

.m-18 {
  margin: 18rem !important;
}

.m-19 {
  margin: 19rem !important;
}

.m-20 {
  margin: 20rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-20 {
  margin-right: 20rem !important;
  margin-left: 20rem !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: 1rem !important;
  margin-bottom: 1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n6 {
  margin: -6rem !important;
}

.m-n7 {
  margin: -7rem !important;
}

.m-n8 {
  margin: -8rem !important;
}

.m-n9 {
  margin: -9rem !important;
}

.m-n10 {
  margin: -10rem !important;
}

.m-n11 {
  margin: -11rem !important;
}

.m-n12 {
  margin: -12rem !important;
}

.m-n13 {
  margin: -13rem !important;
}

.m-n14 {
  margin: -14rem !important;
}

.m-n15 {
  margin: -15rem !important;
}

.m-n16 {
  margin: -16rem !important;
}

.m-n17 {
  margin: -17rem !important;
}

.m-n18 {
  margin: -18rem !important;
}

.m-n19 {
  margin: -19rem !important;
}

.m-n20 {
  margin: -20rem !important;
}

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

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

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

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

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

.mx-n6 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

.mx-n7 {
  margin-right: -7rem !important;
  margin-left: -7rem !important;
}

.mx-n8 {
  margin-right: -8rem !important;
  margin-left: -8rem !important;
}

.mx-n9 {
  margin-right: -9rem !important;
  margin-left: -9rem !important;
}

.mx-n10 {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}

.mx-n11 {
  margin-right: -11rem !important;
  margin-left: -11rem !important;
}

.mx-n12 {
  margin-right: -12rem !important;
  margin-left: -12rem !important;
}

.mx-n13 {
  margin-right: -13rem !important;
  margin-left: -13rem !important;
}

.mx-n14 {
  margin-right: -14rem !important;
  margin-left: -14rem !important;
}

.mx-n15 {
  margin-right: -15rem !important;
  margin-left: -15rem !important;
}

.mx-n16 {
  margin-right: -16rem !important;
  margin-left: -16rem !important;
}

.mx-n17 {
  margin-right: -17rem !important;
  margin-left: -17rem !important;
}

.mx-n18 {
  margin-right: -18rem !important;
  margin-left: -18rem !important;
}

.mx-n19 {
  margin-right: -19rem !important;
  margin-left: -19rem !important;
}

.mx-n20 {
  margin-right: -20rem !important;
  margin-left: -20rem !important;
}

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

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

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

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

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

.my-n6 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.my-n7 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}

.my-n8 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.my-n9 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}

.my-n10 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.my-n11 {
  margin-top: -11rem !important;
  margin-bottom: -11rem !important;
}

.my-n12 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

.my-n13 {
  margin-top: -13rem !important;
  margin-bottom: -13rem !important;
}

.my-n14 {
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}

.my-n15 {
  margin-top: -15rem !important;
  margin-bottom: -15rem !important;
}

.my-n16 {
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}

.my-n17 {
  margin-top: -17rem !important;
  margin-bottom: -17rem !important;
}

.my-n18 {
  margin-top: -18rem !important;
  margin-bottom: -18rem !important;
}

.my-n19 {
  margin-top: -19rem !important;
  margin-bottom: -19rem !important;
}

.my-n20 {
  margin-top: -20rem !important;
  margin-bottom: -20rem !important;
}

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

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

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

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

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

.mt-n6 {
  margin-top: -6rem !important;
}

.mt-n7 {
  margin-top: -7rem !important;
}

.mt-n8 {
  margin-top: -8rem !important;
}

.mt-n9 {
  margin-top: -9rem !important;
}

.mt-n10 {
  margin-top: -10rem !important;
}

.mt-n11 {
  margin-top: -11rem !important;
}

.mt-n12 {
  margin-top: -12rem !important;
}

.mt-n13 {
  margin-top: -13rem !important;
}

.mt-n14 {
  margin-top: -14rem !important;
}

.mt-n15 {
  margin-top: -15rem !important;
}

.mt-n16 {
  margin-top: -16rem !important;
}

.mt-n17 {
  margin-top: -17rem !important;
}

.mt-n18 {
  margin-top: -18rem !important;
}

.mt-n19 {
  margin-top: -19rem !important;
}

.mt-n20 {
  margin-top: -20rem !important;
}

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

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

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

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

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

.me-n6 {
  margin-right: -6rem !important;
}

.me-n7 {
  margin-right: -7rem !important;
}

.me-n8 {
  margin-right: -8rem !important;
}

.me-n9 {
  margin-right: -9rem !important;
}

.me-n10 {
  margin-right: -10rem !important;
}

.me-n11 {
  margin-right: -11rem !important;
}

.me-n12 {
  margin-right: -12rem !important;
}

.me-n13 {
  margin-right: -13rem !important;
}

.me-n14 {
  margin-right: -14rem !important;
}

.me-n15 {
  margin-right: -15rem !important;
}

.me-n16 {
  margin-right: -16rem !important;
}

.me-n17 {
  margin-right: -17rem !important;
}

.me-n18 {
  margin-right: -18rem !important;
}

.me-n19 {
  margin-right: -19rem !important;
}

.me-n20 {
  margin-right: -20rem !important;
}

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

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

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

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

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

.mb-n6 {
  margin-bottom: -6rem !important;
}

.mb-n7 {
  margin-bottom: -7rem !important;
}

.mb-n8 {
  margin-bottom: -8rem !important;
}

.mb-n9 {
  margin-bottom: -9rem !important;
}

.mb-n10 {
  margin-bottom: -10rem !important;
}

.mb-n11 {
  margin-bottom: -11rem !important;
}

.mb-n12 {
  margin-bottom: -12rem !important;
}

.mb-n13 {
  margin-bottom: -13rem !important;
}

.mb-n14 {
  margin-bottom: -14rem !important;
}

.mb-n15 {
  margin-bottom: -15rem !important;
}

.mb-n16 {
  margin-bottom: -16rem !important;
}

.mb-n17 {
  margin-bottom: -17rem !important;
}

.mb-n18 {
  margin-bottom: -18rem !important;
}

.mb-n19 {
  margin-bottom: -19rem !important;
}

.mb-n20 {
  margin-bottom: -20rem !important;
}

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

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

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

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

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

.ms-n6 {
  margin-left: -6rem !important;
}

.ms-n7 {
  margin-left: -7rem !important;
}

.ms-n8 {
  margin-left: -8rem !important;
}

.ms-n9 {
  margin-left: -9rem !important;
}

.ms-n10 {
  margin-left: -10rem !important;
}

.ms-n11 {
  margin-left: -11rem !important;
}

.ms-n12 {
  margin-left: -12rem !important;
}

.ms-n13 {
  margin-left: -13rem !important;
}

.ms-n14 {
  margin-left: -14rem !important;
}

.ms-n15 {
  margin-left: -15rem !important;
}

.ms-n16 {
  margin-left: -16rem !important;
}

.ms-n17 {
  margin-left: -17rem !important;
}

.ms-n18 {
  margin-left: -18rem !important;
}

.ms-n19 {
  margin-left: -19rem !important;
}

.ms-n20 {
  margin-left: -20rem !important;
}

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

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

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

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

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

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

.p-6 {
  padding: 6rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.p-11 {
  padding: 11rem !important;
}

.p-12 {
  padding: 12rem !important;
}

.p-13 {
  padding: 13rem !important;
}

.p-14 {
  padding: 14rem !important;
}

.p-15 {
  padding: 15rem !important;
}

.p-16 {
  padding: 16rem !important;
}

.p-17 {
  padding: 17rem !important;
}

.p-18 {
  padding: 18rem !important;
}

.p-19 {
  padding: 19rem !important;
}

.p-20 {
  padding: 20rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 680px) {
  .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-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: 1rem !important;
  }

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

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

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

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

  .m-sm-6 {
    margin: 6rem !important;
  }

  .m-sm-7 {
    margin: 7rem !important;
  }

  .m-sm-8 {
    margin: 8rem !important;
  }

  .m-sm-9 {
    margin: 9rem !important;
  }

  .m-sm-10 {
    margin: 10rem !important;
  }

  .m-sm-11 {
    margin: 11rem !important;
  }

  .m-sm-12 {
    margin: 12rem !important;
  }

  .m-sm-13 {
    margin: 13rem !important;
  }

  .m-sm-14 {
    margin: 14rem !important;
  }

  .m-sm-15 {
    margin: 15rem !important;
  }

  .m-sm-16 {
    margin: 16rem !important;
  }

  .m-sm-17 {
    margin: 17rem !important;
  }

  .m-sm-18 {
    margin: 18rem !important;
  }

  .m-sm-19 {
    margin: 19rem !important;
  }

  .m-sm-20 {
    margin: 20rem !important;
  }

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

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

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

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

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

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

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

  .mx-sm-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-sm-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-sm-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-sm-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-sm-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-sm-11 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }

  .mx-sm-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-sm-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }

  .mx-sm-14 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }

  .mx-sm-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-sm-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-sm-17 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }

  .mx-sm-18 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }

  .mx-sm-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }

  .mx-sm-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !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: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

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

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

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

  .my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-sm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-sm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-sm-11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .my-sm-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-sm-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .my-sm-14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .my-sm-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-sm-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-sm-17 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }

  .my-sm-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .my-sm-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

  .my-sm-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

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

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

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

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

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

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

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

  .mt-sm-6 {
    margin-top: 6rem !important;
  }

  .mt-sm-7 {
    margin-top: 7rem !important;
  }

  .mt-sm-8 {
    margin-top: 8rem !important;
  }

  .mt-sm-9 {
    margin-top: 9rem !important;
  }

  .mt-sm-10 {
    margin-top: 10rem !important;
  }

  .mt-sm-11 {
    margin-top: 11rem !important;
  }

  .mt-sm-12 {
    margin-top: 12rem !important;
  }

  .mt-sm-13 {
    margin-top: 13rem !important;
  }

  .mt-sm-14 {
    margin-top: 14rem !important;
  }

  .mt-sm-15 {
    margin-top: 15rem !important;
  }

  .mt-sm-16 {
    margin-top: 16rem !important;
  }

  .mt-sm-17 {
    margin-top: 17rem !important;
  }

  .mt-sm-18 {
    margin-top: 18rem !important;
  }

  .mt-sm-19 {
    margin-top: 19rem !important;
  }

  .mt-sm-20 {
    margin-top: 20rem !important;
  }

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

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

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

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

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

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

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

  .me-sm-6 {
    margin-right: 6rem !important;
  }

  .me-sm-7 {
    margin-right: 7rem !important;
  }

  .me-sm-8 {
    margin-right: 8rem !important;
  }

  .me-sm-9 {
    margin-right: 9rem !important;
  }

  .me-sm-10 {
    margin-right: 10rem !important;
  }

  .me-sm-11 {
    margin-right: 11rem !important;
  }

  .me-sm-12 {
    margin-right: 12rem !important;
  }

  .me-sm-13 {
    margin-right: 13rem !important;
  }

  .me-sm-14 {
    margin-right: 14rem !important;
  }

  .me-sm-15 {
    margin-right: 15rem !important;
  }

  .me-sm-16 {
    margin-right: 16rem !important;
  }

  .me-sm-17 {
    margin-right: 17rem !important;
  }

  .me-sm-18 {
    margin-right: 18rem !important;
  }

  .me-sm-19 {
    margin-right: 19rem !important;
  }

  .me-sm-20 {
    margin-right: 20rem !important;
  }

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

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

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

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

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

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

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

  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }

  .mb-sm-7 {
    margin-bottom: 7rem !important;
  }

  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }

  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }

  .mb-sm-10 {
    margin-bottom: 10rem !important;
  }

  .mb-sm-11 {
    margin-bottom: 11rem !important;
  }

  .mb-sm-12 {
    margin-bottom: 12rem !important;
  }

  .mb-sm-13 {
    margin-bottom: 13rem !important;
  }

  .mb-sm-14 {
    margin-bottom: 14rem !important;
  }

  .mb-sm-15 {
    margin-bottom: 15rem !important;
  }

  .mb-sm-16 {
    margin-bottom: 16rem !important;
  }

  .mb-sm-17 {
    margin-bottom: 17rem !important;
  }

  .mb-sm-18 {
    margin-bottom: 18rem !important;
  }

  .mb-sm-19 {
    margin-bottom: 19rem !important;
  }

  .mb-sm-20 {
    margin-bottom: 20rem !important;
  }

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

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

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

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

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

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

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

  .ms-sm-6 {
    margin-left: 6rem !important;
  }

  .ms-sm-7 {
    margin-left: 7rem !important;
  }

  .ms-sm-8 {
    margin-left: 8rem !important;
  }

  .ms-sm-9 {
    margin-left: 9rem !important;
  }

  .ms-sm-10 {
    margin-left: 10rem !important;
  }

  .ms-sm-11 {
    margin-left: 11rem !important;
  }

  .ms-sm-12 {
    margin-left: 12rem !important;
  }

  .ms-sm-13 {
    margin-left: 13rem !important;
  }

  .ms-sm-14 {
    margin-left: 14rem !important;
  }

  .ms-sm-15 {
    margin-left: 15rem !important;
  }

  .ms-sm-16 {
    margin-left: 16rem !important;
  }

  .ms-sm-17 {
    margin-left: 17rem !important;
  }

  .ms-sm-18 {
    margin-left: 18rem !important;
  }

  .ms-sm-19 {
    margin-left: 19rem !important;
  }

  .ms-sm-20 {
    margin-left: 20rem !important;
  }

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

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

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

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

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

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

  .m-sm-n6 {
    margin: -6rem !important;
  }

  .m-sm-n7 {
    margin: -7rem !important;
  }

  .m-sm-n8 {
    margin: -8rem !important;
  }

  .m-sm-n9 {
    margin: -9rem !important;
  }

  .m-sm-n10 {
    margin: -10rem !important;
  }

  .m-sm-n11 {
    margin: -11rem !important;
  }

  .m-sm-n12 {
    margin: -12rem !important;
  }

  .m-sm-n13 {
    margin: -13rem !important;
  }

  .m-sm-n14 {
    margin: -14rem !important;
  }

  .m-sm-n15 {
    margin: -15rem !important;
  }

  .m-sm-n16 {
    margin: -16rem !important;
  }

  .m-sm-n17 {
    margin: -17rem !important;
  }

  .m-sm-n18 {
    margin: -18rem !important;
  }

  .m-sm-n19 {
    margin: -19rem !important;
  }

  .m-sm-n20 {
    margin: -20rem !important;
  }

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

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

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

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

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

  .mx-sm-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-sm-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }

  .mx-sm-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

  .mx-sm-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }

  .mx-sm-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }

  .mx-sm-n11 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }

  .mx-sm-n12 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .mx-sm-n13 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }

  .mx-sm-n14 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }

  .mx-sm-n15 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }

  .mx-sm-n16 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }

  .mx-sm-n17 {
    margin-right: -17rem !important;
    margin-left: -17rem !important;
  }

  .mx-sm-n18 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }

  .mx-sm-n19 {
    margin-right: -19rem !important;
    margin-left: -19rem !important;
  }

  .mx-sm-n20 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }

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

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

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

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

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

  .my-sm-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-sm-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .my-sm-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .my-sm-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-sm-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .my-sm-n11 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .my-sm-n12 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .my-sm-n13 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .my-sm-n14 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .my-sm-n15 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .my-sm-n16 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .my-sm-n17 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important;
  }

  .my-sm-n18 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .my-sm-n19 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important;
  }

  .my-sm-n20 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

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

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

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

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

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

  .mt-sm-n6 {
    margin-top: -6rem !important;
  }

  .mt-sm-n7 {
    margin-top: -7rem !important;
  }

  .mt-sm-n8 {
    margin-top: -8rem !important;
  }

  .mt-sm-n9 {
    margin-top: -9rem !important;
  }

  .mt-sm-n10 {
    margin-top: -10rem !important;
  }

  .mt-sm-n11 {
    margin-top: -11rem !important;
  }

  .mt-sm-n12 {
    margin-top: -12rem !important;
  }

  .mt-sm-n13 {
    margin-top: -13rem !important;
  }

  .mt-sm-n14 {
    margin-top: -14rem !important;
  }

  .mt-sm-n15 {
    margin-top: -15rem !important;
  }

  .mt-sm-n16 {
    margin-top: -16rem !important;
  }

  .mt-sm-n17 {
    margin-top: -17rem !important;
  }

  .mt-sm-n18 {
    margin-top: -18rem !important;
  }

  .mt-sm-n19 {
    margin-top: -19rem !important;
  }

  .mt-sm-n20 {
    margin-top: -20rem !important;
  }

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

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

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

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

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

  .me-sm-n6 {
    margin-right: -6rem !important;
  }

  .me-sm-n7 {
    margin-right: -7rem !important;
  }

  .me-sm-n8 {
    margin-right: -8rem !important;
  }

  .me-sm-n9 {
    margin-right: -9rem !important;
  }

  .me-sm-n10 {
    margin-right: -10rem !important;
  }

  .me-sm-n11 {
    margin-right: -11rem !important;
  }

  .me-sm-n12 {
    margin-right: -12rem !important;
  }

  .me-sm-n13 {
    margin-right: -13rem !important;
  }

  .me-sm-n14 {
    margin-right: -14rem !important;
  }

  .me-sm-n15 {
    margin-right: -15rem !important;
  }

  .me-sm-n16 {
    margin-right: -16rem !important;
  }

  .me-sm-n17 {
    margin-right: -17rem !important;
  }

  .me-sm-n18 {
    margin-right: -18rem !important;
  }

  .me-sm-n19 {
    margin-right: -19rem !important;
  }

  .me-sm-n20 {
    margin-right: -20rem !important;
  }

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

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

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

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

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

  .mb-sm-n6 {
    margin-bottom: -6rem !important;
  }

  .mb-sm-n7 {
    margin-bottom: -7rem !important;
  }

  .mb-sm-n8 {
    margin-bottom: -8rem !important;
  }

  .mb-sm-n9 {
    margin-bottom: -9rem !important;
  }

  .mb-sm-n10 {
    margin-bottom: -10rem !important;
  }

  .mb-sm-n11 {
    margin-bottom: -11rem !important;
  }

  .mb-sm-n12 {
    margin-bottom: -12rem !important;
  }

  .mb-sm-n13 {
    margin-bottom: -13rem !important;
  }

  .mb-sm-n14 {
    margin-bottom: -14rem !important;
  }

  .mb-sm-n15 {
    margin-bottom: -15rem !important;
  }

  .mb-sm-n16 {
    margin-bottom: -16rem !important;
  }

  .mb-sm-n17 {
    margin-bottom: -17rem !important;
  }

  .mb-sm-n18 {
    margin-bottom: -18rem !important;
  }

  .mb-sm-n19 {
    margin-bottom: -19rem !important;
  }

  .mb-sm-n20 {
    margin-bottom: -20rem !important;
  }

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

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

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

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

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

  .ms-sm-n6 {
    margin-left: -6rem !important;
  }

  .ms-sm-n7 {
    margin-left: -7rem !important;
  }

  .ms-sm-n8 {
    margin-left: -8rem !important;
  }

  .ms-sm-n9 {
    margin-left: -9rem !important;
  }

  .ms-sm-n10 {
    margin-left: -10rem !important;
  }

  .ms-sm-n11 {
    margin-left: -11rem !important;
  }

  .ms-sm-n12 {
    margin-left: -12rem !important;
  }

  .ms-sm-n13 {
    margin-left: -13rem !important;
  }

  .ms-sm-n14 {
    margin-left: -14rem !important;
  }

  .ms-sm-n15 {
    margin-left: -15rem !important;
  }

  .ms-sm-n16 {
    margin-left: -16rem !important;
  }

  .ms-sm-n17 {
    margin-left: -17rem !important;
  }

  .ms-sm-n18 {
    margin-left: -18rem !important;
  }

  .ms-sm-n19 {
    margin-left: -19rem !important;
  }

  .ms-sm-n20 {
    margin-left: -20rem !important;
  }

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

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

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

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

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

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

  .p-sm-6 {
    padding: 6rem !important;
  }

  .p-sm-7 {
    padding: 7rem !important;
  }

  .p-sm-8 {
    padding: 8rem !important;
  }

  .p-sm-9 {
    padding: 9rem !important;
  }

  .p-sm-10 {
    padding: 10rem !important;
  }

  .p-sm-11 {
    padding: 11rem !important;
  }

  .p-sm-12 {
    padding: 12rem !important;
  }

  .p-sm-13 {
    padding: 13rem !important;
  }

  .p-sm-14 {
    padding: 14rem !important;
  }

  .p-sm-15 {
    padding: 15rem !important;
  }

  .p-sm-16 {
    padding: 16rem !important;
  }

  .p-sm-17 {
    padding: 17rem !important;
  }

  .p-sm-18 {
    padding: 18rem !important;
  }

  .p-sm-19 {
    padding: 19rem !important;
  }

  .p-sm-20 {
    padding: 20rem !important;
  }

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

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

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

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

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

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

  .px-sm-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-sm-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-sm-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-sm-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-sm-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-sm-11 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }

  .px-sm-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-sm-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }

  .px-sm-14 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }

  .px-sm-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-sm-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .px-sm-17 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }

  .px-sm-18 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }

  .px-sm-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }

  .px-sm-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

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

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

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

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

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

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

  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-sm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-sm-11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .py-sm-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-sm-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .py-sm-14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .py-sm-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-sm-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .py-sm-17 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }

  .py-sm-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .py-sm-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .py-sm-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

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

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

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

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

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

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

  .pt-sm-6 {
    padding-top: 6rem !important;
  }

  .pt-sm-7 {
    padding-top: 7rem !important;
  }

  .pt-sm-8 {
    padding-top: 8rem !important;
  }

  .pt-sm-9 {
    padding-top: 9rem !important;
  }

  .pt-sm-10 {
    padding-top: 10rem !important;
  }

  .pt-sm-11 {
    padding-top: 11rem !important;
  }

  .pt-sm-12 {
    padding-top: 12rem !important;
  }

  .pt-sm-13 {
    padding-top: 13rem !important;
  }

  .pt-sm-14 {
    padding-top: 14rem !important;
  }

  .pt-sm-15 {
    padding-top: 15rem !important;
  }

  .pt-sm-16 {
    padding-top: 16rem !important;
  }

  .pt-sm-17 {
    padding-top: 17rem !important;
  }

  .pt-sm-18 {
    padding-top: 18rem !important;
  }

  .pt-sm-19 {
    padding-top: 19rem !important;
  }

  .pt-sm-20 {
    padding-top: 20rem !important;
  }

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

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

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

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

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

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

  .pe-sm-6 {
    padding-right: 6rem !important;
  }

  .pe-sm-7 {
    padding-right: 7rem !important;
  }

  .pe-sm-8 {
    padding-right: 8rem !important;
  }

  .pe-sm-9 {
    padding-right: 9rem !important;
  }

  .pe-sm-10 {
    padding-right: 10rem !important;
  }

  .pe-sm-11 {
    padding-right: 11rem !important;
  }

  .pe-sm-12 {
    padding-right: 12rem !important;
  }

  .pe-sm-13 {
    padding-right: 13rem !important;
  }

  .pe-sm-14 {
    padding-right: 14rem !important;
  }

  .pe-sm-15 {
    padding-right: 15rem !important;
  }

  .pe-sm-16 {
    padding-right: 16rem !important;
  }

  .pe-sm-17 {
    padding-right: 17rem !important;
  }

  .pe-sm-18 {
    padding-right: 18rem !important;
  }

  .pe-sm-19 {
    padding-right: 19rem !important;
  }

  .pe-sm-20 {
    padding-right: 20rem !important;
  }

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

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

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

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

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

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

  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }

  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }

  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }

  .pb-sm-10 {
    padding-bottom: 10rem !important;
  }

  .pb-sm-11 {
    padding-bottom: 11rem !important;
  }

  .pb-sm-12 {
    padding-bottom: 12rem !important;
  }

  .pb-sm-13 {
    padding-bottom: 13rem !important;
  }

  .pb-sm-14 {
    padding-bottom: 14rem !important;
  }

  .pb-sm-15 {
    padding-bottom: 15rem !important;
  }

  .pb-sm-16 {
    padding-bottom: 16rem !important;
  }

  .pb-sm-17 {
    padding-bottom: 17rem !important;
  }

  .pb-sm-18 {
    padding-bottom: 18rem !important;
  }

  .pb-sm-19 {
    padding-bottom: 19rem !important;
  }

  .pb-sm-20 {
    padding-bottom: 20rem !important;
  }

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

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

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

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

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

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

  .ps-sm-6 {
    padding-left: 6rem !important;
  }

  .ps-sm-7 {
    padding-left: 7rem !important;
  }

  .ps-sm-8 {
    padding-left: 8rem !important;
  }

  .ps-sm-9 {
    padding-left: 9rem !important;
  }

  .ps-sm-10 {
    padding-left: 10rem !important;
  }

  .ps-sm-11 {
    padding-left: 11rem !important;
  }

  .ps-sm-12 {
    padding-left: 12rem !important;
  }

  .ps-sm-13 {
    padding-left: 13rem !important;
  }

  .ps-sm-14 {
    padding-left: 14rem !important;
  }

  .ps-sm-15 {
    padding-left: 15rem !important;
  }

  .ps-sm-16 {
    padding-left: 16rem !important;
  }

  .ps-sm-17 {
    padding-left: 17rem !important;
  }

  .ps-sm-18 {
    padding-left: 18rem !important;
  }

  .ps-sm-19 {
    padding-left: 19rem !important;
  }

  .ps-sm-20 {
    padding-left: 20rem !important;
  }
}
@media (min-width: 870px) {
  .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-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: 1rem !important;
  }

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

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

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

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

  .m-md-6 {
    margin: 6rem !important;
  }

  .m-md-7 {
    margin: 7rem !important;
  }

  .m-md-8 {
    margin: 8rem !important;
  }

  .m-md-9 {
    margin: 9rem !important;
  }

  .m-md-10 {
    margin: 10rem !important;
  }

  .m-md-11 {
    margin: 11rem !important;
  }

  .m-md-12 {
    margin: 12rem !important;
  }

  .m-md-13 {
    margin: 13rem !important;
  }

  .m-md-14 {
    margin: 14rem !important;
  }

  .m-md-15 {
    margin: 15rem !important;
  }

  .m-md-16 {
    margin: 16rem !important;
  }

  .m-md-17 {
    margin: 17rem !important;
  }

  .m-md-18 {
    margin: 18rem !important;
  }

  .m-md-19 {
    margin: 19rem !important;
  }

  .m-md-20 {
    margin: 20rem !important;
  }

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

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

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

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

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

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

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

  .mx-md-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-md-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-md-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-md-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-md-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-md-11 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }

  .mx-md-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-md-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }

  .mx-md-14 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }

  .mx-md-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-md-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-md-17 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }

  .mx-md-18 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }

  .mx-md-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }

  .mx-md-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !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: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

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

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

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

  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-md-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-md-11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .my-md-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-md-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .my-md-14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .my-md-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-md-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-md-17 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }

  .my-md-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .my-md-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

  .my-md-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

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

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

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

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

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

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

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

  .mt-md-6 {
    margin-top: 6rem !important;
  }

  .mt-md-7 {
    margin-top: 7rem !important;
  }

  .mt-md-8 {
    margin-top: 8rem !important;
  }

  .mt-md-9 {
    margin-top: 9rem !important;
  }

  .mt-md-10 {
    margin-top: 10rem !important;
  }

  .mt-md-11 {
    margin-top: 11rem !important;
  }

  .mt-md-12 {
    margin-top: 12rem !important;
  }

  .mt-md-13 {
    margin-top: 13rem !important;
  }

  .mt-md-14 {
    margin-top: 14rem !important;
  }

  .mt-md-15 {
    margin-top: 15rem !important;
  }

  .mt-md-16 {
    margin-top: 16rem !important;
  }

  .mt-md-17 {
    margin-top: 17rem !important;
  }

  .mt-md-18 {
    margin-top: 18rem !important;
  }

  .mt-md-19 {
    margin-top: 19rem !important;
  }

  .mt-md-20 {
    margin-top: 20rem !important;
  }

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

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

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

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

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

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

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

  .me-md-6 {
    margin-right: 6rem !important;
  }

  .me-md-7 {
    margin-right: 7rem !important;
  }

  .me-md-8 {
    margin-right: 8rem !important;
  }

  .me-md-9 {
    margin-right: 9rem !important;
  }

  .me-md-10 {
    margin-right: 10rem !important;
  }

  .me-md-11 {
    margin-right: 11rem !important;
  }

  .me-md-12 {
    margin-right: 12rem !important;
  }

  .me-md-13 {
    margin-right: 13rem !important;
  }

  .me-md-14 {
    margin-right: 14rem !important;
  }

  .me-md-15 {
    margin-right: 15rem !important;
  }

  .me-md-16 {
    margin-right: 16rem !important;
  }

  .me-md-17 {
    margin-right: 17rem !important;
  }

  .me-md-18 {
    margin-right: 18rem !important;
  }

  .me-md-19 {
    margin-right: 19rem !important;
  }

  .me-md-20 {
    margin-right: 20rem !important;
  }

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

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

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

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

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

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

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

  .mb-md-6 {
    margin-bottom: 6rem !important;
  }

  .mb-md-7 {
    margin-bottom: 7rem !important;
  }

  .mb-md-8 {
    margin-bottom: 8rem !important;
  }

  .mb-md-9 {
    margin-bottom: 9rem !important;
  }

  .mb-md-10 {
    margin-bottom: 10rem !important;
  }

  .mb-md-11 {
    margin-bottom: 11rem !important;
  }

  .mb-md-12 {
    margin-bottom: 12rem !important;
  }

  .mb-md-13 {
    margin-bottom: 13rem !important;
  }

  .mb-md-14 {
    margin-bottom: 14rem !important;
  }

  .mb-md-15 {
    margin-bottom: 15rem !important;
  }

  .mb-md-16 {
    margin-bottom: 16rem !important;
  }

  .mb-md-17 {
    margin-bottom: 17rem !important;
  }

  .mb-md-18 {
    margin-bottom: 18rem !important;
  }

  .mb-md-19 {
    margin-bottom: 19rem !important;
  }

  .mb-md-20 {
    margin-bottom: 20rem !important;
  }

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

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

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

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

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

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

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

  .ms-md-6 {
    margin-left: 6rem !important;
  }

  .ms-md-7 {
    margin-left: 7rem !important;
  }

  .ms-md-8 {
    margin-left: 8rem !important;
  }

  .ms-md-9 {
    margin-left: 9rem !important;
  }

  .ms-md-10 {
    margin-left: 10rem !important;
  }

  .ms-md-11 {
    margin-left: 11rem !important;
  }

  .ms-md-12 {
    margin-left: 12rem !important;
  }

  .ms-md-13 {
    margin-left: 13rem !important;
  }

  .ms-md-14 {
    margin-left: 14rem !important;
  }

  .ms-md-15 {
    margin-left: 15rem !important;
  }

  .ms-md-16 {
    margin-left: 16rem !important;
  }

  .ms-md-17 {
    margin-left: 17rem !important;
  }

  .ms-md-18 {
    margin-left: 18rem !important;
  }

  .ms-md-19 {
    margin-left: 19rem !important;
  }

  .ms-md-20 {
    margin-left: 20rem !important;
  }

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

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

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

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

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

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

  .m-md-n6 {
    margin: -6rem !important;
  }

  .m-md-n7 {
    margin: -7rem !important;
  }

  .m-md-n8 {
    margin: -8rem !important;
  }

  .m-md-n9 {
    margin: -9rem !important;
  }

  .m-md-n10 {
    margin: -10rem !important;
  }

  .m-md-n11 {
    margin: -11rem !important;
  }

  .m-md-n12 {
    margin: -12rem !important;
  }

  .m-md-n13 {
    margin: -13rem !important;
  }

  .m-md-n14 {
    margin: -14rem !important;
  }

  .m-md-n15 {
    margin: -15rem !important;
  }

  .m-md-n16 {
    margin: -16rem !important;
  }

  .m-md-n17 {
    margin: -17rem !important;
  }

  .m-md-n18 {
    margin: -18rem !important;
  }

  .m-md-n19 {
    margin: -19rem !important;
  }

  .m-md-n20 {
    margin: -20rem !important;
  }

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

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

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

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

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

  .mx-md-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-md-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }

  .mx-md-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

  .mx-md-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }

  .mx-md-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }

  .mx-md-n11 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }

  .mx-md-n12 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .mx-md-n13 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }

  .mx-md-n14 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }

  .mx-md-n15 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }

  .mx-md-n16 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }

  .mx-md-n17 {
    margin-right: -17rem !important;
    margin-left: -17rem !important;
  }

  .mx-md-n18 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }

  .mx-md-n19 {
    margin-right: -19rem !important;
    margin-left: -19rem !important;
  }

  .mx-md-n20 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }

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

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

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

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

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

  .my-md-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-md-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .my-md-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .my-md-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-md-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .my-md-n11 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .my-md-n12 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .my-md-n13 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .my-md-n14 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .my-md-n15 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .my-md-n16 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .my-md-n17 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important;
  }

  .my-md-n18 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .my-md-n19 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important;
  }

  .my-md-n20 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

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

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

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

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

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

  .mt-md-n6 {
    margin-top: -6rem !important;
  }

  .mt-md-n7 {
    margin-top: -7rem !important;
  }

  .mt-md-n8 {
    margin-top: -8rem !important;
  }

  .mt-md-n9 {
    margin-top: -9rem !important;
  }

  .mt-md-n10 {
    margin-top: -10rem !important;
  }

  .mt-md-n11 {
    margin-top: -11rem !important;
  }

  .mt-md-n12 {
    margin-top: -12rem !important;
  }

  .mt-md-n13 {
    margin-top: -13rem !important;
  }

  .mt-md-n14 {
    margin-top: -14rem !important;
  }

  .mt-md-n15 {
    margin-top: -15rem !important;
  }

  .mt-md-n16 {
    margin-top: -16rem !important;
  }

  .mt-md-n17 {
    margin-top: -17rem !important;
  }

  .mt-md-n18 {
    margin-top: -18rem !important;
  }

  .mt-md-n19 {
    margin-top: -19rem !important;
  }

  .mt-md-n20 {
    margin-top: -20rem !important;
  }

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

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

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

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

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

  .me-md-n6 {
    margin-right: -6rem !important;
  }

  .me-md-n7 {
    margin-right: -7rem !important;
  }

  .me-md-n8 {
    margin-right: -8rem !important;
  }

  .me-md-n9 {
    margin-right: -9rem !important;
  }

  .me-md-n10 {
    margin-right: -10rem !important;
  }

  .me-md-n11 {
    margin-right: -11rem !important;
  }

  .me-md-n12 {
    margin-right: -12rem !important;
  }

  .me-md-n13 {
    margin-right: -13rem !important;
  }

  .me-md-n14 {
    margin-right: -14rem !important;
  }

  .me-md-n15 {
    margin-right: -15rem !important;
  }

  .me-md-n16 {
    margin-right: -16rem !important;
  }

  .me-md-n17 {
    margin-right: -17rem !important;
  }

  .me-md-n18 {
    margin-right: -18rem !important;
  }

  .me-md-n19 {
    margin-right: -19rem !important;
  }

  .me-md-n20 {
    margin-right: -20rem !important;
  }

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

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

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

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

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

  .mb-md-n6 {
    margin-bottom: -6rem !important;
  }

  .mb-md-n7 {
    margin-bottom: -7rem !important;
  }

  .mb-md-n8 {
    margin-bottom: -8rem !important;
  }

  .mb-md-n9 {
    margin-bottom: -9rem !important;
  }

  .mb-md-n10 {
    margin-bottom: -10rem !important;
  }

  .mb-md-n11 {
    margin-bottom: -11rem !important;
  }

  .mb-md-n12 {
    margin-bottom: -12rem !important;
  }

  .mb-md-n13 {
    margin-bottom: -13rem !important;
  }

  .mb-md-n14 {
    margin-bottom: -14rem !important;
  }

  .mb-md-n15 {
    margin-bottom: -15rem !important;
  }

  .mb-md-n16 {
    margin-bottom: -16rem !important;
  }

  .mb-md-n17 {
    margin-bottom: -17rem !important;
  }

  .mb-md-n18 {
    margin-bottom: -18rem !important;
  }

  .mb-md-n19 {
    margin-bottom: -19rem !important;
  }

  .mb-md-n20 {
    margin-bottom: -20rem !important;
  }

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

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

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

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

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

  .ms-md-n6 {
    margin-left: -6rem !important;
  }

  .ms-md-n7 {
    margin-left: -7rem !important;
  }

  .ms-md-n8 {
    margin-left: -8rem !important;
  }

  .ms-md-n9 {
    margin-left: -9rem !important;
  }

  .ms-md-n10 {
    margin-left: -10rem !important;
  }

  .ms-md-n11 {
    margin-left: -11rem !important;
  }

  .ms-md-n12 {
    margin-left: -12rem !important;
  }

  .ms-md-n13 {
    margin-left: -13rem !important;
  }

  .ms-md-n14 {
    margin-left: -14rem !important;
  }

  .ms-md-n15 {
    margin-left: -15rem !important;
  }

  .ms-md-n16 {
    margin-left: -16rem !important;
  }

  .ms-md-n17 {
    margin-left: -17rem !important;
  }

  .ms-md-n18 {
    margin-left: -18rem !important;
  }

  .ms-md-n19 {
    margin-left: -19rem !important;
  }

  .ms-md-n20 {
    margin-left: -20rem !important;
  }

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

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

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

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

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

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

  .p-md-6 {
    padding: 6rem !important;
  }

  .p-md-7 {
    padding: 7rem !important;
  }

  .p-md-8 {
    padding: 8rem !important;
  }

  .p-md-9 {
    padding: 9rem !important;
  }

  .p-md-10 {
    padding: 10rem !important;
  }

  .p-md-11 {
    padding: 11rem !important;
  }

  .p-md-12 {
    padding: 12rem !important;
  }

  .p-md-13 {
    padding: 13rem !important;
  }

  .p-md-14 {
    padding: 14rem !important;
  }

  .p-md-15 {
    padding: 15rem !important;
  }

  .p-md-16 {
    padding: 16rem !important;
  }

  .p-md-17 {
    padding: 17rem !important;
  }

  .p-md-18 {
    padding: 18rem !important;
  }

  .p-md-19 {
    padding: 19rem !important;
  }

  .p-md-20 {
    padding: 20rem !important;
  }

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

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

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

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

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

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

  .px-md-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-md-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-md-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-md-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-md-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-md-11 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }

  .px-md-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-md-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }

  .px-md-14 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }

  .px-md-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-md-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .px-md-17 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }

  .px-md-18 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }

  .px-md-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }

  .px-md-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

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

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

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

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

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

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

  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-md-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-md-11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .py-md-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-md-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .py-md-14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .py-md-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-md-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .py-md-17 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }

  .py-md-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .py-md-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .py-md-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

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

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

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

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

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

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

  .pt-md-6 {
    padding-top: 6rem !important;
  }

  .pt-md-7 {
    padding-top: 7rem !important;
  }

  .pt-md-8 {
    padding-top: 8rem !important;
  }

  .pt-md-9 {
    padding-top: 9rem !important;
  }

  .pt-md-10 {
    padding-top: 10rem !important;
  }

  .pt-md-11 {
    padding-top: 11rem !important;
  }

  .pt-md-12 {
    padding-top: 12rem !important;
  }

  .pt-md-13 {
    padding-top: 13rem !important;
  }

  .pt-md-14 {
    padding-top: 14rem !important;
  }

  .pt-md-15 {
    padding-top: 15rem !important;
  }

  .pt-md-16 {
    padding-top: 16rem !important;
  }

  .pt-md-17 {
    padding-top: 17rem !important;
  }

  .pt-md-18 {
    padding-top: 18rem !important;
  }

  .pt-md-19 {
    padding-top: 19rem !important;
  }

  .pt-md-20 {
    padding-top: 20rem !important;
  }

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

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

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

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

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

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

  .pe-md-6 {
    padding-right: 6rem !important;
  }

  .pe-md-7 {
    padding-right: 7rem !important;
  }

  .pe-md-8 {
    padding-right: 8rem !important;
  }

  .pe-md-9 {
    padding-right: 9rem !important;
  }

  .pe-md-10 {
    padding-right: 10rem !important;
  }

  .pe-md-11 {
    padding-right: 11rem !important;
  }

  .pe-md-12 {
    padding-right: 12rem !important;
  }

  .pe-md-13 {
    padding-right: 13rem !important;
  }

  .pe-md-14 {
    padding-right: 14rem !important;
  }

  .pe-md-15 {
    padding-right: 15rem !important;
  }

  .pe-md-16 {
    padding-right: 16rem !important;
  }

  .pe-md-17 {
    padding-right: 17rem !important;
  }

  .pe-md-18 {
    padding-right: 18rem !important;
  }

  .pe-md-19 {
    padding-right: 19rem !important;
  }

  .pe-md-20 {
    padding-right: 20rem !important;
  }

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

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

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

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

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

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

  .pb-md-6 {
    padding-bottom: 6rem !important;
  }

  .pb-md-7 {
    padding-bottom: 7rem !important;
  }

  .pb-md-8 {
    padding-bottom: 8rem !important;
  }

  .pb-md-9 {
    padding-bottom: 9rem !important;
  }

  .pb-md-10 {
    padding-bottom: 10rem !important;
  }

  .pb-md-11 {
    padding-bottom: 11rem !important;
  }

  .pb-md-12 {
    padding-bottom: 12rem !important;
  }

  .pb-md-13 {
    padding-bottom: 13rem !important;
  }

  .pb-md-14 {
    padding-bottom: 14rem !important;
  }

  .pb-md-15 {
    padding-bottom: 15rem !important;
  }

  .pb-md-16 {
    padding-bottom: 16rem !important;
  }

  .pb-md-17 {
    padding-bottom: 17rem !important;
  }

  .pb-md-18 {
    padding-bottom: 18rem !important;
  }

  .pb-md-19 {
    padding-bottom: 19rem !important;
  }

  .pb-md-20 {
    padding-bottom: 20rem !important;
  }

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

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

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

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

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

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

  .ps-md-6 {
    padding-left: 6rem !important;
  }

  .ps-md-7 {
    padding-left: 7rem !important;
  }

  .ps-md-8 {
    padding-left: 8rem !important;
  }

  .ps-md-9 {
    padding-left: 9rem !important;
  }

  .ps-md-10 {
    padding-left: 10rem !important;
  }

  .ps-md-11 {
    padding-left: 11rem !important;
  }

  .ps-md-12 {
    padding-left: 12rem !important;
  }

  .ps-md-13 {
    padding-left: 13rem !important;
  }

  .ps-md-14 {
    padding-left: 14rem !important;
  }

  .ps-md-15 {
    padding-left: 15rem !important;
  }

  .ps-md-16 {
    padding-left: 16rem !important;
  }

  .ps-md-17 {
    padding-left: 17rem !important;
  }

  .ps-md-18 {
    padding-left: 18rem !important;
  }

  .ps-md-19 {
    padding-left: 19rem !important;
  }

  .ps-md-20 {
    padding-left: 20rem !important;
  }
}
@media (min-width: 1120px) {
  .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-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: 1rem !important;
  }

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

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

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

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

  .m-lg-6 {
    margin: 6rem !important;
  }

  .m-lg-7 {
    margin: 7rem !important;
  }

  .m-lg-8 {
    margin: 8rem !important;
  }

  .m-lg-9 {
    margin: 9rem !important;
  }

  .m-lg-10 {
    margin: 10rem !important;
  }

  .m-lg-11 {
    margin: 11rem !important;
  }

  .m-lg-12 {
    margin: 12rem !important;
  }

  .m-lg-13 {
    margin: 13rem !important;
  }

  .m-lg-14 {
    margin: 14rem !important;
  }

  .m-lg-15 {
    margin: 15rem !important;
  }

  .m-lg-16 {
    margin: 16rem !important;
  }

  .m-lg-17 {
    margin: 17rem !important;
  }

  .m-lg-18 {
    margin: 18rem !important;
  }

  .m-lg-19 {
    margin: 19rem !important;
  }

  .m-lg-20 {
    margin: 20rem !important;
  }

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

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

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

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

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

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

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

  .mx-lg-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-lg-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-lg-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-lg-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-lg-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-lg-11 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }

  .mx-lg-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-lg-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }

  .mx-lg-14 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }

  .mx-lg-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-lg-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-lg-17 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }

  .mx-lg-18 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }

  .mx-lg-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }

  .mx-lg-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !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: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

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

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

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

  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-lg-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-lg-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-lg-11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .my-lg-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-lg-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .my-lg-14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .my-lg-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-lg-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-lg-17 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }

  .my-lg-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .my-lg-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

  .my-lg-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

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

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

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

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

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

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

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

  .mt-lg-6 {
    margin-top: 6rem !important;
  }

  .mt-lg-7 {
    margin-top: 7rem !important;
  }

  .mt-lg-8 {
    margin-top: 8rem !important;
  }

  .mt-lg-9 {
    margin-top: 9rem !important;
  }

  .mt-lg-10 {
    margin-top: 10rem !important;
  }

  .mt-lg-11 {
    margin-top: 11rem !important;
  }

  .mt-lg-12 {
    margin-top: 12rem !important;
  }

  .mt-lg-13 {
    margin-top: 13rem !important;
  }

  .mt-lg-14 {
    margin-top: 14rem !important;
  }

  .mt-lg-15 {
    margin-top: 15rem !important;
  }

  .mt-lg-16 {
    margin-top: 16rem !important;
  }

  .mt-lg-17 {
    margin-top: 17rem !important;
  }

  .mt-lg-18 {
    margin-top: 18rem !important;
  }

  .mt-lg-19 {
    margin-top: 19rem !important;
  }

  .mt-lg-20 {
    margin-top: 20rem !important;
  }

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

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

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

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

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

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

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

  .me-lg-6 {
    margin-right: 6rem !important;
  }

  .me-lg-7 {
    margin-right: 7rem !important;
  }

  .me-lg-8 {
    margin-right: 8rem !important;
  }

  .me-lg-9 {
    margin-right: 9rem !important;
  }

  .me-lg-10 {
    margin-right: 10rem !important;
  }

  .me-lg-11 {
    margin-right: 11rem !important;
  }

  .me-lg-12 {
    margin-right: 12rem !important;
  }

  .me-lg-13 {
    margin-right: 13rem !important;
  }

  .me-lg-14 {
    margin-right: 14rem !important;
  }

  .me-lg-15 {
    margin-right: 15rem !important;
  }

  .me-lg-16 {
    margin-right: 16rem !important;
  }

  .me-lg-17 {
    margin-right: 17rem !important;
  }

  .me-lg-18 {
    margin-right: 18rem !important;
  }

  .me-lg-19 {
    margin-right: 19rem !important;
  }

  .me-lg-20 {
    margin-right: 20rem !important;
  }

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

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

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

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

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

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

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

  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }

  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }

  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }

  .mb-lg-11 {
    margin-bottom: 11rem !important;
  }

  .mb-lg-12 {
    margin-bottom: 12rem !important;
  }

  .mb-lg-13 {
    margin-bottom: 13rem !important;
  }

  .mb-lg-14 {
    margin-bottom: 14rem !important;
  }

  .mb-lg-15 {
    margin-bottom: 15rem !important;
  }

  .mb-lg-16 {
    margin-bottom: 16rem !important;
  }

  .mb-lg-17 {
    margin-bottom: 17rem !important;
  }

  .mb-lg-18 {
    margin-bottom: 18rem !important;
  }

  .mb-lg-19 {
    margin-bottom: 19rem !important;
  }

  .mb-lg-20 {
    margin-bottom: 20rem !important;
  }

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

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

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

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

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

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

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

  .ms-lg-6 {
    margin-left: 6rem !important;
  }

  .ms-lg-7 {
    margin-left: 7rem !important;
  }

  .ms-lg-8 {
    margin-left: 8rem !important;
  }

  .ms-lg-9 {
    margin-left: 9rem !important;
  }

  .ms-lg-10 {
    margin-left: 10rem !important;
  }

  .ms-lg-11 {
    margin-left: 11rem !important;
  }

  .ms-lg-12 {
    margin-left: 12rem !important;
  }

  .ms-lg-13 {
    margin-left: 13rem !important;
  }

  .ms-lg-14 {
    margin-left: 14rem !important;
  }

  .ms-lg-15 {
    margin-left: 15rem !important;
  }

  .ms-lg-16 {
    margin-left: 16rem !important;
  }

  .ms-lg-17 {
    margin-left: 17rem !important;
  }

  .ms-lg-18 {
    margin-left: 18rem !important;
  }

  .ms-lg-19 {
    margin-left: 19rem !important;
  }

  .ms-lg-20 {
    margin-left: 20rem !important;
  }

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

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

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

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

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

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

  .m-lg-n6 {
    margin: -6rem !important;
  }

  .m-lg-n7 {
    margin: -7rem !important;
  }

  .m-lg-n8 {
    margin: -8rem !important;
  }

  .m-lg-n9 {
    margin: -9rem !important;
  }

  .m-lg-n10 {
    margin: -10rem !important;
  }

  .m-lg-n11 {
    margin: -11rem !important;
  }

  .m-lg-n12 {
    margin: -12rem !important;
  }

  .m-lg-n13 {
    margin: -13rem !important;
  }

  .m-lg-n14 {
    margin: -14rem !important;
  }

  .m-lg-n15 {
    margin: -15rem !important;
  }

  .m-lg-n16 {
    margin: -16rem !important;
  }

  .m-lg-n17 {
    margin: -17rem !important;
  }

  .m-lg-n18 {
    margin: -18rem !important;
  }

  .m-lg-n19 {
    margin: -19rem !important;
  }

  .m-lg-n20 {
    margin: -20rem !important;
  }

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

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

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

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

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

  .mx-lg-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-lg-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }

  .mx-lg-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

  .mx-lg-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }

  .mx-lg-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }

  .mx-lg-n11 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }

  .mx-lg-n12 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .mx-lg-n13 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }

  .mx-lg-n14 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }

  .mx-lg-n15 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }

  .mx-lg-n16 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }

  .mx-lg-n17 {
    margin-right: -17rem !important;
    margin-left: -17rem !important;
  }

  .mx-lg-n18 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }

  .mx-lg-n19 {
    margin-right: -19rem !important;
    margin-left: -19rem !important;
  }

  .mx-lg-n20 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }

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

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

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

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

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

  .my-lg-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-lg-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .my-lg-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .my-lg-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-lg-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .my-lg-n11 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .my-lg-n12 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .my-lg-n13 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .my-lg-n14 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .my-lg-n15 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .my-lg-n16 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .my-lg-n17 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important;
  }

  .my-lg-n18 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .my-lg-n19 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important;
  }

  .my-lg-n20 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

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

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

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

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

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

  .mt-lg-n6 {
    margin-top: -6rem !important;
  }

  .mt-lg-n7 {
    margin-top: -7rem !important;
  }

  .mt-lg-n8 {
    margin-top: -8rem !important;
  }

  .mt-lg-n9 {
    margin-top: -9rem !important;
  }

  .mt-lg-n10 {
    margin-top: -10rem !important;
  }

  .mt-lg-n11 {
    margin-top: -11rem !important;
  }

  .mt-lg-n12 {
    margin-top: -12rem !important;
  }

  .mt-lg-n13 {
    margin-top: -13rem !important;
  }

  .mt-lg-n14 {
    margin-top: -14rem !important;
  }

  .mt-lg-n15 {
    margin-top: -15rem !important;
  }

  .mt-lg-n16 {
    margin-top: -16rem !important;
  }

  .mt-lg-n17 {
    margin-top: -17rem !important;
  }

  .mt-lg-n18 {
    margin-top: -18rem !important;
  }

  .mt-lg-n19 {
    margin-top: -19rem !important;
  }

  .mt-lg-n20 {
    margin-top: -20rem !important;
  }

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

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

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

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

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

  .me-lg-n6 {
    margin-right: -6rem !important;
  }

  .me-lg-n7 {
    margin-right: -7rem !important;
  }

  .me-lg-n8 {
    margin-right: -8rem !important;
  }

  .me-lg-n9 {
    margin-right: -9rem !important;
  }

  .me-lg-n10 {
    margin-right: -10rem !important;
  }

  .me-lg-n11 {
    margin-right: -11rem !important;
  }

  .me-lg-n12 {
    margin-right: -12rem !important;
  }

  .me-lg-n13 {
    margin-right: -13rem !important;
  }

  .me-lg-n14 {
    margin-right: -14rem !important;
  }

  .me-lg-n15 {
    margin-right: -15rem !important;
  }

  .me-lg-n16 {
    margin-right: -16rem !important;
  }

  .me-lg-n17 {
    margin-right: -17rem !important;
  }

  .me-lg-n18 {
    margin-right: -18rem !important;
  }

  .me-lg-n19 {
    margin-right: -19rem !important;
  }

  .me-lg-n20 {
    margin-right: -20rem !important;
  }

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

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

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

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

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

  .mb-lg-n6 {
    margin-bottom: -6rem !important;
  }

  .mb-lg-n7 {
    margin-bottom: -7rem !important;
  }

  .mb-lg-n8 {
    margin-bottom: -8rem !important;
  }

  .mb-lg-n9 {
    margin-bottom: -9rem !important;
  }

  .mb-lg-n10 {
    margin-bottom: -10rem !important;
  }

  .mb-lg-n11 {
    margin-bottom: -11rem !important;
  }

  .mb-lg-n12 {
    margin-bottom: -12rem !important;
  }

  .mb-lg-n13 {
    margin-bottom: -13rem !important;
  }

  .mb-lg-n14 {
    margin-bottom: -14rem !important;
  }

  .mb-lg-n15 {
    margin-bottom: -15rem !important;
  }

  .mb-lg-n16 {
    margin-bottom: -16rem !important;
  }

  .mb-lg-n17 {
    margin-bottom: -17rem !important;
  }

  .mb-lg-n18 {
    margin-bottom: -18rem !important;
  }

  .mb-lg-n19 {
    margin-bottom: -19rem !important;
  }

  .mb-lg-n20 {
    margin-bottom: -20rem !important;
  }

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

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

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

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

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

  .ms-lg-n6 {
    margin-left: -6rem !important;
  }

  .ms-lg-n7 {
    margin-left: -7rem !important;
  }

  .ms-lg-n8 {
    margin-left: -8rem !important;
  }

  .ms-lg-n9 {
    margin-left: -9rem !important;
  }

  .ms-lg-n10 {
    margin-left: -10rem !important;
  }

  .ms-lg-n11 {
    margin-left: -11rem !important;
  }

  .ms-lg-n12 {
    margin-left: -12rem !important;
  }

  .ms-lg-n13 {
    margin-left: -13rem !important;
  }

  .ms-lg-n14 {
    margin-left: -14rem !important;
  }

  .ms-lg-n15 {
    margin-left: -15rem !important;
  }

  .ms-lg-n16 {
    margin-left: -16rem !important;
  }

  .ms-lg-n17 {
    margin-left: -17rem !important;
  }

  .ms-lg-n18 {
    margin-left: -18rem !important;
  }

  .ms-lg-n19 {
    margin-left: -19rem !important;
  }

  .ms-lg-n20 {
    margin-left: -20rem !important;
  }

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

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

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

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

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

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

  .p-lg-6 {
    padding: 6rem !important;
  }

  .p-lg-7 {
    padding: 7rem !important;
  }

  .p-lg-8 {
    padding: 8rem !important;
  }

  .p-lg-9 {
    padding: 9rem !important;
  }

  .p-lg-10 {
    padding: 10rem !important;
  }

  .p-lg-11 {
    padding: 11rem !important;
  }

  .p-lg-12 {
    padding: 12rem !important;
  }

  .p-lg-13 {
    padding: 13rem !important;
  }

  .p-lg-14 {
    padding: 14rem !important;
  }

  .p-lg-15 {
    padding: 15rem !important;
  }

  .p-lg-16 {
    padding: 16rem !important;
  }

  .p-lg-17 {
    padding: 17rem !important;
  }

  .p-lg-18 {
    padding: 18rem !important;
  }

  .p-lg-19 {
    padding: 19rem !important;
  }

  .p-lg-20 {
    padding: 20rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-lg-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-lg-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-lg-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-lg-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-lg-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-lg-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-lg-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-lg-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-lg-11 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }

  .px-lg-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-lg-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }

  .px-lg-14 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }

  .px-lg-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-lg-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .px-lg-17 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }

  .px-lg-18 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }

  .px-lg-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }

  .px-lg-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-lg-11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .py-lg-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-lg-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .py-lg-14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .py-lg-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-lg-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .py-lg-17 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }

  .py-lg-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .py-lg-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .py-lg-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 1rem !important;
  }

  .pt-lg-2 {
    padding-top: 2rem !important;
  }

  .pt-lg-3 {
    padding-top: 3rem !important;
  }

  .pt-lg-4 {
    padding-top: 4rem !important;
  }

  .pt-lg-5 {
    padding-top: 5rem !important;
  }

  .pt-lg-6 {
    padding-top: 6rem !important;
  }

  .pt-lg-7 {
    padding-top: 7rem !important;
  }

  .pt-lg-8 {
    padding-top: 8rem !important;
  }

  .pt-lg-9 {
    padding-top: 9rem !important;
  }

  .pt-lg-10 {
    padding-top: 10rem !important;
  }

  .pt-lg-11 {
    padding-top: 11rem !important;
  }

  .pt-lg-12 {
    padding-top: 12rem !important;
  }

  .pt-lg-13 {
    padding-top: 13rem !important;
  }

  .pt-lg-14 {
    padding-top: 14rem !important;
  }

  .pt-lg-15 {
    padding-top: 15rem !important;
  }

  .pt-lg-16 {
    padding-top: 16rem !important;
  }

  .pt-lg-17 {
    padding-top: 17rem !important;
  }

  .pt-lg-18 {
    padding-top: 18rem !important;
  }

  .pt-lg-19 {
    padding-top: 19rem !important;
  }

  .pt-lg-20 {
    padding-top: 20rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 1rem !important;
  }

  .pe-lg-2 {
    padding-right: 2rem !important;
  }

  .pe-lg-3 {
    padding-right: 3rem !important;
  }

  .pe-lg-4 {
    padding-right: 4rem !important;
  }

  .pe-lg-5 {
    padding-right: 5rem !important;
  }

  .pe-lg-6 {
    padding-right: 6rem !important;
  }

  .pe-lg-7 {
    padding-right: 7rem !important;
  }

  .pe-lg-8 {
    padding-right: 8rem !important;
  }

  .pe-lg-9 {
    padding-right: 9rem !important;
  }

  .pe-lg-10 {
    padding-right: 10rem !important;
  }

  .pe-lg-11 {
    padding-right: 11rem !important;
  }

  .pe-lg-12 {
    padding-right: 12rem !important;
  }

  .pe-lg-13 {
    padding-right: 13rem !important;
  }

  .pe-lg-14 {
    padding-right: 14rem !important;
  }

  .pe-lg-15 {
    padding-right: 15rem !important;
  }

  .pe-lg-16 {
    padding-right: 16rem !important;
  }

  .pe-lg-17 {
    padding-right: 17rem !important;
  }

  .pe-lg-18 {
    padding-right: 18rem !important;
  }

  .pe-lg-19 {
    padding-right: 19rem !important;
  }

  .pe-lg-20 {
    padding-right: 20rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }

  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }

  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }

  .pb-lg-11 {
    padding-bottom: 11rem !important;
  }

  .pb-lg-12 {
    padding-bottom: 12rem !important;
  }

  .pb-lg-13 {
    padding-bottom: 13rem !important;
  }

  .pb-lg-14 {
    padding-bottom: 14rem !important;
  }

  .pb-lg-15 {
    padding-bottom: 15rem !important;
  }

  .pb-lg-16 {
    padding-bottom: 16rem !important;
  }

  .pb-lg-17 {
    padding-bottom: 17rem !important;
  }

  .pb-lg-18 {
    padding-bottom: 18rem !important;
  }

  .pb-lg-19 {
    padding-bottom: 19rem !important;
  }

  .pb-lg-20 {
    padding-bottom: 20rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 1rem !important;
  }

  .ps-lg-2 {
    padding-left: 2rem !important;
  }

  .ps-lg-3 {
    padding-left: 3rem !important;
  }

  .ps-lg-4 {
    padding-left: 4rem !important;
  }

  .ps-lg-5 {
    padding-left: 5rem !important;
  }

  .ps-lg-6 {
    padding-left: 6rem !important;
  }

  .ps-lg-7 {
    padding-left: 7rem !important;
  }

  .ps-lg-8 {
    padding-left: 8rem !important;
  }

  .ps-lg-9 {
    padding-left: 9rem !important;
  }

  .ps-lg-10 {
    padding-left: 10rem !important;
  }

  .ps-lg-11 {
    padding-left: 11rem !important;
  }

  .ps-lg-12 {
    padding-left: 12rem !important;
  }

  .ps-lg-13 {
    padding-left: 13rem !important;
  }

  .ps-lg-14 {
    padding-left: 14rem !important;
  }

  .ps-lg-15 {
    padding-left: 15rem !important;
  }

  .ps-lg-16 {
    padding-left: 16rem !important;
  }

  .ps-lg-17 {
    padding-left: 17rem !important;
  }

  .ps-lg-18 {
    padding-left: 18rem !important;
  }

  .ps-lg-19 {
    padding-left: 19rem !important;
  }

  .ps-lg-20 {
    padding-left: 20rem !important;
  }
}
@media (min-width: 1450px) {
  .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-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: 1rem !important;
  }

  .m-xl-2 {
    margin: 2rem !important;
  }

  .m-xl-3 {
    margin: 3rem !important;
  }

  .m-xl-4 {
    margin: 4rem !important;
  }

  .m-xl-5 {
    margin: 5rem !important;
  }

  .m-xl-6 {
    margin: 6rem !important;
  }

  .m-xl-7 {
    margin: 7rem !important;
  }

  .m-xl-8 {
    margin: 8rem !important;
  }

  .m-xl-9 {
    margin: 9rem !important;
  }

  .m-xl-10 {
    margin: 10rem !important;
  }

  .m-xl-11 {
    margin: 11rem !important;
  }

  .m-xl-12 {
    margin: 12rem !important;
  }

  .m-xl-13 {
    margin: 13rem !important;
  }

  .m-xl-14 {
    margin: 14rem !important;
  }

  .m-xl-15 {
    margin: 15rem !important;
  }

  .m-xl-16 {
    margin: 16rem !important;
  }

  .m-xl-17 {
    margin: 17rem !important;
  }

  .m-xl-18 {
    margin: 18rem !important;
  }

  .m-xl-19 {
    margin: 19rem !important;
  }

  .m-xl-20 {
    margin: 20rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-xl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-xl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-xl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-xl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-xl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-xl-11 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }

  .mx-xl-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-xl-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }

  .mx-xl-14 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }

  .mx-xl-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-xl-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-xl-17 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }

  .mx-xl-18 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }

  .mx-xl-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }

  .mx-xl-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !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: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-xl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-xl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-xl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-xl-11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .my-xl-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-xl-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .my-xl-14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .my-xl-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-xl-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-xl-17 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }

  .my-xl-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .my-xl-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

  .my-xl-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 1rem !important;
  }

  .mt-xl-2 {
    margin-top: 2rem !important;
  }

  .mt-xl-3 {
    margin-top: 3rem !important;
  }

  .mt-xl-4 {
    margin-top: 4rem !important;
  }

  .mt-xl-5 {
    margin-top: 5rem !important;
  }

  .mt-xl-6 {
    margin-top: 6rem !important;
  }

  .mt-xl-7 {
    margin-top: 7rem !important;
  }

  .mt-xl-8 {
    margin-top: 8rem !important;
  }

  .mt-xl-9 {
    margin-top: 9rem !important;
  }

  .mt-xl-10 {
    margin-top: 10rem !important;
  }

  .mt-xl-11 {
    margin-top: 11rem !important;
  }

  .mt-xl-12 {
    margin-top: 12rem !important;
  }

  .mt-xl-13 {
    margin-top: 13rem !important;
  }

  .mt-xl-14 {
    margin-top: 14rem !important;
  }

  .mt-xl-15 {
    margin-top: 15rem !important;
  }

  .mt-xl-16 {
    margin-top: 16rem !important;
  }

  .mt-xl-17 {
    margin-top: 17rem !important;
  }

  .mt-xl-18 {
    margin-top: 18rem !important;
  }

  .mt-xl-19 {
    margin-top: 19rem !important;
  }

  .mt-xl-20 {
    margin-top: 20rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 1rem !important;
  }

  .me-xl-2 {
    margin-right: 2rem !important;
  }

  .me-xl-3 {
    margin-right: 3rem !important;
  }

  .me-xl-4 {
    margin-right: 4rem !important;
  }

  .me-xl-5 {
    margin-right: 5rem !important;
  }

  .me-xl-6 {
    margin-right: 6rem !important;
  }

  .me-xl-7 {
    margin-right: 7rem !important;
  }

  .me-xl-8 {
    margin-right: 8rem !important;
  }

  .me-xl-9 {
    margin-right: 9rem !important;
  }

  .me-xl-10 {
    margin-right: 10rem !important;
  }

  .me-xl-11 {
    margin-right: 11rem !important;
  }

  .me-xl-12 {
    margin-right: 12rem !important;
  }

  .me-xl-13 {
    margin-right: 13rem !important;
  }

  .me-xl-14 {
    margin-right: 14rem !important;
  }

  .me-xl-15 {
    margin-right: 15rem !important;
  }

  .me-xl-16 {
    margin-right: 16rem !important;
  }

  .me-xl-17 {
    margin-right: 17rem !important;
  }

  .me-xl-18 {
    margin-right: 18rem !important;
  }

  .me-xl-19 {
    margin-right: 19rem !important;
  }

  .me-xl-20 {
    margin-right: 20rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 4rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 5rem !important;
  }

  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 7rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }

  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }

  .mb-xl-10 {
    margin-bottom: 10rem !important;
  }

  .mb-xl-11 {
    margin-bottom: 11rem !important;
  }

  .mb-xl-12 {
    margin-bottom: 12rem !important;
  }

  .mb-xl-13 {
    margin-bottom: 13rem !important;
  }

  .mb-xl-14 {
    margin-bottom: 14rem !important;
  }

  .mb-xl-15 {
    margin-bottom: 15rem !important;
  }

  .mb-xl-16 {
    margin-bottom: 16rem !important;
  }

  .mb-xl-17 {
    margin-bottom: 17rem !important;
  }

  .mb-xl-18 {
    margin-bottom: 18rem !important;
  }

  .mb-xl-19 {
    margin-bottom: 19rem !important;
  }

  .mb-xl-20 {
    margin-bottom: 20rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 1rem !important;
  }

  .ms-xl-2 {
    margin-left: 2rem !important;
  }

  .ms-xl-3 {
    margin-left: 3rem !important;
  }

  .ms-xl-4 {
    margin-left: 4rem !important;
  }

  .ms-xl-5 {
    margin-left: 5rem !important;
  }

  .ms-xl-6 {
    margin-left: 6rem !important;
  }

  .ms-xl-7 {
    margin-left: 7rem !important;
  }

  .ms-xl-8 {
    margin-left: 8rem !important;
  }

  .ms-xl-9 {
    margin-left: 9rem !important;
  }

  .ms-xl-10 {
    margin-left: 10rem !important;
  }

  .ms-xl-11 {
    margin-left: 11rem !important;
  }

  .ms-xl-12 {
    margin-left: 12rem !important;
  }

  .ms-xl-13 {
    margin-left: 13rem !important;
  }

  .ms-xl-14 {
    margin-left: 14rem !important;
  }

  .ms-xl-15 {
    margin-left: 15rem !important;
  }

  .ms-xl-16 {
    margin-left: 16rem !important;
  }

  .ms-xl-17 {
    margin-left: 17rem !important;
  }

  .ms-xl-18 {
    margin-left: 18rem !important;
  }

  .ms-xl-19 {
    margin-left: 19rem !important;
  }

  .ms-xl-20 {
    margin-left: 20rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .m-xl-n1 {
    margin: -1rem !important;
  }

  .m-xl-n2 {
    margin: -2rem !important;
  }

  .m-xl-n3 {
    margin: -3rem !important;
  }

  .m-xl-n4 {
    margin: -4rem !important;
  }

  .m-xl-n5 {
    margin: -5rem !important;
  }

  .m-xl-n6 {
    margin: -6rem !important;
  }

  .m-xl-n7 {
    margin: -7rem !important;
  }

  .m-xl-n8 {
    margin: -8rem !important;
  }

  .m-xl-n9 {
    margin: -9rem !important;
  }

  .m-xl-n10 {
    margin: -10rem !important;
  }

  .m-xl-n11 {
    margin: -11rem !important;
  }

  .m-xl-n12 {
    margin: -12rem !important;
  }

  .m-xl-n13 {
    margin: -13rem !important;
  }

  .m-xl-n14 {
    margin: -14rem !important;
  }

  .m-xl-n15 {
    margin: -15rem !important;
  }

  .m-xl-n16 {
    margin: -16rem !important;
  }

  .m-xl-n17 {
    margin: -17rem !important;
  }

  .m-xl-n18 {
    margin: -18rem !important;
  }

  .m-xl-n19 {
    margin: -19rem !important;
  }

  .m-xl-n20 {
    margin: -20rem !important;
  }

  .mx-xl-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xl-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-xl-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-xl-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .mx-xl-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }

  .mx-xl-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-xl-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }

  .mx-xl-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

  .mx-xl-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }

  .mx-xl-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }

  .mx-xl-n11 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }

  .mx-xl-n12 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .mx-xl-n13 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }

  .mx-xl-n14 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }

  .mx-xl-n15 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }

  .mx-xl-n16 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }

  .mx-xl-n17 {
    margin-right: -17rem !important;
    margin-left: -17rem !important;
  }

  .mx-xl-n18 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }

  .mx-xl-n19 {
    margin-right: -19rem !important;
    margin-left: -19rem !important;
  }

  .mx-xl-n20 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }

  .my-xl-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xl-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-xl-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-xl-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .my-xl-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .my-xl-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-xl-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .my-xl-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .my-xl-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-xl-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .my-xl-n11 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .my-xl-n12 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .my-xl-n13 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .my-xl-n14 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .my-xl-n15 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .my-xl-n16 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .my-xl-n17 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important;
  }

  .my-xl-n18 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .my-xl-n19 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important;
  }

  .my-xl-n20 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .mt-xl-n1 {
    margin-top: -1rem !important;
  }

  .mt-xl-n2 {
    margin-top: -2rem !important;
  }

  .mt-xl-n3 {
    margin-top: -3rem !important;
  }

  .mt-xl-n4 {
    margin-top: -4rem !important;
  }

  .mt-xl-n5 {
    margin-top: -5rem !important;
  }

  .mt-xl-n6 {
    margin-top: -6rem !important;
  }

  .mt-xl-n7 {
    margin-top: -7rem !important;
  }

  .mt-xl-n8 {
    margin-top: -8rem !important;
  }

  .mt-xl-n9 {
    margin-top: -9rem !important;
  }

  .mt-xl-n10 {
    margin-top: -10rem !important;
  }

  .mt-xl-n11 {
    margin-top: -11rem !important;
  }

  .mt-xl-n12 {
    margin-top: -12rem !important;
  }

  .mt-xl-n13 {
    margin-top: -13rem !important;
  }

  .mt-xl-n14 {
    margin-top: -14rem !important;
  }

  .mt-xl-n15 {
    margin-top: -15rem !important;
  }

  .mt-xl-n16 {
    margin-top: -16rem !important;
  }

  .mt-xl-n17 {
    margin-top: -17rem !important;
  }

  .mt-xl-n18 {
    margin-top: -18rem !important;
  }

  .mt-xl-n19 {
    margin-top: -19rem !important;
  }

  .mt-xl-n20 {
    margin-top: -20rem !important;
  }

  .me-xl-n1 {
    margin-right: -1rem !important;
  }

  .me-xl-n2 {
    margin-right: -2rem !important;
  }

  .me-xl-n3 {
    margin-right: -3rem !important;
  }

  .me-xl-n4 {
    margin-right: -4rem !important;
  }

  .me-xl-n5 {
    margin-right: -5rem !important;
  }

  .me-xl-n6 {
    margin-right: -6rem !important;
  }

  .me-xl-n7 {
    margin-right: -7rem !important;
  }

  .me-xl-n8 {
    margin-right: -8rem !important;
  }

  .me-xl-n9 {
    margin-right: -9rem !important;
  }

  .me-xl-n10 {
    margin-right: -10rem !important;
  }

  .me-xl-n11 {
    margin-right: -11rem !important;
  }

  .me-xl-n12 {
    margin-right: -12rem !important;
  }

  .me-xl-n13 {
    margin-right: -13rem !important;
  }

  .me-xl-n14 {
    margin-right: -14rem !important;
  }

  .me-xl-n15 {
    margin-right: -15rem !important;
  }

  .me-xl-n16 {
    margin-right: -16rem !important;
  }

  .me-xl-n17 {
    margin-right: -17rem !important;
  }

  .me-xl-n18 {
    margin-right: -18rem !important;
  }

  .me-xl-n19 {
    margin-right: -19rem !important;
  }

  .me-xl-n20 {
    margin-right: -20rem !important;
  }

  .mb-xl-n1 {
    margin-bottom: -1rem !important;
  }

  .mb-xl-n2 {
    margin-bottom: -2rem !important;
  }

  .mb-xl-n3 {
    margin-bottom: -3rem !important;
  }

  .mb-xl-n4 {
    margin-bottom: -4rem !important;
  }

  .mb-xl-n5 {
    margin-bottom: -5rem !important;
  }

  .mb-xl-n6 {
    margin-bottom: -6rem !important;
  }

  .mb-xl-n7 {
    margin-bottom: -7rem !important;
  }

  .mb-xl-n8 {
    margin-bottom: -8rem !important;
  }

  .mb-xl-n9 {
    margin-bottom: -9rem !important;
  }

  .mb-xl-n10 {
    margin-bottom: -10rem !important;
  }

  .mb-xl-n11 {
    margin-bottom: -11rem !important;
  }

  .mb-xl-n12 {
    margin-bottom: -12rem !important;
  }

  .mb-xl-n13 {
    margin-bottom: -13rem !important;
  }

  .mb-xl-n14 {
    margin-bottom: -14rem !important;
  }

  .mb-xl-n15 {
    margin-bottom: -15rem !important;
  }

  .mb-xl-n16 {
    margin-bottom: -16rem !important;
  }

  .mb-xl-n17 {
    margin-bottom: -17rem !important;
  }

  .mb-xl-n18 {
    margin-bottom: -18rem !important;
  }

  .mb-xl-n19 {
    margin-bottom: -19rem !important;
  }

  .mb-xl-n20 {
    margin-bottom: -20rem !important;
  }

  .ms-xl-n1 {
    margin-left: -1rem !important;
  }

  .ms-xl-n2 {
    margin-left: -2rem !important;
  }

  .ms-xl-n3 {
    margin-left: -3rem !important;
  }

  .ms-xl-n4 {
    margin-left: -4rem !important;
  }

  .ms-xl-n5 {
    margin-left: -5rem !important;
  }

  .ms-xl-n6 {
    margin-left: -6rem !important;
  }

  .ms-xl-n7 {
    margin-left: -7rem !important;
  }

  .ms-xl-n8 {
    margin-left: -8rem !important;
  }

  .ms-xl-n9 {
    margin-left: -9rem !important;
  }

  .ms-xl-n10 {
    margin-left: -10rem !important;
  }

  .ms-xl-n11 {
    margin-left: -11rem !important;
  }

  .ms-xl-n12 {
    margin-left: -12rem !important;
  }

  .ms-xl-n13 {
    margin-left: -13rem !important;
  }

  .ms-xl-n14 {
    margin-left: -14rem !important;
  }

  .ms-xl-n15 {
    margin-left: -15rem !important;
  }

  .ms-xl-n16 {
    margin-left: -16rem !important;
  }

  .ms-xl-n17 {
    margin-left: -17rem !important;
  }

  .ms-xl-n18 {
    margin-left: -18rem !important;
  }

  .ms-xl-n19 {
    margin-left: -19rem !important;
  }

  .ms-xl-n20 {
    margin-left: -20rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 1rem !important;
  }

  .p-xl-2 {
    padding: 2rem !important;
  }

  .p-xl-3 {
    padding: 3rem !important;
  }

  .p-xl-4 {
    padding: 4rem !important;
  }

  .p-xl-5 {
    padding: 5rem !important;
  }

  .p-xl-6 {
    padding: 6rem !important;
  }

  .p-xl-7 {
    padding: 7rem !important;
  }

  .p-xl-8 {
    padding: 8rem !important;
  }

  .p-xl-9 {
    padding: 9rem !important;
  }

  .p-xl-10 {
    padding: 10rem !important;
  }

  .p-xl-11 {
    padding: 11rem !important;
  }

  .p-xl-12 {
    padding: 12rem !important;
  }

  .p-xl-13 {
    padding: 13rem !important;
  }

  .p-xl-14 {
    padding: 14rem !important;
  }

  .p-xl-15 {
    padding: 15rem !important;
  }

  .p-xl-16 {
    padding: 16rem !important;
  }

  .p-xl-17 {
    padding: 17rem !important;
  }

  .p-xl-18 {
    padding: 18rem !important;
  }

  .p-xl-19 {
    padding: 19rem !important;
  }

  .p-xl-20 {
    padding: 20rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-xl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-xl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-xl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-xl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-xl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-xl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-xl-11 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }

  .px-xl-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-xl-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }

  .px-xl-14 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }

  .px-xl-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-xl-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .px-xl-17 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }

  .px-xl-18 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }

  .px-xl-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }

  .px-xl-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-xl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-xl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-xl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-xl-11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .py-xl-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-xl-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .py-xl-14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .py-xl-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-xl-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .py-xl-17 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }

  .py-xl-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .py-xl-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .py-xl-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 1rem !important;
  }

  .pt-xl-2 {
    padding-top: 2rem !important;
  }

  .pt-xl-3 {
    padding-top: 3rem !important;
  }

  .pt-xl-4 {
    padding-top: 4rem !important;
  }

  .pt-xl-5 {
    padding-top: 5rem !important;
  }

  .pt-xl-6 {
    padding-top: 6rem !important;
  }

  .pt-xl-7 {
    padding-top: 7rem !important;
  }

  .pt-xl-8 {
    padding-top: 8rem !important;
  }

  .pt-xl-9 {
    padding-top: 9rem !important;
  }

  .pt-xl-10 {
    padding-top: 10rem !important;
  }

  .pt-xl-11 {
    padding-top: 11rem !important;
  }

  .pt-xl-12 {
    padding-top: 12rem !important;
  }

  .pt-xl-13 {
    padding-top: 13rem !important;
  }

  .pt-xl-14 {
    padding-top: 14rem !important;
  }

  .pt-xl-15 {
    padding-top: 15rem !important;
  }

  .pt-xl-16 {
    padding-top: 16rem !important;
  }

  .pt-xl-17 {
    padding-top: 17rem !important;
  }

  .pt-xl-18 {
    padding-top: 18rem !important;
  }

  .pt-xl-19 {
    padding-top: 19rem !important;
  }

  .pt-xl-20 {
    padding-top: 20rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 1rem !important;
  }

  .pe-xl-2 {
    padding-right: 2rem !important;
  }

  .pe-xl-3 {
    padding-right: 3rem !important;
  }

  .pe-xl-4 {
    padding-right: 4rem !important;
  }

  .pe-xl-5 {
    padding-right: 5rem !important;
  }

  .pe-xl-6 {
    padding-right: 6rem !important;
  }

  .pe-xl-7 {
    padding-right: 7rem !important;
  }

  .pe-xl-8 {
    padding-right: 8rem !important;
  }

  .pe-xl-9 {
    padding-right: 9rem !important;
  }

  .pe-xl-10 {
    padding-right: 10rem !important;
  }

  .pe-xl-11 {
    padding-right: 11rem !important;
  }

  .pe-xl-12 {
    padding-right: 12rem !important;
  }

  .pe-xl-13 {
    padding-right: 13rem !important;
  }

  .pe-xl-14 {
    padding-right: 14rem !important;
  }

  .pe-xl-15 {
    padding-right: 15rem !important;
  }

  .pe-xl-16 {
    padding-right: 16rem !important;
  }

  .pe-xl-17 {
    padding-right: 17rem !important;
  }

  .pe-xl-18 {
    padding-right: 18rem !important;
  }

  .pe-xl-19 {
    padding-right: 19rem !important;
  }

  .pe-xl-20 {
    padding-right: 20rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 2rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 3rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 4rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 5rem !important;
  }

  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }

  .pb-xl-7 {
    padding-bottom: 7rem !important;
  }

  .pb-xl-8 {
    padding-bottom: 8rem !important;
  }

  .pb-xl-9 {
    padding-bottom: 9rem !important;
  }

  .pb-xl-10 {
    padding-bottom: 10rem !important;
  }

  .pb-xl-11 {
    padding-bottom: 11rem !important;
  }

  .pb-xl-12 {
    padding-bottom: 12rem !important;
  }

  .pb-xl-13 {
    padding-bottom: 13rem !important;
  }

  .pb-xl-14 {
    padding-bottom: 14rem !important;
  }

  .pb-xl-15 {
    padding-bottom: 15rem !important;
  }

  .pb-xl-16 {
    padding-bottom: 16rem !important;
  }

  .pb-xl-17 {
    padding-bottom: 17rem !important;
  }

  .pb-xl-18 {
    padding-bottom: 18rem !important;
  }

  .pb-xl-19 {
    padding-bottom: 19rem !important;
  }

  .pb-xl-20 {
    padding-bottom: 20rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 1rem !important;
  }

  .ps-xl-2 {
    padding-left: 2rem !important;
  }

  .ps-xl-3 {
    padding-left: 3rem !important;
  }

  .ps-xl-4 {
    padding-left: 4rem !important;
  }

  .ps-xl-5 {
    padding-left: 5rem !important;
  }

  .ps-xl-6 {
    padding-left: 6rem !important;
  }

  .ps-xl-7 {
    padding-left: 7rem !important;
  }

  .ps-xl-8 {
    padding-left: 8rem !important;
  }

  .ps-xl-9 {
    padding-left: 9rem !important;
  }

  .ps-xl-10 {
    padding-left: 10rem !important;
  }

  .ps-xl-11 {
    padding-left: 11rem !important;
  }

  .ps-xl-12 {
    padding-left: 12rem !important;
  }

  .ps-xl-13 {
    padding-left: 13rem !important;
  }

  .ps-xl-14 {
    padding-left: 14rem !important;
  }

  .ps-xl-15 {
    padding-left: 15rem !important;
  }

  .ps-xl-16 {
    padding-left: 16rem !important;
  }

  .ps-xl-17 {
    padding-left: 17rem !important;
  }

  .ps-xl-18 {
    padding-left: 18rem !important;
  }

  .ps-xl-19 {
    padding-left: 19rem !important;
  }

  .ps-xl-20 {
    padding-left: 20rem !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-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;
  }
}
@font-face {
  font-family: "Inter Regular";
  src: url(fonts/Inter-Regular.c58c465.eot);
  src: url(fonts/Inter-Regular.c58c465.eot) format("embedded-opentype"), url(fonts/Inter-Regular.ac03a6d.woff2) format("woff2"), url(fonts/Inter-Regular.f3ce705.woff) format("woff"), url(fonts/Inter-Regular.abeb949.ttf) format("truetype"), url(img/Inter-Regular.3fd9727.svg) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter SemiBold";
  src: url(fonts/Inter-SemiBold.b6115a2.eot);
  src: url(fonts/Inter-SemiBold.b6115a2.eot) format("embedded-opentype"), url(fonts/Inter-SemiBold.7249951.woff2) format("woff2"), url(fonts/Inter-SemiBold.6d7d360.woff) format("woff"), url(fonts/Inter-SemiBold.b29bd1d.ttf) format("truetype"), url(img/Inter-SemiBold.f91d0ac.svg) format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 8rem;
  justify-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 1120px) {
  #page {
    padding-top: 6.4rem;
  }
}
#page.front-page {
  padding-top: 0;
}

.admin-bar #page.front-page {
  padding-top: 0;
}

body.home .site-header .side a.login {
  color: #ffffff;
}

.site-header {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  max-height: 100%;
  padding: 0 30px;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 680px) {
  .site-header {
    padding: 0 10px;
  }
}
.site-header .navbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 0;
}
@media screen and (max-width: 680px) {
  .site-header .navbar .site-branding a:first-child img {
    width: 163px;
  }
}
.site-header .navbar .site-branding a:last-child {
  display: none;
}
.site-header .main-navigation .menu-primary-container.close-menu ul.menu > li.menu-item-has-children:hover::before {
  content: none;
}
.site-header .main-navigation .menu-primary-container.close-menu ul.menu > li.menu-item-has-children:hover > .sub-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}
.site-header .main-navigation .menu-primary-container.open-menu ul.menu > li a {
  position: relative;
  color: #171d5d;
  z-index: 10;
}
.site-header .main-navigation .menu-primary-container.open-menu a:hover {
  color: #fa4100 !important;
}
.site-header .main-navigation .menu-primary-container.open-menu .current-child-item > a {
  color: #fa4100 !important;
}
.site-header .main-navigation .menu-primary-container.open-menu li.current-open-menu:before {
  content: "";
  background: #171d5d;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100vh;
}
.site-header .main-navigation .menu-primary-container.open-menu li.current-open-menu > a:after {
  transform: rotate(-90deg);
}
.site-header .main-navigation .menu-primary-container.open-menu li.current-open-menu > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.site-header .main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}
.site-header .main-navigation ul.menu:hover > li > a {
  z-index: 1;
  position: relative;
}
.site-header .main-navigation ul.menu .site-branding {
  position: absolute;
  top: 10px;
  left: 30px;
  width: 163px;
  z-index: 100;
}
.site-header .main-navigation ul.menu .site-branding a {
  display: block !important;
}
.site-header .main-navigation ul.menu .sub-menu-content > ul {
  display: flex;
  justify-content: space-around;
  height: calc(100vh - 100px);
  padding-top: 100px;
  max-height: 620px;
}
.site-header .main-navigation ul.menu .sub-menu-content > ul li.menu-item-title {
  padding: 0 20px;
}
.site-header .main-navigation ul.menu .sub-menu-content > ul li.menu-item-title > a {
  font-size: 26px;
  line-height: 1.4;
  font-family: "Inter SemiBold", arial, serif;
  min-height: 86px;
}
.site-header .main-navigation ul.menu .sub-menu-content > ul li.menu-item-title ul {
  margin-top: 12px;
}
.site-header .main-navigation ul.menu .sub-menu-content > ul li.menu-item-title li {
  margin-bottom: 14px;
}
.site-header .main-navigation ul.menu ul.container {
  margin: auto;
  overflow: auto;
}
.site-header .main-navigation ul.menu ul.container::after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 503.4 503.5' enable-background='new 0 0 503.4 503.5' xml:space='preserve'%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='331.8924' y1='13.2882' x2='171.5526' y2='490.3919' gradientTransform='matrix(1 0 0 -1 0 503.5919)'%3E%3Cstop offset='5.006570e-02' style='stop-color:%23940043'/%3E%3Cstop offset='8.722749e-02' style='stop-color:%23980340'/%3E%3Cstop offset='0.946' style='stop-color:%23FA4100'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_1_)' d='M429.7,73.8c3.6,3.6,7.2,7.4,10.6,11.3c22.3,25.3,39.1,54.4,50,86.6c10.8,32.2,14.9,65.5,12.4,99.2 c-2.5,32.5-11.1,63.7-25.6,93c-14.6,29.2-34.2,55-58.6,76.6c-25.3,22.3-54.4,39.1-86.6,50c-32.2,10.8-65.6,15-99.2,12.4 c-32.5-2.5-63.7-11.1-93-25.6c-29.2-14.6-55-34.2-76.6-58.6c-22.3-25.3-39.1-54.4-50-86.6c-10.8-32.2-15-65.6-12.4-99.2 c2.5-32.5,11.1-63.7,25.6-93c14.6-29.2,34.2-55,58.6-76.6c25.3-22.3,54.4-39.1,86.6-50c32.1-10.8,65.5-15,99.1-12.5 c32.5,2.5,63.7,11.1,93,25.6C388.3,38.6,410.4,54.5,429.7,73.8z M139.3,363.8c41.3,41.3,104,58.3,163.1,38.4 c83-27.9,127.8-118.1,99.9-201.1c-27.9-82.9-118.1-127.8-201.1-99.9c-83,27.9-127.8,118.1-99.9,201.1 C109.3,326.3,122.5,347,139.3,363.8z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 600px;
  position: absolute;
  height: 300px;
  width: 300px;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 1120px) {
  .site-header .main-navigation ul.menu {
    padding: 3rem 1rem;
  }
}
.site-header .main-navigation ul.menu > li {
  padding: 13px 20px;
  margin: -13px 0;
}
@media screen and (max-width: 1120px) {
  .site-header .main-navigation ul.menu > li {
    position: relative;
    padding: 0;
    margin: 0 0 10px;
  }
}
.site-header .main-navigation ul.menu > li > .sub-menu {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-100%);
}
@media screen and (max-width: 1120px) {
  .site-header .main-navigation ul.menu > li > .sub-menu {
    transform: none;
  }
}
.site-header .main-navigation ul.menu > li > .sub-menu:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-100%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fa4100;
}
@media screen and (max-width: 1120px) {
  .site-header .main-navigation ul.menu > li > .sub-menu:before {
    content: none;
  }
}
.site-header .main-navigation ul.menu > li > .sub-menu .sub-menu {
  top: -20px;
  left: 110%;
}
.site-header .main-navigation ul.menu > li.menu-item-has-children > a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L1 11' stroke='%23fa4100' stroke-width='2'%3E%3C/path%3E%3C/svg%3E");
  width: 8px;
  height: 12px;
  background-size: 8px 12px;
  position: absolute;
  transform: rotate(90deg);
  margin: auto auto auto 5px;
  bottom: 0;
  top: 0;
}
@media screen and (max-width: 1120px) {
  .site-header .main-navigation ul.menu > li.menu-item-has-children > a:after {
    content: none !important;
  }
}
.site-header .main-navigation ul li.menu-item-has-children > .toggle-sub-menu {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.site-header .main-navigation ul li.menu-item-has-children > .toggle-sub-menu:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #000;
  top: 9px;
  left: 0;
  transition: 0.4s ease-in-out;
}
.site-header .main-navigation ul li.menu-item-has-children > .toggle-sub-menu:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  background-color: #000;
  left: 9px;
  top: 0;
  transition: 0.4s ease-in-out;
}
.site-header .main-navigation ul li.menu-item-has-children.active > .toggle-sub-menu:after {
  background-color: #fa4100;
  transform: rotate(180deg);
}
.site-header .main-navigation ul li.menu-item-has-children.active > .toggle-sub-menu:before {
  background-color: #fa4100;
  transform: rotate(270deg);
}
.site-header .main-navigation ul li.current-menu-item > a, .site-header .main-navigation ul li.current-menu-ancestor > a {
  color: #fa4100 !important;
}
.site-header .main-navigation ul li.current-menu-ancestor > .sub-menu {
  display: block;
}
.site-header .main-navigation ul li a {
  color: #ffffff;
  letter-spacing: 0.08em;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Inter Regular", arial, serif;
}
.site-header .main-navigation ul li a:hover {
  color: #fa4100;
}
.site-header .main-navigation ul .sub-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  background-color: #ffffff;
  flex-direction: column;
  padding: 20px;
}
@media screen and (max-width: 1120px) {
  .site-header .main-navigation ul .sub-menu {
    box-shadow: none;
    padding: 0 0 0 1rem;
  }
}
@media screen and (max-width: 1120px) {
  .site-header .main-navigation ul .sub-menu {
    opacity: 1;
    visibility: visible;
    position: unset;
    display: none;
    transition: none;
  }
}
@media screen and (max-width: 1120px) {
  .site-header .main-navigation ul .sub-menu li {
    position: relative;
    min-width: unset;
    max-width: 100%;
  }
}
.site-header .main-navigation ul .sub-menu li a {
  display: inline-block;
  width: 100%;
  padding: 0;
  color: #171d5d;
  text-transform: none;
  font-size: 17px;
  letter-spacing: -0.01em;
  line-height: 150%;
}
.site-header .main-navigation ul .sub-menu li a:hover {
  color: #fa4100;
}
@media screen and (max-width: 1120px) {
  .site-header .main-navigation ul .sub-menu li a {
    padding: 0;
    font-size: 14px;
  }
}
.site-header .side {
  grid-gap: 10px 20px;
  gap: 10px 20px;
}
.site-header .side a.login {
  display: flex;
  grid-gap: 5px 10px;
  gap: 5px 10px;
  color: #171d5d;
  z-index: 10;
}
.site-header .side a.login span {
  color: inherit;
  letter-spacing: 0.08em;
  font-family: "Inter Regular", arial, serif;
  text-transform: uppercase;
}
.site-header .side a.login:hover {
  color: #fa4100;
}
.site-header .side a.login svg {
  margin-top: 3px;
  display: block;
}
.site-header .site-languages {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-header .site-languages li a {
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.08em;
  font-family: "Inter Regular", arial, serif;
  font-size: 16px;
  transition: unset;
  position: relative;
  padding-left: 28px;
}
@media screen and (max-width: 1120px) {
  .site-header .site-languages li a {
    color: #171d5d !important;
  }
}
.site-header .site-languages li a:before {
  content: "";
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJNMTkgMTBDMTkgMTQuOTcwNiAxNC45NzA2IDE5IDEwIDE5TTE5IDEwQzE5IDUuMDI5NDQgMTQuOTcwNiAxIDEwIDFNMTkgMTBIMU0xMCAxOUM1LjAyOTQ0IDE5IDEgMTQuOTcwNiAxIDEwTTEwIDE5QzEyLjI1MTIgMTYuNTM1NSAxMy41MzA1IDEzLjMzNzIgMTMuNiAxMEMxMy41MzA1IDYuNjYyODMgMTIuMjUxMiAzLjQ2NDUyIDEwIDFNMTAgMTlDNy43NDg4NSAxNi41MzU1IDYuNDY5NTIgMTMuMzM3MiA2LjQgMTBDNi40Njk1MiA2LjY2MjgzIDcuNzQ4ODUgMy40NjQ1MiAxMCAxTTEgMTBDMSA1LjAyOTQ0IDUuMDI5NDQgMSAxMCAxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+DQo=) center center no-repeat;
  background-size: 100%;
  position: absolute;
}
@media screen and (max-width: 1120px) {
  .site-header .site-languages li a:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJNMTkgMTBDMTkgMTQuOTcwNiAxNC45NzA2IDE5IDEwIDE5TTE5IDEwQzE5IDUuMDI5NDQgMTQuOTcwNiAxIDEwIDFNMTkgMTBIMU0xMCAxOUM1LjAyOTQ0IDE5IDEgMTQuOTcwNiAxIDEwTTEwIDE5QzEyLjI1MTIgMTYuNTM1NSAxMy41MzA1IDEzLjMzNzIgMTMuNiAxMEMxMy41MzA1IDYuNjYyODMgMTIuMjUxMiAzLjQ2NDUyIDEwIDFNMTAgMTlDNy43NDg4NSAxNi41MzU1IDYuNDY5NTIgMTMuMzM3MiA2LjQgMTBDNi40Njk1MiA2LjY2MjgzIDcuNzQ4ODUgMy40NjQ1MiAxMCAxTTEgMTBDMSA1LjAyOTQ0IDUuMDI5NDQgMSAxMCAxIiBzdHJva2U9IiMxNzFkNWQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4NCg==) center center no-repeat !important;
    top: -1px;
    width: 21px;
    height: 21px;
  }
}
.site-header .site-languages li a:hover {
  color: #fa4100;
}
.site-header .site-languages li a:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJNMTkgMTBDMTkgMTQuOTcwNiAxNC45NzA2IDE5IDEwIDE5TTE5IDEwQzE5IDUuMDI5NDQgMTQuOTcwNiAxIDEwIDFNMTkgMTBIMU0xMCAxOUM1LjAyOTQ0IDE5IDEgMTQuOTcwNiAxIDEwTTEwIDE5QzEyLjI1MTIgMTYuNTM1NSAxMy41MzA1IDEzLjMzNzIgMTMuNiAxMEMxMy41MzA1IDYuNjYyODMgMTIuMjUxMiAzLjQ2NDUyIDEwIDFNMTAgMTlDNy43NDg4NSAxNi41MzU1IDYuNDY5NTIgMTMuMzM3MiA2LjQgMTBDNi40Njk1MiA2LjY2MjgzIDcuNzQ4ODUgMy40NjQ1MiAxMCAxTTEgMTBDMSA1LjAyOTQ0IDUuMDI5NDQgMSAxMCAxIiBzdHJva2U9IiNmYTQxMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4NCg==) center center no-repeat;
  background-size: 100%;
}
.site-header .mobile-menu-open {
  display: none;
  border-top: 2px solid #fff;
  height: 20px;
  width: 30px;
  position: absolute;
  right: 10px;
  top: 24px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1120px) {
  .site-header .mobile-menu-open {
    display: block;
  }
}
.site-header .mobile-menu-open:before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 30px;
  left: 0;
  background: #fff;
  top: 7px;
  transition: 0.3s ease-in-out;
}
.site-header .mobile-menu-open:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 30px;
  left: 0;
  background: #fff;
  bottom: 0;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1120px) {
  .site-header .mobile-menu-open {
    display: block;
  }
}
.site-header .mobile-menu-container {
  display: none;
  position: fixed;
  top: 65px;
  left: -100vw;
  background: #ffffff;
  width: 100%;
  height: 100vh;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1120px) {
  .site-header .mobile-menu-container {
    display: block;
  }
}
.site-header .mobile-menu-container .main-navigation ul {
  flex-direction: column;
}
.site-header .mobile-menu-container .main-navigation ul li a {
  color: #171d5d;
}
.site-header .mobile-menu-container .site-actions .search-wrapper .search-btn {
  color: #171d5d;
}
.site-header .mobile-menu-container .site-actions .search-wrapper .search-btn:hover {
  color: #fa4100;
}
.site-header .mobile-menu-container .site-actions .send-query {
  color: #171d5d;
}
.site-header .mobile-menu-container .site-actions .send-query:hover {
  color: #fa4100;
}

.inner-page .site-header {
  background-color: #ffffff;
}
@media screen and (max-width: 1120px) {
  .inner-page .site-header .mobile-menu-open {
    border-top: 2px solid #171d5d;
  }
}
@media screen and (max-width: 1120px) {
  .inner-page .site-header .mobile-menu-open:before {
    background: #171d5d;
  }
}
@media screen and (max-width: 1120px) {
  .inner-page .site-header .mobile-menu-open:after {
    background: #171d5d;
  }
}
.inner-page .site-header .main-navigation ul li a {
  color: #171d5d;
}
.inner-page .site-header .main-navigation ul li a:hover {
  color: #fa4100;
}
.inner-page .site-header .site-languages li a {
  color: #171d5d;
}
.inner-page .site-header .site-languages li a:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJNMTkgMTBDMTkgMTQuOTcwNiAxNC45NzA2IDE5IDEwIDE5TTE5IDEwQzE5IDUuMDI5NDQgMTQuOTcwNiAxIDEwIDFNMTkgMTBIMU0xMCAxOUM1LjAyOTQ0IDE5IDEgMTQuOTcwNiAxIDEwTTEwIDE5QzEyLjI1MTIgMTYuNTM1NSAxMy41MzA1IDEzLjMzNzIgMTMuNiAxMEMxMy41MzA1IDYuNjYyODMgMTIuMjUxMiAzLjQ2NDUyIDEwIDFNMTAgMTlDNy43NDg4NSAxNi41MzU1IDYuNDY5NTIgMTMuMzM3MiA2LjQgMTBDNi40Njk1MiA2LjY2MjgzIDcuNzQ4ODUgMy40NjQ1MiAxMCAxTTEgMTBDMSA1LjAyOTQ0IDUuMDI5NDQgMSAxMCAxIiBzdHJva2U9IiMxNzFkNWQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4NCg==) center center no-repeat;
  background-size: 100%;
}
.inner-page .site-header .site-languages li a:hover {
  color: #fa4100;
}
.inner-page .site-header .site-languages li a:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJNMTkgMTBDMTkgMTQuOTcwNiAxNC45NzA2IDE5IDEwIDE5TTE5IDEwQzE5IDUuMDI5NDQgMTQuOTcwNiAxIDEwIDFNMTkgMTBIMU0xMCAxOUM1LjAyOTQ0IDE5IDEgMTQuOTcwNiAxIDEwTTEwIDE5QzEyLjI1MTIgMTYuNTM1NSAxMy41MzA1IDEzLjMzNzIgMTMuNiAxMEMxMy41MzA1IDYuNjYyODMgMTIuMjUxMiAzLjQ2NDUyIDEwIDFNMTAgMTlDNy43NDg4NSAxNi41MzU1IDYuNDY5NTIgMTMuMzM3MiA2LjQgMTBDNi40Njk1MiA2LjY2MjgzIDcuNzQ4ODUgMy40NjQ1MiAxMCAxTTEgMTBDMSA1LjAyOTQ0IDUuMDI5NDQgMSAxMCAxIiBzdHJva2U9IiNmYTQxMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4NCg==) center center no-repeat;
  background-size: 100%;
}

.shrink .site-header {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.02), 0 6px 12px rgba(0, 0, 0, 0.02), 0 12px 24px rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
}
.shrink .site-header .navbar .site-branding a:first-child {
  display: none;
}
.shrink .site-header .navbar .site-branding a:last-child {
  display: block;
}
.shrink .site-header .navbar .mobile-menu-container {
  top: 62px;
}
.shrink .site-header .main-navigation ul li a {
  color: #171d5d;
}
.shrink .site-header .main-navigation ul li a:hover {
  color: #fa4100;
}
.shrink .site-header .side a.login {
  color: #171d5d !important;
}
.shrink .site-header .site-languages li a {
  color: #171d5d;
}
.shrink .site-header .site-languages li a:before {
  content: "";
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJNMTkgMTBDMTkgMTQuOTcwNiAxNC45NzA2IDE5IDEwIDE5TTE5IDEwQzE5IDUuMDI5NDQgMTQuOTcwNiAxIDEwIDFNMTkgMTBIMU0xMCAxOUM1LjAyOTQ0IDE5IDEgMTQuOTcwNiAxIDEwTTEwIDE5QzEyLjI1MTIgMTYuNTM1NSAxMy41MzA1IDEzLjMzNzIgMTMuNiAxMEMxMy41MzA1IDYuNjYyODMgMTIuMjUxMiAzLjQ2NDUyIDEwIDFNMTAgMTlDNy43NDg4NSAxNi41MzU1IDYuNDY5NTIgMTMuMzM3MiA2LjQgMTBDNi40Njk1MiA2LjY2MjgzIDcuNzQ4ODUgMy40NjQ1MiAxMCAxTTEgMTBDMSA1LjAyOTQ0IDUuMDI5NDQgMSAxMCAxIiBzdHJva2U9IiMxNzFkNWQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4NCg==) center center no-repeat;
  background-size: 100%;
}
.shrink .site-header .site-languages li a:hover {
  color: #fa4100;
}
.shrink .site-header .site-languages li a:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJNMTkgMTBDMTkgMTQuOTcwNiAxNC45NzA2IDE5IDEwIDE5TTE5IDEwQzE5IDUuMDI5NDQgMTQuOTcwNiAxIDEwIDFNMTkgMTBIMU0xMCAxOUM1LjAyOTQ0IDE5IDEgMTQuOTcwNiAxIDEwTTEwIDE5QzEyLjI1MTIgMTYuNTM1NSAxMy41MzA1IDEzLjMzNzIgMTMuNiAxMEMxMy41MzA1IDYuNjYyODMgMTIuMjUxMiAzLjQ2NDUyIDEwIDFNMTAgMTlDNy43NDg4NSAxNi41MzU1IDYuNDY5NTIgMTMuMzM3MiA2LjQgMTBDNi40Njk1MiA2LjY2MjgzIDcuNzQ4ODUgMy40NjQ1MiAxMCAxTTEgMTBDMSA1LjAyOTQ0IDUuMDI5NDQgMSAxMCAxIiBzdHJva2U9IiNmYTQxMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4NCg==) center center no-repeat;
  background-size: 100%;
}
.shrink .site-header .mobile-menu-open {
  border-top: 2px solid #171d5d;
}
.shrink .site-header .mobile-menu-open:before {
  background: #171d5d;
}
.shrink .site-header .mobile-menu-open:after {
  background: #171d5d;
}

.admin-bar .site-header {
  top: 32px;
}

.show-menu {
  overflow: hidden;
}
.show-menu .site-header .mobile-menu-container {
  left: 0;
}
.show-menu .site-header .mobile-menu-open {
  border-top: 2px solid transparent;
}
.show-menu .site-header .mobile-menu-open:before {
  transform: rotate(45deg);
  width: 33px;
  left: -2px;
}
.show-menu .site-header .mobile-menu-open:after {
  transform: rotate(135deg);
  width: 33px;
  left: -2px;
  bottom: 9px;
}

.site-footer {
  background: #171d5d;
  margin-top: 60px;
  padding: 70px 0;
}
@media screen and (max-width: 3000px) {
  .site-footer {
    padding: 40px 0;
  }
}
@media screen and (max-width: 2000px) {
  .site-footer {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1450px) {
  .site-footer {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1450px) {
  .site-footer {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1120px) {
  .site-footer {
    padding: 40px 0;
  }
}
@media screen and (max-width: 680px) {
  .site-footer {
    margin-top: 20px;
  }
}
.site-footer .footer-left {
  width: 100%;
}
@media screen and (max-width: 1120px) {
  .site-footer .footer-left {
    padding-bottom: 40px;
  }
}
.site-footer .footer-left .footer-content {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
}
@media screen and (max-width: 1120px) {
  .site-footer .footer-left .footer-content {
    flex-wrap: wrap;
    justify-content: unset;
  }
}
.site-footer .footer-left .footer-content .footer-block {
  margin-right: 55px;
}
.site-footer .footer-left .footer-content .footer-block h5 {
  color: #ffffff;
}
@media screen and (max-width: 1450px) {
  .site-footer .footer-left .footer-content .footer-block {
    margin-right: 33px;
  }
}
@media screen and (max-width: 1120px) {
  .site-footer .footer-left .footer-content .footer-block {
    margin-bottom: 20px;
    margin-right: 45px !important;
    max-width: unset !important;
    width: calc(33% - 45px);
  }
}
@media screen and (max-width: 870px) {
  .site-footer .footer-left .footer-content .footer-block {
    width: 50%;
  }
}
@media screen and (max-width: 680px) {
  .site-footer .footer-left .footer-content .footer-block {
    width: 100%;
  }
}
.site-footer .footer-left .footer-content .footer-block:first-child {
  max-width: 180px;
  margin-right: 75px;
}
.site-footer .footer-left .footer-content .footer-block:nth-child(2) {
  max-width: 200px;
  margin-right: 31px;
}
.site-footer .footer-left .footer-content .footer-block:last-child {
  margin-right: 0;
}
.site-footer .footer-left .footer-content .footer-block ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.site-footer .footer-left .footer-content .footer-block ul.socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 7px 0 0;
}
@media screen and (max-width: 1120px) {
  .site-footer .footer-left .footer-content .footer-block ul.socials {
    flex-direction: row;
  }
}
.site-footer .footer-left .footer-content .footer-block ul.socials li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1120px) {
  .site-footer .footer-left .footer-content .footer-block ul.socials li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.site-footer .footer-left .footer-content .footer-block ul:not(:last-child) {
  margin-right: 40px;
}
.site-footer .footer-left .footer-content .footer-block ul li {
  line-height: 21px;
  font-size: 15px;
}
.site-footer .footer-left .footer-content .footer-block ul li:not(:last-child) {
  margin-bottom: 10px;
}
.site-footer .footer-left .footer-content .footer-block ul li a {
  color: #fff;
  font-family: "Inter Regular", arial, serif;
  font-size: 15px;
}
.site-footer .footer-left .footer-content .footer-block ul li a:hover {
  color: #fa4100;
}
.site-footer .footer-left .footer-content .footer-block ul li .address {
  font-size: 14px;
  color: #fff;
  line-height: 21px;
  letter-spacing: -0.01em;
  font-family: "Inter Regular", arial, serif;
}
.site-footer .footer-left .footer-content .footer-block ul li .address svg {
  margin-top: 4px;
}
@media screen and (max-width: 1120px) {
  .site-footer .footer-left .footer-content .footer-block ul li .address svg {
    width: 14px !important;
  }
}
.site-footer .footer-left .footer-content .footer-block ul li .email svg {
  margin-top: 2px;
}
.site-footer .footer-left .footer-content .footer-credentials {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 13px;
  height: 100%;
}
@media screen and (max-width: 1120px) {
  .site-footer .footer-left .footer-content .footer-credentials {
    margin-bottom: 0;
    margin-top: 10px;
  }
}
.site-footer .footer-left .footer-content .footer-credentials .creator {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}
.site-footer .footer-left .footer-content .footer-credentials .creator a {
  color: #ffffff;
}
.site-footer .footer-left .footer-content .footer-credentials .creator a:hover {
  color: #fa4100;
}
.site-footer .footer-left .footer-content .footer-credentials .copyright span:last-child {
  white-space: nowrap;
}

.newsletter-form {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.newsletter-form h5 {
  color: #ffffff;
  font-family: "Inter SemiBold", arial, serif;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media screen and (max-width: 870px) {
  .newsletter-form {
    margin: 0;
  }
}
.newsletter-form a {
  color: #4ec3e0;
}
.newsletter-form a:hover {
  color: #171d5d;
}
.newsletter-form input[type=email] {
  padding: 15px 15px 15px 48px;
  height: 50px;
  width: 310px;
  margin-bottom: 1rem;
  background: #ffffff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxOCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJNMTcgMi42MjVDMTcgMS43MzEyNSAxNi4yOCAxIDE1LjQgMUgyLjZDMS43MiAxIDEgMS43MzEyNSAxIDIuNjI1TTE3IDIuNjI1VjEyLjM3NUMxNyAxMy4yNjg4IDE2LjI4IDE0IDE1LjQgMTRIMi42QzEuNzIgMTQgMSAxMy4yNjg4IDEgMTIuMzc1VjIuNjI1TTE3IDIuNjI1TDkgOC4zMTI1TDEgMi42MjUiIHN0cm9rZT0iIzE3MWQ1ZCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjwvc3ZnPg0K) center left 20px no-repeat;
}
@media screen and (max-width: 680px) {
  .newsletter-form input[type=email] {
    max-width: 310px;
    width: 100%;
  }
}

.footer-wrapper {
  display: flex;
}
@media screen and (max-width: 1120px) {
  .footer-wrapper {
    flex-direction: column;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 12px 30px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  text-align: center;
  color: inherit;
  border: none;
  background: transparent;
  -moz-appearance: none;
       appearance: none;
  font-size: 17px;
  background-size: 100%;
  font-family: "Inter SemiBold", arial, serif;
  border-radius: 4px;
  letter-spacing: -0.01em;
  line-height: 140%;
}
.btn:focus {
  outline: none;
}
.btn[disabled], .btn.disabled {
  pointer-events: none;
  opacity: 0.8;
}
.btn.loading {
  position: relative;
  pointer-events: none;
  color: transparent !important;
  opacity: 0.8;
}
.btn.loading:after {
  animation: spinAround 0.7s infinite linear;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  width: 1em;
  position: absolute;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
}
.btn.btn-primary {
  background: #fa4100;
  color: #ffffff;
}
.btn.btn-primary:hover {
  background: #171d5d;
}
.btn.btn-secondary {
  background: #171d5d;
  color: #ffffff;
}
.btn.btn-secondary:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08), 0px 8px 16px rgba(0, 0, 0, 0.08), 0px 10px 20px rgba(0, 0, 0, 0.08);
}
.btn.btn-light {
  background: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.08);
  border: none !important;
}
.btn.btn-light svg {
  color: #fa4100;
}
.btn.btn-light:hover {
  color: #fff !important;
}
.btn.btn-light:hover svg {
  color: #fff !important;
}
.btn.btn-rounded {
  border-radius: 25px;
  color: #fa4100;
  border: 1px solid #fa4100;
}
.btn.btn-rounded svg {
  color: #fa4100;
  transition: 0.2s ease-in-out;
}
.btn.btn-rounded:hover {
  background-color: #fa4100;
  color: #ffffff;
}
.btn.btn-rounded:hover svg {
  color: #ffffff;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.modal {
  position: fixed;
  z-index: 1050;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-overflow-scrolling: touch;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #171d5d;
  transition: 0.2s ease-in-out;
  font-size: 36px;
  padding: 0;
}
.modal-close:hover {
  box-shadow: none;
  color: #fa4100;
}

.modal-scroll-container {
  overflow: auto;
  height: 100%;
}

.modal-dialog {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: auto;
  max-width: 600px;
  margin: 80px auto;
}
@media screen and (min-width: 1120px) {
  .modal-dialog.modal-dialog-centered {
    margin: 0 auto;
    height: 100%;
    justify-content: center;
  }
}

.modal-content {
  position: relative;
  border: 1px solid transparent;
  outline: 0;
  background-color: #ffffff;
  background-clip: padding-box;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.15), 0 20px 40px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  width: 100%;
}

.modal-header {
  padding: 30px;
  background: #EDEEEF;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.modal-header .modal-title {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.modal-body {
  padding: 40px;
  border-radius: 6px;
}

.modal-footer {
  margin-top: 20px;
}

.modal--open {
  overflow: hidden;
}

.field-group {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 5px 15px 0 15px;
}
.field-group label, .field-group .field-group__label {
  font-size: 14px;
  line-height: 150%;
  display: flex;
  margin-bottom: 5px;
  color: #171d5d;
}
.field-group.with-errors {
  margin-bottom: 3.5rem;
}
.field-group.with-errors .field-group__fields .input-field {
  border: 2px solid red !important;
}
.field-group.with-errors .field-group__fields .input-field:-webkit-autofill {
  background: transparent !important;
}
.field-group.with-errors .field-group__fields .checkbox-field {
  border: 2px solid red;
}

.field-group__fields {
  display: flex;
  flex-direction: row;
  grid-gap: 5px;
  gap: 5px;
}

.field-group__errors {
  font-size: 12px;
  line-height: 150%;
  padding: 2px 0;
  letter-spacing: -0.02em;
  color: red;
  width: 100%;
}
.field-group__errors.light {
  color: #ffffff;
}

.input-field, .select2-selection {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 160%;
  width: 100%;
  height: 54px !important;
  padding: 14px 10px;
  letter-spacing: -0.02em;
  color: #171d5d;
  border-radius: 4px;
  -moz-appearance: none !important;
       appearance: none !important;
  background-color: #F5F5F5;
  max-width: unset !important;
  border: 1px solid #EEEEEE !important;
}
.input-field[disabled], .input-field.disabled, .select2-selection[disabled], .select2-selection.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.input-field:focus, .select2-selection:focus {
  outline: none;
}
.input-field::-moz-placeholder, .select2-selection::-moz-placeholder {
  color: #171d5d;
}
.input-field::placeholder, .select2-selection::placeholder {
  color: #171d5d;
}
.input-field.datepicker, .select2-selection.datepicker {
  padding-right: 36px;
}

.select2-container--default .select2-search--inline .select2-search__field {
  display: none;
}

.select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #EEEEEE;
}

.select2-dropdown {
  border: 1px solid #eeeeee;
}
@media screen and (max-width: 1120px) {
  .select2-dropdown {
    margin-top: 0;
  }
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #bbb;
  color: #ffffff;
}

.select2-container--default .select2-results__option--selected {
  background-color: #fa4100;
  color: #ffffff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 12px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered li {
  padding-left: 0;
}

.select2-container .select2-selection--multiple {
  cursor: pointer;
}

.select2-container .select2-selection--multiple .select2-selection__rendered li {
  padding-left: 0 !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 150px;
  position: absolute !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered li:before {
  content: none !important;
}

select.input-field, .select2-selection {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogICAgPHBhdGggZD0iTTEgMUw2IDZMMTEgMSIgc3Ryb2tlPSIjMTcxZDVkIiBzdHJva2Utd2lkdGg9IjIiLz4NCjwvc3ZnPg0K);
  background-position: center right 15px;
  background-repeat: no-repeat;
}

textarea.input-field {
  height: 182px !important;
}

.input-with-icon {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.input-with-icon.icon-on-left {
  padding-left: 38px;
  background-position: left 10px center;
}
.input-with-icon.icon-on-right {
  padding-right: 38px;
  background-position: right 10px center;
}

.checkbox-field {
  position: relative;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  background-color: #F7F7F7;
  -moz-appearance: none;
       appearance: none;
  margin-right: 10px;
}
.checkbox-field:focus {
  outline: none;
}
.checkbox-field:checked::after {
  position: absolute;
  top: 2px;
  left: 5px;
  width: 6px;
  height: 10px;
  content: "";
  transform: rotate(45deg);
  border-right: 3px solid #171d5d;
  border-bottom: 3px solid #171d5d;
}
.checkbox-field.checkbox-small {
  width: 15px;
  height: 15px;
}
.checkbox-field.checkbox-small:checked:after {
  top: 1px;
  left: 5px;
  width: 4px;
  height: 9px;
}

input.datepicker {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJNMTEuMTExMiAxVjRNNC44ODkgMVY0TTEuMDAwMTEgN0gxNS4wMDAxTTIuNTU1NTYgM0gxMy40NDQ0QzE0LjMwMzYgMyAxNSAzLjY3MTU3IDE1IDQuNUwxNS4wMDAxIDE0LjVDMTUuMDAwMSAxNS4zMjg0IDE0LjMwMzcgMTYgMTMuNDQ0NiAxNkgyLjU1NTY2QzEuNjk2NTUgMTYgMS4wMDAxMSAxNS4zMjg0IDEuMDAwMTEgMTQuNUwxIDQuNUMxIDMuNjcxNTcgMS42OTY0NSAzIDIuNTU1NTYgM1oiIHN0cm9rZT0iIzE3MWQ1ZCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjwvc3ZnPg0K);
  background-position: center right 15px;
  background-repeat: no-repeat;
}

.your-message {
  width: 100%;
}
.your-message textarea {
  height: 118px;
}

.file-field {
  font-family: "Inter SemiBold", arial, serif;
  font-size: 17px;
  line-height: 140%;
  color: #4ec3e0;
  letter-spacing: -0.01em;
  cursor: pointer;
  position: relative;
  transition: 0.2s ease-in-out;
  display: flex;
  align-items: center;
}
.file-field:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJNOC45NDM1NiAxMS45MzM2QzkuMzczMDEgMTIuNTA3NyA5LjkyMDkyIDEyLjk4MjcgMTAuNTUwMSAxMy4zMjY1QzExLjE3OTMgMTMuNjcwMyAxMS44NzUxIDEzLjg3NDcgMTIuNTkwMiAxMy45MjU5QzEzLjMwNTQgMTMuOTc3MSAxNC4wMjMxIDEzLjg3MzkgMTQuNjk0OSAxMy42MjMzQzE1LjM2NjcgMTMuMzcyOCAxNS45NzY3IDEyLjk4MDYgMTYuNDgzNiAxMi40NzM2TDE5LjQ4MzYgOS40NzM1NkMyMC4zOTQ0IDguNTMwNTUgMjAuODk4MyA3LjI2NzU0IDIwLjg4NjkgNS45NTY1NUMyMC44NzU1IDQuNjQ1NTcgMjAuMzQ5NyAzLjM5MTUxIDE5LjQyMjcgMi40NjQ0N0MxOC40OTU2IDEuNTM3NDMgMTcuMjQxNSAxLjAxMTU4IDE1LjkzMDYgMS4wMDAxOUMxNC42MTk2IDAuOTg4Nzk3IDEzLjM1NjYgMS40OTI3NyAxMi40MTM2IDIuNDAzNTZMMTAuNjkzNiA0LjExMzU2TTEyLjk0MzYgOS45MzM1NkMxMi41MTQxIDkuMzU5NDMgMTEuOTY2MiA4Ljg4NDM4IDExLjMzNyA4LjU0MDYyQzEwLjcwNzggOC4xOTY4NiAxMC4wMTIxIDcuOTkyNDQgOS4yOTY5MSA3Ljk0MTIzQzguNTgxNzcgNy44OTAwMSA3Ljg2Mzk3IDcuOTkzMTkgNy4xOTIyMSA4LjI0Mzc4QzYuNTIwNDUgOC40OTQzNiA1LjkxMDQ0IDguODg2NDkgNS40MDM1NiA5LjM5MzU2TDIuNDAzNTYgMTIuMzkzNkMxLjQ5Mjc3IDEzLjMzNjYgMC45ODg3OTcgMTQuNTk5NiAxLjAwMDE5IDE1LjkxMDZDMS4wMTE1OCAxNy4yMjE2IDEuNTM3NDMgMTguNDc1NiAyLjQ2NDQ3IDE5LjQwMjdDMy4zOTE1MSAyMC4zMjk3IDQuNjQ1NTcgMjAuODU1NSA1Ljk1NjU1IDIwLjg2NjlDNy4yNjc1NCAyMC44NzgzIDguNTMwNTUgMjAuMzc0NCA5LjQ3MzU2IDE5LjQ2MzZMMTEuMTgzNiAxNy43NTM2IiBzdHJva2U9IiMxNzFkNWQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4NCg==);
  margin-right: 1rem;
}

.wpcf7 p {
  margin-bottom: 0 !important;
}

.wpcf7-response-output {
  position: relative;
  border-radius: 5px;
  color: #ffffff;
  padding: 2rem 3rem !important;
  width: 100%;
  margin: 2rem 0 0 !important;
}
.wpcf7-response-output.danger {
  background-color: #ff4d4d;
  border-color: #ff4d4d !important;
}
.wpcf7-response-output.success {
  background-color: #70db70;
  border-color: #70db70 !important;
}

.wpcf7-not-valid-tip {
  font-size: 14px !important;
  color: #ff4d4d !important;
}

section, .section {
  padding-bottom: 10rem;
}
@media screen and (max-width: 680px) {
  section, .section {
    padding-bottom: 6rem;
  }
}
section .title, .section .title {
  padding-bottom: 3rem;
  color: #171d5d;
}

.subtitle {
  color: #fa4100;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 19px;
  font-family: "Inter SemiBold", arial, serif;
  padding-bottom: 1rem;
}

.selection-wrapper {
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 1120px) {
  .selection-wrapper {
    height: auto;
  }
}
.selection-wrapper .selection-media-wrapper {
  height: calc(100% - 60px);
  position: relative;
}
@media screen and (max-width: 1120px) {
  .selection-wrapper .selection-media-wrapper {
    height: 85vh;
  }
}
.selection-wrapper .selection-media-wrapper img, .selection-wrapper .selection-media-wrapper video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.selection-wrapper .selection-media-wrapper:after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 21.13%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.35;
}
.selection-wrapper .selection-media-wrapper:before {
  content: "";
  position: absolute;
  background: linear-gradient(49.32deg, #000000 34.24%, rgba(0, 0, 0, 0) 65.43%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.selection-wrapper .selection-list {
  display: flex;
  flex-wrap: wrap;
}
.selection-wrapper .selection-list .selection-item {
  display: flex;
  width: 50%;
  padding: 30px 120px 45px 40px;
  color: #ffffff;
  align-items: flex-start;
  transition: all 0.2s ease-in-out;
  position: relative;
}
@media screen and (max-width: 1450px) {
  .selection-wrapper .selection-list .selection-item {
    padding: 30px 40px 45px 40px;
  }
}
@media screen and (max-width: 1120px) {
  .selection-wrapper .selection-list .selection-item {
    width: 100%;
  }
}
.selection-wrapper .selection-list .selection-item > img {
  max-width: 53px;
  height: auto;
  margin-right: 20px;
  margin-top: 10px;
  flex-shrink: 0;
}
.selection-wrapper .selection-list .selection-item .selection-item-content .selection-item-title {
  color: #ffffff;
  padding-bottom: 20px;
}
.selection-wrapper .selection-list .selection-item .selection-item-content .selection-item-text {
  letter-spacing: -0.01em;
  line-height: 25px;
}
.selection-wrapper .selection-list .selection-item .selection-item-content .selection-item-text p:last-child {
  margin-bottom: 0;
}
.selection-wrapper .selection-list .selection-item .selection-item-content .selection-item-text p:last-child:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDEiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCA0MSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJNMCA2SDQwTTQwIDZMMzUgMU00MCA2TDM1IDExIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjwvc3ZnPg0K);
  margin-left: 7px;
}
.selection-wrapper .selection-list .selection-item:hover {
  transform: scaleX(1.03077) scaleY(1.0811);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.08), 0 20px 40px rgba(0, 0, 0, 0.08);
  z-index: 10;
}
.selection-wrapper .selection-content-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 870px) {
  .selection-wrapper .selection-content-wrapper {
    bottom: unset;
    top: 30vw;
  }
}
.selection-wrapper .selection-content-wrapper .selection-content {
  padding-bottom: 8rem;
}
@media screen and (min-width: 1120px) and (max-height: 800px) {
  .selection-wrapper .selection-content-wrapper .selection-content {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 870px) and (max-width: 1120px) {
  .selection-wrapper .selection-content-wrapper .selection-content {
    padding-bottom: 40rem;
  }
}
@media screen and (max-width: 870px) {
  .selection-wrapper .selection-content-wrapper .selection-content {
    padding-bottom: 2rem;
  }
}
.selection-wrapper .selection-content-wrapper .selection-content .selection-content-title {
  color: #ffffff;
  padding-bottom: 3rem;
}
@media screen and (max-width: 870px) {
  .selection-wrapper .selection-content-wrapper .selection-content .selection-content-title {
    padding-bottom: 1rem;
  }
}
.selection-wrapper .selection-content-wrapper .selection-content .selection-content-text {
  max-width: 530px;
  color: #ffffff;
  font-size: 19px;
}

.bwc-wrapper .title {
  padding-top: 0 !important;
}
.bwc-wrapper .bwc-list {
  display: flex;
  flex-wrap: wrap;
}
.bwc-wrapper .bwc-list.columns-1 .bwc-item {
  width: 100%;
}
.bwc-wrapper .bwc-list.columns-2 .bwc-item {
  width: 50%;
}
@media screen and (max-width: 1120px) {
  .bwc-wrapper .bwc-list.columns-2 .bwc-item {
    width: 100%;
  }
}
.bwc-wrapper .bwc-list.columns-3 .bwc-item {
  width: 33.3333%;
}
@media screen and (max-width: 1450px) {
  .bwc-wrapper .bwc-list.columns-3 .bwc-item {
    width: 50%;
  }
}
@media screen and (max-width: 1120px) {
  .bwc-wrapper .bwc-list.columns-3 .bwc-item {
    width: 100%;
  }
}
.bwc-wrapper .bwc-list.columns-3 .bwc-item:not(:nth-child(3n)) {
  margin-right: -1px;
}
.bwc-wrapper .bwc-list.columns-4 .bwc-item {
  width: 25%;
}
@media screen and (max-width: 1450px) {
  .bwc-wrapper .bwc-list.columns-4 .bwc-item {
    width: 50%;
  }
}
@media screen and (max-width: 1120px) {
  .bwc-wrapper .bwc-list.columns-4 .bwc-item {
    width: 100%;
  }
}
.bwc-wrapper .bwc-list .bwc-item {
  width: 50%;
  display: flex;
  padding: 4rem;
  align-items: flex-start;
  transition: all 0.2s ease-in-out;
  position: relative;
  border: 1px solid #EEEEEE;
  background-color: #ffffff;
  color: #171d5d;
  margin-bottom: -1px;
}
@media screen and (max-width: 1120px) {
  .bwc-wrapper .bwc-list .bwc-item {
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  .bwc-wrapper .bwc-list .bwc-item {
    flex-direction: column;
    padding: 3rem;
  }
}
.bwc-wrapper .bwc-list .bwc-item:nth-child(odd) {
  margin-right: -1px;
}
.bwc-wrapper .bwc-list .bwc-item > img {
  max-width: 5.5rem;
  height: auto;
  margin-right: 2.5rem;
  margin-top: 0.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 680px) {
  .bwc-wrapper .bwc-list .bwc-item > img {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.bwc-wrapper .bwc-list .bwc-item:hover {
  transform: scale(1.04);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.08), 0 20px 40px rgba(0, 0, 0, 0.08);
  z-index: 10;
}
.bwc-wrapper .bwc-list .bwc-item .bwc-item-content {
  color: #171d5d;
}
.bwc-wrapper .bwc-list .bwc-item .bwc-item-content .bwc-item-subtitle {
  color: #fa4100;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 19px;
  font-family: "Inter SemiBold", arial, serif;
  padding-bottom: 1rem;
}
.bwc-wrapper .bwc-list .bwc-item .bwc-item-content .bwc-item-title {
  padding-top: 0;
  padding-bottom: 1.5rem;
  color: #171d5d;
}
.bwc-wrapper .bwc-list .bwc-item .bwc-item-content .bwc-item-content {
  letter-spacing: -0.01em;
}
.bwc-wrapper .bwc-list .bwc-item .bwc-item-content .bwc-read-more:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDcgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogICAgPHBhdGggZD0iTTEgMUw2IDZMMSAxMSIgc3Ryb2tlPSIjZmE0MTAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjwvc3ZnPg0K);
  margin-left: 0.6rem;
}
.bwc-wrapper.style-2 .bwc-item {
  display: flex;
  padding: 0 45px 0 0;
  transition: none;
  border: none;
  background-color: transparent;
  color: #171d5d;
  margin-bottom: 0;
  width: calc(50% - 40px);
  margin-right: 40px !important;
}
@media screen and (max-width: 1120px) {
  .bwc-wrapper.style-2 .bwc-item {
    width: 100%;
    margin-right: 0 !important;
    padding-right: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.bwc-wrapper.style-2 .bwc-item:nth-child(odd) {
  border-right: 1px solid #fa4100;
}
@media screen and (max-width: 1120px) {
  .bwc-wrapper.style-2 .bwc-item:nth-child(odd) {
    border-right: none;
    border-bottom: 1px solid #fa4100;
  }
}
.bwc-wrapper.style-2 div.bwc-item:hover {
  transform: none;
  box-shadow: none;
}
.bwc-wrapper.style-3 div.bwc-item:hover {
  transform: none;
  box-shadow: none;
}
.bwc-wrapper.style-3 .bwc-item {
  overflow: hidden;
  padding: 50px 50px 60px 120px;
}
.bwc-wrapper.style-3 .bwc-item .bwc-item-num {
  font-family: "Inter SemiBold", arial, serif;
  font-size: 200px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #fa4100;
  opacity: 0.15;
  position: absolute;
  left: -27px;
  bottom: -45px;
}
.bwc-wrapper.style-4 .bwc-list {
  margin: 0 -3rem;
}
@media screen and (max-width: 1120px) {
  .bwc-wrapper.style-4 .bwc-list {
    margin: 0;
  }
}
.bwc-wrapper.style-4 .bwc-list .bwc-item {
  display: flex;
  flex-direction: column;
  transition: none;
  border: none;
  background-color: transparent;
  color: #171d5d;
  margin-bottom: 0;
  margin-right: 0 !important;
  padding: 0 3rem;
}
@media screen and (max-width: 1120px) {
  .bwc-wrapper.style-4 .bwc-list .bwc-item {
    width: 100%;
    margin-right: 0 !important;
    padding-right: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }
}
.bwc-wrapper.style-4 .bwc-list .bwc-item > img {
  margin-bottom: 2rem;
}
.bwc-wrapper.style-4 .bwc-list .bwc-item .bwc-item-content .bwc-item-content {
  text-align: justify;
}
.bwc-wrapper.style-4 .bwc-list div.bwc-item:hover {
  transform: none;
  box-shadow: none;
}

.inner-page .bwc-wrapper {
  padding-bottom: 1rem;
  margin: 0 -10px;
}

.why-us-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem 0rem 2rem 3rem;
  background-color: #F5F5F5;
}

.accordion-list .accordion-item:not(:last-child) {
  padding-bottom: 2rem;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 2rem;
}
.accordion-list .accordion-item .accordion-head {
  position: relative;
  color: #929292;
  padding-top: 0;
  padding-left: 4rem;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  display: inline-block;
}
.accordion-list .accordion-item .accordion-head:before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 15px;
  height: 3px;
  background-color: #929292;
  transition: 0.4s ease-in-out;
}
.accordion-list .accordion-item .accordion-head:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  width: 3px;
  height: 15px;
  background-color: #BBBBBB;
  transition: 0.4s ease-in-out;
}
.accordion-list .accordion-item .accordion-head:hover {
  color: #fa4100;
}
.accordion-list .accordion-item .accordion-head:hover:before, .accordion-list .accordion-item .accordion-head:hover:after {
  background-color: #fa4100;
}
.accordion-list .accordion-item .accordion-body {
  padding-left: 4rem;
  display: none;
  margin-top: 1.5rem;
}
.accordion-list .accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}
.accordion-list .accordion-item.opened .accordion-body {
  display: block;
}
.accordion-list .accordion-item.active .accordion-head {
  color: #171d5d;
}
.accordion-list .accordion-item.active .accordion-head:before, .accordion-list .accordion-item.active .accordion-head:after {
  background-color: #171d5d;
}
.accordion-list .accordion-item.active .accordion-head:before {
  transform: rotate(-180deg);
}
.accordion-list .accordion-item.active .accordion-head:after {
  transform: rotate(-270deg);
}

.testimonials-slider {
  padding-bottom: 4rem;
  position: relative;
}
.testimonials-slider.testimonials-team .testimonials-slides {
  margin-right: -8rem;
}
.testimonials-slider.testimonials-team .slick-list {
  overflow: visible;
}
@media screen and (max-width: 1120px) {
  .testimonials-slider.testimonials-team .slick-list .slick-track {
    overflow: hidden;
  }
}
.testimonials-slider.testimonials-team .slider-controls {
  padding-top: 4rem;
  justify-content: flex-end;
}
.testimonials-slider.testimonials-team .slider-controls .slide-prev, .testimonials-slider.testimonials-team .slider-controls .slide-next {
  position: unset;
}
@media screen and (max-width: 1120px) {
  .testimonials-slider.testimonials-team .slider-controls {
    position: relative;
    z-index: 20;
  }
}
@media screen and (max-width: 680px) {
  .testimonials-slider .slider-controls {
    justify-content: flex-end;
    margin-top: 2rem;
    padding-right: 1rem;
  }
}
.testimonials-slider .slider-controls .slide-prev, .testimonials-slider .slider-controls .slide-next {
  position: absolute;
  top: calc(50% - 4rem);
}
@media screen and (max-width: 680px) {
  .testimonials-slider .slider-controls .slide-prev, .testimonials-slider .slider-controls .slide-next {
    top: unset;
    position: unset;
  }
}
.testimonials-slider .slider-controls .slide-prev {
  left: 2rem;
}
@media screen and (max-width: 680px) {
  .testimonials-slider .slider-controls .slide-prev {
    left: unset;
  }
}
.testimonials-slider .slider-controls .slide-next {
  right: 2rem;
}
@media screen and (max-width: 680px) {
  .testimonials-slider .slider-controls .slide-next {
    right: unset;
  }
}
.testimonials-slider .slick-slide[aria-hidden=true] .testimonial-item:after {
  background-color: transparent;
}

.testimonials-list {
  display: flex;
  flex-wrap: wrap;
}
.testimonials-list .slick-active:not(.slick-current) .testimonial-item {
  padding: 0 35px 0 75px;
}
.testimonials-list .slick-active:not(.slick-current) .testimonial-item:before {
  left: 35px;
}
.testimonials-list .slick-current .testimonial-item:after {
  opacity: 0;
}
.testimonials-list.testimonials-archive {
  margin-bottom: -6rem;
}
.testimonials-list.testimonials-archive .testimonial-item {
  margin-bottom: 6rem;
}
.testimonials-list.testimonials-archive .testimonial-item:nth-child(odd):after {
  content: none;
}
.testimonials-list.testimonials-archive .testimonial-item:after {
  left: -32px;
}
@media screen and (max-width: 870px) {
  .testimonials-list.testimonials-archive .testimonial-item:after {
    content: none;
  }
}
@media screen and (max-width: 870px) {
  .testimonials-list.testimonials-archive .testimonial-item {
    width: 100%;
  }
}
.testimonials-list .testimonial-item {
  width: 50%;
  padding: 0 60px 0 40px;
  position: relative;
}
.testimonials-list .testimonial-item:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyNiAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJNMC4wNjQwNjg4IDYuNjg0MDFDMC40NjU4MTYgOS40NjQwMiAyLjc1MjY5IDExLjQ0NTIgNS4zNDg2IDExLjU3M0M0LjY5OTYyIDE0LjA2NTQgMy4xMjM1MyAxNS4wNTYgMS4yMDc1IDE1LjYzMTJDMS4wMjIwOCAxNS42OTUxIDEuMDUyOTkgMTUuODg2OCAxLjA1Mjk5IDE1Ljg4NjhMMS4zNjIwMiAxNy44NjhDMS4zNjIwMiAxNy44NjggMS4zOTI5MyAxOC4wMjc3IDEuNjQwMTYgMTcuOTk1OEM4LjI1MzU0IDE3LjIyODkgMTIuNzM0NiAxMi4wMjA0IDExLjkwMDIgNS42OTM0M0MxMS4xMjc2IDEuMzE1NzEgNy44MjA4OSAtMC4zNzc4NTQgNC43NjE0MyAwLjA2OTUwMzJDMS43MDE5NiAwLjU4MDc3IC0wLjM5OTQ4NSAzLjUyMDU1IDAuMDY0MDY4OCA2LjY4NDAxWiIgZmlsbD0iI2ZhNDEwMCIvPg0KICAgIDxwYXRoIGQ9Ik0xNC4wNjQxIDYuNjg0MDFDMTQuNDY1OCA5LjQ2NDAyIDE2Ljc1MjcgMTEuNDQ1MiAxOS4zNDg2IDExLjU3M0MxOC42OTk2IDE0LjA2NTQgMTcuMTIzNSAxNS4wNTYgMTUuMjA3NSAxNS42MzEyQzE1LjAyMjEgMTUuNjk1MSAxNS4wNTMgMTUuODg2OCAxNS4wNTMgMTUuODg2OEwxNS4zNjIgMTcuODY4QzE1LjM2MiAxNy44NjggMTUuMzkyOSAxOC4wMjc3IDE1LjY0MDIgMTcuOTk1OEMyMi4yNTM1IDE3LjIyODkgMjYuNzM0NiAxMi4wMjA0IDI1LjkwMDIgNS42OTM0M0MyNS4xMjc2IDEuMzE1NzEgMjEuODIwOSAtMC4zNzc4NTQgMTguNzYxNCAwLjA2OTUwMzJDMTUuNzAyIDAuNTgwNzcgMTMuNjAwNSAzLjUyMDU1IDE0LjA2NDEgNi42ODQwMVoiIGZpbGw9IiNmYTQxMDAiLz4NCjwvc3ZnPg0K);
  top: 4px;
  left: 0;
}
.testimonials-list .testimonial-item:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: -1px;
  top: 0;
  background-color: #fa4100;
}
.testimonials-list .testimonial-item .testimonial-item-meta {
  display: flex;
  padding-top: 0.5rem;
}
.testimonials-list .testimonial-item .testimonial-item-meta .testimonial-item-image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #DDDDDD;
  overflow: hidden;
  margin-right: 1.5rem;
  flex-shrink: 0;
}
.testimonials-list .testimonial-item .testimonial-item-meta .testimonial-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials-list .testimonial-item .testimonial-item-meta .testimonial-item-author-company {
  color: #171d5d;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonials-list .testimonial-item .testimonial-item-meta .testimonial-item-author-company .testimonial-item-author {
  padding-bottom: 0.5rem;
}
.testimonials-list .testimonial-item .testimonial-item-meta .testimonial-item-author-company .testimonial-item-company {
  font-family: "Inter SemiBold", arial, serif;
}
.testimonials-list .testimonial-team-item {
  margin-right: 8rem;
  max-width: 36rem;
}
.testimonials-list .testimonial-team-item .testimonial-team-item-image-wrapper {
  position: relative;
}
.testimonials-list .testimonial-team-item .testimonial-team-item-image-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(45deg, #000000 0%, rgba(0, 0, 0, 0) 31.63%);
  opacity: 0.2;
}
.testimonials-list .testimonial-team-item .testimonial-team-item-image-wrapper img {
  width: 360px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials-list .testimonial-team-item .testimonial-team-item-image-wrapper a {
  color: #ffffff !important;
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  z-index: 2;
}
.testimonials-list .testimonial-team-item .testimonial-team-item-image-wrapper a:hover {
  color: #fa4100 !important;
}
.testimonials-list .testimonial-team-item .testimonial-team-item-content {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #EEEEEE;
}

.partners-wrapper {
  padding-top: 3rem;
  border-top: 1px solid #EEEEEE;
  margin-bottom: 4rem;
}
.partners-wrapper .partners {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -35px -15px;
}
@media screen and (max-width: 680px) {
  .partners-wrapper .partners {
    margin: 0 -15px -15px;
    justify-content: center;
  }
}
.partners-wrapper .partners .partner {
  margin: 0 35px 15px;
  display: block;
  filter: grayscale(1);
  transition: filter 0.2s ease-in-out;
}
@media screen and (max-width: 680px) {
  .partners-wrapper .partners .partner {
    margin: 0 15px 15px;
  }
}
.partners-wrapper .partners .partner:hover {
  filter: grayscale(0);
}
.partners-wrapper .partners .partner img {
  max-width: 150px;
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 680px) {
  .partners-wrapper .partners .partner img {
    margin: 0 15px 15px;
    max-width: 80px;
  }
}

.news-category-wrapper > span {
  letter-spacing: -0.01em;
  margin-right: 1rem;
}
.news-category-wrapper select {
  border: none;
  border-bottom: 2px solid #171d5d;
  min-width: 220px;
  color: #171d5d;
  font-family: "Inter SemiBold", arial, serif;
  padding-bottom: 8px;
  -moz-appearance: none;
       appearance: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogICAgPHBhdGggZD0iTTEgMUw1IDVMOSAxIiBzdHJva2U9IiMxNzFkNWQiIHN0cm9rZS13aWR0aD0iMiIvPg0KPC9zdmc+DQo=) top 10px right no-repeat;
}
.news-category-wrapper select[disabled] {
  opacity: 0.5;
}
.news-category-wrapper select:focus {
  outline: none;
  border-bottom: 2px solid #fa4100;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem -5rem;
}
.news-list.loading .news-item {
  pointer-events: none;
  animation: Pulsate 1.5s linear infinite;
}
.news-list .news-item {
  width: 50%;
  padding: 0 1rem;
  display: block;
  color: #171d5d !important;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1120px) {
  .news-list .news-item {
    width: 100%;
  }
}
.news-list .news-item .news-item-thumbnail {
  padding-bottom: 2rem;
}
.news-list .news-item .news-item-thumbnail img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: grayscale(1);
  transition: filter 0.2s ease-in-out;
}
.news-list .news-item .news-item-content-wrapper {
  display: flex;
}
.news-list .news-item .news-item-content-wrapper .news-item-date {
  padding-bottom: 1rem;
  color: #929292;
  font-family: "Inter SemiBold", arial, serif;
  font-size: 14px;
}
.news-list .news-item .news-item-content-wrapper .news-item-content .news-item-title {
  color: #171d5d;
  transition: color 0.2s ease-in-out;
  padding-bottom: 1.5rem;
  padding-right: 9rem;
  padding-top: 0;
}
@media screen and (max-width: 1120px) {
  .news-list .news-item .news-item-content-wrapper .news-item-content .news-item-title {
    padding-right: 0;
  }
}
.news-list .news-item .news-item-content-wrapper .news-item-content .news-item-excerpt {
  padding-bottom: 1.5rem;
  padding-right: 6rem;
}
@media screen and (max-width: 1120px) {
  .news-list .news-item .news-item-content-wrapper .news-item-content .news-item-excerpt {
    padding-right: 0;
  }
}
.news-list .news-item .news-item-content-wrapper .news-item-content .tags {
  padding-right: 6rem;
}
@media screen and (max-width: 1120px) {
  .news-list .news-item .news-item-content-wrapper .news-item-content .tags {
    padding-right: 0;
  }
}
.news-list .news-item:hover .news-item-thumbnail img {
  filter: grayscale(0);
}
.news-list .news-item:hover .news-item-content-wrapper .news-item-content .news-item-title {
  color: #fa4100;
}

.news-slider .slick-list {
  overflow: visible;
}
.news-slider .slick-track {
  margin-left: 0;
}

@keyframes Pulsate {
  from {
    opacity: 0.7;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 0.7;
  }
}
.tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px;
}
.tags .tag {
  margin: 0 3px;
  text-transform: uppercase;
  color: #171d5d;
  letter-spacing: 0.1em;
  font-size: 11px;
  font-family: "Inter SemiBold", arial, serif;
  border-radius: 13px;
  background-color: transparent;
  border: 1px solid #171d5d;
  padding: 5px 12px;
}
.tags.simple .tag {
  font-size: 13px;
  font-family: "Inter Regular", arial, serif;
  letter-spacing: -0.01em;
  text-transform: none;
  padding: 3px 10px;
}

.banner {
  padding: 4rem 4rem 5rem;
  background: #F5F5F5 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjk5IiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDY5OSAyMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNNjYxLjYwNiAxMTkuNDdDNjQ1LjE4NSA4NC4yMjkgNjI3Ljk0MyA1MC42MjY5IDU5MC4xNzUgLTUuMTAzMjZDNTU4Ljk3NiAtNTAuOTk4NyA1MzkuMjcxIC03MC42NjgyIDUxNC42MzkgLTg2LjIzOTlDNDY3LjAxOSAtMTE1Ljc0NCA0MDguNzI1IC0xMDEuODEyIDM4My4yNzMgLTc4Ljg2MzhDMzQ3Ljk2OCAtNDYuMDgxMyAzMjkuOTA1IC05LjIwMTA3IDMxMS44NDIgNDEuNjExOEMyOTYuMjQyIDg1LjA0ODUgMjc5LjAwMSAxNDUuNjk2IDI3NC44OTUgMjAwLjYwN0MyNzMuMjUzIDIxNy44MTggMjc3LjM1OCAyNTIuMjM5IDI5Mi4xMzcgMjc3LjY0NkMzMjYuNjIxIDMzOS45MzIgNDE2LjkzNSAzMzkuOTMyIDQ1Ny4xNjcgMzM5LjkzMkM0OTAuODI5IDMzOS45MzIgNTI2LjEzNCAzMzkuOTMyIDU4NC40MjggMzMwLjA5N0M2NDUuMTg1IDMxOS40NDMgNjgwLjQ5IDMxNS4zNDUgNjk1LjI2OCAyNzcuNjQ2QzcxMC4wNDcgMjM1Ljg0OCA2NzcuMjA2IDE1NC43MTEgNjYxLjYwNiAxMTkuNDdaTTU5OS4yMDcgMjY1LjM1MkM1ODcuNzEyIDI5Ni40OTUgNTcwLjQ3IDI5OS43NzQgNTI3Ljc3NiAzMDcuMTVDNDg1LjkwMyAzMTQuNTI2IDQ0MS41NjcgMzEzLjcwNiA0MTcuNzU3IDMxMi44ODdDMzg5LjAyIDMxMi4wNjcgMzI0Ljk3OSAzMTAuNDI4IDMwMi44MTEgMjU3Ljk3NkMyOTMuNzc5IDIzNi42NjcgMjkyLjEzNyAyMDcuOTgzIDI5My43NzkgMTkzLjIzMUMyOTguNzA2IDE0Ny4zMzUgMzExLjAyMSA5NC44ODMzIDMyNi42MjEgNjAuNDYxN0MzNDIuMjIxIDI2LjA0MDEgMzUyLjg5NCAzLjA5MjM2IDM3OS45ODkgLTIzLjk1MzJDMzk4Ljg3MyAtNDIuODAzMSA0NDAuNzQ2IC01My40NTc0IDQ3My41ODcgLTI4LjA1MUM0OTAuODI5IC0xNC45MzggNTEzLjgxOCAxMC40Njg0IDUzNi44MDggNDcuMzQ4N0M1NjIuMjYgODkuMTQ2MyA1NzUuMzk2IDEyMS4xMDkgNTg1LjI0OSAxNTEuNDMzQzU5NS45MjMgMTgxLjc1NyA2MTIuMzQzIDIzMS43NSA1OTkuMjA3IDI2NS4zNTJaIiBmaWxsPSIjRkZEMkIxIi8+DQo8ZyBvcGFjaXR5PSIwLjUiPg0KPG1hc2sgaWQ9Im1hc2swXzY1MDFfNzE5IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIyNzQiIHk9Ii0xMDMiIHdpZHRoPSI0MjUiIGhlaWdodD0iNDQzIj4NCjxwYXRoIGQ9Ik02NjEuNjA2IDExOS40N0M2NDUuMTg1IDg0LjIyOSA2MjcuOTQzIDUwLjYyNjkgNTkwLjE3NSAtNS4xMDMyNkM1NTguOTc2IC01MC45OTg3IDUzOS4yNzEgLTcwLjY2ODIgNTE0LjYzOSAtODYuMjM5OUM0NjcuMDE5IC0xMTUuNzQ0IDQwOC43MjUgLTEwMS44MTIgMzgzLjI3MyAtNzguODYzOEMzNDcuOTY4IC00Ni4wODEzIDMyOS45MDUgLTkuMjAxMDcgMzExLjg0MiA0MS42MTE4QzI5Ni4yNDIgODUuMDQ4NSAyNzkuMDAxIDE0NS42OTYgMjc0Ljg5NSAyMDAuNjA3QzI3My4yNTMgMjE3LjgxOCAyNzcuMzU4IDI1Mi4yMzkgMjkyLjEzNyAyNzcuNjQ2QzMyNi42MjEgMzM5LjkzMiA0MTYuOTM2IDMzOS45MzIgNDU3LjE2NyAzMzkuOTMyQzQ5MC44MjkgMzM5LjkzMiA1MjYuMTM0IDMzOS45MzIgNTg0LjQyOCAzMzAuMDk3QzY0NS4xODUgMzE5LjQ0MyA2ODAuNDkgMzE1LjM0NSA2OTUuMjY4IDI3Ny42NDZDNzEwLjA0NyAyMzUuODQ4IDY3Ny4yMDYgMTU0LjcxMSA2NjEuNjA2IDExOS40N1pNNTk5LjIwNyAyNjUuMzUyQzU4Ny43MTIgMjk2LjQ5NSA1NzAuNDcgMjk5Ljc3NCA1MjcuNzc2IDMwNy4xNUM0ODUuOTAzIDMxNC41MjYgNDQxLjU2NyAzMTMuNzA2IDQxNy43NTcgMzEyLjg4N0MzODkuMDIgMzEyLjA2NyAzMjQuOTc5IDMxMC40MjggMzAyLjgxMSAyNTcuOTc2QzI5My43NzkgMjM2LjY2NyAyOTIuMTM3IDIwNy45ODMgMjkzLjc3OSAxOTMuMjMxQzI5OC43MDYgMTQ3LjMzNSAzMTEuMDIxIDk0Ljg4MzMgMzI2LjYyMSA2MC40NjE3QzM0Mi4yMjEgMjYuMDQwMSAzNTIuODk0IDMuMDkyMzYgMzc5Ljk4OSAtMjMuOTUzMkMzOTguODczIC00Mi44MDMxIDQ0MC43NDYgLTUzLjQ1NzQgNDczLjU4NyAtMjguMDUxQzQ5MC44MjkgLTE0LjkzOCA1MTMuODE4IDEwLjQ2ODQgNTM2LjgwOCA0Ny4zNDg3QzU2Mi4yNiA4OS4xNDYzIDU3NS4zOTYgMTIxLjEwOSA1ODUuMjQ5IDE1MS40MzNDNTk1LjkyMyAxODEuNzU3IDYxMi4zNDMgMjMxLjc1IDU5OS4yMDcgMjY1LjM1MloiIGZpbGw9IiNGNDc5MjAiLz4NCjwvbWFzaz4NCjxnIG1hc2s9InVybCgjbWFzazBfNjUwMV83MTkpIj4NCjxnIG9wYWNpdHk9IjAuNiI+DQo8cGF0aCBkPSJNNjY4LjI2MSAxMzUuNTY5QzY4Mi4wNCAyMTAuMjQxIDY0Ni4zNjYgMjY5LjU1IDU3MC4yMTIgMjk3LjEwNkw1MTEuNTI3IDEyNi42MDZMNjQxLjYwNyAtMzkuMjcxNUw2NjguMjYxIDEzNS41NjlaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfNjUwMV83MTkpIi8+DQo8L2c+DQo8L2c+DQo8L2c+DQo8cGF0aCBkPSJNNDIxLjg2IDc0LjM5NDdDNDA3LjA4MSA0OC45ODgzIDM2Ni44NSAyNi44NjAyIDMyMi41MTQgMzAuMTM4NEMyODMuOTI1IDMyLjU5NzEgMjIzLjk4OSA0Mi40MzE4IDE1Ny40ODUgNjEuMjgxN0MxMDMuMjk2IDc2LjAzMzggNjIuMjQ0MSA5Mi40MjUxIDM2Ljc5MTggMTEwLjQ1NUMyLjMwODExIDEzNS4wNDIgLTcuNTQ0MzkgMTkyLjQxMiA1LjU5MjI3IDIyNi44MzNDMjUuMjk3MyAyNzYuMDA3IDUxLjU3MDYgMzIxLjA4MyA4Ni4wNTQzIDM2MC40MjJDMTIwLjUzOCAzOTguOTQxIDEzOC42MDEgNDIxLjg4OSAxOTMuNjExIDQ1Mi4yMTNDMjEwLjg1MyA0NjIuMDQ3IDI0OC42MjEgNDc1LjE2IDI4MC42NDEgNDc0LjM0MUMzNTkuNDYxIDQ3Mi43MDIgMzk3LjIyOSAzNjUuMzM5IDQxMC4zNjYgMzI2QzQxOS4zOTcgMjk4LjEzNSA0MzAuODkyIDI3Mi43MjkgNDM0Ljk5NyAyMTEuMjYxQzQ0MC43NDQgMTM5LjE0IDQzNi42MzkgOTkuODAxMSA0MjEuODYgNzQuMzk0N1pNNDAzLjc5NyAyMzUuMDI5QzQwMS4zMzQgMjc3LjY0NiAzOTMuOTQ1IDI5NS42NzYgMzg3LjM3NiAzMTUuMzQ2QzM3OC4zNDUgMzQyLjM5MSAzNTMuNzE0IDQxNi45NzEgMjk2LjI0MSA0MTYuOTcxQzI3Mi40MzEgNDE2Ljk3MSAyNDUuMzM2IDQwNy4xMzcgMjMzLjAyMSA0MDAuNThDMTkyLjc5IDM3OC40NTIgMTc5LjY1MyAzNjIuMDYxIDE1My4zOCAzMzQuMTk2QzEyNy4xMDYgMzA2LjMzMSAxMDcuNDAxIDI3NC4zNjggOTIuNjIyNyAyMzkuMTI3QzgxLjk0OTEgMjE0LjU0IDg4LjUxNzQgMTc1LjIwMSAxMTMuMTQ5IDE1Ny45OUMxMzEuMjEyIDE0NS42OTcgMTYwLjc2OSAxMzUuMDQyIDE5OS4zNTggMTI1LjIwOEMyNDYuOTc4IDExMi45MTQgMjg5LjY3MyAxMDcuMTc3IDMxNy41ODggMTA2LjM1OEMzNDguNzg4IDEwNC43MTggMzc4LjM0NSAxMjEuMTEgMzg5Ljg0IDEzOS4xNEM0MDIuMTU1IDE1NS41MzEgNDA2LjI2IDE4My4zOTYgNDAzLjc5NyAyMzUuMDI5WiIgZmlsbD0id2hpdGUiLz4NCjxnIG9wYWNpdHk9IjAuMiI+DQo8bWFzayBpZD0ibWFzazFfNjUwMV83MTkiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjI5IiB3aWR0aD0iNDM4IiBoZWlnaHQ9IjQ0NiI+DQo8cGF0aCBkPSJNNDIxLjg2IDc0LjM5NDdDNDA3LjA4MSA0OC45ODgzIDM2Ni44NSAyNi44NjAyIDMyMi41MTQgMzAuMTM4NEMyODMuOTI1IDMyLjU5NzEgMjIzLjk4OSA0Mi40MzE4IDE1Ny40ODUgNjEuMjgxN0MxMDMuMjk2IDc2LjAzMzggNjIuMjQ0MSA5Mi40MjUxIDM2Ljc5MTggMTEwLjQ1NUMyLjMwODExIDEzNS4wNDIgLTcuNTQ0MzkgMTkyLjQxMiA1LjU5MjI3IDIyNi44MzNDMjUuMjk3MyAyNzYuMDA3IDUxLjU3MDYgMzIxLjA4MyA4Ni4wNTQzIDM2MC40MjJDMTIwLjUzOCAzOTguOTQxIDEzOC42MDEgNDIxLjg4OSAxOTMuNjExIDQ1Mi4yMTNDMjEwLjg1MyA0NjIuMDQ3IDI0OC42MjEgNDc1LjE2IDI4MC42NDEgNDc0LjM0MUMzNTkuNDYxIDQ3Mi43MDIgMzk3LjIyOSAzNjUuMzM5IDQxMC4zNjYgMzI2QzQxOS4zOTcgMjk4LjEzNSA0MzAuODkyIDI3Mi43MjkgNDM0Ljk5NyAyMTEuMjYxQzQ0MC43NDQgMTM5LjE0IDQzNi42MzkgOTkuODAxMSA0MjEuODYgNzQuMzk0N1pNNDAzLjc5NyAyMzUuMDI5QzQwMS4zMzQgMjc3LjY0NiAzOTMuOTQ1IDI5NS42NzYgMzg3LjM3NiAzMTUuMzQ2QzM3OC4zNDUgMzQyLjM5MSAzNTMuNzE0IDQxNi45NzEgMjk2LjI0MSA0MTYuOTcxQzI3Mi40MzEgNDE2Ljk3MSAyNDUuMzM2IDQwNy4xMzcgMjMzLjAyMSA0MDAuNThDMTkyLjc5IDM3OC40NTIgMTc5LjY1MyAzNjIuMDYxIDE1My4zOCAzMzQuMTk2QzEyNy4xMDYgMzA2LjMzMSAxMDcuNDAxIDI3NC4zNjggOTIuNjIyNyAyMzkuMTI3QzgxLjk0OTEgMjE0LjU0IDg4LjUxNzQgMTc1LjIwMSAxMTMuMTQ5IDE1Ny45OUMxMzEuMjEyIDE0NS42OTcgMTYwLjc2OSAxMzUuMDQyIDE5OS4zNTggMTI1LjIwOEMyNDYuOTc4IDExMi45MTQgMjg5LjY3MyAxMDcuMTc3IDMxNy41ODggMTA2LjM1OEMzNDguNzg4IDEwNC43MTggMzc4LjM0NSAxMjEuMTEgMzg5Ljg0IDEzOS4xNEM0MDIuMTU1IDE1NS41MzEgNDA2LjI2IDE4My4zOTYgNDAzLjc5NyAyMzUuMDI5WiIgZmlsbD0id2hpdGUiLz4NCjwvbWFzaz4NCjxnIG1hc2s9InVybCgjbWFzazFfNjUwMV83MTkpIj4NCjxwYXRoIGQ9Ik00NDAuNzQ0IDE2Ny44NzdDNDEyLjE4NiAxMjAuMzY2IDM4NS4zMzIgMTA1LjYyNCAzMjIuNzA0IDEwNy4wNjNMMzQ0LjU5OSAyNDQuODQ0TDQ4NC41MzMgMjk5Ljk1N0w0NDAuNzQ0IDE2Ny44NzdaIiBmaWxsPSJ1cmwoI3BhaW50MV9saW5lYXJfNjUwMV83MTkpIi8+DQo8cGF0aCBkPSJNMzEuNDExOSAyOTcuMTA4QzE5Ljk4ODcgMjIyLjA0IDQ1LjY5MSAxODYuODgzIDEyOS40NjEgMTQ4Ljg3NEwxODYuMTQ3IDMyMi45MDFMNjYuNzkxMiA0ODEuMzE1TDMxLjQxMTkgMjk3LjEwOFoiIGZpbGw9InVybCgjcGFpbnQyX2xpbmVhcl82NTAxXzcxOSkiLz4NCjwvZz4NCjwvZz4NCjxkZWZzPg0KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzY1MDFfNzE5IiB4MT0iNjc2Ljc4IiB5MT0iMjM1Ljk2IiB4Mj0iNTU3Ljk3NyIgeTI9Ijk2LjA3NzYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4NCjxzdG9wIHN0b3AtY29sb3I9IiM1RTI4MDAiLz4NCjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzVFMjgwMCIgc3RvcC1vcGFjaXR5PSIwIi8+DQo8L2xpbmVhckdyYWRpZW50Pg0KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDFfbGluZWFyXzY1MDFfNzE5IiB4MT0iNDAzLjYxOSIgeTE9IjEwNi45NzQiIHgyPSIzODYuNTQ1IiB5Mj0iMjQ0Ljg1MiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KPHN0b3AvPg0KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLW9wYWNpdHk9IjAiLz4NCjwvbGluZWFyR3JhZGllbnQ+DQo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50Ml9saW5lYXJfNjUwMV83MTkiIHgxPSIyNC40MTUzIiB5MT0iMjA4LjQyMiIgeDI9IjEzOC43NjQiIHkyPSIzNTEuOTU2IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+DQo8c3RvcC8+DQo8c3RvcCBvZmZzZXQ9IjEiIHN0b3Atb3BhY2l0eT0iMCIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjwvZGVmcz4NCjwvc3ZnPg0K) no-repeat center right 10rem;
  background-size: 700px 100%;
  position: relative;
  border-left: 2px solid #fa4100;
}
@media screen and (max-width: 1120px) {
  .banner {
    background-position: center right;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 870px) {
  .banner {
    background-position: bottom -10rem right 0rem;
    background-size: 70% 100%;
  }
}
@media screen and (max-width: 680px) {
  .banner {
    background-size: 320px 100%;
  }
}
.banner.style-2 {
  padding: 3rem 4rem;
  background: #F5F5F5 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjA3IiBoZWlnaHQ9IjE4MCIgdmlld0JveD0iMCAwIDYwNyAxODAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogICAgPHBhdGggZD0iTTY2MS42MDYgMTUyLjQ3QzY0NS4xODUgMTE3LjIyOSA2MjcuOTQzIDgzLjYyNjkgNTkwLjE3NSAyNy44OTY3QzU1OC45NzYgLTE3Ljk5ODcgNTM5LjI3MSAtMzcuNjY4MiA1MTQuNjM5IC01My4yMzk5QzQ2Ny4wMTkgLTgyLjc0NDEgNDA4LjcyNSAtNjguODExNSAzODMuMjczIC00NS44NjM4QzM0Ny45NjggLTEzLjA4MTMgMzI5LjkwNSAyMy43OTg5IDMxMS44NDIgNzQuNjExOEMyOTYuMjQyIDExOC4wNDkgMjc5LjAwMSAxNzguNjk2IDI3NC44OTUgMjMzLjYwN0MyNzMuMjUzIDI1MC44MTggMjc3LjM1OCAyODUuMjM5IDI5Mi4xMzcgMzEwLjY0NkMzMjYuNjIxIDM3Mi45MzIgNDE2LjkzNSAzNzIuOTMyIDQ1Ny4xNjcgMzcyLjkzMkM0OTAuODI5IDM3Mi45MzIgNTI2LjEzNCAzNzIuOTMyIDU4NC40MjggMzYzLjA5N0M2NDUuMTg1IDM1Mi40NDMgNjgwLjQ5IDM0OC4zNDUgNjk1LjI2OCAzMTAuNjQ2QzcxMC4wNDcgMjY4Ljg0OCA2NzcuMjA2IDE4Ny43MTEgNjYxLjYwNiAxNTIuNDdaTTU5OS4yMDcgMjk4LjM1MkM1ODcuNzEyIDMyOS40OTUgNTcwLjQ3IDMzMi43NzQgNTI3Ljc3NiAzNDAuMTVDNDg1LjkwMyAzNDcuNTI2IDQ0MS41NjcgMzQ2LjcwNiA0MTcuNzU3IDM0NS44ODdDMzg5LjAyIDM0NS4wNjcgMzI0Ljk3OSAzNDMuNDI4IDMwMi44MTEgMjkwLjk3NkMyOTMuNzc5IDI2OS42NjcgMjkyLjEzNyAyNDAuOTgzIDI5My43NzkgMjI2LjIzMUMyOTguNzA2IDE4MC4zMzUgMzExLjAyMSAxMjcuODgzIDMyNi42MjEgOTMuNDYxN0MzNDIuMjIxIDU5LjA0MDEgMzUyLjg5NCAzNi4wOTI0IDM3OS45ODkgOS4wNDY4M0MzOTguODczIC05LjgwMzA5IDQ0MC43NDYgLTIwLjQ1NzQgNDczLjU4NyA0Ljk0OTAyQzQ5MC44MjkgMTguMDYyIDUxMy44MTggNDMuNDY4NCA1MzYuODA4IDgwLjM0ODdDNTYyLjI2IDEyMi4xNDYgNTc1LjM5NiAxNTQuMTA5IDU4NS4yNDkgMTg0LjQzM0M1OTUuOTIzIDIxNC43NTcgNjEyLjM0MyAyNjQuNzUgNTk5LjIwNyAyOTguMzUyWiIgZmlsbD0iI0ZGRDJCMSIvPg0KICAgIDxnIG9wYWNpdHk9IjAuNSI+DQogICAgICAgIDxtYXNrIGlkPSJtYXNrMF82NzUwXzE3NzYiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjI3NCIgeT0iLTcwIiB3aWR0aD0iNDI1IiBoZWlnaHQ9IjQ0MyI+DQogICAgICAgICAgICA8cGF0aCBkPSJNNjYxLjYwNiAxNTIuNDdDNjQ1LjE4NSAxMTcuMjI5IDYyNy45NDMgODMuNjI2OSA1OTAuMTc1IDI3Ljg5NjdDNTU4Ljk3NiAtMTcuOTk4NyA1MzkuMjcxIC0zNy42NjgyIDUxNC42MzkgLTUzLjIzOTlDNDY3LjAxOSAtODIuNzQ0MSA0MDguNzI1IC02OC44MTE1IDM4My4yNzMgLTQ1Ljg2MzhDMzQ3Ljk2OCAtMTMuMDgxMyAzMjkuOTA1IDIzLjc5ODkgMzExLjg0MiA3NC42MTE4QzI5Ni4yNDIgMTE4LjA0OSAyNzkuMDAxIDE3OC42OTYgMjc0Ljg5NSAyMzMuNjA3QzI3My4yNTMgMjUwLjgxOCAyNzcuMzU4IDI4NS4yMzkgMjkyLjEzNyAzMTAuNjQ2QzMyNi42MjEgMzcyLjkzMiA0MTYuOTM2IDM3Mi45MzIgNDU3LjE2NyAzNzIuOTMyQzQ5MC44MjkgMzcyLjkzMiA1MjYuMTM0IDM3Mi45MzIgNTg0LjQyOCAzNjMuMDk3QzY0NS4xODUgMzUyLjQ0MyA2ODAuNDkgMzQ4LjM0NSA2OTUuMjY4IDMxMC42NDZDNzEwLjA0NyAyNjguODQ4IDY3Ny4yMDYgMTg3LjcxMSA2NjEuNjA2IDE1Mi40N1pNNTk5LjIwNyAyOTguMzUyQzU4Ny43MTIgMzI5LjQ5NSA1NzAuNDcgMzMyLjc3NCA1MjcuNzc2IDM0MC4xNUM0ODUuOTAzIDM0Ny41MjYgNDQxLjU2NyAzNDYuNzA2IDQxNy43NTcgMzQ1Ljg4N0MzODkuMDIgMzQ1LjA2NyAzMjQuOTc5IDM0My40MjggMzAyLjgxMSAyOTAuOTc2QzI5My43NzkgMjY5LjY2NyAyOTIuMTM3IDI0MC45ODMgMjkzLjc3OSAyMjYuMjMxQzI5OC43MDYgMTgwLjMzNSAzMTEuMDIxIDEyNy44ODMgMzI2LjYyMSA5My40NjE3QzM0Mi4yMjEgNTkuMDQwMSAzNTIuODk0IDM2LjA5MjQgMzc5Ljk4OSA5LjA0NjgyQzM5OC44NzMgLTkuODAzMDkgNDQwLjc0NiAtMjAuNDU3NCA0NzMuNTg3IDQuOTQ5MDJDNDkwLjgyOSAxOC4wNjIgNTEzLjgxOCA0My40Njg0IDUzNi44MDggODAuMzQ4N0M1NjIuMjYgMTIyLjE0NiA1NzUuMzk2IDE1NC4xMDkgNTg1LjI0OSAxODQuNDMzQzU5NS45MjMgMjE0Ljc1NyA2MTIuMzQzIDI2NC43NSA1OTkuMjA3IDI5OC4zNTJaIiBmaWxsPSIjRjQ3OTIwIi8+DQogICAgICAgIDwvbWFzaz4NCiAgICAgICAgPGcgbWFzaz0idXJsKCNtYXNrMF82NzUwXzE3NzYpIj4NCiAgICAgICAgICAgIDxnIG9wYWNpdHk9IjAuNiI+DQogICAgICAgICAgICAgICAgPHBhdGggZD0iTTY2OC4yNTkgMTY4LjU2OUM2ODIuMDM4IDI0My4yNDIgNjQ2LjM2NCAzMDIuNTUgNTcwLjIxIDMzMC4xMDdMNTExLjUyNSAxNTkuNjA2TDY0MS42MDUgLTYuMjcxMjJMNjY4LjI1OSAxNjguNTY5WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzY3NTBfMTc3NikiLz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCiAgICA8cGF0aCBkPSJNNDIxLjg2IDEwNy4zOTVDNDA3LjA4MSA4MS45ODgzIDM2Ni44NSA1OS44NjAyIDMyMi41MTQgNjMuMTM4NEMyODMuOTI1IDY1LjU5NzEgMjIzLjk4OSA3NS40MzE4IDE1Ny40ODUgOTQuMjgxN0MxMDMuMjk2IDEwOS4wMzQgNjIuMjQ0MSAxMjUuNDI1IDM2Ljc5MTggMTQzLjQ1NUMyLjMwODExIDE2OC4wNDIgLTcuNTQ0MzkgMjI1LjQxMiA1LjU5MjI3IDI1OS44MzNDMjUuMjk3MyAzMDkuMDA3IDUxLjU3MDYgMzU0LjA4MyA4Ni4wNTQzIDM5My40MjJDMTIwLjUzOCA0MzEuOTQxIDEzOC42MDEgNDU0Ljg4OSAxOTMuNjExIDQ4NS4yMTNDMjEwLjg1MyA0OTUuMDQ3IDI0OC42MjEgNTA4LjE2IDI4MC42NDEgNTA3LjM0MUMzNTkuNDYxIDUwNS43MDIgMzk3LjIyOSAzOTguMzM5IDQxMC4zNjYgMzU5QzQxOS4zOTcgMzMxLjEzNSA0MzAuODkyIDMwNS43MjkgNDM0Ljk5NyAyNDQuMjYxQzQ0MC43NDQgMTcyLjE0IDQzNi42MzkgMTMyLjgwMSA0MjEuODYgMTA3LjM5NVpNNDAzLjc5NyAyNjguMDI5QzQwMS4zMzQgMzEwLjY0NiAzOTMuOTQ1IDMyOC42NzYgMzg3LjM3NiAzNDguMzQ2QzM3OC4zNDUgMzc1LjM5MSAzNTMuNzE0IDQ0OS45NzEgMjk2LjI0MSA0NDkuOTcxQzI3Mi40MzEgNDQ5Ljk3MSAyNDUuMzM2IDQ0MC4xMzcgMjMzLjAyMSA0MzMuNThDMTkyLjc5IDQxMS40NTIgMTc5LjY1MyAzOTUuMDYxIDE1My4zOCAzNjcuMTk2QzEyNy4xMDYgMzM5LjMzMSAxMDcuNDAxIDMwNy4zNjggOTIuNjIyNyAyNzIuMTI3QzgxLjk0OTEgMjQ3LjU0IDg4LjUxNzQgMjA4LjIwMSAxMTMuMTQ5IDE5MC45OUMxMzEuMjEyIDE3OC42OTcgMTYwLjc2OSAxNjguMDQyIDE5OS4zNTggMTU4LjIwOEMyNDYuOTc4IDE0NS45MTQgMjg5LjY3MyAxNDAuMTc3IDMxNy41ODggMTM5LjM1OEMzNDguNzg4IDEzNy43MTggMzc4LjM0NSAxNTQuMTEgMzg5Ljg0IDE3Mi4xNEM0MDIuMTU1IDE4OC41MzEgNDA2LjI2IDIxNi4zOTYgNDAzLjc5NyAyNjguMDI5WiIgZmlsbD0id2hpdGUiLz4NCiAgICA8ZyBvcGFjaXR5PSIwLjIiPg0KICAgICAgICA8bWFzayBpZD0ibWFzazFfNjc1MF8xNzc2IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSI2MiIgd2lkdGg9IjQzOCIgaGVpZ2h0PSI0NDYiPg0KICAgICAgICAgICAgPHBhdGggZD0iTTQyMS44NiAxMDcuMzk1QzQwNy4wODEgODEuOTg4MyAzNjYuODUgNTkuODYwMiAzMjIuNTE0IDYzLjEzODRDMjgzLjkyNSA2NS41OTcxIDIyMy45ODkgNzUuNDMxOCAxNTcuNDg1IDk0LjI4MTdDMTAzLjI5NiAxMDkuMDM0IDYyLjI0NDEgMTI1LjQyNSAzNi43OTE4IDE0My40NTVDMi4zMDgxMSAxNjguMDQyIC03LjU0NDM5IDIyNS40MTIgNS41OTIyNyAyNTkuODMzQzI1LjI5NzMgMzA5LjAwNyA1MS41NzA2IDM1NC4wODMgODYuMDU0MyAzOTMuNDIyQzEyMC41MzggNDMxLjk0MSAxMzguNjAxIDQ1NC44ODkgMTkzLjYxMSA0ODUuMjEzQzIxMC44NTMgNDk1LjA0NyAyNDguNjIxIDUwOC4xNiAyODAuNjQxIDUwNy4zNDFDMzU5LjQ2MSA1MDUuNzAyIDM5Ny4yMjkgMzk4LjMzOSA0MTAuMzY2IDM1OUM0MTkuMzk3IDMzMS4xMzUgNDMwLjg5MiAzMDUuNzI5IDQzNC45OTcgMjQ0LjI2MUM0NDAuNzQ0IDE3Mi4xNCA0MzYuNjM5IDEzMi44MDEgNDIxLjg2IDEwNy4zOTVaTTQwMy43OTcgMjY4LjAyOUM0MDEuMzM0IDMxMC42NDYgMzkzLjk0NSAzMjguNjc2IDM4Ny4zNzYgMzQ4LjM0NkMzNzguMzQ1IDM3NS4zOTEgMzUzLjcxNCA0NDkuOTcxIDI5Ni4yNDEgNDQ5Ljk3MUMyNzIuNDMxIDQ0OS45NzEgMjQ1LjMzNiA0NDAuMTM3IDIzMy4wMjEgNDMzLjU4QzE5Mi43OSA0MTEuNDUyIDE3OS42NTMgMzk1LjA2MSAxNTMuMzggMzY3LjE5NkMxMjcuMTA2IDMzOS4zMzEgMTA3LjQwMSAzMDcuMzY4IDkyLjYyMjcgMjcyLjEyN0M4MS45NDkxIDI0Ny41NCA4OC41MTc0IDIwOC4yMDEgMTEzLjE0OSAxOTAuOTlDMTMxLjIxMiAxNzguNjk3IDE2MC43NjkgMTY4LjA0MiAxOTkuMzU4IDE1OC4yMDhDMjQ2Ljk3OCAxNDUuOTE0IDI4OS42NzMgMTQwLjE3NyAzMTcuNTg4IDEzOS4zNThDMzQ4Ljc4OCAxMzcuNzE4IDM3OC4zNDUgMTU0LjExIDM4OS44NCAxNzIuMTRDNDAyLjE1NSAxODguNTMxIDQwNi4yNiAyMTYuMzk2IDQwMy43OTcgMjY4LjAyOVoiIGZpbGw9IndoaXRlIi8+DQogICAgICAgIDwvbWFzaz4NCiAgICAgICAgPGcgbWFzaz0idXJsKCNtYXNrMV82NzUwXzE3NzYpIj4NCiAgICAgICAgICAgIDxwYXRoIGQ9Ik00NDAuNzQzIDIwMC44NzZDNDEyLjE4NSAxNTMuMzY1IDM4NS4zMzEgMTM4LjYyMyAzMjIuNzAzIDE0MC4wNjJMMzQ0LjU5OCAyNzcuODQ0TDQ4NC41MzIgMzMyLjk1N0w0NDAuNzQzIDIwMC44NzZaIiBmaWxsPSJ1cmwoI3BhaW50MV9saW5lYXJfNjc1MF8xNzc2KSIvPg0KICAgICAgICAgICAgPHBhdGggZD0iTTMxLjQxMjkgMzMwLjEwN0MxOS45ODk3IDI1NS4wNCA0NS42OTIgMjE5Ljg4MyAxMjkuNDYyIDE4MS44NzRMMTg2LjE0OCAzNTUuOTAxTDY2Ljc5MjIgNTE0LjMxNUwzMS40MTI5IDMzMC4xMDdaIiBmaWxsPSJ1cmwoI3BhaW50Ml9saW5lYXJfNjc1MF8xNzc2KSIvPg0KICAgICAgICA8L2c+DQogICAgPC9nPg0KICAgIDxkZWZzPg0KICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNjc1MF8xNzc2IiB4MT0iNjc2Ljc3OCIgeTE9IjI2OC45NiIgeDI9IjU1Ny45NzUiIHkyPSIxMjkuMDc4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+DQogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjNUUyODAwIi8+DQogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM1RTI4MDAiIHN0b3Atb3BhY2l0eT0iMCIvPg0KICAgICAgICA8L2xpbmVhckdyYWRpZW50Pg0KICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXJfNjc1MF8xNzc2IiB4MT0iNDAzLjYxOCIgeTE9IjEzOS45NzQiIHgyPSIzODYuNTQ0IiB5Mj0iMjc3Ljg1MiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPg0KICAgICAgICAgICAgPHN0b3AvPg0KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLW9wYWNpdHk9IjAiLz4NCiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4NCiAgICAgICAgPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDJfbGluZWFyXzY3NTBfMTc3NiIgeDE9IjI0LjQxNjMiIHkxPSIyNDEuNDIyIiB4Mj0iMTM4Ljc2NSIgeTI9IjM4NC45NTYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4NCiAgICAgICAgICAgIDxzdG9wLz4NCiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMSIgc3RvcC1vcGFjaXR5PSIwIi8+DQogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+DQogICAgPC9kZWZzPg0KPC9zdmc+DQo=) no-repeat center right;
}
@media screen and (max-width: 1120px) {
  .banner.style-2 {
    background-position: center right;
    background-size: 100% 100%;
  }
}
.banner.style-2 .banner-photo {
  position: unset;
  transform: none;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #C4C4C4;
  overflow: hidden;
  float: left;
  margin-right: 3rem;
}
@media screen and (max-width: 870px) {
  .banner.style-2 .banner-photo {
    margin-bottom: 2rem;
    padding-top: 0;
    text-align: left;
    float: none;
  }
}
.banner.style-2 .banner-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  filter: grayscale(1);
}
.banner.style-2 .banner-title {
  max-width: 100%;
}
.banner .banner-title {
  padding-top: 0 !important;
  max-width: calc(50% - 80px);
}
@media screen and (max-width: 870px) {
  .banner .banner-title {
    max-width: 100%;
  }
}
.banner .banner-content {
  max-width: calc(50% - 80px);
}
@media screen and (max-width: 870px) {
  .banner .banner-content {
    max-width: 100%;
  }
}
.banner .banner-contacts {
  display: flex;
  flex-wrap: wrap;
  max-width: calc(50% - 80px);
  margin-bottom: -1rem;
}
@media screen and (max-width: 870px) {
  .banner .banner-contacts {
    max-width: 100%;
  }
}
.banner .banner-contacts .banner-phone {
  margin-bottom: 1rem;
  font-family: "Inter SemiBold", arial, serif;
  color: #171d5d !important;
  margin-right: 3rem;
}
.banner .banner-contacts .banner-phone:hover {
  color: #fa4100 !important;
}
.banner .banner-contacts .banner-email {
  margin-bottom: 1rem;
}
.banner .banner-photo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 1120px) {
  .banner .banner-photo {
    transform: none;
    left: unset;
    right: 20px;
  }
}
@media screen and (max-width: 870px) {
  .banner .banner-photo {
    position: unset;
    margin-bottom: -5rem;
    padding-top: 5rem;
    text-align: right;
  }
}
.banner .banner-photo img {
  max-width: 265px;
  max-height: 280px;
}

.inner-page .page-header {
  background-color: #F5F5F5;
  background-size: cover;
  min-height: 220px;
  position: relative;
  z-index: 1;
}
.inner-page .page-header .page-header-image-wrapper {
  height: 100%;
  position: absolute;
  right: 0;
}
.inner-page .page-header .page-header-image-wrapper:before {
  content: "";
  position: absolute;
  left: -10%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #F5F5F5 15%, rgba(245, 245, 245, 0) 68.8%);
}
.inner-page .page-header .page-header-image-wrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(245, 245, 245, 0.3);
  left: 0;
  top: 0;
}
.inner-page .page-header .page-header-image-wrapper video, .inner-page .page-header .page-header-image-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1450px) {
  .inner-page .page-header .page-header-image-wrapper video, .inner-page .page-header .page-header-image-wrapper img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 680px) {
  .inner-page .page-header {
    min-height: 120px;
  }
}
.inner-page .page-header h1 {
  max-width: 700px;
  color: #171d5d;
  line-height: 120%;
}
@media screen and (max-width: 680px) {
  .inner-page .page-header h1 {
    font-size: calc(12px + 6vw);
  }
}
.inner-page .page-header:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 19.56%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.inner-page .page-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #F5F5F5 38.02%, rgba(245, 245, 245, 0) 68.8%);
  z-index: -1;
}
.inner-page .page-header .page-header-meta {
  padding: 50px 0 30px;
  background-repeat: repeat-y;
  background-position: right;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 680px) {
  .inner-page .page-header .page-header-meta {
    padding: 20px 0;
    background-position: top right;
    background-size: 40%;
  }
}
.inner-page .page-header .page-header-meta #breadcrumbs {
  margin-top: 35px;
}
@media screen and (max-width: 680px) {
  .inner-page .page-header .page-header-meta #breadcrumbs {
    margin-top: 15px;
  }
}
.inner-page .page-header .page-header-meta #breadcrumbs a {
  color: #171d5d;
  position: relative;
  padding-right: 15px;
}
.inner-page .page-header .page-header-meta #breadcrumbs a:hover {
  text-decoration: none;
  color: #fa4100;
}
.inner-page .page-header .page-header-meta #breadcrumbs a:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 9px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNSA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICAgIDxwYXRoIGQ9Ik0xIDFMNCA0TDEgNyIgc3Ryb2tlPSIjZWY0MTE3IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+DQo=);
  background-repeat: no-repeat;
  background-size: cover;
  top: 7px;
  right: 2px;
}
.inner-page .page-header .page-header-meta #breadcrumbs .breadcrumb_last {
  color: #fa4100;
}
.inner-page .page-content {
  width: 100%;
}
@media screen and (max-width: 1120px) {
  .inner-page .page-content {
    padding-bottom: 0;
  }
}
.inner-page .page-content:not(.ignore-first-child) > *:not([class]):first-child {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.inner-page .page-content:not(.ignore-first-child) > *:not([class]):first-child > *:not([class]):first-child {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.inner-page .page-content a:not([class]), .inner-page .page-content a.has-icon {
  color: #4ec3e0;
}
.inner-page .page-content a:not([class]):hover, .inner-page .page-content a.has-icon:hover {
  color: #fa4100;
}
.inner-page .page-content ul, .inner-page .page-content ol, .inner-page .page-content dl {
  margin-bottom: 1.5rem;
}
.inner-page .page-content ul:not([class]) {
  list-style: none;
  padding-left: 2rem;
}
.inner-page .page-content ul:not([class]) li {
  padding-left: 1rem;
  position: relative;
}
.inner-page .page-content ul:not([class]) li:not(:last-child) {
  margin-bottom: 10px;
}
.inner-page .page-content ul:not([class]) li:before {
  content: "";
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0ndXRmLTgnPz4KPHN2ZyB2ZXJzaW9uPScxLjEnIGlkPSdMYXllcl8xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB4PScwcHgnIHk9JzBweCcgdmlld0JveD0nMCAwIDUwMy40IDUwMy41JyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCA1MDMuNCA1MDMuNScgeG1sOnNwYWNlPSdwcmVzZXJ2ZSc+CjxsaW5lYXJHcmFkaWVudCBpZD0nU1ZHSURfMV8nIGdyYWRpZW50VW5pdHM9J3VzZXJTcGFjZU9uVXNlJyB4MT0nMzMxLjg5MjQnIHkxPScxMy4yODgyJyB4Mj0nMTcxLjU1MjYnIHkyPSc0OTAuMzkxOScgZ3JhZGllbnRUcmFuc2Zvcm09J21hdHJpeCgxIDAgMCAtMSAwIDUwMy41OTE5KSc+CjxzdG9wIG9mZnNldD0nNS4wMDY1NzBlLTAyJyBzdHlsZT0nc3RvcC1jb2xvcjojOTQwMDQzJy8+CjxzdG9wIG9mZnNldD0nOC43MjI3NDllLTAyJyBzdHlsZT0nc3RvcC1jb2xvcjojOTgwMzQwJy8+CjxzdG9wIG9mZnNldD0nMC45NDYnIHN0eWxlPSdzdG9wLWNvbG9yOiNGQTQxMDAnLz4KPC9saW5lYXJHcmFkaWVudD4KPHBhdGggZmlsbD0ndXJsKCNTVkdJRF8xXyknIGQ9J000MjkuNyw3My44YzMuNiwzLjYsNy4yLDcuNCwxMC42LDExLjNjMjIuMywyNS4zLDM5LjEsNTQuNCw1MCw4Ni42YzEwLjgsMzIuMiwxNC45LDY1LjUsMTIuNCw5OS4yIGMtMi41LDMyLjUtMTEuMSw2My43LTI1LjYsOTNjLTE0LjYsMjkuMi0zNC4yLDU1LTU4LjYsNzYuNmMtMjUuMywyMi4zLTU0LjQsMzkuMS04Ni42LDUwYy0zMi4yLDEwLjgtNjUuNiwxNS05OS4yLDEyLjQgYy0zMi41LTIuNS02My43LTExLjEtOTMtMjUuNmMtMjkuMi0xNC42LTU1LTM0LjItNzYuNi01OC42Yy0yMi4zLTI1LjMtMzkuMS01NC40LTUwLTg2LjZjLTEwLjgtMzIuMi0xNS02NS42LTEyLjQtOTkuMiBjMi41LTMyLjUsMTEuMS02My43LDI1LjYtOTNjMTQuNi0yOS4yLDM0LjItNTUsNTguNi03Ni42YzI1LjMtMjIuMyw1NC40LTM5LjEsODYuNi01MGMzMi4xLTEwLjgsNjUuNS0xNSw5OS4xLTEyLjUgYzMyLjUsMi41LDYzLjcsMTEuMSw5MywyNS42QzM4OC4zLDM4LjYsNDEwLjQsNTQuNSw0MjkuNyw3My44eiBNMTM5LjMsMzYzLjhjNDEuMyw0MS4zLDEwNCw1OC4zLDE2My4xLDM4LjQgYzgzLTI3LjksMTI3LjgtMTE4LjEsOTkuOS0yMDEuMWMtMjcuOS04Mi45LTExOC4xLTEyNy44LTIwMS4xLTk5LjljLTgzLDI3LjktMTI3LjgsMTE4LjEtOTkuOSwyMDEuMSBDMTA5LjMsMzI2LjMsMTIyLjUsMzQ3LDEzOS4zLDM2My44eicvPgo8L3N2Zz4K) no-repeat;
  background-size: 10px;
  position: absolute;
  display: block;
  margin-left: -1em;
  font-family: "Inter SemiBold", arial, serif;
  top: 7px;
  width: 10px;
  height: 10px;
}
.inner-page .page-content ol {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.inner-page .page-content ol li {
  padding-left: 3.2rem;
  position: relative;
}
.inner-page .page-content ol li:not(:last-child) {
  margin-bottom: 10px;
}
.inner-page .page-content ol li a {
  color: #171d5d;
}
.inner-page .page-content ol li a:hover {
  color: #fa4100;
}
.inner-page .page-content ol li:before {
  content: counter(item) ". ";
  position: absolute;
  color: #fa4100;
  width: auto;
  display: block;
  margin-left: -1.2em;
  counter-increment: item;
  padding-right: 5px;
  font-family: "Inter SemiBold", arial, serif;
  font-size: 17px;
}
.inner-page .page-content table {
  border-collapse: separate;
  border-spacing: 5px 0;
  margin: 0 -5px;
  width: auto;
}
.inner-page .page-content table thead tr th {
  border-bottom: 2px solid #EEEEEE;
  padding-bottom: 5px;
  padding-right: 60px;
  color: #171d5d;
  font-family: "Inter SemiBold", arial, serif;
}
.inner-page .page-content table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 5px;
}
.inner-page .page-content table tbody tr td {
  padding-right: 60px;
}
.inner-page .page-content p {
  margin-bottom: 1rem;
}
.inner-page .page-content p + h2 {
  padding-top: 3rem;
}
.inner-page .page-content p + h3 {
  padding-top: 2rem;
}
.inner-page .page-content p + h4 {
  padding-top: 1rem;
}
.inner-page .page-content p + h5 {
  padding-top: 0;
}
.inner-page .page-content h6 + h1 {
  padding-top: 0;
}
.inner-page .page-content h6 + h2 {
  padding-top: 0;
}
.inner-page .page-content h6 + h3 {
  padding-top: 0;
}
.inner-page .page-content h6 + h4 {
  padding-top: 0;
}
.inner-page .page-content h6 + h5 {
  padding-top: 0;
}
.inner-page .page-content h2 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
}
.inner-page .page-content h3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  margin-bottom: 0;
}
.inner-page .page-content h4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.inner-page .page-content h5 {
  padding-top: 1.5rem;
  padding-bottom: 0.8rem;
  margin-bottom: 0;
}
.inner-page #map {
  height: 700px;
}
@media screen and (max-width: 1120px) {
  .inner-page #map {
    height: 300px;
  }
}
.inner-page #map .map-marker {
  padding: 7px 15px;
  border-radius: 4px;
  background-color: #171d5d;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: -50%;
  display: flex;
  flex-direction: column;
  text-align: center;
  white-space: nowrap;
  transform: translate(-51.5%, -5px);
}
.inner-page #map .map-marker:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  transform: rotate(45deg) translateX(-50%);
  left: 50%;
  bottom: -10px;
  background-color: #171d5d;
  z-index: -1;
}
.inner-page .wp-block-column p {
  padding-right: 4rem;
}

.pagination {
  text-align: center;
  background-color: #EEEEEE;
  padding: 2.725rem 0;
}
.pagination .page-numbers {
  font-size: 17px;
  font-family: "Inter SemiBold", arial, serif;
  letter-spacing: -0.01em;
  color: #171d5d !important;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 680px) {
  .pagination .page-numbers {
    font-size: 16px;
  }
}
.pagination .page-numbers:not(.next):not(.prev) {
  padding: 20px 14px;
}
.pagination .page-numbers:not(.next):not(.prev).current, .pagination .page-numbers:not(.next):not(.prev):hover {
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  color: #fa4100 !important;
}
.pagination .page-numbers.prev {
  margin-right: 14px;
}
.pagination .page-numbers.next {
  margin-left: 14px;
}
.pagination .page-numbers svg {
  vertical-align: baseline;
  color: #F5F5F5;
  transition: color 0.2s ease-in-out;
}
.pagination .page-numbers svg:hover {
  color: #fa4100;
}
@media screen and (max-width: 680px) {
  .pagination .page-numbers svg {
    width: 40px;
  }
}
.pagination .page-numbers.dots {
  color: #929292 !important;
}

.contacts-wrapper {
  display: flex;
}
@media screen and (max-width: 1120px) {
  .contacts-wrapper {
    flex-direction: column;
  }
}
.contacts-wrapper .contacts-list {
  max-width: 550px;
  padding-right: 13rem;
}
@media screen and (max-width: 1120px) {
  .contacts-wrapper .contacts-list {
    max-width: 100%;
    margin-bottom: 6rem;
    padding-right: 0;
  }
}
.contacts-wrapper .contacts-list .contacts-item:not(:last-child) {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #EEEEEE;
}
.contacts-wrapper .contacts-list .contacts-item .contacts-phone {
  font-family: "Inter SemiBold", arial, serif;
  color: #171d5d;
}

html[lang=et] .maps-wrapper .map:not(.allow-zoom):after {
  content: "Vajutage ja seejärel kerige kaardi mõõtkava muutmiseks" !important;
}

.maps-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem -1rem -12rem;
}
@media screen and (max-width: 1120px) {
  .maps-wrapper {
    margin: -1rem;
  }
}
.maps-wrapper.columns-2 .map {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 1120px) {
  .maps-wrapper.columns-2 .map {
    width: 100%;
  }
}
.maps-wrapper .map {
  margin: 1rem;
  width: 100%;
  height: 70rem;
  position: relative;
}
@media screen and (max-width: 1120px) {
  .maps-wrapper .map {
    height: 50rem;
  }
}
@media screen and (max-width: 680px) {
  .maps-wrapper .map {
    height: 30rem;
  }
}
.maps-wrapper .map .map-marker {
  padding: 7px 15px;
  border-radius: 4px;
  background-color: #171d5d;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: -50%;
  display: flex;
  flex-direction: column;
  text-align: center;
  white-space: nowrap;
  transform: translate(-51.5%, -5px);
  letter-spacing: -0.01em;
}
.maps-wrapper .map .map-marker:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  transform: rotate(45deg) translateX(-50%);
  left: 50%;
  bottom: -10px;
  background-color: #171d5d;
  z-index: -1;
}
.maps-wrapper .map:not(.allow-zoom):after {
  content: "Press and then scroll to change the map scale";
  color: #fff;
  font-size: 22px;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 461;
  pointer-events: none;
  transition: 0.4s background-color;
  background-color: rgba(0, 0, 0, 0);
  visibility: hidden;
}
.maps-wrapper .map.mouse-enter:after {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}

.jobs-list .jobs-item {
  display: block;
  padding: 3rem 4rem 3.5rem;
  border: 1px solid #eeeeee;
  color: #171d5d !important;
  transition: 0.2s ease-in-out;
}
.jobs-list .jobs-item:not(:last-child) {
  margin-bottom: -1px;
}
.jobs-list .jobs-item:hover {
  border-color: transparent;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.08), 0 20px 40px rgba(0, 0, 0, 0.08);
}

.jobs-filters-wrapper {
  padding: 3rem 4rem;
  background-color: #F5F5F5;
  position: relative;
}
.jobs-filters-wrapper:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 80px;
  max-height: 100%;
  top: 0;
  left: 0;
  background-color: #fa4100;
}
@media screen and (max-width: 1120px) {
  .jobs-filters-wrapper form > div {
    width: 100%;
  }
}
.jobs-filters-wrapper .jobs-filters .area {
  max-width: 240px;
}
@media screen and (max-width: 1120px) {
  .jobs-filters-wrapper .jobs-filters .area {
    max-width: 100%;
  }
}
@media screen and (max-width: 1450px) and (min-width: 1120px) {
  .jobs-filters-wrapper .jobs-filters .area {
    width: 1px !important;
  }
}
@media screen and (max-width: 1450px) and (min-width: 1120px) {
  .jobs-filters-wrapper .jobs-filters .city {
    width: 15px !important;
  }
}
.jobs-filters-wrapper .jobs-filters .input-field {
  background-color: #ffffff;
  border-color: #DDDDDD;
}
.jobs-filters-wrapper .jobs-filters .input-field[name=keyword] {
  width: 300px;
}
@media screen and (max-width: 1450px) {
  .jobs-filters-wrapper .jobs-filters .input-field[name=keyword] {
    width: 198px;
  }
}
@media screen and (max-width: 1120px) {
  .jobs-filters-wrapper .jobs-filters .input-field[name=keyword] {
    width: 100%;
  }
}
.jobs-filters-wrapper .jobs-filters .input-field[name=date] {
  width: 200px;
}
@media screen and (max-width: 1450px) {
  .jobs-filters-wrapper .jobs-filters .input-field[name=date] {
    width: 180px;
  }
}
@media screen and (max-width: 1120px) {
  .jobs-filters-wrapper .jobs-filters .input-field[name=date] {
    width: 100%;
  }
}
.jobs-filters-wrapper .jobs-filters select {
  max-width: 240px;
}
@media screen and (max-width: 1120px) {
  .jobs-filters-wrapper .jobs-filters select {
    max-width: 100%;
  }
}
.jobs-filters-wrapper .jobs-filters form {
  margin: 0 -2px 0 -3px;
}
@media screen and (max-width: 1120px) {
  .jobs-filters-wrapper .jobs-filters form {
    margin: 0;
  }
}
.jobs-filters-wrapper .jobs-filters form .field-group {
  margin: 0 2px 0 3px;
}
@media screen and (max-width: 1120px) {
  .jobs-filters-wrapper .jobs-filters form .field-group {
    margin: 0;
  }
}

.team-list {
  display: flex;
  margin: -5px;
  flex-wrap: wrap;
}
.team-list .team-item {
  margin: 5px;
  width: calc(33.3333% - 10px);
  position: relative;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  max-height: 420px;
  height: 420px;
}
@media screen and (max-width: 1120px) {
  .team-list .team-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 870px) {
  .team-list .team-item {
    width: 100%;
  }
}
.team-list .team-item .team-item-image {
  height: 100%;
}
.team-list .team-item .team-item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 870px) {
  .team-list .team-item .team-item-image img {
    width: 100%;
  }
}
.team-list .team-item:hover {
  transform: scaleY(1.035) scaleX(1.045);
}
.team-list .team-item:hover .team-item-content .team-item-more {
  visibility: visible;
  opacity: 1;
  height: 100%;
  max-height: 100px;
}
.team-list .team-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 55.38%);
  opacity: 0.3;
  z-index: 1;
}
@media screen and (max-width: 870px) {
  .team-list .team-item:after {
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 80%);
  }
}
.team-list .team-item .team-item-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 3rem 4rem;
  z-index: 2;
}
.team-list .team-item .team-item-content .team-item-title {
  color: #ffffff;
}
.team-list .team-item .team-item-content .team-item-position {
  font-family: "Inter SemiBold", arial, serif;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-bottom: 1rem;
}
.team-list .team-item .team-item-content .team-item-contacts {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem -1rem;
  padding-bottom: 1rem;
}
.team-list .team-item .team-item-content .team-item-contacts a {
  color: #ffffff;
  font-family: "Inter SemiBold", arial, serif;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: -0.01em;
  margin: 0.5rem 1rem;
}
.team-list .team-item .team-item-content .team-item-contacts a svg {
  margin-right: 5px;
}
.team-list .team-item .team-item-content .team-item-contacts a.email {
  font-family: "Inter Regular", arial, serif;
}
.team-list .team-item .team-item-content .team-item-contacts a:hover {
  color: #fa4100;
}
.team-list .team-item .team-item-content .team-item-more {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  height: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 870px) {
  .team-list .team-item .team-item-content .team-item-more {
    visibility: visible;
    opacity: 1;
    max-height: 100%;
    height: auto;
  }
}

#teamModal .modal-dialog {
  max-width: 1066px;
}
@media screen and (max-width: 1120px) {
  #teamModal .modal-dialog {
    width: calc(100% - 8rem);
  }
}
#teamModal .modal-dialog .modal-content {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.08), 0 20px 40px rgba(0, 0, 0, 0.08);
  border-radius: 0;
}

.team-slide-wrapper .team-slide-list .team-slide-item {
  display: flex;
}
@media screen and (max-width: 870px) {
  .team-slide-wrapper .team-slide-list .team-slide-item {
    flex-direction: column;
  }
}
.team-slide-wrapper .team-slide-list .team-slide-item > img {
  max-width: 480px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 870px) {
  .team-slide-wrapper .team-slide-list .team-slide-item > img {
    margin: 0 auto;
    width: 100%;
  }
}
.team-slide-wrapper .team-slide-list .team-slide-item .team-slide-item-content {
  padding-left: 4rem;
}
@media screen and (max-width: 870px) {
  .team-slide-wrapper .team-slide-list .team-slide-item .team-slide-item-content {
    padding-top: 4rem;
    padding-left: 0;
  }
}
.team-slide-wrapper .team-slide-list .team-slide-item .team-slide-item-content .team-slide-item-title {
  padding-top: 0;
  padding-bottom: 1.5rem;
}
.team-slide-wrapper .team-slide-list .team-slide-item .team-slide-item-content .team-slide-item-position {
  font-family: "Inter SemiBold", arial, serif;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fa4100;
  padding-bottom: 1rem;
}
.team-slide-wrapper .team-slide-list .team-slide-item .team-slide-item-content .team-slide-item-contacts {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem -1rem;
  padding-top: 1rem;
}
.team-slide-wrapper .team-slide-list .team-slide-item .team-slide-item-content .team-slide-item-contacts a {
  margin: 0.5rem 1rem;
}
.team-slide-wrapper .team-slide-list .team-slide-item .team-slide-item-content .team-slide-item-contacts a svg {
  margin-right: 6px;
}
.team-slide-wrapper .team-slide-list .team-slide-item .team-slide-item-content .team-slide-item-contacts a.phone {
  color: #171d5d;
  font-family: "Inter SemiBold", arial, serif;
}
.team-slide-wrapper .team-slide-list .team-slide-item .team-slide-item-content .team-slide-item-contacts a.phone:hover {
  color: #fa4100;
}
.team-slide-wrapper .team-slide-list .team-slide-item .team-slide-item-content .team-slide-item-description {
  padding: 2rem 0 0;
  margin: 2rem 0 0;
  border-top: 1px solid #EEEEEE;
}
.team-slide-wrapper .team-slide-list .team-slide-item .team-slide-item-content .team-slide-item-description *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.team-slide-wrapper .team-slide-list .team-slide-item .team-slide-item-content .team-slide-item-description *:first-child {
  padding-top: 0;
  margin-top: 0;
}
.team-slide-wrapper .team-slide-list .team-slide-item .team-slide-item-content .team-slide-item-quote {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyNiAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJNMC4wNjQwNjg4IDYuNjg0MDFDMC40NjU4MTYgOS40NjQwMiAyLjc1MjY5IDExLjQ0NTIgNS4zNDg2IDExLjU3M0M0LjY5OTYyIDE0LjA2NTQgMy4xMjM1MyAxNS4wNTYgMS4yMDc1IDE1LjYzMTJDMS4wMjIwOCAxNS42OTUxIDEuMDUyOTkgMTUuODg2OCAxLjA1Mjk5IDE1Ljg4NjhMMS4zNjIwMiAxNy44NjhDMS4zNjIwMiAxNy44NjggMS4zOTI5MyAxOC4wMjc3IDEuNjQwMTYgMTcuOTk1OEM4LjI1MzU0IDE3LjIyODkgMTIuNzM0NiAxMi4wMjA0IDExLjkwMDIgNS42OTM0M0MxMS4xMjc2IDEuMzE1NzEgNy44MjA4OSAtMC4zNzc4NTQgNC43NjE0MyAwLjA2OTUwMzJDMS43MDE5NiAwLjU4MDc3IC0wLjM5OTQ4NSAzLjUyMDU1IDAuMDY0MDY4OCA2LjY4NDAxWiIgZmlsbD0iI2ZhNDEwMCIvPg0KICAgIDxwYXRoIGQ9Ik0xNC4wNjQxIDYuNjg0MDFDMTQuNDY1OCA5LjQ2NDAyIDE2Ljc1MjcgMTEuNDQ1MiAxOS4zNDg2IDExLjU3M0MxOC42OTk2IDE0LjA2NTQgMTcuMTIzNSAxNS4wNTYgMTUuMjA3NSAxNS42MzEyQzE1LjAyMjEgMTUuNjk1MSAxNS4wNTMgMTUuODg2OCAxNS4wNTMgMTUuODg2OEwxNS4zNjIgMTcuODY4QzE1LjM2MiAxNy44NjggMTUuMzkyOSAxOC4wMjc3IDE1LjY0MDIgMTcuOTk1OEMyMi4yNTM1IDE3LjIyODkgMjYuNzM0NiAxMi4wMjA0IDI1LjkwMDIgNS42OTM0M0MyNS4xMjc2IDEuMzE1NzEgMjEuODIwOSAtMC4zNzc4NTQgMTguNzYxNCAwLjA2OTUwMzJDMTUuNzAyIDAuNTgwNzcgMTMuNjAwNSAzLjUyMDU1IDE0LjA2NDEgNi42ODQwMVoiIGZpbGw9IiNmYTQxMDAiLz4NCjwvc3ZnPg0K) top 2.5rem left no-repeat;
  padding: 2rem 0 0 4rem;
  margin: 2rem 0 0;
  border-top: 1px solid #EEEEEE;
}
.team-slide-wrapper .slider-controls {
  margin: 0;
}
.team-slide-wrapper .slider-controls .slide-prev, .team-slide-wrapper .slider-controls .slide-next {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.team-slide-wrapper .slider-controls .slide-prev.slick-disabled, .team-slide-wrapper .slider-controls .slide-next.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.team-slide-wrapper .slider-controls .slide-prev {
  left: -25px;
}
.team-slide-wrapper .slider-controls .slide-next {
  right: -25px;
}

.cookie-bar {
  background-color: #ffffff;
  border-radius: 4px;
  position: fixed;
  bottom: 2rem;
  padding: 2rem 4rem;
  width: calc(100% - 2rem);
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
  transition: 0.4s ease-in-out;
  z-index: 9999;
}
.cookie-bar .cookie-bar-title {
  font-size: 18px;
  color: #000;
}
.cookie-bar.agreed {
  transform: translateX(-50%) scale(0);
  opacity: 0;
  visibility: hidden;
}
.cookie-bar .cookie-bar-text a {
  color: #4ec3e0;
}
.cookie-bar .cookie-bar-text a:hover {
  color: #fa4100;
}

.faq-list .faq-item {
  border: 1px solid #EEEEEE;
  transition: background-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  background-color: #ffffff;
  padding: 2.2rem 3rem 2.4rem 3rem;
  position: relative;
}
.faq-list .faq-item:not(:last-child) {
  margin-bottom: -1px;
}
.faq-list .faq-item:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.08), 0 20px 40px rgba(0, 0, 0, 0.08);
  z-index: 5;
}
.faq-list .faq-item:before {
  content: "";
  position: absolute;
  height: 0;
  width: 2px;
  top: 50%;
  left: -1px;
  background-color: #fa4100;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.faq-list .faq-item.active {
  background-color: #F5F5F5;
}
.faq-list .faq-item.active:before {
  height: calc(100% + 2px);
  opacity: 1;
  top: -1px;
}
.faq-list .faq-item.active .faq-item-head > span {
  border: 2px solid #171d5d;
}
.faq-list .faq-item.active .faq-item-head > span:before {
  transform: rotate(-180deg);
  background-color: #171d5d;
}
.faq-list .faq-item.active .faq-item-head > span:after {
  transform: rotate(-270deg);
  background-color: #171d5d;
}
.faq-list .faq-item.opened .faq-item-body {
  display: block;
}
.faq-list .faq-item .faq-item-body {
  display: none;
  padding-top: 2rem;
}
.faq-list .faq-item .faq-item-head {
  font-family: "Inter SemiBold", arial, serif;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #171d5d;
  cursor: pointer;
  position: relative;
  padding: 2.2rem 9rem 2.4rem 3rem;
  margin: -2.2rem -3rem -2.4rem -3rem;
}
.faq-list .faq-item .faq-item-head > span {
  position: absolute;
  right: 3rem;
  top: 20px;
  width: 30px;
  height: 30px;
  border: 2px solid #BBBBBB;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
}
.faq-list .faq-item .faq-item-head > span:before {
  content: "";
  position: absolute;
  right: 6px;
  top: 12px;
  width: 14px;
  height: 2px;
  background-color: #BBBBBB;
  transition: 0.4s ease-in-out;
}
.faq-list .faq-item .faq-item-head > span:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 6px;
  width: 2px;
  height: 14px;
  background-color: #BBBBBB;
  transition: 0.4s ease-in-out;
}

.images-mosaic-wrapper {
  display: flex;
  max-height: 390px;
  height: 100%;
}
.images-mosaic-wrapper a img {
  transition: 0.2s ease-in-out;
  filter: grayscale(1);
}
.images-mosaic-wrapper a:hover img {
  filter: grayscale(0);
}
.images-mosaic-wrapper .images-mosaic-col {
  display: flex;
  flex-direction: column;
}
.images-mosaic-wrapper .images-mosaic-col a {
  flex-grow: 1;
}
.images-mosaic-wrapper .images-mosaic-col.col-half img {
  max-height: 195px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.images-mosaic-wrapper .images-mosaic-col.col-full img {
  max-height: 390px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.images-mosaic-wrapper .images-mosaic-row {
  display: flex;
}

.text-accent {
  color: #929292;
}

.text-muted {
  color: #929292 !important;
}

.font-smaller {
  font-size: 15px !important;
}

.font-small {
  font-size: 13px !important;
}

.ls-small {
  letter-spacing: -0.01em;
}

.text-center {
  text-align: center !important;
}

.text-white {
  color: #ffffff !important;
}

.bg-gray {
  background-color: #F5F5F5 !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.w-25 {
  width: 25% !important;
}

.w-33 {
  width: 33.333% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-33 {
  height: 33.333% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

@media (min-width: 680px) {
  .w-sm-25 {
    width: 25% !important;
  }

  .w-sm-33 {
    width: 33.333% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .w-sm-75 {
    width: 75% !important;
  }

  .w-sm-100 {
    width: 100% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-25 {
    height: 25% !important;
  }

  .h-sm-33 {
    height: 33.333% !important;
  }

  .h-sm-50 {
    height: 50% !important;
  }

  .h-sm-75 {
    height: 75% !important;
  }

  .h-sm-100 {
    height: 100% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }
}
@media (min-width: 870px) {
  .w-md-25 {
    width: 25% !important;
  }

  .w-md-33 {
    width: 33.333% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }

  .w-md-100 {
    width: 100% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-25 {
    height: 25% !important;
  }

  .h-md-33 {
    height: 33.333% !important;
  }

  .h-md-50 {
    height: 50% !important;
  }

  .h-md-75 {
    height: 75% !important;
  }

  .h-md-100 {
    height: 100% !important;
  }

  .h-md-auto {
    height: auto !important;
  }
}
@media (min-width: 1120px) {
  .w-lg-25 {
    width: 25% !important;
  }

  .w-lg-33 {
    width: 33.333% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-100 {
    width: 100% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-25 {
    height: 25% !important;
  }

  .h-lg-33 {
    height: 33.333% !important;
  }

  .h-lg-50 {
    height: 50% !important;
  }

  .h-lg-75 {
    height: 75% !important;
  }

  .h-lg-100 {
    height: 100% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }
}
@media (min-width: 1450px) {
  .w-xl-25 {
    width: 25% !important;
  }

  .w-xl-33 {
    width: 33.333% !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .w-xl-75 {
    width: 75% !important;
  }

  .w-xl-100 {
    width: 100% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-25 {
    height: 25% !important;
  }

  .h-xl-33 {
    height: 33.333% !important;
  }

  .h-xl-50 {
    height: 50% !important;
  }

  .h-xl-75 {
    height: 75% !important;
  }

  .h-xl-100 {
    height: 100% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);
  src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("embedded-opentype"), url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"), url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #FFFFFF;
  color: #171d5d;
  font-size: 17px;
  font-family: "Inter Regular", arial, serif;
}

a {
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}
a:hover {
  color: #fa4100;
}

h1, .h1 {
  font-size: 56px;
  line-height: 72px;
  letter-spacing: -0.02em;
  font-family: "Inter SemiBold", arial, serif;
  color: #171d5d;
}
@media screen and (max-width: 680px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 47px;
  }
}

h2, .h2 {
  font-size: 48px;
  line-height: 62px;
  letter-spacing: -0.02em;
  font-family: "Inter SemiBold", arial, serif;
  color: #171d5d;
}
@media screen and (max-width: 680px) {
  h2, .h2 {
    font-size: 32px;
    line-height: 42px;
  }
}

h3, .h3 {
  font-size: 36px;
  line-height: 47px;
  letter-spacing: -0.02em;
  font-family: "Inter SemiBold", arial, serif;
  color: #171d5d;
}
@media screen and (max-width: 680px) {
  h3, .h3 {
    font-size: 24px;
    line-height: 34px;
  }
}

h4, .h4 {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.02em;
  font-family: "Inter SemiBold", arial, serif;
  color: #171d5d;
}
@media screen and (max-width: 680px) {
  h4, .h4 {
    font-size: 20px;
    line-height: 24px;
  }
}

h5, .h5 {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.01em;
  font-family: "Inter SemiBold", arial, serif;
  color: #171d5d;
}
@media screen and (max-width: 680px) {
  h5, .h5 {
    font-size: 14px;
    line-height: 20px;
  }
}

h6, .h6 {
  font-size: 12px;
  font-family: "Inter SemiBold", arial, serif;
  line-height: 160%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fa4100;
  margin-bottom: 0;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

b, strong {
  font-family: "Inter SemiBold", arial, serif;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  letter-spacing: -0.01em;
}

.slider-controls {
  display: flex;
  align-items: center;
  margin: 0 -10px;
}
.slider-controls .slide-prev, .slider-controls .slide-next {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.2s ease-in-out;
  margin: 0 10px;
}
.slider-controls .slide-prev:not(.slick-disabled), .slider-controls .slide-next:not(.slick-disabled) {
  background-color: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08), 0px 8px 16px rgba(0, 0, 0, 0.08), 0px 10px 20px rgba(0, 0, 0, 0.08);
  color: #fa4100;
  cursor: pointer;
}
.slider-controls .slide-prev:not(.slick-disabled):hover, .slider-controls .slide-next:not(.slick-disabled):hover {
  background-color: #fa4100;
  color: #ffffff;
}

.back-wrapper {
  padding: 30px;
  background-color: #F5F5F5;
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 680px) {
  .back-wrapper {
    justify-content: center;
  }
}
.back-wrapper a {
  display: flex;
  align-items: center;
  color: #171d5d !important;
  font-family: "Inter SemiBold", arial, serif;
  letter-spacing: -0.01em;
  font-size: 17px;
  flex-wrap: wrap;
  margin: 1rem 0;
}
.back-wrapper a:hover {
  color: #fa4100 !important;
}

.has-icon {
  display: flex;
  align-items: center;
}
.has-icon svg {
  margin-right: 10px;
  flex-shrink: 0;
}

.sticky-btn {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 999;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  padding: 5px 3rem 5px 5px;
  border: none;
  display: flex;
  align-items: center;
  color: #171d5d;
  font-family: "Inter SemiBold", arial, serif;
  transition: 0.2s ease-in-out;
}
.sticky-btn:hover {
  background-color: #fa4100;
  color: #ffffff;
}
.sticky-btn:hover span {
  background-color: #ffffff;
  color: #fa4100;
}
.sticky-btn span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fa4100;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  transition: 0.2s ease-in-out;
  color: #ffffff;
}

.flatpickr-day.selected {
  background: #fa4100;
  border-color: #fa4100;
}

/*# sourceMappingURL=styles.css.map*/