<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* required styles */

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

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

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	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;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

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

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

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

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


/* control positioning */

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


/* zoom and fade animations */

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

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

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


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-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:         grabbing;
	}

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

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

/* visual tweaks */

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


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


/* general toolbar styles */

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

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

/* zoom control */

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

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


/* layers control */

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

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


/* attribution and scale controls */

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

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


/* popup */

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

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

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

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

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


/* div icon */

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


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

/* Directions */

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

/* Printing */

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


.autocomplete-list {
  text-align: left;
}
.transition, .autocomplete, .showAll-transition, .autocomplete ul, .autocomplete ul li a{
  transition:all 0.3s ease-out;
  -moz-transition:all 0.3s ease-out;
  -webkit-transition:all 0.3s ease-out;
  -o-transition:all 0.3s ease-out;
}

.autocomplete ul{
  font-family: sans-serif;
  position: absolute;
  list-style: none;
  background: #f8f8f8;
  padding: 10px 0;
  margin: 0;
  display: inline-block;
  min-width: 94%;
  margin-top: 10px;
  z-index: 1;
}

.autocomplete ul:before{
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid #f8f8f8;
  left: 46%;
  top: -20px
}

.autocomplete ul li a{
  text-decoration: none;
  display: block;
  background: #f8f8f8;
  color: #2b2b2b;
  padding: 5px;
  padding-left: 10px;
}

.autocomplete ul li a:hover, .autocomplete ul li.focus-list a{
  color: white;
  background: #2F9AF7;
}

.autocomplete ul li a span, /*backwards compat*/
.autocomplete ul li a .autocomplete-anchor-label{
  display: block;
  margin-top: 3px;
  color: grey;
  font-size: 13px;
}

.autocomplete ul li a:hover .autocomplete-anchor-label, 
.autocomplete ul li.focus-list a span, /*backwards compat*/
.autocomplete ul li a:hover .autocomplete-anchor-label, 
.autocomplete ul li.focus-list a span{ /*backwards compat*/
  color: white;
}

/*.showAll-transition{
  opacity: 1;
  height: 50px;
  overflow: hidden;
}

.showAll-enter{
  opacity: 0.3;
  height: 0;
}

.showAll-leave{
  display: none;
}*/

@charset "UTF-8";
/*!
 * Bootstrap v4.6.0 (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)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1120px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1900px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "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-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "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;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

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

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

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

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: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  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; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

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

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

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

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,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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; }

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

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

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

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

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

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a &gt; code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 1120px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1120px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1900px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1610px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters &gt; .col,
  .no-gutters &gt; [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 &gt; * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 &gt; * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 &gt; * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 &gt; * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 &gt; * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 &gt; * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 &gt; * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 &gt; * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 &gt; * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 &gt; * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 &gt; * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 &gt; * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 &gt; * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 &gt; * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 &gt; * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 &gt; * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 &gt; * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 &gt; * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1120px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 &gt; * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 &gt; * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 &gt; * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 &gt; * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 &gt; * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 &gt; * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 &gt; * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 &gt; * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 &gt; * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 &gt; * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 &gt; * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 &gt; * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1900px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxl-1 &gt; * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 &gt; * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 &gt; * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxl-4 &gt; * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 &gt; * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 &gt; * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary &gt; th,
.table-primary &gt; td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover &gt; td,
  .table-hover .table-primary:hover &gt; th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary &gt; th,
.table-secondary &gt; td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover &gt; td,
  .table-hover .table-secondary:hover &gt; th {
    background-color: #c8cbcf; }

.table-success,
.table-success &gt; th,
.table-success &gt; td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover &gt; td,
  .table-hover .table-success:hover &gt; th {
    background-color: #b1dfbb; }

.table-info,
.table-info &gt; th,
.table-info &gt; td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover &gt; td,
  .table-hover .table-info:hover &gt; th {
    background-color: #abdde5; }

.table-warning,
.table-warning &gt; th,
.table-warning &gt; td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover &gt; td,
  .table-hover .table-warning:hover &gt; th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger &gt; th,
.table-danger &gt; td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover &gt; td,
  .table-hover .table-danger:hover &gt; th {
    background-color: #f1b0b7; }

.table-light,
.table-light &gt; th,
.table-light &gt; td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover &gt; td,
  .table-hover .table-light:hover &gt; th {
    background-color: #ececf6; }

.table-dark,
.table-dark &gt; th,
.table-dark &gt; td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover &gt; td,
  .table-hover .table-dark:hover &gt; th {
    background-color: #b9bbbe; }

.table-active,
.table-active &gt; th,
.table-active &gt; td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover &gt; td,
  .table-hover .table-active:hover &gt; th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm &gt; .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md &gt; .table-bordered {
      border: 0; } }

@media (max-width: 1119.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg &gt; .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl &gt; .table-bordered {
      border: 0; } }

@media (max-width: 1899.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl &gt; .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive &gt; .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row &gt; .col,
  .form-row &gt; [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row &gt; .col &gt; .valid-tooltip,
  .form-row &gt; [class*="col-"] &gt; .valid-tooltip {
    left: 5px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row &gt; .col &gt; .invalid-tooltip,
  .form-row &gt; [class*="col-"] &gt; .invalid-tooltip {
    left: 5px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show &gt; .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show &gt; .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show &gt; .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show &gt; .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show &gt; .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show &gt; .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show &gt; .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show &gt; .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show &gt; .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show &gt; .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show &gt; .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show &gt; .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show &gt; .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show &gt; .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show &gt; .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show &gt; .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg &gt; .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm &gt; .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 1120px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1900px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group &gt; .btn,
  .btn-group-vertical &gt; .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group &gt; .btn:hover,
    .btn-group-vertical &gt; .btn:hover {
      z-index: 1; }
    .btn-group &gt; .btn:focus, .btn-group &gt; .btn:active, .btn-group &gt; .btn.active,
    .btn-group-vertical &gt; .btn:focus,
    .btn-group-vertical &gt; .btn:active,
    .btn-group-vertical &gt; .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group &gt; .btn:not(:first-child),
.btn-group &gt; .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group &gt; .btn:not(:last-child):not(.dropdown-toggle),
.btn-group &gt; .btn-group:not(:last-child) &gt; .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group &gt; .btn:not(:first-child),
.btn-group &gt; .btn-group:not(:first-child) &gt; .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm &gt; .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg &gt; .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical &gt; .btn,
  .btn-group-vertical &gt; .btn-group {
    width: 100%; }
  .btn-group-vertical &gt; .btn:not(:first-child),
  .btn-group-vertical &gt; .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical &gt; .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical &gt; .btn:not(:first-child),
  .btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle &gt; .btn,
.btn-group-toggle &gt; .btn-group &gt; .btn {
  margin-bottom: 0; }
  .btn-group-toggle &gt; .btn input[type="radio"],
  .btn-group-toggle &gt; .btn input[type="checkbox"],
  .btn-group-toggle &gt; .btn-group &gt; .btn input[type="radio"],
  .btn-group-toggle &gt; .btn-group &gt; .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group &gt; .form-control,
  .input-group &gt; .form-control-plaintext,
  .input-group &gt; .custom-select,
  .input-group &gt; .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group &gt; .form-control + .form-control,
    .input-group &gt; .form-control + .custom-select,
    .input-group &gt; .form-control + .custom-file,
    .input-group &gt; .form-control-plaintext + .form-control,
    .input-group &gt; .form-control-plaintext + .custom-select,
    .input-group &gt; .form-control-plaintext + .custom-file,
    .input-group &gt; .custom-select + .form-control,
    .input-group &gt; .custom-select + .custom-select,
    .input-group &gt; .custom-select + .custom-file,
    .input-group &gt; .custom-file + .form-control,
    .input-group &gt; .custom-file + .custom-select,
    .input-group &gt; .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group &gt; .form-control:focus,
  .input-group &gt; .custom-select:focus,
  .input-group &gt; .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group &gt; .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group &gt; .form-control:not(:first-child),
  .input-group &gt; .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group &gt; .custom-file {
    display: flex;
    align-items: center; }
    .input-group &gt; .custom-file:not(:last-child) .custom-file-label,
    .input-group &gt; .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group:not(.has-validation) &gt; .form-control:not(:last-child),
  .input-group:not(.has-validation) &gt; .custom-select:not(:last-child),
  .input-group:not(.has-validation) &gt; .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation &gt; .form-control:nth-last-child(n + 3),
  .input-group.has-validation &gt; .custom-select:nth-last-child(n + 3),
  .input-group.has-validation &gt; .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg &gt; .form-control:not(textarea),
.input-group-lg &gt; .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg &gt; .form-control,
.input-group-lg &gt; .custom-select,
.input-group-lg &gt; .input-group-prepend &gt; .input-group-text,
.input-group-lg &gt; .input-group-append &gt; .input-group-text,
.input-group-lg &gt; .input-group-prepend &gt; .btn,
.input-group-lg &gt; .input-group-append &gt; .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm &gt; .form-control:not(textarea),
.input-group-sm &gt; .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm &gt; .form-control,
.input-group-sm &gt; .custom-select,
.input-group-sm &gt; .input-group-prepend &gt; .input-group-text,
.input-group-sm &gt; .input-group-append &gt; .input-group-text,
.input-group-sm &gt; .input-group-prepend &gt; .btn,
.input-group-sm &gt; .input-group-append &gt; .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg &gt; .custom-select,
.input-group-sm &gt; .custom-select {
  padding-right: 1.75rem; }

.input-group &gt; .input-group-prepend &gt; .btn,
.input-group &gt; .input-group-prepend &gt; .input-group-text,
.input-group:not(.has-validation) &gt; .input-group-append:not(:last-child) &gt; .btn,
.input-group:not(.has-validation) &gt; .input-group-append:not(:last-child) &gt; .input-group-text,
.input-group.has-validation &gt; .input-group-append:nth-last-child(n + 3) &gt; .btn,
.input-group.has-validation &gt; .input-group-append:nth-last-child(n + 3) &gt; .input-group-text,
.input-group &gt; .input-group-append:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group &gt; .input-group-append:last-child &gt; .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group &gt; .input-group-append &gt; .btn,
.input-group &gt; .input-group-append &gt; .input-group-text,
.input-group &gt; .input-group-prepend:not(:first-child) &gt; .btn,
.input-group &gt; .input-group-prepend:not(:first-child) &gt; .input-group-text,
.input-group &gt; .input-group-prepend:first-child &gt; .btn:not(:first-child),
.input-group &gt; .input-group-prepend:first-child &gt; .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show &gt; .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill &gt; .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified &gt; .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content &gt; .tab-pane {
  display: none; }

.tab-content &gt; .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl, .navbar .container-xxl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat; }

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@media (max-width: 575.98px) {
  .navbar-expand-sm &gt; .container,
  .navbar-expand-sm &gt; .container-fluid, .navbar-expand-sm &gt; .container-sm, .navbar-expand-sm &gt; .container-md, .navbar-expand-sm &gt; .container-lg, .navbar-expand-sm &gt; .container-xl, .navbar-expand-sm &gt; .container-xxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm &gt; .container,
    .navbar-expand-sm &gt; .container-fluid, .navbar-expand-sm &gt; .container-sm, .navbar-expand-sm &gt; .container-md, .navbar-expand-sm &gt; .container-lg, .navbar-expand-sm &gt; .container-xl, .navbar-expand-sm &gt; .container-xxl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md &gt; .container,
  .navbar-expand-md &gt; .container-fluid, .navbar-expand-md &gt; .container-sm, .navbar-expand-md &gt; .container-md, .navbar-expand-md &gt; .container-lg, .navbar-expand-md &gt; .container-xl, .navbar-expand-md &gt; .container-xxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md &gt; .container,
    .navbar-expand-md &gt; .container-fluid, .navbar-expand-md &gt; .container-sm, .navbar-expand-md &gt; .container-md, .navbar-expand-md &gt; .container-lg, .navbar-expand-md &gt; .container-xl, .navbar-expand-md &gt; .container-xxl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 1119.98px) {
  .navbar-expand-lg &gt; .container,
  .navbar-expand-lg &gt; .container-fluid, .navbar-expand-lg &gt; .container-sm, .navbar-expand-lg &gt; .container-md, .navbar-expand-lg &gt; .container-lg, .navbar-expand-lg &gt; .container-xl, .navbar-expand-lg &gt; .container-xxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1120px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg &gt; .container,
    .navbar-expand-lg &gt; .container-fluid, .navbar-expand-lg &gt; .container-sm, .navbar-expand-lg &gt; .container-md, .navbar-expand-lg &gt; .container-lg, .navbar-expand-lg &gt; .container-xl, .navbar-expand-lg &gt; .container-xxl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl &gt; .container,
  .navbar-expand-xl &gt; .container-fluid, .navbar-expand-xl &gt; .container-sm, .navbar-expand-xl &gt; .container-md, .navbar-expand-xl &gt; .container-lg, .navbar-expand-xl &gt; .container-xl, .navbar-expand-xl &gt; .container-xxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl &gt; .container,
    .navbar-expand-xl &gt; .container-fluid, .navbar-expand-xl &gt; .container-sm, .navbar-expand-xl &gt; .container-md, .navbar-expand-xl &gt; .container-lg, .navbar-expand-xl &gt; .container-xl, .navbar-expand-xl &gt; .container-xxl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (max-width: 1899.98px) {
  .navbar-expand-xxl &gt; .container,
  .navbar-expand-xxl &gt; .container-fluid, .navbar-expand-xxl &gt; .container-sm, .navbar-expand-xxl &gt; .container-md, .navbar-expand-xxl &gt; .container-lg, .navbar-expand-xxl &gt; .container-xl, .navbar-expand-xxl &gt; .container-xxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1900px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl &gt; .container,
    .navbar-expand-xxl &gt; .container-fluid, .navbar-expand-xxl &gt; .container-sm, .navbar-expand-xxl &gt; .container-md, .navbar-expand-xxl &gt; .container-lg, .navbar-expand-xxl &gt; .container-xl, .navbar-expand-xxl &gt; .container-xxl {
      flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand &gt; .container,
  .navbar-expand &gt; .container-fluid, .navbar-expand &gt; .container-sm, .navbar-expand &gt; .container-md, .navbar-expand &gt; .container-lg, .navbar-expand &gt; .container-xl, .navbar-expand &gt; .container-xxl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand &gt; .container,
  .navbar-expand &gt; .container-fluid, .navbar-expand &gt; .container-sm, .navbar-expand &gt; .container-md, .navbar-expand &gt; .container-lg, .navbar-expand &gt; .container-xl, .navbar-expand &gt; .container-xxl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show &gt; .nav-link,
.navbar-light .navbar-nav .active &gt; .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show &gt; .nav-link,
.navbar-dark .navbar-nav .active &gt; .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card &gt; hr {
    margin-right: 0;
    margin-left: 0; }
  .card &gt; .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card &gt; .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card &gt; .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card &gt; .card-header + .list-group,
  .card &gt; .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group &gt; .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group &gt; .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group &gt; .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group &gt; .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group &gt; .card:not(:last-child) .card-img-top,
        .card-group &gt; .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group &gt; .card:not(:last-child) .card-img-bottom,
        .card-group &gt; .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group &gt; .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group &gt; .card:not(:first-child) .card-img-top,
        .card-group &gt; .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group &gt; .card:not(:first-child) .card-img-bottom,
        .card-group &gt; .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion &gt; .card {
    overflow: hidden; }
    .accordion &gt; .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion &gt; .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion &gt; .card &gt; .card-header {
      border-radius: 0;
      margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

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

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal &gt; .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal &gt; .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal &gt; .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal &gt; .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal &gt; .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm &gt; .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm &gt; .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm &gt; .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm &gt; .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm &gt; .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md &gt; .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md &gt; .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md &gt; .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md &gt; .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md &gt; .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1120px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg &gt; .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg &gt; .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg &gt; .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg &gt; .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg &gt; .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl &gt; .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl &gt; .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl &gt; .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl &gt; .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl &gt; .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1900px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl &gt; .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl &gt; .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl &gt; .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl &gt; .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl &gt; .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush &gt; .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush &gt; .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer &gt; * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 1120px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top &gt; .arrow, .bs-popover-auto[x-placement^="top"] &gt; .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top &gt; .arrow::before, .bs-popover-auto[x-placement^="top"] &gt; .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top &gt; .arrow::after, .bs-popover-auto[x-placement^="top"] &gt; .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right &gt; .arrow, .bs-popover-auto[x-placement^="right"] &gt; .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right &gt; .arrow::before, .bs-popover-auto[x-placement^="right"] &gt; .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right &gt; .arrow::after, .bs-popover-auto[x-placement^="right"] &gt; .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom &gt; .arrow, .bs-popover-auto[x-placement^="bottom"] &gt; .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom &gt; .arrow::before, .bs-popover-auto[x-placement^="bottom"] &gt; .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom &gt; .arrow::after, .bs-popover-auto[x-placement^="bottom"] &gt; .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left &gt; .arrow, .bs-popover-auto[x-placement^="left"] &gt; .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left &gt; .arrow::before, .bs-popover-auto[x-placement^="left"] &gt; .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left &gt; .arrow::after, .bs-popover-auto[x-placement^="left"] &gt; .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
          animation: .75s linear infinite spinner-border; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
          animation: .75s linear infinite spinner-grow; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s; } }

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

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

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

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

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

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

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

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

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

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

.d-block {
  display: block !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; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !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; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !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; } }

@media (min-width: 1120px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !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; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !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; } }

@media (min-width: 1900px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !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; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.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-wrap {
  flex-wrap: wrap !important; }

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

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

.flex-fill {
  flex: 1 1 auto !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; }

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

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

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !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; }
  .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; }
  .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; } }

@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !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; }
  .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; }
  .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; } }

@media (min-width: 1120px) {
  .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-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !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; }
  .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; }
  .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; } }

@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !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; }
  .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; }
  .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; } }

@media (min-width: 1900px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 1120px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1900px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !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-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

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

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

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

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

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

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

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

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

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

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 1120px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1900px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1120px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1900px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

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

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

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 1120px !important; }
  .container {
    min-width: 1120px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.m0 {
  margin: 0px !important; }

.p0 {
  padding: 0px !important; }

.m1 {
  margin: 1px !important; }

.p1 {
  padding: 1px !important; }

.m2 {
  margin: 2px !important; }

.p2 {
  padding: 2px !important; }

.m3 {
  margin: 3px !important; }

.p3 {
  padding: 3px !important; }

.m4 {
  margin: 4px !important; }

.p4 {
  padding: 4px !important; }

.m5 {
  margin: 5px !important; }

.p5 {
  padding: 5px !important; }

.m6 {
  margin: 6px !important; }

.p6 {
  padding: 6px !important; }

.m7 {
  margin: 7px !important; }

.p7 {
  padding: 7px !important; }

.m8 {
  margin: 8px !important; }

.p8 {
  padding: 8px !important; }

.m9 {
  margin: 9px !important; }

.p9 {
  padding: 9px !important; }

.m10 {
  margin: 10px !important; }

.p10 {
  padding: 10px !important; }

.m15 {
  margin: 15px !important; }

.p15 {
  padding: 15px !important; }

.m20 {
  margin: 20px !important; }

.p20 {
  padding: 20px !important; }

.m25 {
  margin: 25px !important; }

.p25 {
  padding: 25px !important; }

.m30 {
  margin: 30px !important; }

.p30 {
  padding: 30px !important; }

.m35 {
  margin: 35px !important; }

.p35 {
  padding: 35px !important; }

.m40 {
  margin: 40px !important; }

.p40 {
  padding: 40px !important; }

.m45 {
  margin: 45px !important; }

.p45 {
  padding: 45px !important; }

.m50 {
  margin: 50px !important; }

.p50 {
  padding: 50px !important; }

.m55 {
  margin: 55px !important; }

.p55 {
  padding: 55px !important; }

.m60 {
  margin: 60px !important; }

.p60 {
  padding: 60px !important; }

.m65 {
  margin: 65px !important; }

.p65 {
  padding: 65px !important; }

.m70 {
  margin: 70px !important; }

.p70 {
  padding: 70px !important; }

.m75 {
  margin: 75px !important; }

.p75 {
  padding: 75px !important; }

.m80 {
  margin: 80px !important; }

.p80 {
  padding: 80px !important; }

.m85 {
  margin: 85px !important; }

.p85 {
  padding: 85px !important; }

.m90 {
  margin: 90px !important; }

.p90 {
  padding: 90px !important; }

.m95 {
  margin: 95px !important; }

.p95 {
  padding: 95px !important; }

.m100 {
  margin: 100px !important; }

.p100 {
  padding: 100px !important; }

.mt0 {
  margin-top: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

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

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

.lh0 {
  line-height: 0px !important; }

.h0 {
  height: 0px !important; }

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

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

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

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

.mt1 {
  margin-top: 1px !important; }

.mr1 {
  margin-right: 1px !important; }

.ml1 {
  margin-left: 1px !important; }

.mb1 {
  margin-bottom: 1px !important; }

.pt1 {
  padding-top: 1px !important; }

.pb1 {
  padding-bottom: 1px !important; }

.pl1 {
  padding-left: 1px !important; }

.pr1 {
  padding-right: 1px !important; }

.lh1 {
  line-height: 1px !important; }

.h1 {
  height: 1px !important; }

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

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

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

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

.mt2 {
  margin-top: 2px !important; }

.mr2 {
  margin-right: 2px !important; }

.ml2 {
  margin-left: 2px !important; }

.mb2 {
  margin-bottom: 2px !important; }

.pt2 {
  padding-top: 2px !important; }

.pb2 {
  padding-bottom: 2px !important; }

.pl2 {
  padding-left: 2px !important; }

.pr2 {
  padding-right: 2px !important; }

.lh2 {
  line-height: 2px !important; }

.h2 {
  height: 2px !important; }

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

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

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

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

.mt3 {
  margin-top: 3px !important; }

.mr3 {
  margin-right: 3px !important; }

.ml3 {
  margin-left: 3px !important; }

.mb3 {
  margin-bottom: 3px !important; }

.pt3 {
  padding-top: 3px !important; }

.pb3 {
  padding-bottom: 3px !important; }

.pl3 {
  padding-left: 3px !important; }

.pr3 {
  padding-right: 3px !important; }

.lh3 {
  line-height: 3px !important; }

.h3 {
  height: 3px !important; }

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

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

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

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

.mt4 {
  margin-top: 4px !important; }

.mr4 {
  margin-right: 4px !important; }

.ml4 {
  margin-left: 4px !important; }

.mb4 {
  margin-bottom: 4px !important; }

.pt4 {
  padding-top: 4px !important; }

.pb4 {
  padding-bottom: 4px !important; }

.pl4 {
  padding-left: 4px !important; }

.pr4 {
  padding-right: 4px !important; }

.lh4 {
  line-height: 4px !important; }

.h4 {
  height: 4px !important; }

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

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

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

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

.mt5 {
  margin-top: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.lh5 {
  line-height: 5px !important; }

.h5 {
  height: 5px !important; }

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

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

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

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

.mt6 {
  margin-top: 6px !important; }

.mr6 {
  margin-right: 6px !important; }

.ml6 {
  margin-left: 6px !important; }

.mb6 {
  margin-bottom: 6px !important; }

.pt6 {
  padding-top: 6px !important; }

.pb6 {
  padding-bottom: 6px !important; }

.pl6 {
  padding-left: 6px !important; }

.pr6 {
  padding-right: 6px !important; }

.lh6 {
  line-height: 6px !important; }

.h6 {
  height: 6px !important; }

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

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

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

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

.mt7 {
  margin-top: 7px !important; }

.mr7 {
  margin-right: 7px !important; }

.ml7 {
  margin-left: 7px !important; }

.mb7 {
  margin-bottom: 7px !important; }

.pt7 {
  padding-top: 7px !important; }

.pb7 {
  padding-bottom: 7px !important; }

.pl7 {
  padding-left: 7px !important; }

.pr7 {
  padding-right: 7px !important; }

.lh7 {
  line-height: 7px !important; }

.h7 {
  height: 7px !important; }

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

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

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

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

.mt8 {
  margin-top: 8px !important; }

.mr8 {
  margin-right: 8px !important; }

.ml8 {
  margin-left: 8px !important; }

.mb8 {
  margin-bottom: 8px !important; }

.pt8 {
  padding-top: 8px !important; }

.pb8 {
  padding-bottom: 8px !important; }

.pl8 {
  padding-left: 8px !important; }

.pr8 {
  padding-right: 8px !important; }

.lh8 {
  line-height: 8px !important; }

.h8 {
  height: 8px !important; }

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

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

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

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

.mt9 {
  margin-top: 9px !important; }

.mr9 {
  margin-right: 9px !important; }

.ml9 {
  margin-left: 9px !important; }

.mb9 {
  margin-bottom: 9px !important; }

.pt9 {
  padding-top: 9px !important; }

.pb9 {
  padding-bottom: 9px !important; }

.pl9 {
  padding-left: 9px !important; }

.pr9 {
  padding-right: 9px !important; }

.lh9 {
  line-height: 9px !important; }

.h9 {
  height: 9px !important; }

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

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

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

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

.mt10 {
  margin-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.lh10 {
  line-height: 10px !important; }

.h10 {
  height: 10px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt15 {
  margin-top: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.lh15 {
  line-height: 15px !important; }

.h15 {
  height: 15px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt20 {
  margin-top: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.lh20 {
  line-height: 20px !important; }

.h20 {
  height: 20px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt25 {
  margin-top: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.lh25 {
  line-height: 25px !important; }

.h25 {
  height: 25px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt30 {
  margin-top: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.lh30 {
  line-height: 30px !important; }

.h30 {
  height: 30px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt35 {
  margin-top: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.lh35 {
  line-height: 35px !important; }

.h35 {
  height: 35px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt40 {
  margin-top: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.lh40 {
  line-height: 40px !important; }

.h40 {
  height: 40px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt45 {
  margin-top: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.lh45 {
  line-height: 45px !important; }

.h45 {
  height: 45px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt50 {
  margin-top: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.lh50 {
  line-height: 50px !important; }

.h50 {
  height: 50px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt55 {
  margin-top: 55px !important; }

.mr55 {
  margin-right: 55px !important; }

.ml55 {
  margin-left: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.pt55 {
  padding-top: 55px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.pl55 {
  padding-left: 55px !important; }

.pr55 {
  padding-right: 55px !important; }

.lh55 {
  line-height: 55px !important; }

.h55 {
  height: 55px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt60 {
  margin-top: 60px !important; }

.mr60 {
  margin-right: 60px !important; }

.ml60 {
  margin-left: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.pt60 {
  padding-top: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pl60 {
  padding-left: 60px !important; }

.pr60 {
  padding-right: 60px !important; }

.lh60 {
  line-height: 60px !important; }

.h60 {
  height: 60px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt65 {
  margin-top: 65px !important; }

.mr65 {
  margin-right: 65px !important; }

.ml65 {
  margin-left: 65px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.pt65 {
  padding-top: 65px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.pl65 {
  padding-left: 65px !important; }

.pr65 {
  padding-right: 65px !important; }

.lh65 {
  line-height: 65px !important; }

.h65 {
  height: 65px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt70 {
  margin-top: 70px !important; }

.mr70 {
  margin-right: 70px !important; }

.ml70 {
  margin-left: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.pt70 {
  padding-top: 70px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pl70 {
  padding-left: 70px !important; }

.pr70 {
  padding-right: 70px !important; }

.lh70 {
  line-height: 70px !important; }

.h70 {
  height: 70px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt75 {
  margin-top: 75px !important; }

.mr75 {
  margin-right: 75px !important; }

.ml75 {
  margin-left: 75px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.pt75 {
  padding-top: 75px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.pl75 {
  padding-left: 75px !important; }

.pr75 {
  padding-right: 75px !important; }

.lh75 {
  line-height: 75px !important; }

.h75 {
  height: 75px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt80 {
  margin-top: 80px !important; }

.mr80 {
  margin-right: 80px !important; }

.ml80 {
  margin-left: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.pt80 {
  padding-top: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pl80 {
  padding-left: 80px !important; }

.pr80 {
  padding-right: 80px !important; }

.lh80 {
  line-height: 80px !important; }

.h80 {
  height: 80px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt85 {
  margin-top: 85px !important; }

.mr85 {
  margin-right: 85px !important; }

.ml85 {
  margin-left: 85px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.pt85 {
  padding-top: 85px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.pl85 {
  padding-left: 85px !important; }

.pr85 {
  padding-right: 85px !important; }

.lh85 {
  line-height: 85px !important; }

.h85 {
  height: 85px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt90 {
  margin-top: 90px !important; }

.mr90 {
  margin-right: 90px !important; }

.ml90 {
  margin-left: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.pt90 {
  padding-top: 90px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pl90 {
  padding-left: 90px !important; }

.pr90 {
  padding-right: 90px !important; }

.lh90 {
  line-height: 90px !important; }

.h90 {
  height: 90px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt95 {
  margin-top: 95px !important; }

.mr95 {
  margin-right: 95px !important; }

.ml95 {
  margin-left: 95px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.pt95 {
  padding-top: 95px !important; }

.pb95 {
  padding-bottom: 95px !important; }

.pl95 {
  padding-left: 95px !important; }

.pr95 {
  padding-right: 95px !important; }

.lh95 {
  line-height: 95px !important; }

.h95 {
  height: 95px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt100 {
  margin-top: 100px !important; }

.mr100 {
  margin-right: 100px !important; }

.ml100 {
  margin-left: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.pt100 {
  padding-top: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pl100 {
  padding-left: 100px !important; }

.pr100 {
  padding-right: 100px !important; }

.lh100 {
  line-height: 100px !important; }

.h100 {
  height: 100px !important; }

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

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

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

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

@-webkit-keyframes shine-lines {
  0% {
    background-position: -10000px; }
  100% {
    background-position: 10000px; } }

@keyframes shine-lines {
  0% {
    background-position: -10000px; }
  100% {
    background-position: 10000px; } }

@-webkit-keyframes shine-avatar {
  0% {
    background-position: -100px; }
  100% {
    background-position: 400px; } }

@keyframes shine-avatar {
  0% {
    background-position: -100px; }
  100% {
    background-position: 400px; } }

@keyframes animatedBackground {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }

@-webkit-keyframes animatedBackground {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(100%); } }

@-webkit-keyframes displace {
  from {
    background-position: left center; }
  to {
    background-position: 200% center; } }

@keyframes displace {
  from {
    background-position: left center; }
  to {
    background-position: 200% center; } }

.color-orange {
  color: #FC4C02 !important; }

.is-open {
  display: block !important; }

.is-loading {
  z-index: 9999;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center; }

.loader-container {
  min-height: 200px; }

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #FC4C02;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite; }

@-webkit-keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@-webkit-keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(24px, 0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(24px, 0); } }

header {
  min-height: 71px;
  border-bottom: 1px solid #cfcfcf;
  display: flex;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99989;
  background-color: white; }
  header .logo {
    max-width: 150px; }
  header .app-header {
    height: 68px; }
    header .app-header-content {
      min-height: 38px; }
    header .app-header .back-button {
      display: none !important;
      margin-left: -10px;
      margin-right: -10px;
      padding: 0 10px;
      display: inline-flex;
      align-items: center;
      margin-top: -5px;
      color: #2C3643;
      text-decoration: none; }
      header .app-header .back-button i {
        font-size: 37px; }
      header .app-header .back-button:hover {
        color: inherit;
        text-decoration: none; }

.header-login-block {
  display: inline-block;
  border-left: 1px solid #cfcfcf;
  padding-left: 8px;
  margin-left: 28px; }
  .header-login-block a {
    font-size: 15px; }

.header-main-image-block.hero-image-block {
  margin-bottom: 0;
  height: 400px; }

.header-main-image-block {
  width: 100%;
  background-color: gray;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  .header-main-image-block img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }
  @media (max-width: 576px) {
    .header-main-image-block {
      min-height: 200px; } }
  .header-main-image-block h1 {
    font-size: 64px;
    color: white; }
  .header-main-image-block h3 {
    font-size: 24px;
    color: white; }
  .header-main-image-block__container {
    text-align: left;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%, 0); }
    .header-main-image-block__container__image-description {
      display: inline-block;
      background-color: #E0E0E0;
      color: #67747C;
      padding: 2px 10px; }
      .header-main-image-block__container__image-description a {
        color: #FC4C02; }
  .header-main-image-block__label {
    background-color: #FC4C02;
    display: inline-block;
    color: white;
    padding: 6px 12px;
    border-radius: 4px; }

.is-acco-page .breadcrumb-block {
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
  border-bottom: 5px solid #F5F5F5; }

@media (max-width: 768px) {
  .is-acco-page .app-header .app-logo {
    display: none; }
  .is-acco-page .app-header .back-button {
    display: inline-flex !important; }
  .is-acco-page .breadcrumb-block {
    display: none; } }

.mobile-settings-block__button {
  color: #2C3643; }

.landing-page-left-col-block {
  position: relative;
  z-index: 999; }
  .landing-page-left-col-block__expandable-block {
    background-color: white;
    width: 100%;
    display: block;
    transition: all 0.3s ease-in-out; }
    .landing-page-left-col-block__expandable-block__enlarged {
      width: calc(200% + 30px); }

.landing-page-right-col-block {
  position: relative;
  transition: all 0.4s ease-in-out; }
  .landing-page-right-col-block__enlarged {
    padding-top: 879px !important; }

@media (max-width: 576px) {
  .map-block .vue2leaflet-map {
    height: 300px !important; } }

.map-block__enlarge-button {
  padding-left: 10px !important;
  padding-right: 34px !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  font-size: 12px;
  background-repeat: no-repeat;
  background-position: center right 8px; }
  @media (max-width: 576px) {
    .map-block__enlarge-button {
      display: none !important; } }
  .map-block__enlarge-button:focus, .map-block__enlarge-button:active {
    border-color: #67747C !important;
    background-color: #fff !important; }
  .map-block__enlarge-button:hover {
    border-color: #FC4C02;
    color: white !important;
    background-color: #FC4C02;
    text-decoration: none;
    cursor: pointer; }

.map-block__map {
  position: relative;
  border-radius: 3px; }
  @media (max-width: 576px) {
    .map-block__map {
      height: 300px !important; } }
  @media (max-width: 576px) {
    .map-block__map .leaflet-container {
      height: 300px !important; } }

@media (max-width: 576px) {
  .quick-links-block {
    width: 80%;
    margin: -60px auto 0 auto;
    border: 2px solid #cccccc;
    position: relative; } }

.booking-block__table tr:first-child td {
  border-top-width: 0px; }

.booking-block__table tr {
  cursor: pointer; }
  .booking-block__table tr:hover td, .booking-block__table tr:focus td {
    background-color: #F0F0F0; }

.booking-block__table td {
  border-color: #CCCCCC;
  padding: 13px;
  padding-top: 14px; }

.booking-block__table__logo {
  padding-left: 20px !important; }
  .booking-block__table__logo img {
    max-width: 80px; }

.booking-block__table__flag {
  padding-right: 30px !important;
  min-width: 80px; }
  .booking-block__table__flag img {
    max-width: 20px; }

.booking-block__table__time {
  background-image: url("/assets/img/theme/clock.png");
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 30px !important;
  font-size: 14px;
  color: #67747C;
  line-height: 20px;
  max-width: 90px; }

.booking-block__table__price {
  font-size: 16px;
  color: #2C3643; }

.booking-block__table__button {
  padding-right: 20px !important;
  max-width: 75px; }
  .booking-block__table__button a {
    font-size: 11px;
    max-height: 28px;
    padding-top: 2px;
    padding-bottom: 2px; }

.blog-block {
  margin-top: 40px; }
  .blog-block__custom-col {
    padding-right: 5px; }
    .blog-block__custom-col img {
      width: 100%;
      height: auto; }
    @media (min-width: 1200px) {
      .blog-block__custom-col {
        max-width: 250px; } }
  .blog-block__item:hover__title {
    color: #FC4C02 !important; }
  .blog-block__item {
    cursor: pointer;
    color: #67747C; }
    .blog-block__item__title {
      display: block;
      margin-top: -4px;
      font-size: 16px;
      color: #2C3643; }
      .blog-block__item__title:hover, .blog-block__item__title:focus {
        text-decoration: none; }
    .blog-block__item__date {
      font-size: 14px; }
    .blog-block__item__tags {
      font-size: 14px;
      margin-top: 8px; }
      .blog-block__item__tags span {
        display: inline-block;
        padding: 4px 8px;
        background-color: #F0F0F0;
        font-size: 14px;
        border-radius: 2px;
        margin-right: 4px; }
    .blog-block__item__reading-time {
      background-image: url("/assets/img/theme/glasses.png");
      background-repeat: no-repeat;
      background-position: center left;
      padding-left: 35px;
      margin-top: 8px; }

.blog-block__item:hover .blog-block__item__title {
  color: #FC4C02; }

.date-based-events-block__table tr:first-child td {
  border-top-width: 0px; }

.date-based-events-block__table td {
  border-color: #CCCCCC;
  padding: 13px; }

.date-based-events-block__table__date {
  width: 110px;
  position: relative; }
  .date-based-events-block__table__date::after {
    content: " ";
    width: 1px;
    height: calc(100% - 20px);
    background-color: #CCCCCC;
    position: absolute;
    top: 10px;
    right: 0px; }

.date-based-events-block__table__description {
  padding-left: 20px !important; }
  .date-based-events-block__table__description__title {
    margin-top: -4px; }
  .date-based-events-block__table__description__subtitle {
    line-height: 14px; }

.date-based-events-block__table__price {
  width: 80px; }

.top-things-to-do-item {
  display: block;
  width: 100%;
  min-height: 310px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden; }
  .top-things-to-do-item__image-link {
    display: block;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center; }
    .top-things-to-do-item__image-link img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .top-things-to-do-item &gt; div {
    border: 1px solid #CCCCCC;
    border-top-width: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
  .top-things-to-do-item__breadcrumbs {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px; }
    .top-things-to-do-item__breadcrumbs li {
      display: inline-block;
      position: relative;
      padding-right: 15px;
      max-width: 49%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      .top-things-to-do-item__breadcrumbs li::after {
        content: "â—";
        color: #FC4C02;
        position: absolute;
        top: 0px;
        right: 2px;
        font-size: 14px; }
      .top-things-to-do-item__breadcrumbs li:last-child::after {
        display: none; }
      .top-things-to-do-item__breadcrumbs li a {
        color: #FC4C02; }

.best-rated-campings-item {
  display: block;
  width: 100%;
  min-height: 310px;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
  .best-rated-campings-item &gt; div {
    border: 1px solid #CCCCCC;
    border-top-width: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
  .best-rated-campings-item__image-link {
    display: block;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center; }
    .best-rated-campings-item__image-link img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .best-rated-campings-item__breadcrumbs {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px; }
    .best-rated-campings-item__breadcrumbs li {
      display: inline-block;
      position: relative;
      padding-right: 15px;
      max-width: 49%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      .best-rated-campings-item__breadcrumbs li::after {
        content: "â—";
        color: #FC4C02;
        position: absolute;
        top: 0px;
        right: 2px;
        font-size: 14px; }
      .best-rated-campings-item__breadcrumbs li:last-child::after {
        display: none; }
      .best-rated-campings-item__breadcrumbs li a {
        color: #FC4C02; }
  .best-rated-campings-item__more-info-button {
    width: 100%;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    border-radius: 4px; }
  .best-rated-campings-item__book-link {
    margin-top: -30px; }

.address-info-block {
  background-color: #e9e9e9; }
  .address-info-block__title {
    color: #2C3643;
    border-bottom: 1px solid #cfcfcf;
    padding: 12px 20px; }
  .address-info-block__description-block {
    padding: 20px;
    padding-right: 60px; }
    .address-info-block__description-block__text p {
      font-size: 16px;
      margin-bottom: 2px; }
    .address-info-block__description-block__social &gt; div {
      margin-bottom: 11px; }
    .address-info-block__description-block__social &gt; div:last-child {
      margin-bottom: 0px; }
    .address-info-block__description-block__social a, .address-info-block__description-block__social span {
      padding-top: 3px;
      padding-bottom: 3px;
      padding-left: 35px;
      background-repeat: no-repeat;
      background-position: center left; }

.footer-menu-block__separator {
  margin-top: 9px;
  padding-top: 29px;
  border-top: 1px solid #cfcfcf; }

.footer-bottom-block {
  margin-bottom: 20px;
  font-size: 14px; }
  .footer-bottom-block__separator {
    margin-top: 20px;
    padding-top: 23px;
    border-top: 1px solid #cfcfcf; }
  .footer-bottom-block__list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 10px;
    margin-left: 21px; }
    @media (max-width: 768px) {
      .footer-bottom-block__list {
        display: flex;
        flex-direction: column; }
        .footer-bottom-block__list__dash {
          display: none; } }
    .footer-bottom-block__list li {
      display: inline-block;
      margin: 0 13px; }
      .footer-bottom-block__list li a {
        color: #363D42; }

.footer-menu-list {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px; }
  .footer-menu-list__title {
    font-size: 20px;
    font-weight: bold;
    font-family: Roboto, sans-serif; }
  .footer-menu-list__link-orange {
    color: #FC4C02 !important; }
  .footer-menu-list li {
    color: #363D42;
    margin-bottom: 5px; }
    .footer-menu-list li a {
      color: #363D42; }
  .footer-menu-list__countries-row {
    margin-right: 5px;
    margin-top: 10px;
    display: grid;
    align-content: center;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(217px, 1fr)); }
    .footer-menu-list__countries-row__col h5, .footer-menu-list__countries-row__col ul {
      text-align: left; }
    @media (max-width: 576px) {
      .footer-menu-list__countries-row__col ul {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        display: grid; } }
  .footer-menu-list__countries li {
    margin-bottom: 0px !important; }
    .footer-menu-list__countries li a {
      font-size: 14px !important; }

.sliders-block .nav-tabs {
  width: calc(100% - 5px); }
  .sliders-block .nav-tabs .nav-link {
    border-color: #CCCCCC;
    margin-right: 3px;
    color: #2C3643;
    background-color: #F0F0F0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding-bottom: 4px;
    padding-top: 4px; }
    .sliders-block .nav-tabs .nav-link.active {
      border-bottom: 1px solid white;
      color: #FC4C02;
      background-color: white; }

.sliders-block .tab-content {
  overflow: hidden;
  border: 1px solid #CCCCCC;
  border-top-width: 0px;
  border-radius: 4px;
  border-top-left-radius: 0px;
  padding: 15px 40px;
  padding-top: 20px;
  height: 200px;
  position: relative; }
  .sliders-block .tab-content &gt; .tab-pane {
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden; }
    .sliders-block .tab-content &gt; .tab-pane .item {
      width: 140px; }
      @media (max-width: 576px) {
        .sliders-block .tab-content &gt; .tab-pane .item {
          width: auto; } }
      .sliders-block .tab-content &gt; .tab-pane .item span {
        display: block;
        line-height: 18px;
        font-size: 14px; }
    .sliders-block .tab-content &gt; .tab-pane .owl-stage {
      padding-left: 0px !important; }
    .sliders-block .tab-content &gt; .tab-pane .owl-prev {
      width: 14px;
      height: 25px;
      position: absolute;
      top: 38%;
      margin-left: -26px;
      display: block !important;
      border: 0px solid black; }
      .sliders-block .tab-content &gt; .tab-pane .owl-prev:hover {
        background: transparent; }
    .sliders-block .tab-content &gt; .tab-pane .owl-next {
      width: 14px;
      height: 25px;
      position: absolute;
      top: 38%;
      right: -28px;
      display: block !important;
      border: 0px solid black; }
      .sliders-block .tab-content &gt; .tab-pane .owl-next:hover {
        background: transparent; }
    .sliders-block .tab-content &gt; .tab-pane .slide-arrow-left, .sliders-block .tab-content &gt; .tab-pane .slide-arrow-right {
      width: 14px;
      height: 25px;
      display: block;
      background-repeat: no-repeat;
      background-position: center center; }
  .sliders-block .tab-content &gt; .active {
    visibility: visible;
    height: auto;
    overflow: visible; }
  @media (max-width: 576px) {
    .sliders-block .tab-content .item {
      width: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .sliders-block .tab-content .item img {
        width: 100%; } }

@media (max-width: 576px) {
  .sliders-block {
    border-top: none; }
    .sliders-block .nav-tabs {
      width: 100%; }
      .sliders-block .nav-tabs .nav-link {
        margin-right: 0; }
    .sliders-block ul li {
      width: 100%; } }

.blog-list-block .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0; }

.blog-list-block .page-link {
  color: #67747C;
  border: none; }

.blog-list-block .page-item a:hover {
  color: #FC4C02;
  background-color: transparent; }

.blog-list-block .page-item.active .page-link {
  background-color: transparent;
  border-color: transparent;
  color: #FC4C02; }

.blog-list-item {
  display: block;
  width: 100%;
  min-height: 310px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
  color: #67747C; }
  .blog-list-item__text-area {
    height: auto;
    padding-bottom: 60px !important; }
    @media (min-width: 576px) {
      .blog-list-item__text-area {
        min-height: 300px; } }
  .blog-list-item &gt; div {
    border: 1px solid #CCCCCC;
    border-top-width: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative; }
  .blog-list-item__image-link {
    display: block;
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: center center;
    position: relative; }
    .blog-list-item__image-link span {
      background-color: #FC4C02;
      display: inline-block;
      color: white;
      padding: 6px 12px;
      position: absolute;
      top: 20px;
      left: 0px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
    .blog-list-item__image-link img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .blog-list-item__tags {
    font-size: 14px;
    margin-top: 15px;
    max-height: 32px;
    overflow: hidden; }
    .blog-list-item__tags span {
      display: inline-block;
      padding: 4px 8px;
      background-color: #F0F0F0;
      font-size: 14px;
      border-radius: 2px;
      margin-right: 4px;
      margin-bottom: 4px;
      color: #79808A; }
  .blog-list-item__title {
    margin-top: 12px;
    display: block; }
    .blog-list-item__title a {
      color: #2C3643; }
      .blog-list-item__title a:hover, .blog-list-item__title a:focus {
        color: #FC4C02;
        text-decoration: none; }
  .blog-list-item__description {
    line-height: 21px;
    padding-top: 12px; }
    .blog-list-item__description p {
      display: initial; }
    .blog-list-item__description a {
      color: orangered; }
  .blog-list-item__reading-time {
    position: absolute;
    bottom: 11px;
    background-image: url("/assets/img/theme/glasses.png");
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 35px;
    margin-top: 15px;
    margin-bottom: 2px; }

.sidebar-block {
  background-color: #e9e9e9;
  padding: 20px;
  border-radius: 4px; }
  .sidebar-block__input {
    border-radius: 2px;
    border-color: white;
    height: 39px; }
  .sidebar-block__button {
    padding: 7px 20px; }

.sidebar-categories-block__categories-list {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px; }
  .sidebar-categories-block__categories-list a {
    color: #2C3643; }

.blog-item-content-block__title {
  font-size: 35px;
  margin-top: -5px;
  margin-bottom: 15px;
  color: #292929; }
  @media (max-width: 576px) {
    .blog-item-content-block__title {
      font-size: 25px; } }

.blog-item-content-block__content {
  color: #2C3643;
  border-top: 1px solid #cfcfcf;
  display: block; }
  .blog-item-content-block__content p {
    margin-bottom: 30px; }

.blog-author-info-block {
  color: #67747C; }
  .blog-author-info-block__image {
    max-height: 54px; }
  .blog-author-info-block__name {
    display: block;
    margin-top: -5px;
    color: #2C3643; }
  .blog-author-info-block__reading-time {
    background-image: url("/assets/img/theme/glasses.png");
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 35px;
    margin-top: -1px; }

.sidebar-tips-and-tricks-block {
  width: 100%; }
  .sidebar-tips-and-tricks-block__title {
    margin-bottom: 16px;
    width: 100%; }
  .sidebar-tips-and-tricks-block__item-text {
    margin-right: -14px;
    overflow: hidden;
    max-height: 195px;
    width: 100%; }
  .sidebar-tips-and-tricks-block__item__image-link {
    display: block;
    width: 100%;
    height: 182px;
    background-size: cover;
    background-position: center center;
    position: relative;
    border-radius: 2px; }
    .sidebar-tips-and-tricks-block__item__image-link span {
      background-color: #FC4C02;
      display: inline-block;
      color: white;
      padding: 6px 12px;
      position: absolute;
      top: 20px;
      left: 0px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
    .sidebar-tips-and-tricks-block__item__image-link img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
  .sidebar-tips-and-tricks-block__item__breadcrumb {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px; }
    .sidebar-tips-and-tricks-block__item__breadcrumb li {
      display: inline-block;
      position: relative;
      padding-right: 12px; }
      .sidebar-tips-and-tricks-block__item__breadcrumb li::after {
        content: '/';
        position: absolute;
        top: 0px;
        right: 0px;
        color: #FC4C02; }
      .sidebar-tips-and-tricks-block__item__breadcrumb li:last-child::after {
        display: none; }
      .sidebar-tips-and-tricks-block__item__breadcrumb li a {
        color: #FC4C02; }
  .sidebar-tips-and-tricks-block__item__title {
    display: block;
    line-height: 20px; }

.practical-information-block {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 18px; }
  .practical-information-block__item {
    margin-bottom: 16px; }
    .practical-information-block__item__title {
      margin-bottom: 4px; }
    .practical-information-block__item__description p {
      margin-bottom: 0px;
      line-height: 26px; }

.intro-text-block {
  margin-top: 18px; }
  @media (max-width: 768px) {
    .intro-text-block {
      margin-top: 0; } }

.content-blocks-wrapper {
  margin-top: 0; }
  .content-blocks-wrapper .read-more-button {
    margin-top: -5px;
    z-index: 2;
    position: relative; }
    .content-blocks-wrapper .read-more-button .btn-link {
      color: orangered;
      font-size: 15px;
      padding-left: 0;
      text-decoration: underline; }
  .content-blocks-wrapper .is--part-visible {
    position: relative;
    z-index: 1;
    max-height: 100%; }
    .content-blocks-wrapper .is--part-visible:not(.show) {
      max-height: 240px;
      overflow: hidden; }
      .content-blocks-wrapper .is--part-visible:not(.show)::after {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 50px;
        content: "";
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%); }

.content-blocks-text {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #2C3643;
  line-height: 150%; }
  .content-blocks-text h1 {
    font-size: 33px; }
  .content-blocks-text h2 {
    font-size: 24px; }
  .content-blocks-text h3 {
    font-size: 22px; }
  .content-blocks-text h4,
  .content-blocks-text h5 {
    font-size: 20px; }
  .content-blocks-text h6 {
    font-size: 18px; }
  @media (min-width: 1120px) {
    .content-blocks-text h1 {
      font-size: 35px; }
    .content-blocks-text h2 {
      font-size: 26px; }
    .content-blocks-text h3 {
      font-size: 24px; }
    .content-blocks-text h4,
    .content-blocks-text h5 {
      font-size: 22px; }
    .content-blocks-text h6 {
      font-size: 20px; } }
  .content-blocks-text__hr {
    margin: 0; }
    @media (max-width: 1200px) {
      .content-blocks-text__hr {
        margin: 12px -15px 27px; } }
  .content-blocks-text__read-all {
    width: 100%;
    text-align: left;
    cursor: pointer;
    color: #FC4C02;
    text-decoration: underline;
    margin-bottom: 20px; }
  .content-blocks-text__title {
    margin-bottom: 16px; }
  .content-blocks-text__description p {
    margin-bottom: 16px;
    white-space: pre-line; }
  .content-blocks-text__description ul {
    margin-bottom: 5px; }

.content-blocks-links__link {
  color: #3097D1 !important;
  text-decoration: underline; }

.google-ads-block {
  width: 100%; }

.menu-mobile-block {
  display: none;
  position: absolute;
  width: 100%;
  background: white;
  height: auto;
  z-index: 1;
  top: 68px; }
  .menu-mobile-block__back-button {
    height: 45px;
    color: #000;
    display: flex;
    align-items: center;
    background-color: #F0F0F0;
    padding-left: 20px; }
    .menu-mobile-block__back-button a {
      color: #000; }
      .menu-mobile-block__back-button a::before {
        content: "";
        width: 16px;
        background: url("/assets/img/left_arrow.png") no-repeat;
        padding-right: 1.5em; }

.menu-settings-block {
  padding: 20px 20px 0 20px; }
  .menu-settings-block h2 {
    margin-bottom: 15px; }
  .menu-settings-block .h3 {
    height: auto !important; }
  .menu-settings-block__info {
    display: flex;
    justify-content: space-between; }
  .menu-settings-block .dropdown-menu.show {
    margin-top: 0;
    width: 100%;
    border-top: 0;
    border-radius: 0; }
  .menu-settings-block__language-select .dropdown-toggle {
    border: 1px solid #CCC;
    color: #67747C;
    font-size: 19px;
    display: flex;
    align-items: center;
    padding: 20px 15px;
    justify-content: space-between; }
    .menu-settings-block__language-select .dropdown-toggle:after {
      display: none; }

.language-dropdown-mobile-block__setting-value {
  color: #000; }

.hero-image-block {
  height: 400px;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  @media (max-width: 900px) {
    .hero-image-block {
      height: 399px; } }
  .hero-image-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    z-index: -1; }
  .hero-image-block .filtered {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.78;
    -moz-opacity: 78%;
    -webkit-opacity: 78%;
    z-index: 1; }
  .hero-image-block__heading {
    margin-top: 86px;
    font-size: 57px;
    text-align: center;
    color: #fff;
    margin-bottom: 15px; }
    @media (max-width: 900px) {
      .hero-image-block__heading {
        font-size: 27px;
        margin-top: 85px; } }
  .hero-image-block__subline {
    font-size: 24px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px; }
    @media (max-width: 900px) {
      .hero-image-block__subline {
        font-size: 18px;
        display: none; } }
  .hero-image-block__search-input {
    width: 100%;
    display: flex;
    justify-content: center; }
    @media (max-width: 900px) {
      .hero-image-block__search-input {
        position: absolute;
        bottom: 17px;
        left: 10px;
        right: 10px;
        width: 95%;
        padding: 4px;
        border-radius: 4px; } }
    @media (max-width: 900px) {
      .hero-image-block__search-input .search-form {
        max-width: initial;
        width: 100%; } }
    @media (max-width: 900px) {
      .hero-image-block__search-input .search-form .input-group {
        display: grid;
        flex-direction: column;
        width: 100%;
        grid-gap: 5px; } }
    .hero-image-block__search-input .search-form .input-group .form-control {
      background: white; }
      @media (max-width: 900px) {
        .hero-image-block__search-input .search-form .input-group .form-control {
          width: 100%;
          border-radius: 4px; } }
    @media (max-width: 900px) {
      .hero-image-block__search-input .search-form .input-group .btn {
        padding: 9px;
        width: 100%;
        border-radius: 4px; } }
    .hero-image-block__search-input .input-group {
      width: 100%; }
      @media (max-width: 900px) {
        .hero-image-block__search-input .input-group {
          width: auto; } }
  .hero-image-block .hero-image-block__photo-copyright {
    background-color: #E0E0E0;
    color: #67747C;
    padding: 2px 10px;
    position: absolute;
    bottom: 0;
    width: auto; }
    .hero-image-block .hero-image-block__photo-copyright a {
      color: #FC4C02; }

.photo-gallery-block {
  overflow-y: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 70px;
  height: 100%;
  background-color: white;
  z-index: 999;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .photo-gallery-block::-webkit-scrollbar {
    display: none; }
  @media (max-width: 768px) {
    .photo-gallery-block__navigation {
      position: fixed;
      background-color: orangered;
      padding: 10px 15px;
      overflow: auto;
      display: flex;
      -ms-overflow-style: none;
      scrollbar-width: none;
      z-index: 9; }
      .photo-gallery-block__navigation::-webkit-scrollbar {
        display: none; } }
  .photo-gallery-block__navigation-list {
    margin-left: 0;
    padding-left: 0; }
    @media (max-width: 768px) {
      .photo-gallery-block__navigation-list {
        display: flex;
        flex: 1 0 auto;
        margin-bottom: 0;
        margin-top: 0; }
        .photo-gallery-block__navigation-list-item {
          display: inline-block; } }
    @media (max-width: 768px) {
      .photo-gallery-block__navigation-list-item button {
        background: transparent;
        color: white;
        border-radius: 20px;
        border: none;
        font-size: 14px;
        padding: 2px 9px;
        height: auto;
        margin-top: 0; }
        .photo-gallery-block__navigation-list-item button.is-active {
          background-color: white !important;
          color: orangered !important; } }
  .photo-gallery-block__photos {
    padding: 60px 13px 15px 13px;
    margin-bottom: 30px; }
    .photo-gallery-block__photos figure {
      text-align: center; }
    .photo-gallery-block__photos-figcaption {
      font-size: 14px;
      font-weight: bold;
      color: #2C3643;
      padding-top: 5px;
      padding-bottom: 5px;
      text-align: center; }

.camping-header-block {
  position: relative;
  padding-top: 28px;
  z-index: 4; }
  @media (max-width: 767px) {
    .camping-header-block {
      padding-top: 0; } }
  .camping-header-block__title h1 {
    font-weight: normal;
    font-size: 35px;
    margin-bottom: 0;
    margin-right: 20px; }
    @media (max-width: 1024px) {
      .camping-header-block__title h1 {
        font-size: 21px !important; } }
  .camping-header-block .title-container {
    display: flex; }
    @media (max-width: 1024px) {
      .camping-header-block .title-container {
        flex-direction: column; } }
    @media (max-width: 576px) {
      .camping-header-block .title-container {
        display: block; } }
  .camping-header-block__reviews {
    font-size: 14px; }
    .camping-header-block__reviews.active {
      text-decoration: underline;
      color: #FC4C02;
      cursor: pointer; }
    @media (max-width: 768px) {
      .camping-header-block__reviews {
        font-size: 12px; } }
  .camping-header-block__location {
    display: flex;
    align-items: center;
    line-height: 1.1;
    color: #67747C;
    margin-bottom: 15px; }
    .camping-header-block__location &gt; div:first-child {
      padding-right: 4px; }
    .camping-header-block__location i {
      color: #FC4C02;
      font-size: 19px; }
  .camping-header-block__star-rating {
    height: 25px;
    color: #FC4C02; }
    @media (max-width: 1024px) {
      .camping-header-block__star-rating {
        font-size: 13px !important; } }
  .camping-header-block__number-rating {
    margin-top: 66px;
    padding: 6px 12px;
    background: #EDEDED;
    border-radius: 4px;
    -ms-text-align-last: right;
    -moz-text-align-last: right;
         text-align-last: right;
    min-width: 170px;
    height: 53px;
    color: #67747C;
    font-size: 16px;
    line-height: 1.2; }
    @media (max-width: 1024px) {
      .camping-header-block__number-rating {
        margin-top: 50px;
        min-width: 125px; } }
    .camping-header-block__number-rating .rate {
      font-family: 'font-roboto-semi-bold', sans-serif;
      font-weight: 600;
      color: #363D42; }
      @media (max-width: 768px) {
        .camping-header-block__number-rating .rate {
          font-size: 12px;
          font-weight: 500; } }
  @media (max-width: 768px) {
    .camping-header-block__navigation {
      display: flex;
      overflow: auto;
      background-color: orangered;
      position: fixed;
      top: 70px;
      left: 0;
      right: 0;
      z-index: 99;
      padding: 10px 15px;
      -ms-overflow-style: none;
      scrollbar-width: none; }
      .camping-header-block__navigation::-webkit-scrollbar {
        display: none; } }
  .camping-header-block__navigation-list {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    overflow: auto;
    margin-top: -7px; }
    @media (max-width: 768px) {
      .camping-header-block__navigation-list {
        display: flex;
        flex: 1 0 auto;
        margin-bottom: 0;
        margin-top: 0; }
        .camping-header-block__navigation-list-item {
          display: inline-block; } }
    .camping-header-block__navigation-list-item button {
      font-family: "Nunito Sans", sans-serif !important;
      font-weight: 600 !important;
      background: transparent;
      height: 34px;
      min-width: 63px;
      margin-right: 7px;
      border-radius: 5px;
      color: #67747C;
      font-size: 14px;
      border: 1px solid #CCCCCC;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 7px;
      padding: 0 15px; }
      @media (max-width: 768px) {
        .camping-header-block__navigation-list-item button {
          background: transparent;
          color: white;
          border-radius: 20px;
          border: none;
          font-size: 14px;
          padding: 2px 9px;
          height: auto;
          margin-top: 0; }
          .camping-header-block__navigation-list-item button.is-active {
            background-color: white !important;
            color: orangered !important; }
          .camping-header-block__navigation-list-item button i {
            display: none; } }
      .camping-header-block__navigation-list-item button.is-active, .camping-header-block__navigation-list-item button:hover {
        background-color: orangered;
        border-color: orangered;
        color: white; }
      .camping-header-block__navigation-list-item button i {
        font-size: 18px;
        margin-right: 3px; }
    .camping-header-block__navigation-list-item .icon-coin-euro {
      font-size: 20px; }
    .camping-header-block__navigation-list-item .is-orange {
      background: orangered;
      color: white;
      border: 1px solid orangered;
      padding: 16px; }
      @media (min-width: 1120px) {
        .camping-header-block__navigation-list-item .is-orange:hover {
          background: #e63e00;
          border: 1px solid #e63e00; } }

.breadcrumb-block {
  height: auto;
  min-height: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-right: 0;
  margin-left: 0; }
  @media (max-width: 1120px) {
    .breadcrumb-block {
      height: auto;
      border-bottom: none; } }
  @media (max-width: 576px) {
    .breadcrumb-block li {
      font-size: 14px; } }

.accommodation-back-button-block {
  height: 45px;
  width: 100%;
  color: #000;
  display: flex;
  align-items: center;
  background-color: #F0F0F0;
  padding-left: 20px; }
  .accommodation-back-button-block__link {
    color: #000;
    cursor: pointer;
    white-space: nowrap; }
    .accommodation-back-button-block__link::before {
      content: "";
      width: 16px;
      background: url("/assets/img/left_arrow.png") no-repeat;
      padding-right: 1.5em;
      margin-top: 4px; }

.accommodation-main-photo-block {
  overflow: hidden; }
  @media only screen and (max-width: 1200px) {
    .accommodation-main-photo-block {
      margin-bottom: 40px; } }
  .accommodation-main-photo-block__photo-copyright {
    background-color: #E0E0E0;
    color: #67747C;
    padding: 2px 10px;
    position: absolute;
    bottom: 0;
    width: auto; }
    @media (max-width: 768px) {
      .accommodation-main-photo-block__photo-copyright {
        top: 0;
        right: 0;
        padding: 1px;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
        word-break: break-all;
        color: #000000;
        background: none; } }
    .accommodation-main-photo-block__photo-copyright a {
      color: #FC4C02; }
  .accommodation-main-photo-block__default-photo {
    position: relative;
    width: 100%;
    height: 100%; }
    .accommodation-main-photo-block__default-photo__overlay {
      transform: translate(0, -50%);
      padding: 15px;
      height: auto;
      position: absolute;
      top: 50%;
      display: flex;
      flex-direction: column;
      width: 100%;
      justify-content: center;
      align-items: center;
      background-color: rgba(102, 149, 203, 0.8);
      color: #fff; }
    .accommodation-main-photo-block__default-photo__closed {
      background-color: rgba(252, 76, 2, 0.6); }
    @media (max-width: 576px) {
      .accommodation-main-photo-block__default-photo {
        height: 200px; } }
  .accommodation-main-photo-block__main-photo {
    height: 480px;
    position: relative; }
    @media (max-width: 576px) {
      .accommodation-main-photo-block__main-photo {
        height: 200px;
        margin-left: -15px;
        margin-right: -15px; } }
    .accommodation-main-photo-block__main-photo img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .accommodation-main-photo-block__thumbnails {
    display: flex;
    margin-top: 5px;
    flex-wrap: wrap; }
    .accommodation-main-photo-block__thumbnails img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .accommodation-main-photo-block__thumbnails-photo {
    flex-basis: 20%;
    margin-top: 5px;
    padding-right: 10px;
    height: 100px;
    position: relative; }
    .accommodation-main-photo-block__thumbnails-photo:nth-of-type(5) {
      padding-right: 0; }
  .accommodation-main-photo-block__thumbnail-text {
    color: white;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    text-decoration: underline;
    z-index: 5; }

.accommodation-main-photo-slider-block {
  margin: 0 -15px;
  margin-bottom: 36px;
  position: relative;
  height: 240px; }
  @media (max-width: 768px) {
    .accommodation-main-photo-slider-block {
      margin-bottom: 15px; } }
  .accommodation-main-photo-slider-block .camping-header-block__number-rating {
    top: 13px;
    position: absolute;
    z-index: 1;
    right: 20px;
    height: 40px;
    padding-left: 10px;
    width: auto;
    font-size: 12px !important;
    margin-top: 0; }
    .accommodation-main-photo-slider-block .camping-header-block__number-rating span.rate span {
      font-size: 12px !important; }
  .accommodation-main-photo-slider-block__carousel {
    position: relative;
    width: 100%; }
    .accommodation-main-photo-slider-block__carousel .VueCarousel-navigation-prev {
      height: 100%;
      left: 44px !important;
      padding-right: 12px !important;
      padding-left: 24px !important;
      margin: 0 !important; }
    .accommodation-main-photo-slider-block__carousel .VueCarousel-navigation-next {
      height: 100%;
      right: 44px !important;
      padding-right: 12px !important;
      padding-left: 10px !important;
      margin: 0 !important; }
  .accommodation-main-photo-slider-block__slide {
    position: relative; }
    .accommodation-main-photo-slider-block__slide__photo-index {
      display: inline-flex;
      align-items: center;
      right: 20px;
      position: absolute;
      bottom: 20px;
      color: white;
      margin: 0;
      z-index: 10;
      background-color: #1C1818;
      border-radius: 8px;
      padding: 5px 7px;
      line-height: 1;
      height: 23px;
      font-size: 13px; }
      .accommodation-main-photo-slider-block__slide__photo-index i {
        margin-right: 2px; }
    .accommodation-main-photo-slider-block__slide figure {
      position: relative; }
    .accommodation-main-photo-slider-block__slide img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      height: 240px; }

.accommodation-map-block {
  scroll-margin-top: 90px; }
  .accommodation-map-block__title {
    padding-top: 20px; }
    .accommodation-map-block__title h2 {
      font-size: 26px;
      margin-bottom: 20px; }
      @media (max-width: 768px) {
        .accommodation-map-block__title h2 {
          margin-bottom: 12px; } }
  .accommodation-map-block__map {
    margin-bottom: 20px; }
    .accommodation-map-block__map .vfm__content {
      top: 20vh !important; }
    .accommodation-map-block__map__address {
      color: #67747C;
      text-align: center;
      padding: 10px;
      font-size: 17px; }
    @media (max-width: 768px) {
      .accommodation-map-block__map {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 13px; }
        .accommodation-map-block__map .vue2leaflet-map {
          height: 286px !important; } }

.additional-information-block {
  word-break: break-word;
  padding-top: 60px;
  margin-top: -76px; }
  @media (max-width: 768px) {
    .additional-information-block {
      padding-top: 0;
      margin-top: 0; }
      .additional-information-block__table table {
        line-height: 18px;
        font-weight: 400;
        font-size: 15px;
        color: #67747C; }
        .additional-information-block__table table tr:first-child td {
          padding-bottom: 10px; }
      .additional-information-block__table .click-to-call {
        font-size: 11px; } }
  .additional-information-block__title {
    font-size: 30px;
    margin-bottom: 20px; }
  .additional-information-block__table-title {
    width: 200px;
    vertical-align: top; }
    @media (max-width: 769px) {
      .additional-information-block__table-title {
        width: 120px; } }

.search-page-item-block-container {
  min-height: calc(100vh - 71px);
  padding-left: 15px; }

.search-page-item-block-container.is_loading {
  opacity: 0.5; }

.search-page-filter-block {
  width: 100%;
  height: 56px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.161);
  background-color: whitesmoke; }

.search-page-item-block {
  grid-gap: 10px;
  min-height: calc(100vh - 239px);
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-template-rows: 444px;
  display: grid; }
  .search-page-item-block .flip-container .flipper {
    height: 440px !important; }
  .search-page-item-block__item-container-back {
    overflow-y: auto !important;
    height: 100%;
    position: relative;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.161);
    border-radius: 12px;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .search-page-item-block__item-container-back::-webkit-scrollbar {
      width: 5px; }
    .search-page-item-block__item-container-back::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .search-page-item-block__item-container-back::-webkit-scrollbar-thumb {
      background: #cbcbcb; }
    .search-page-item-block__item-container-back::-webkit-scrollbar-thumb:hover {
      background: #919191; }
    .search-page-item-block__item-container-back__close-row {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      background-color: white;
      padding-top: 10px;
      padding-right: 10px;
      margin-bottom: -3px; }
      .search-page-item-block__item-container-back__close-row span {
        cursor: pointer;
        color: #cfcfcf; }
        .search-page-item-block__item-container-back__close-row span:hover {
          color: #c3c3c3; }
        .search-page-item-block__item-container-back__close-row span:focus {
          color: #aaaaaa; }
    .search-page-item-block__item-container-back__title-row {
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      font-size: 14px;
      font-weight: bold;
      padding-left: 20px; }
    .search-page-item-block__item-container-back__visit-row {
      position: fixed;
      bottom: 0;
      background: white;
      display: flex;
      justify-content: center;
      left: 0;
      right: 0;
      width: 100%;
      padding: 12px; }
    .search-page-item-block__item-container-back__visit-btn {
      margin: 0 5px;
      border: 2px solid #FC4C02;
      color: #FC4C02;
      text-align: center;
      padding: 2px 5px;
      border-radius: 4px;
      background-color: white;
      width: 100%; }
      .search-page-item-block__item-container-back__visit-btn:hover {
        background-color: #FC4C02;
        color: white;
        text-decoration: none; }
      .search-page-item-block__item-container-back__visit-btn:focus {
        background-color: #c93d02; }
  .search-page-item-block .flip-container .front, .search-page-item-block .flip-container .back {
    height: 100%;
    width: 100%; }
  .search-page-item-block.search-page-item-block .swiper-container {
    height: initial;
    border-radius: 13px 13px 0 0; }
  .search-page-item-block.search-page-item-block .nav-indicator {
    display: inline-flex;
    font-size: 27px;
    box-shadow: initial;
    height: 33px;
    width: 33px;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    margin: 0 10px; }
  .search-page-item-block.search-page-item-block .nextArrow, .search-page-item-block.search-page-item-block .prevArrow {
    transform: initial; }
  .search-page-item-block.search-page-item-block .nextArrow {
    transform: initial; }
    .search-page-item-block.search-page-item-block .nextArrow span {
      margin-left: 2px; }
  .search-page-item-block.search-page-item-block .prevArrow {
    transform: initial; }
    .search-page-item-block.search-page-item-block .prevArrow span {
      margin-right: 2px; }
  .search-page-item-block.search-page-item-block .hide-indicator .nav-indicator {
    display: none; }
  .search-page-item-block.search-page-item-block .slider-counter {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    padding: 4px 10px;
    z-index: 96;
    display: flex;
    justify-content: center;
    height: 20px;
    color: white;
    width: 60px; }
  .search-page-item-block .item div img {
    max-height: none; }
  .search-page-item-block__facility-icons {
    display: flex;
    padding: 10px 13px; }
    .search-page-item-block__facility-icons__flag-search {
      display: flex;
      white-space: nowrap;
      overflow: hidden;
      padding: 0px 13px;
      min-height: 19px; }
      .search-page-item-block__facility-icons__flag-search__icon {
        float: left;
        transition: 0.1s ease-in-out;
        font-size: 12px;
        padding: 2px 10px 1px 0;
        color: #79808A;
        cursor: pointer; }
        .search-page-item-block__facility-icons__flag-search__icon__hover {
          overflow: hidden;
          max-height: 0;
          transition: .3s ease-in-out;
          color: black;
          box-shadow: 0px 0px 4px -2px black;
          bottom: 140px;
          word-break: keep-all;
          position: absolute;
          background: white;
          border-radius: 5px;
          padding-left: 20px;
          padding-right: 20px;
          font-family: Roboto, sans-serif;
          font-size: 13px;
          font-weight: 300;
          white-space: nowrap;
          text-align: left;
          z-index: 100; }
        .search-page-item-block__facility-icons__flag-search__icon:hover .search-page-item-block__facility-icons__flag-search__icon__hover {
          padding: 10px 20px;
          max-height: 50px;
          transition: 0.1s ease-in-out; }
    .search-page-item-block__facility-icons--acco-mobile {
      display: flex; }
    .search-page-item-block__facility-icons__icon {
      transition: 0.1s ease-in-out;
      font-size: 16px;
      padding: 3px 5px;
      color: #79808A;
      position: relative;
      cursor: pointer; }
      .search-page-item-block__facility-icons__icon__hover {
        overflow: hidden;
        max-height: 0;
        transition: .3s ease-in-out;
        color: black;
        box-shadow: 0px 0px 4px -2px black;
        bottom: 24px;
        word-break: keep-all;
        position: absolute;
        background: white;
        border-radius: 5px;
        padding-left: 20px;
        padding-right: 20px;
        font-family: Roboto, sans-serif;
        font-size: 13px;
        font-weight: 300;
        white-space: nowrap;
        text-align: left;
        z-index: 100; }
      .search-page-item-block__facility-icons__icon:hover .search-page-item-block__facility-icons__icon__hover {
        padding: 10px 20px;
        max-height: 50px;
        transition: 0.1s ease-in-out; }
  .search-page-item-block__item-breadcrumbs {
    font-size: 13px;
    display: flex; }
    .search-page-item-block__item-breadcrumbs li {
      position: relative;
      padding-right: 15px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      color: orangered; }
      .search-page-item-block__item-breadcrumbs li:last-child {
        flex: 1;
        padding-right: 0; }
  .search-page-item-block__item-container {
    position: relative;
    width: 100%;
    min-height: 366px;
    perspective: 500px; }
    .search-page-item-block__item-container .flip.card-front {
      transform: rotateY(180deg); }
    .search-page-item-block__item-container .flip.card-back {
      transform: rotateY(0deg); }
    .search-page-item-block__item-container .card-back {
      display: flex;
      justify-content: center;
      align-items: center;
      transform: rotateY(-180deg);
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.161);
      border: 1px solid #E0E0E0;
      border-radius: 8px; }
      .search-page-item-block__item-container .card-back__accommodation-title, .search-page-item-block__item-container .card-back__accommodation-domain, .search-page-item-block__item-container .card-back__accommodation-phone {
        border-bottom: 1px solid #F2F2F2;
        padding: 10px; }
        .search-page-item-block__item-container .card-back__accommodation-title a, .search-page-item-block__item-container .card-back__accommodation-domain a, .search-page-item-block__item-container .card-back__accommodation-phone a {
          color: #000; }
          .search-page-item-block__item-container .card-back__accommodation-title a:hover, .search-page-item-block__item-container .card-back__accommodation-domain a:hover, .search-page-item-block__item-container .card-back__accommodation-phone a:hover {
            color: #FC4C02; }
      .search-page-item-block__item-container .card-back__accommodation-image {
        height: 200px;
        margin-bottom: 15px;
        position: relative;
        font-size: 12px; }
        .search-page-item-block__item-container .card-back__accommodation-image .accommodation-main-photo-block__default-photo__overlay {
          height: auto; }
        .search-page-item-block__item-container .card-back__accommodation-image div {
          height: 100%;
          width: 100%; }
        .search-page-item-block__item-container .card-back__accommodation-image img {
          -o-object-fit: cover;
             object-fit: cover;
          height: 100%;
          width: 100%; }
      .search-page-item-block__item-container .card-back .card-body {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 0; }
      .search-page-item-block__item-container .card-back .search-page-item-block__item-close-button {
        position: absolute;
        right: -15px;
        top: -15px;
        cursor: pointer;
        z-index: 1; }
    .search-page-item-block__item-container .card-front, .search-page-item-block__item-container .card-back {
      height: 100%;
      width: 100%;
      position: absolute;
      box-sizing: border-box;
      transition: all 0.5s ease-in;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
  .search-page-item-block__item {
    position: relative;
    border: none;
    border-radius: 13px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.161); }
    @media (max-width: 1120px) {
      .search-page-item-block__item {
        margin-right: 4%; } }
    .search-page-item-block__item__counter {
      background-color: orangered;
      color: white;
      font-size: 21px;
      font-weight: bold;
      border-radius: 50%;
      height: 37px;
      width: 37px;
      position: absolute;
      right: 17px;
      top: 16px;
      z-index: 4;
      display: flex;
      justify-content: center;
      align-items: center; }
    .search-page-item-block__item .card-title {
      margin-bottom: 3px; }
      .search-page-item-block__item .card-title a {
        color: #000;
        width: 100%;
        white-space: nowrap;
        display: inline-block;
        text-overflow: ellipsis;
        max-width: 250px;
        overflow: hidden; }
        .search-page-item-block__item .card-title a:hover {
          color: #FC4C02; }
    .search-page-item-block__item .card-body {
      padding: 15px; }
  .search-page-item-block__item-image {
    height: 200px;
    font-size: 12px;
    position: relative;
    border-radius: 12px 12px 0 0;
    overflow: hidden; }
    .search-page-item-block__item-image__notation {
      position: absolute;
      bottom: 5px;
      left: 5px;
      color: black !important;
      background: white;
      padding: 4px 8px;
      border-radius: 4px;
      height: initial !important;
      width: initial !important;
      z-index: 9; }
      @media (max-width: 768px) {
        .search-page-item-block__item-image__notation {
          font-size: 11px; } }
    .search-page-item-block__item-image .accommodation-main-photo-block__default-photo__overlay {
      height: auto; }
    .search-page-item-block__item-image i {
      position: absolute;
      top: 15px;
      right: 15px;
      font-size: 25px;
      color: orangered;
      border: 1px solid orangered;
      padding: 7px;
      cursor: pointer;
      transition: 0.2s ease-in-out;
      z-index: 5;
      background: white; }
      .search-page-item-block__item-image i:hover {
        color: white;
        background: orangered;
        border: 1px solid white; }
    .search-page-item-block__item-image div {
      height: 100%;
      width: 100%; }
    .search-page-item-block__item-image img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
  .search-page-item-block__item-breadcrumbs {
    margin-bottom: 0px; }
  .search-page-item-block__item-star-rating {
    font-size: 10px;
    color: #FC4C02; }
  .search-page-item-block__item-reviews {
    margin-bottom: 15px;
    min-height: 24px; }
    .search-page-item-block__item-reviews .giftcard-url {
      position: absolute;
      right: 15px; }
      .search-page-item-block__item-reviews .giftcard-url img {
        height: 35px !important;
        width: auto !important; }
  .search-page-item-block__item-affiliate {
    width: 60px; }
  .search-page-item-block__heart-button {
    cursor: pointer;
    font-size: 37px;
    margin: 0 2px 0 16px;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: orangered; }
    @media (max-width: 768px) {
      .search-page-item-block__heart-button {
        margin: 0 2px 0 10px; } }
    .search-page-item-block__heart-button:hover {
      -webkit-text-fill-color: #eb3f00; }
    .search-page-item-block__heart-button--active {
      -webkit-text-fill-color: orangered; }
    .search-page-item-block__heart-button:focus, .search-page-item-block__heart-button:active {
      -webkit-text-fill-color: #e03d00; }
  .search-page-item-block__information-button {
    transition: none;
    color: orangered;
    border: 2px solid orangered;
    border-radius: 4px;
    flex: 1;
    white-space: nowrap; }
    .search-page-item-block__information-button a {
      transition: none !important;
      color: orangered;
      width: 100%;
      font-size: 16px;
      border-radius: 0; }
      @media screen and (max-width: 768px) {
        .search-page-item-block__information-button a {
          font-size: 13px !important; } }
      .search-page-item-block__information-button a:hover {
        color: #fff; }
    .search-page-item-block__information-button:hover {
      background: orangered; }
      .search-page-item-block__information-button:hover a {
        color: white; }
  .search-page-item-block__information-button--orangered {
    border: 1px solid #FC4C02;
    border-radius: 5px;
    flex: 1;
    text-align: center;
    white-space: nowrap; }
    .search-page-item-block__information-button--orangered a {
      width: 100%;
      font-weight: bold;
      color: #FC4C02; }
      @media screen and (min-width: 1275px) and (max-width: 1440px) {
        .search-page-item-block__information-button--orangered a {
          font-size: 13px !important; } }
      .search-page-item-block__information-button--orangered a:hover {
        color: #fff;
        background-color: #FC4C02;
        border-color: #FC4C02; }
  .search-page-item-block__booking-link a {
    color: #000; }
    @media (max-width: 1281px) {
      .search-page-item-block__booking-link a {
        font-size: 12px !important; } }
    .search-page-item-block__booking-link a:hover {
      color: #FC4C02; }
  .search-page-item-block__item-breadcrumbs {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 3px; }
    .search-page-item-block__item-breadcrumbs li {
      display: inline-block;
      position: relative;
      padding-right: 15px; }
      .search-page-item-block__item-breadcrumbs li::after {
        content: "â—";
        color: #FC4C02;
        position: absolute;
        top: -2px;
        right: 2px;
        font-size: 14px; }
      .search-page-item-block__item-breadcrumbs li:last-child::after {
        display: none; }
      .search-page-item-block__item-breadcrumbs li a {
        color: #FC4C02; }
  .search-page-item-block--searchpage .search-page-item-block__heart-button {
    z-index: 5;
    position: absolute;
    left: 0;
    top: 20px;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.3);
    -webkit-text-stroke-color: white;
    -webkit-text-stroke-width: 1px;
    font-size: 32px; }
    .search-page-item-block--searchpage .search-page-item-block__heart-button:hover {
      -webkit-text-fill-color: orangered; }
    .search-page-item-block--searchpage .search-page-item-block__heart-button--active {
      -webkit-text-fill-color: orangered !important; }
  .search-page-item-block--searchpage .search-page-item-block__item-container {
    min-height: 440px !important;
    max-height: 440px !important;
    height: 440px !important; }
  .search-page-item-block--searchpage .search-page-item-block__item .card-title {
    margin-bottom: 6px !important; }
  .search-page-item-block--searchpage .search-page-item-block__information-button {
    color: #67747c !important;
    border: 1px solid #CCC !important; }
    .search-page-item-block--searchpage .search-page-item-block__information-button a {
      font-size: 13px !important;
      color: black !important; }
      .search-page-item-block--searchpage .search-page-item-block__information-button a:hover {
        color: #fff !important;
        background-color: #FC4C02 !important;
        border-color: #FC4C02 !important; }
    .search-page-item-block--searchpage .search-page-item-block__information-button:hover {
      border: 1px solid orangered !important; }
      .search-page-item-block--searchpage .search-page-item-block__information-button:hover a {
        color: white !important; }
  .search-page-item-block--searchpage .search-page-item-block__item-breadcrumbs {
    margin-bottom: 6px !important; }
  .search-page-item-block__book-direct {
    background: orangered;
    color: white;
    font-size: 12px;
    border-radius: 4px;
    margin-bottom: 5px;
    cursor: pointer;
    padding: 5px 29px; }
    .search-page-item-block__book-direct.affiliate {
      background-color: #007fb6; }
  .search-page-item-block__top-labels {
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 14px;
    position: absolute;
    top: 20px;
    right: 16px;
    z-index: 5;
    text-decoration: none; }
    .search-page-item-block__top-labels:hover {
      text-decoration: none; }

.push-down-by-header {
  margin-top: 115px; }
  @media (max-width: 768px) {
    .push-down-by-header {
      margin-top: 56px; } }

.search-page-header-block {
  margin-bottom: 15px; }
  @media (max-width: 720px) {
    .search-page-header-block {
      margin-top: 0px;
      margin-bottom: 0; } }
  @media (max-width: 576px) {
    .search-page-header-block {
      display: flex;
      flex-direction: column;
      align-items: flex-start !important;
      margin-bottom: 10px; } }
  .search-page-header-block__header {
    margin-bottom: 0; }
    .search-page-header-block__header h1 {
      font-size: 35px;
      color: #292929; }
    @media (max-width: 576px) {
      .search-page-header-block__header h1 {
        font-size: 21px !important;
        justify-content: center;
        margin-bottom: 0; } }

.search-page-pagination-block {
  width: auto;
  display: flex;
  justify-content: center;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0); }
  .search-page-pagination-block .pagination {
    margin-bottom: 0; }
  .search-page-pagination-block .page-link {
    color: #67747C;
    border: none; }
  .search-page-pagination-block .page-item a:hover {
    color: #FC4C02;
    background-color: transparent; }
  .search-page-pagination-block .page-item.active .page-link {
    background-color: transparent;
    border-color: transparent;
    color: #FC4C02; }
  .search-page-pagination-block .found-results {
    color: #67747C; }

.accommodation-accordion-block {
  margin: 0 -15px; }
  .accommodation-accordion-block__item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
  .accommodation-accordion-block__item {
    cursor: pointer;
    margin-right: -15px;
    margin-left: -15px;
    color: #000;
    padding: 24px 18px 0px 18px;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0; }
    @media (max-width: 768px) {
      .accommodation-accordion-block__item {
        border-bottom: initial; } }
  .accommodation-accordion-block__item-title {
    margin: 0;
    color: #363D42;
    flex: 1;
    font-size: 18px; }
  .accommodation-accordion-block__item-caret img {
    width: 17px;
    margin-left: 15px;
    transition: 0.1s ease-in-out;
    -webkit-transition: 0.1s ease-in-out; }
  .accommodation-accordion-block__item-icon {
    margin-right: 18px; }
    .accommodation-accordion-block__item-icon i {
      font-size: 20px;
      color: #67747C; }
  .accommodation-accordion-block .caret img {
    height: 10px;
    width: 16px; }
  .accommodation-accordion-block__item-collapse {
    width: 100%;
    font-size: 13px;
    margin-bottom: 10px; }
    .accommodation-accordion-block__item-collapse .book-with-our-partners-block__list {
      border: none; }
    .accommodation-accordion-block__item-collapse .book-with-our-partners-block__list-item {
      border: none;
      padding: 15px 0; }
  .accommodation-accordion-block__collapse-table-title {
    min-width: 85px;
    vertical-align: top; }

.accommodation-accordion-block__item[aria-expanded='true'] .expand_caret &gt; img {
  transform: rotate(180deg); }

.search-page-filter-block .container, .search-page-filter-block .container-fluid, .search-page-filter-block .container-sm, .search-page-filter-block .container-md, .search-page-filter-block .container-lg, .search-page-filter-block .container-xl, .search-page-filter-block .container-xxl {
  height: 100%; }

.search-page-filter-block__items {
  flex: 1; }

.search-page-filter-block__map-button label {
  margin-bottom: 0; }

.search-page-map-block {
  position: relative;
  width: 100%;
  height: calc(100vh - 165px);
  margin-right: -15px;
  background: lightblue; }
  @media (max-width: 768px) {
    .search-page-map-block {
      position: relative;
      height: calc(100vh - 81px); } }
  .search-page-map-block__search-checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    position: absolute;
    margin-top: 12px;
    margin-left: 53px;
    background-color: #fff;
    padding: 3px 5px;
    font-size: 15px; }
    .search-page-map-block__search-checkbox input {
      margin-right: 3px; }
    .search-page-map-block__search-checkbox label {
      margin: 0; }

.search-page-menu-header-block {
  top: 73px;
  display: block;
  width: 100%;
  background-color: #fff;
  z-index: 1; }
  .search-page-menu-header-block .breadcrumbs {
    padding-left: 0px; }

.search-page-map-container-column {
  top: 165px;
  right: -100%;
  height: calc(100vh - 165px);
  transition: 0.5s;
  position: sticky;
  z-index: 5;
  display: none; }
  @media (max-width: 1024px) {
    .search-page-map-container-column {
      right: -100%;
      height: 100%;
      transition: 0.5s;
      position: fixed;
      z-index: 65; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .search-page-map-container-column {
      top: 167px; } }
  @media (max-width: 767px) {
    .search-page-map-container-column {
      top: 116px; } }

.search-page-map-container-column.show-map {
  right: 0;
  display: block; }

.search-page-map-container-column.map_fixed {
  width: 100%;
  transition: none;
  height: calc(100vh - 130px);
  position: absolute;
  z-index: 0;
  bottom: 0;
  top: auto;
  margin-bottom: -90px; }

.search-page-menu-header-block {
  top: 70px;
  display: block;
  width: 100%;
  background-color: #fff;
  z-index: 10000;
  border-top: 1px solid #cfcfcf; }
  @media (max-width: 767px) {
    .search-page-menu-header-block {
      top: 70px; } }
  .search-page-menu-header-block .breadcrumbs {
    padding-left: 0px; }

.search-page-mobile-controls-block {
  position: fixed;
  display: flex;
  bottom: 25px;
  z-index: 300;
  left: 50%;
  transform: translate(-50%, 0); }
  .search-page-mobile-controls-block__image {
    height: 16px;
    margin-right: 4px; }
  .search-page-mobile-controls-block div {
    width: 90px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #67747C;
    cursor: pointer; }
  .search-page-mobile-controls-block__map {
    border-left: none !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
  .search-page-mobile-controls-block__sort {
    border-right: none !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }

.leaflet-popup-content {
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important; }

.leaflet-popup-content-wrapper,
.maplibregl-popup-content {
  padding: 0 !important;
  width: 360px;
  height: 149px;
  border-radius: 11px !important;
  overflow: hidden !important; }
  @media (max-width: 1025px) {
    .leaflet-popup-content-wrapper,
    .maplibregl-popup-content {
      width: 330px; } }

.maplibregl-popup-tip {
  display: none !important; }

.leaflet-popup-component {
  height: 100%; }

.marker-popup-block {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 11px;
  overflow: hidden; }
  .marker-popup-block__breadcrumbs {
    margin-bottom: 3px;
    margin-top: 10px; }
    .marker-popup-block__breadcrumbs .search-page-item-block__item-breadcrumbs {
      margin: 0;
      font-size: 13px; }
      .marker-popup-block__breadcrumbs .search-page-item-block__item-breadcrumbs li {
        width: 90px; }
        .marker-popup-block__breadcrumbs .search-page-item-block__item-breadcrumbs li:first-child {
          width: auto;
          max-width: 50%; }
  .marker-popup-block__rating {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: flex-start; }
  .marker-popup-block__star_rating {
    margin-right: 15px; }
  .marker-popup-block__star_rating span {
    color: #FC4C02; }
  .marker-popup-block__photo {
    height: 100%; }
  .marker-popup-block__photo-link .photo-container {
    height: 100%; }
  .marker-popup-block__title a {
    color: #000 !important;
    width: 100%;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    max-width: 190px;
    overflow: hidden; }
    .marker-popup-block__title a:hover {
      color: #FC4C02; }
  .marker-popup-block__more-information-button a {
    color: #67747c !important;
    border: 1px solid #CCC;
    border-radius: 5px; }

.marker-popup-photo-block {
  overflow: hidden;
  margin-right: 10px;
  max-width: 160px;
  min-width: 160px;
  height: 100%; }
  .marker-popup-photo-block img {
    width: 160px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%; }

.marker-popup-accommodation-info-block {
  width: 100%; }

.search-form {
  max-width: 500px;
  width: 100%; }

.block-404 {
  display: flex;
  min-height: 500px;
  justify-content: center;
  align-items: center; }

.lg-img-wrap.lg-img-wrap {
  display: flex;
  justify-content: center;
  align-items: center; }
  .lg-img-wrap.lg-img-wrap img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
    max-height: 500px; }

.home-sliders-block {
  padding: 0 35px; }
  @media (max-width: 576px) {
    .home-sliders-block {
      padding: 0 10px; } }
  .home-sliders-block .owl-theme .owl-prev, .home-sliders-block .owl-theme .owl-next {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 0px;
    display: block !important;
    border: 0px solid black;
    margin: 0px; }
    .home-sliders-block .owl-theme .owl-prev button:hover, .home-sliders-block .owl-theme .owl-next button:hover {
      background: transparent; }
    .home-sliders-block .owl-theme .owl-prev span, .home-sliders-block .owl-theme .owl-next span {
      width: 40px;
      height: 40px;
      display: block;
      background-repeat: no-repeat;
      background-position: center center; }
  .home-sliders-block .owl-theme .owl-prev.disabled {
    display: none !important; }
  .home-sliders-block .owl-theme .owl-next.disabled {
    display: none !important; }
  .home-sliders-block .owl-theme .owl-prev {
    left: -20px; }
    .home-sliders-block .owl-theme .owl-prev span {
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.161); }
  .home-sliders-block .owl-theme .owl-nav {
    background: transparent; }
  .home-sliders-block .owl-theme .owl-next {
    right: -20px; }
    .home-sliders-block .owl-theme .owl-next span {
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.161); }
  .home-sliders-block .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    text-decoration: none; }
  .home-sliders-block .item div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.destination-slider-block, .camping-slider-block, .commercial-region-slider-block, .blog-slider-block {
  margin-bottom: 50px; }
  @media (max-width: 670px) {
    .destination-slider-block, .camping-slider-block, .commercial-region-slider-block, .blog-slider-block {
      margin-bottom: 30px; } }
  .destination-slider-block__title, .camping-slider-block__title, .commercial-region-slider-block__title, .blog-slider-block__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px; }
    @media (max-width: 560px) {
      .destination-slider-block__title, .camping-slider-block__title, .commercial-region-slider-block__title, .blog-slider-block__title {
        flex-direction: column;
        align-items: flex-start; } }
    .destination-slider-block__title h2, .camping-slider-block__title h2, .commercial-region-slider-block__title h2, .blog-slider-block__title h2 {
      margin: 0;
      font-size: 24px;
      font-weight: bold;
      font-family: Roboto, sans-serif; }
      @media (max-width: 425px) {
        .destination-slider-block__title h2, .camping-slider-block__title h2, .commercial-region-slider-block__title h2, .blog-slider-block__title h2 {
          font-size: 20px; } }
  .destination-slider-block__show-all-link, .camping-slider-block__show-all-link, .commercial-region-slider-block__show-all-link, .blog-slider-block__show-all-link {
    color: #67747C; }
    @media (max-width: 768px) {
      .destination-slider-block__show-all-link, .camping-slider-block__show-all-link, .commercial-region-slider-block__show-all-link, .blog-slider-block__show-all-link {
        display: none; } }
    .destination-slider-block__show-all-link:hover, .camping-slider-block__show-all-link:hover, .commercial-region-slider-block__show-all-link:hover, .blog-slider-block__show-all-link:hover {
      color: #FC4C02; }
  .destination-slider-block__slide, .camping-slider-block__slide, .commercial-region-slider-block__slide, .blog-slider-block__slide {
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    overflow: hidden;
    height: 290px; }
  .destination-slider-block__slide-title, .camping-slider-block__slide-title, .commercial-region-slider-block__slide-title, .blog-slider-block__slide-title {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 3px; }
    .destination-slider-block__slide-title a, .camping-slider-block__slide-title a, .commercial-region-slider-block__slide-title a, .blog-slider-block__slide-title a {
      color: black; }
      .destination-slider-block__slide-title a:hover, .camping-slider-block__slide-title a:hover, .commercial-region-slider-block__slide-title a:hover, .blog-slider-block__slide-title a:hover {
        color: #FC4C02; }
  .destination-slider-block__slide-subtitle, .camping-slider-block__slide-subtitle, .commercial-region-slider-block__slide-subtitle, .blog-slider-block__slide-subtitle {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 768px) {
      .destination-slider-block__slide-subtitle, .camping-slider-block__slide-subtitle, .commercial-region-slider-block__slide-subtitle, .blog-slider-block__slide-subtitle {
        font-size: 12px; } }
  .destination-slider-block__slide-photo, .camping-slider-block__slide-photo, .commercial-region-slider-block__slide-photo, .blog-slider-block__slide-photo {
    height: 200px;
    max-height: 200px;
    display: block;
    margin-bottom: 15px;
    border-radius: 12px 12px 0 0;
    overflow: hidden; }
    .destination-slider-block__slide-photo img, .camping-slider-block__slide-photo img, .commercial-region-slider-block__slide-photo img, .blog-slider-block__slide-photo img {
      max-height: 200px !important;
      -o-object-fit: cover;
         object-fit: cover;
      height: 100% !important;
      width: 100% !important;
      max-width: 100%; }
  .destination-slider-block__slide-breadcrumbs, .camping-slider-block__slide-breadcrumbs, .commercial-region-slider-block__slide-breadcrumbs, .blog-slider-block__slide-breadcrumbs {
    list-style-type: none;
    padding-left: 15px;
    margin-bottom: 5px;
    height: 21px;
    overflow: hidden;
    white-space: nowrap; }
    .destination-slider-block__slide-breadcrumbs ul, .camping-slider-block__slide-breadcrumbs ul, .commercial-region-slider-block__slide-breadcrumbs ul, .blog-slider-block__slide-breadcrumbs ul {
      padding: 0;
      margin-bottom: 0;
      font-size: 14px;
      display: flex; }
    .destination-slider-block__slide-breadcrumbs li, .camping-slider-block__slide-breadcrumbs li, .commercial-region-slider-block__slide-breadcrumbs li, .blog-slider-block__slide-breadcrumbs li {
      position: relative;
      padding-right: 15px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      color: orangered; }
      .destination-slider-block__slide-breadcrumbs li::after, .camping-slider-block__slide-breadcrumbs li::after, .commercial-region-slider-block__slide-breadcrumbs li::after, .blog-slider-block__slide-breadcrumbs li::after {
        content: "â—";
        color: #FC4C02;
        position: absolute;
        top: 0px;
        right: 2px;
        font-size: 14px; }
      .destination-slider-block__slide-breadcrumbs li:last-child, .camping-slider-block__slide-breadcrumbs li:last-child, .commercial-region-slider-block__slide-breadcrumbs li:last-child, .blog-slider-block__slide-breadcrumbs li:last-child {
        flex: 1; }
        .destination-slider-block__slide-breadcrumbs li:last-child::after, .camping-slider-block__slide-breadcrumbs li:last-child::after, .commercial-region-slider-block__slide-breadcrumbs li:last-child::after, .blog-slider-block__slide-breadcrumbs li:last-child::after {
          display: none; }
      .destination-slider-block__slide-breadcrumbs li a, .camping-slider-block__slide-breadcrumbs li a, .commercial-region-slider-block__slide-breadcrumbs li a, .blog-slider-block__slide-breadcrumbs li a {
        color: #FC4C02; }

.destination-slider-block__slide-title {
  margin-bottom: -2px; }

@media (max-width: 768px) {
  .destination-slider-block__slide-breadcrumbs {
    white-space: nowrap;
    margin-top: 5px; } }

.commercial-region-slider-block {
  height: 342px; }
  .commercial-region-slider-block__slide-breadcrumbs {
    height: 21px;
    white-space: nowrap;
    overflow: hidden; }
  .commercial-region-slider-block__slide-title {
    margin-bottom: -2px; }
  .commercial-region-slider-block--mobile {
    height: initial;
    min-height: 507px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    margin-top: -10px !important; }
    .commercial-region-slider-block--mobile .commercial-region-slider-block__grid {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 12px; }
    .commercial-region-slider-block--mobile .search-page-item-block__item {
      border-radius: 0;
      display: grid;
      grid-template-columns: 69px 1fr;
      grid-template-rows: 23px 23px 23px;
      border: none;
      box-shadow: none; }
    .commercial-region-slider-block--mobile .commercial-region-slider-block__slide-photo {
      border-radius: 12px;
      overflow: hidden;
      grid-row-start: 1;
      grid-row-end: 4;
      grid-column-start: 1;
      grid-column-end: 1;
      height: initial !important;
      margin-bottom: 0; }
      .commercial-region-slider-block--mobile .commercial-region-slider-block__slide-photo img {
        max-height: initial !important; }
    .commercial-region-slider-block--mobile .commercial-region-slider-block__slide-breadcrumbs {
      white-space: nowrap;
      margin-top: 5px; }
    .commercial-region-slider-block--mobile .commercial-region-slider-block__slide-title {
      margin-top: 2px;
      height: 18px;
      white-space: nowrap;
      overflow: hidden; }
    .commercial-region-slider-block--mobile .commercial-region-slider-block__show-more {
      cursor: pointer;
      background: orangered;
      color: white;
      text-align: center;
      justify-self: center;
      width: -moz-min-content;
      width: -webkit-min-content;
      width: min-content;
      align-self: center;
      white-space: nowrap;
      border-radius: 4px;
      margin-top: 25px;
      padding: 9px 17px; }
      .commercial-region-slider-block--mobile .commercial-region-slider-block__show-more:hover {
        background: #ff581a; }
      .commercial-region-slider-block--mobile .commercial-region-slider-block__show-more:active {
        background: #e63e00;
        box-shadow: 1px 1px 3px; }

.camping-slider-block {
  margin-bottom: 31px;
  position: relative;
  height: 398px; }
  @media (max-width: 768px) {
    .camping-slider-block {
      margin-left: 16px;
      margin-right: 16px;
      margin-bottom: 0px;
      height: 414px; } }
  .camping-slider-block--mobile {
    height: initial;
    margin-bottom: 20px;
    flex-direction: column;
    display: flex;
    min-height: 548px; }
    @media (max-width: 768px) {
      .camping-slider-block--mobile {
        margin-left: 0;
        margin-right: 0; }
        .camping-slider-block--mobile .camping-slider-block {
          height: 436px; } }
    .camping-slider-block--mobile .camping-slider-block__grid {
      display: grid;
      grid-gap: 12px;
      grid-template-columns: 1fr 1fr; }
      .camping-slider-block--mobile .camping-slider-block__grid .search-page-item-block__item-container {
        min-height: 215px; }
      .camping-slider-block--mobile .camping-slider-block__grid .search-page-item-block__item .card-body {
        padding: 9px; }
      .camping-slider-block--mobile .camping-slider-block__grid .search-page-item-block__item .card-title a {
        font-size: 11px !important; }
      .camping-slider-block--mobile .camping-slider-block__grid .search-page-item-block__item-image {
        height: 104px;
        overflow: hidden;
        font-size: 9px; }
      .camping-slider-block--mobile .camping-slider-block__grid .search-page-item-block__item-breadcrumbs {
        font-size: 10px;
        white-space: nowrap;
        overflow: hidden; }
        .camping-slider-block--mobile .camping-slider-block__grid .search-page-item-block__item-breadcrumbs li:after {
          margin-top: -2px !important; }
      .camping-slider-block--mobile .camping-slider-block__grid .search-page-item-block__item-reviews {
        margin-bottom: 4px;
        margin-top: -3px; }
        .camping-slider-block--mobile .camping-slider-block__grid .search-page-item-block__item-reviews .rate {
          font-size: 11px !important; }
        .camping-slider-block--mobile .camping-slider-block__grid .search-page-item-block__item-reviews .fs14 {
          font-size: 10px !important; }
      .camping-slider-block--mobile .camping-slider-block__grid .search-page-item-block__information-button {
        border: 1px solid orangered; }
        .camping-slider-block--mobile .camping-slider-block__grid .search-page-item-block__information-button .btn {
          padding: 5px 2px;
          font-size: 10px !important;
          white-space: nowrap; }
      .camping-slider-block--mobile .camping-slider-block__grid .search-page-item-block__heart-button {
        font-size: 28px;
        -webkit-text-stroke-width: 1px; }
    .camping-slider-block--mobile .camping-slider-block__show-more {
      cursor: pointer;
      background: orangered;
      color: white;
      text-align: center;
      justify-self: center;
      width: -webkit-min-content;
      width: -moz-min-content;
      width: min-content;
      align-self: center;
      white-space: nowrap;
      border-radius: 4px;
      margin-top: 20px;
      padding: 9px 17px; }
      .camping-slider-block--mobile .camping-slider-block__show-more:hover {
        background: #ff581a; }
      .camping-slider-block--mobile .camping-slider-block__show-more:active {
        background: #e63e00;
        box-shadow: 1px 1px 3px; }
  .camping-slider-block--no-expand {
    min-height: 488px; }
    .camping-slider-block--no-expand .camping-slider-block__show-more {
      display: none; }
  .camping-slider-block .swiper-container {
    height: 366px; }
  .camping-slider-block__slide {
    height: auto; }
  .camping-slider-block .search-page-item-block__booking-link {
    display: none; }
  .camping-slider-block .search-page-item-block__item-breadcrumbs {
    font-family: 'font-roboto-semi-bold', sans-serif;
    font-weight: 400 !important;
    overflow: hidden;
    white-space: nowrap; }
  .camping-slider-block .search-page-item-block__item-container {
    min-height: 356px;
    width: 100%;
    max-width: none; }
    @media (max-width: 481px) {
      .camping-slider-block .search-page-item-block__item-container {
        min-width: auto; } }
  .camping-slider-block .item div img {
    max-height: none; }
  .camping-slider-block__item-star-rating {
    font-size: 10px;
    color: #FC4C02; }
  .camping-slider-block__item-reviews {
    margin-bottom: 15px;
    min-height: 24px;
    padding-left: 15px; }
  .camping-slider-block__item-affiliate {
    width: 60px; }

.blog-slider-block__blog-tags {
  padding-left: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 30px;
  overflow: hidden; }
  .blog-slider-block__blog-tags span {
    display: inline-block;
    padding: 4px 8px;
    background-color: #eaeaea;
    font-size: 14px;
    border-radius: 2px;
    margin-right: 4px;
    margin-bottom: 5px; }

.blog-slider-block__slide-title {
  margin-bottom: 15px;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis; }

.blog-slider-block__slide {
  height: 310px; }

.swiper-js-block {
  position: relative; }
  .swiper-js-block .swiper-container {
    padding-bottom: 8px; }
  .swiper-js-block .slider-navigation {
    position: absolute;
    top: 50%;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
    height: 0; }
  .swiper-js-block .nav-indicator {
    font-size: 33px;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.61);
    height: 40px;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    color: gray;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    transform: translateY(-50%); }
  .swiper-js-block .nextArrow {
    transform: translate(50%, 50%); }
  .swiper-js-block .prevArrow {
    transform: translate(-50%, 50%); }
  .swiper-js-block .swiper-button-disabled {
    visibility: hidden !important; }
  .swiper-js-block .swiper-container {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
  .swiper-js-block--evenly-spaced .nextArrow {
    transform: translate(50%, -50%); }
  .swiper-js-block--evenly-spaced .prevArrow {
    transform: translate(-50%, -50%); }

.blog-inspiration-block {
  margin: 30px 0 4px;
  height: 575px; }
  @media (max-width: 1120px) {
    .blog-inspiration-block {
      min-height: 1274px; } }
  .blog-inspiration-block__title {
    margin-bottom: 12px; }
    .blog-inspiration-block__title h2 {
      font-weight: bold;
      font-size: 24px;
      font-family: Roboto, sans-serif; }
    @media (max-width: 1120px) {
      .blog-inspiration-block__title h2 {
        font-size: 24px; } }
  .blog-inspiration-block__slide-photo {
    display: block;
    margin-bottom: 15px; }
  .blog-inspiration-block__blog-tags {
    position: absolute;
    top: 13px;
    left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden; }
    .blog-inspiration-block__blog-tags span {
      display: inline-block;
      background-color: orangered;
      font-size: 16px;
      padding: 5px 22px;
      border-radius: 4px;
      overflow: hidden;
      color: white; }
  .blog-inspiration-block__slide-title {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-image: linear-gradient(#00000000, #00000052);
    padding: 26px 0 8px 6px;
    font-size: 16px;
    color: white; }
    .blog-inspiration-block__slide-title a {
      font-size: 16px;
      color: white; }
  .blog-inspiration-block__slider-wrapper {
    height: 575px; }
    @media (max-width: 1120px) {
      .blog-inspiration-block__slider-wrapper {
        min-height: 1221px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content; } }
  .blog-inspiration-block__slider {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 300px 211px;
    grid-gap: 14px; }
    @media (max-width: 1120px) {
      .blog-inspiration-block__slider {
        display: flex;
        flex-direction: column; } }
    .blog-inspiration-block__slider__item:nth-child(1) {
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row-start: 1;
      grid-row-end: 1; }
    .blog-inspiration-block__slider__item img {
      max-height: initial !important;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 1120px) {
        .blog-inspiration-block__slider__item img {
          height: 218px; } }

.header-main-image-blog-block {
  width: 100%;
  background-color: gray;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 400px; }
  .header-main-image-blog-block img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }
  @media (max-width: 576px) {
    .header-main-image-blog-block {
      min-height: 350px; } }
  .header-main-image-blog-block h1 {
    font-size: 64px;
    color: white; }
  .header-main-image-blog-block h3 {
    font-size: 24px;
    color: white; }
  .header-main-image-blog-block__container {
    text-align: left;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%, 0); }
    .header-main-image-blog-block__container__image-description {
      display: inline-block;
      background-color: #E0E0E0;
      color: #67747C;
      padding: 2px 10px; }
      .header-main-image-blog-block__container__image-description a {
        color: #FC4C02; }
  .header-main-image-blog-block__label {
    background-color: #FC4C02;
    display: inline-block;
    color: white;
    padding: 6px 12px;
    border-radius: 4px; }

.book-with-our-partners-block {
  margin-bottom: 23px;
  color: #2C3643;
  width: 100%; }
  .book-with-our-partners-block-wrapper.main {
    padding-top: 30px;
    padding-bottom: 40px; }
    .book-with-our-partners-block-wrapper.main .book-with-our-partners-block__title {
      margin-bottom: 0; }
    .book-with-our-partners-block-wrapper.main .book-with-our-partners-block__list-item-row-index {
      max-width: 24px; }
    .book-with-our-partners-block-wrapper.main .book-with-our-partners-block__description {
      line-height: 19px;
      font-size: 15px; }
    .book-with-our-partners-block-wrapper.main .book-with-our-partners-block__show-all button {
      font-size: 15px;
      text-decoration: underline; }
    @media (min-width: 768px) {
      .book-with-our-partners-block-wrapper.main {
        padding-top: 40px;
        padding-bottom: 50px; }
        .book-with-our-partners-block-wrapper.main .book-with-our-partners-block__title {
          font-size: 26px;
          font-weight: 400 !important; }
        .book-with-our-partners-block-wrapper.main .book-with-our-partners-block__description {
          font-size: 16px; }
        .book-with-our-partners-block-wrapper.main .book-with-our-partners-block__list {
          margin-top: 20px; }
        .book-with-our-partners-block-wrapper.main .book-with-our-partners-block__show-all {
          padding: 4px 15px; }
          .book-with-our-partners-block-wrapper.main .book-with-our-partners-block__show-all button {
            font-size: 18px;
            text-decoration: underline; } }
  .book-with-our-partners-block__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px; }
  .book-with-our-partners-block__description {
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 10px; }
  .book-with-our-partners-block__list-item-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 15px; }
    .book-with-our-partners-block__list-item-row-title,
    .book-with-our-partners-block__list-item-row-title span {
      color: #2C3643;
      font-weight: 500;
      line-height: 1.1; }
    .book-with-our-partners-block__list-item-row-logo {
      max-width: 68%; }
      .book-with-our-partners-block__list-item-row-logo img {
        max-width: 100%;
        height: auto; }
    .book-with-our-partners-block__list-item-row-index {
      color: #2C3643;
      font-weight: 500;
      flex: 0020px;
      max-width: 20px;
      min-width: 20px; }
    .book-with-our-partners-block__list-item-row span {
      font-size: 20px;
      color: #000; }
    @media (min-width: 768px) {
      .book-with-our-partners-block__list-item-row.main {
        font-size: 18px;
        padding: 11px 6px; }
        .book-with-our-partners-block__list-item-row.main .where-to-book-block__button {
          height: 35px;
          font-size: 14px; }
        .book-with-our-partners-block__list-item-row.main .book-with-our-partners-block__list-item-row-index {
          max-width: 32px; }
        .book-with-our-partners-block__list-item-row.main .book-with-our-partners-block__list-item-row-title {
          flex: 0038%;
          max-width: 38%; }
        .book-with-our-partners-block__list-item-row.main .book-with-our-partners-block__list-item-row-logo {
          padding: 0 5px;
          text-align: center;
          flex: 120px;
          max-width: 120px;
          margin-left: 0;
          margin-right: auto; } }
  .book-with-our-partners-block__voucher {
    padding: 15px;
    background: white;
    border-radius: 8px;
    border: 1px solid #FC4C02; }
    .book-with-our-partners-block__voucher__lighter {
      padding-top: 15px; }
    .book-with-our-partners-block__voucher__orange {
      background: #FC4C02;
      color: white;
      font-family: 'Roboto Mono', sans-serif;
      font-weight: bold;
      font-size: 15px;
      border-radius: 8px;
      transition: 0.2s ease-in-out;
      cursor: pointer;
      border: 1px solid transparent;
      width: 50%;
      position: relative; }
      .book-with-our-partners-block__voucher__orange div {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
      .book-with-our-partners-block__voucher__orange:hover {
        color: #FC4C02;
        background: #fafafa;
        border: 1px solid #FC4C02; }
  .book-with-our-partners-block__list {
    width: 100%;
    list-style: none;
    padding: 0;
    border-radius: 9px;
    box-shadow: #00000029 0 3px 10px; }
  .book-with-our-partners-block__list-item-link {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .book-with-our-partners-block__list-item-link img {
      -o-object-fit: scale-down;
         object-fit: scale-down;
      height: 19px;
      max-width: 125px; }
  .book-with-our-partners-block__list-item {
    padding: 15px 20px;
    border-bottom: 1px solid #E5E5E5; }
    .book-with-our-partners-block__list-item a:hover {
      text-decoration: none; }
    .book-with-our-partners-block__list-item__left-side {
      display: flex;
      flex-direction: column; }
      .book-with-our-partners-block__list-item__left-side span {
        font-size: 20px;
        color: #000; }
    .book-with-our-partners-block__list-item__right-side {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .book-with-our-partners-block__list-item__right-side button {
        background: transparent;
        border: 1px solid #FC4C02;
        color: #FC4C02;
        padding: 5px 10px;
        text-transform: uppercase;
        border-radius: 5px; }
        .book-with-our-partners-block__list-item__right-side button:hover {
          color: #fff;
          background: #FC4C02;
          text-decoration: none; }
  .book-with-our-partners-block__show-all {
    text-align: center; }
    .book-with-our-partners-block__show-all button {
      font-size: 15px;
      color: #FC4C02;
      text-align: center;
      padding: 10px 5px;
      line-height: 1;
      font-weight: 500; }
      .book-with-our-partners-block__show-all button:hover {
        color: #FC4C02;
        text-decoration: underline; }

.where-to-book-block__button {
  flex: 0097px;
  background: transparent;
  border: 1px solid #FC4C02;
  color: #FC4C02;
  padding: 0 5px;
  text-transform: uppercase;
  border-radius: 4px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  max-width: 97px;
  margin-left: auto;
  margin-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media (max-width: 1200px) {
    .where-to-book-block__button--mobile .where-to-book-block__button {
      display: none; } }
  .where-to-book-block__button:hover {
    color: #fff;
    background: #FC4C02;
    text-decoration: none; }
  .where-to-book-block__button.secondary {
    border: 1px solid #007fb6;
    color: #007fb6;
    border-radius: 5px;
    padding: 3px 7px;
    font-size: 13px;
    width: 48%;
    min-width: 48%;
    max-width: 48%;
    text-transform: initial; }
    .where-to-book-block__button.secondary:hover {
      color: #fff;
      background: #007fb6;
      text-decoration: none; }
  .where-to-book-block__button.tertiary {
    border: 1px solid #FC4C02;
    color: #FC4C02;
    border-radius: 5px;
    padding: 3px 7px;
    font-size: 13px;
    width: 48%;
    min-width: 48%;
    max-width: 48%;
    text-transform: initial; }
    .where-to-book-block__button.tertiary:hover {
      color: #fff;
      background: #FC4C02;
      text-decoration: none; }

.camping-map-block {
  margin-bottom: 20px;
  color: #363D42; }
  .camping-map-block__map {
    scroll-margin-top: 110px;
    border-radius: 5px;
    overflow: hidden; }
    .camping-map-block__map figure {
      position: relative;
      margin-bottom: 0; }
    .camping-map-block__map figcaption {
      background-color: #E0E0E0;
      border-bottom-left-radius: 5px;
      color: #67747C;
      padding: 2px 10px;
      position: absolute;
      bottom: 0;
      width: auto; }
    .camping-map-block__map img {
      width: 100%;
      height: 350px;
      -o-object-fit: cover;
         object-fit: cover;
      margin-bottom: 10px; }
  .camping-map-block__header {
    margin-bottom: 10px;
    padding-top: 20px; }
    .camping-map-block__header h2 {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 10px;
      font-weight: 600; }
  .camping-map-block__new-tab-link {
    display: block;
    font-size: 15px;
    line-height: 18px;
    text-decoration: underline;
    font-weight: 500;
    padding-top: 8px;
    text-align: right; }
  @media (min-width: 768px) {
    .camping-map-block__map {
      border-radius: 0; }
    .camping-map-block__header {
      padding-top: 20px; }
      .camping-map-block__header h2 {
        margin-bottom: 20px;
        font-size: 26px;
        line-height: 31px;
        font-weight: 400; }
    .camping-map-block__new-tab-link {
      font-size: 14px; }
    .camping-map-block__map img {
      height: 720px; } }

.content-blocks-photos img {
  width: 100%; }

.content-blocks-photos .popup-link {
  height: 100%;
  display: flex; }
  @media (max-width: 576px) {
    .content-blocks-photos .popup-link {
      height: initial;
      display: initial; } }
  .content-blocks-photos .popup-link__safari {
    display: inline-block;
    max-height: 400px;
    overflow: hidden; }
    .content-blocks-photos .popup-link__safari img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.best-rated-campings-block {
  margin-top: 18px; }

footer {
  overflow: hidden; }

@media (min-width: 992px) {
  .footer-block {
    width: 67%; } }

.filter-mobile {
  transition: .1s ease-in-out;
  z-index: 99999 !important; }

.filter-mobile-everlay-block {
  background: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  max-height: 82vh;
  overflow-y: auto; }
  .filter-mobile-everlay-block * {
    touch-action: manipulation; }
  .filter-mobile-everlay-block__navigation {
    list-style: none;
    min-height: 34px;
    z-index: 9999;
    background: white;
    color: black;
    padding: 5px;
    display: flex;
    justify-content: flex-end; }
    .filter-mobile-everlay-block__navigation li {
      margin-left: 20px;
      margin-right: 12px;
      margin-top: 4px; }
    .filter-mobile-everlay-block__navigation i {
      cursor: pointer;
      color: lightgray; }
      .filter-mobile-everlay-block__navigation i:hover {
        color: #bababa; }
      .filter-mobile-everlay-block__navigation i:focus, .filter-mobile-everlay-block__navigation i:active {
        color: #adadad; }
    .filter-mobile-everlay-block__navigation #close {
      color: gray; }
    .filter-mobile-everlay-block__navigation #clear {
      cursor: pointer;
      color: darkgray; }
  .filter-mobile-everlay-block .navigation-products {
    justify-content: flex-end; }
    .filter-mobile-everlay-block .navigation-products li {
      list-style: none; }
    .filter-mobile-everlay-block .navigation-products i {
      color: #cfcfcf; }
  .filter-mobile-everlay-block__options {
    text-align: left;
    overflow: auto; }
    .filter-mobile-everlay-block__options--mobile {
      text-align: left;
      overflow: auto;
      display: flex; }
  .filter-mobile-everlay-block__submit-wrapper-products {
    border-top: 1px solid #FC4C02;
    box-shadow: 0px -2px 21px -6px rgba(0, 0, 0, 0.5);
    background: white;
    padding: 7px 15px; }
  .filter-mobile-everlay-block__submit-wrapper {
    border-top: 1px solid orangered;
    background: white;
    padding: 10px 15px;
    display: flex; }
  .filter-mobile-everlay-block__submit-products {
    border-radius: 5px;
    background: orangered;
    color: white;
    padding: 6px;
    display: flex;
    justify-content: center;
    font-size: 22px;
    flex: 2; }
  .filter-mobile-everlay-block__dates {
    display: flex; }
    .filter-mobile-everlay-block__dates__clear-dates {
      border-radius: 5px;
      background: darkgrey;
      color: white;
      padding: 6px;
      display: flex;
      justify-content: center;
      font-size: 22px;
      margin-right: 7px; }
      @media (max-width: 768px) {
        .filter-mobile-everlay-block__dates__clear-dates {
          flex: initial; } }
  .filter-mobile-everlay-block__date {
    margin: 1px 0 6px;
    font-size: 12px; }
  .filter-mobile-everlay-block__submit {
    cursor: pointer;
    background: orangered;
    color: white;
    padding: 8px 12px;
    display: flex;
    justify-content: center;
    border-radius: 4px;
    white-space: nowrap;
    flex: 1;
    margin-left: 12px; }
  .filter-mobile-everlay-block__clear {
    cursor: pointer;
    background: lightgray;
    color: white;
    padding: 8px 12px;
    display: flex;
    justify-content: center;
    border-radius: 4px;
    white-space: nowrap;
    flex: 1; }

.filter-nav-block {
  transition: 0.1s ease-in-out;
  height: 33px;
  overflow: hidden; }
  .filter-nav-block__name {
    white-space: nowrap;
    max-width: 204px;
    text-overflow: ellipsis;
    overflow: hidden; }
  .filter-nav-block__nav-item {
    margin-right: 10px;
    color: dimgray;
    border: 1px solid lightgray;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2px; }
    .filter-nav-block__nav-item:hover {
      background: orangered;
      border: 1px solid orangered;
      color: white; }
  .filter-nav-block__nav-item-with-counter {
    background: initial;
    border: 1px solid orangered;
    color: orangered; }
  .filter-nav-block__dropdown {
    margin-top: 5px;
    padding: 10px 3px;
    position: fixed;
    background: white;
    border: 1px solid lightgray;
    border-radius: 3px; }
    .filter-nav-block__dropdown__button {
      cursor: pointer; }
    .filter-nav-block__dropdown .clear {
      color: #464749; }
      .filter-nav-block__dropdown .clear:hover {
        color: gray; }
    .filter-nav-block__dropdown .apply:hover {
      color: #ff6a33; }
    .filter-nav-block__dropdown__buttons {
      display: flex;
      justify-content: space-between;
      margin-right: 10px;
      margin-left: 10px; }
      .filter-nav-block__dropdown__buttons .apply {
        margin-left: 15px;
        color: orangered; }
      .filter-nav-block__dropdown__buttons__in-more-screen {
        justify-content: flex-end !important;
        display: flex;
        margin-right: 10px;
        margin-left: 10px; }
        .filter-nav-block__dropdown__buttons__in-more-screen .apply {
          margin-left: 10px;
          color: orangered; }
    .filter-nav-block__dropdown__more {
      grid-template-columns: repeat(3, minmax(250px, 1fr));
      display: grid; }
    .filter-nav-block__dropdown__section {
      margin: 5px 5px 10px 10px; }
      .filter-nav-block__dropdown__section__list-group {
        padding-left: 0;
        margin-bottom: 5px;
        display: grid;
        grid-auto-flow: row; }
        @media (max-width: 768px) {
          .filter-nav-block__dropdown__section__list-group {
            list-style: none;
            margin: 0;
            padding: 0;
            /* Chrome, Safari, Opera */
            -moz-column-count: 2;
            /* Firefox */
            column-count: 2;
            display: flex;
            flex-wrap: wrap; } }
      .filter-nav-block__dropdown__section label {
        display: block;
        margin-bottom: 0 !important; }
      .filter-nav-block__dropdown__section__section-item-value {
        color: #464749;
        font-size: 14px;
        margin-left: 15px; }
        @media (max-width: 768px) {
          .filter-nav-block__dropdown__section__section-item-value {
            text-overflow: ellipsis;
            overflow: hidden;
            max-width: 221px;
            margin-left: 0; } }
      .filter-nav-block__dropdown__section__list-group-item {
        cursor: pointer;
        position: relative;
        display: block;
        padding: 10px 15px;
        margin-bottom: -1px; }
        @media (max-width: 768px) {
          .filter-nav-block__dropdown__section__list-group-item {
            white-space: nowrap;
            border: 1px solid lightgray;
            padding: 11px 8px;
            border-radius: 4px;
            margin: 3px; } }
        @media (max-width: 768px) {
          .filter-nav-block__dropdown__section__list-group-item--selected {
            background: orangered;
            border: 1px solid orangered; }
            .filter-nav-block__dropdown__section__list-group-item--selected .checkmark {
              border: 1px solid orangered !important; }
            .filter-nav-block__dropdown__section__list-group-item--selected .filter-nav-block__dropdown__section__section-item-value {
              color: white; } }

@media (max-width: 576px) {
  .footer-contact-block {
    margin-bottom: 15px; } }

@media (max-width: 576px) {
  .footer-contact-block h5 {
    text-align: center; } }

@media (max-width: 576px) {
  .footer-contact-block__list {
    text-align: center;
    display: flex;
    justify-content: space-around; } }

.accommodation-sticky-footer-block {
  box-shadow: 0px 9px 25px 5px rgba(0, 0, 0, 0.35);
  display: flex;
  background: white;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  left: 0;
  padding: 10px 12px;
  justify-content: space-between; }
  .accommodation-sticky-footer-block a {
    align-self: center; }
  .accommodation-sticky-footer-block i {
    align-self: center;
    vertical-align: middle;
    font-size: 26px;
    color: orangered; }
  .accommodation-sticky-footer-block__wa-text {
    align-self: center; }
  .accommodation-sticky-footer-block__button {
    color: white;
    text-decoration: initial;
    border-radius: 5px;
    padding: 6px 20px;
    cursor: pointer;
    text-align: center;
    background: orangered; }
    .accommodation-sticky-footer-block__button:hover {
      color: white;
      text-decoration: initial; }

.side-carousel {
  border-radius: 10px;
  overflow: hidden;
  width: 100% !important;
  max-width: 600px;
  height: 300px; }
  .side-carousel img {
    width: 100% !important; }
  .side-carousel .VueCarousel-inner {
    flex-basis: 100% !important; }
  .side-carousel .VueCarousel-slide {
    height: 310px !important;
    width: 100% !important; }
    @media only screen and (max-width: 1200px) {
      .side-carousel .VueCarousel-slide {
        height: 253px !important; } }

.products-block .vfm__content {
  bottom: 0;
  background: white;
  position: absolute;
  width: 100%; }

.products-block__readable-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 14px;
  grid-gap: 10px; }
  .products-block__readable-text__properties-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; }
    @media only screen and (max-width: 1200px) {
      .products-block__readable-text__properties-grid {
        grid-template-columns: 1fr; } }

.products-block__border-right {
  position: relative; }
  .products-block__border-right:after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 25%;
    height: 50%;
    width: 1px;
    border-right: 1px solid #cfcfcf; }
    @media only screen and (max-width: 768px) {
      .products-block__border-right:after {
        bottom: -5%;
        height: 120%; } }

.products-block__header {
  font-weight: 400 !important;
  margin-bottom: 0;
  margin-top: 13px; }
  @media only screen and (max-width: 768px) {
    .products-block__header {
      margin-bottom: 5px !important; } }

.products-block__subheader {
  font-size: 16px;
  color: #069D11;
  padding-bottom: 5px; }
  .products-block__subheader svg {
    margin-top: -3px; }

.products-block__search {
  display: flex;
  background: #e9e9e9;
  width: 100%;
  border-radius: 5px;
  padding: 5px; }
  @media only screen and (max-width: 1200px) {
    .products-block__search {
      flex-direction: column;
      padding: 6px; } }
  @media only screen and (max-width: 768px) {
    .products-block__search {
      flex-direction: column;
      padding: 0;
      background-color: transparent; }
      .products-block__search .icon-calendar,
      .products-block__search .icon-group,
      .products-block__search .products-block__search__submit-button {
        margin-top: 6px;
        padding: 10px; }
      .products-block__search .products-block__search__parameters__date.datepicker-trigger {
        display: flex; }
        .products-block__search .products-block__search__parameters__date.datepicker-trigger .input-wrapper--one, .products-block__search .products-block__search__parameters__date.datepicker-trigger .input-wrapper--two {
          position: relative;
          flex: 1;
          margin-bottom: 10px;
          height: 58px; }
          .products-block__search .products-block__search__parameters__date.datepicker-trigger .input-wrapper--one &gt; span, .products-block__search .products-block__search__parameters__date.datepicker-trigger .input-wrapper--two &gt; span {
            position: absolute;
            top: 5px;
            left: 0;
            right: 0;
            color: #CCCCCC;
            font-size: 15px; }
        .products-block__search .products-block__search__parameters__date.datepicker-trigger .input-wrapper--one {
          padding-right: 5px; }
        .products-block__search .products-block__search__parameters__date.datepicker-trigger .input-wrapper--two {
          padding-left: 5px; }
        .products-block__search .products-block__search__parameters__date.datepicker-trigger input {
          border: 1px solid #CCCCCC;
          border-radius: 0;
          height: 100%;
          padding: 0 5px;
          font-size: 18px;
          color: #363D42;
          padding-top: 15px; } }
  .products-block__search__parameters {
    position: relative;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    flex-grow: 8;
    display: flex;
    margin-right: 3px;
    background: white;
    color: #363D42;
    padding: 6px 7px;
    text-align: center; }
    .products-block__search__parameters .icon-calendar, .products-block__search__parameters .icon-group {
      color: #CCCCCC; }
    @media only screen and (max-width: 1200px) {
      .products-block__search__parameters {
        flex-direction: column;
        background: initial;
        padding: initial;
        margin-right: initial; }
        .products-block__search__parameters__date__input, .products-block__search__parameters__composition {
          width: 100% !important;
          overflow: hidden !important;
          border-radius: 7px;
          background: white;
          border-right: initial;
          margin-bottom: 5px;
          height: 39px;
          font-size: 16px; }
        .products-block__search__parameters__date {
          width: 100% !important;
          border-right: initial !important; } }
    @media only screen and (max-width: 450px) {
      .products-block__search__parameters__date__input, .products-block__search__parameters__composition {
        font-size: 14px; } }
    @media only screen and (max-width: 350px) {
      .products-block__search__parameters__date__input {
        font-size: 11px; } }
    @media only screen and (max-width: 768px) {
      .products-block__search__parameters__date__input, .products-block__search__parameters__composition {
        height: 58px; } }
    .products-block__search__parameters__popup {
      all: unset;
      z-index: 1010;
      padding: 8px 16px 7px;
      width: 263px;
      list-style: none;
      border-radius: 8px;
      position: absolute;
      background: white;
      right: 0;
      top: 50px;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.55); }
      @media only screen and (max-width: 900px) {
        .products-block__search__parameters__popup {
          all: unset;
          flex-direction: column;
          width: 100%;
          box-shadow: initial; } }
      .products-block__search__parameters__popup__composition__controller {
        display: flex;
        margin: 5px 0; }
        .products-block__search__parameters__popup__composition__controller__params {
          display: flex;
          justify-content: space-between;
          align-items: center; }
        .products-block__search__parameters__popup__composition__controller__title {
          text-align: start;
          flex: 1;
          font-size: 21px; }
        .products-block__search__parameters__popup__composition__controller__value {
          font-family: Roboto, sans-serif;
          font-weight: 600;
          padding: 0 5px; }
        .products-block__search__parameters__popup__composition__controller__minus, .products-block__search__parameters__popup__composition__controller__plus {
          margin: 0 5px;
          width: 41px;
          height: 39px;
          border-radius: 4px;
          border: 1px solid #FC4C02;
          display: inline-flex;
          align-items: center;
          justify-content: center; }
          .products-block__search__parameters__popup__composition__controller__minus__inactive, .products-block__search__parameters__popup__composition__controller__plus__inactive {
            margin: 0 5px;
            width: 41px;
            height: 39px;
            border-radius: 4px;
            border: 1px solid #cfcfcf;
            text-align: center;
            display: inline-flex;
            align-items: center;
            justify-content: center; }
      .products-block__search__parameters__popup__info {
        text-align: start;
        margin-top: 15px; }
        .products-block__search__parameters__popup__info h2 {
          font-size: 17px;
          font-weight: bold; }
        .products-block__search__parameters__popup__info p {
          font-size: 16px; }
      .products-block__search__parameters__popup__children-list {
        grid-gap: 5px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 10px; }
        .products-block__search__parameters__popup__children-list__item {
          border-radius: 7px;
          border: 1px solid #FC4C02;
          display: table;
          position: relative; }
          .products-block__search__parameters__popup__children-list__item__dropdown {
            position: absolute;
            top: 42px;
            width: 100%;
            border: 1px solid orangered;
            border-radius: 5px;
            background: white;
            right: 0;
            height: 125px;
            overflow: auto;
            z-index: 10;
            -ms-overflow-style: none;
            /* IE and Edge */
            scrollbar-width: none;
            /* Firefox */ }
            .products-block__search__parameters__popup__children-list__item__dropdown::-webkit-scrollbar {
              display: none;
              /* Hide scrollbar for Chrome, Safari and Opera */ }
            .products-block__search__parameters__popup__children-list__item__dropdown__item {
              border-bottom: 1px solid darkgrey;
              text-align: center;
              width: 90%;
              margin-left: auto;
              margin-right: auto; }
              .products-block__search__parameters__popup__children-list__item__dropdown__item:hover {
                background: #cfcfcf; }
              .products-block__search__parameters__popup__children-list__item__dropdown__item:nth-last-child(1) {
                border-bottom: 0; }
          .products-block__search__parameters__popup__children-list__item__count {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            padding: 7px 0;
            font-size: 19px; }
          .products-block__search__parameters__popup__children-list__item__buttons {
            padding: 7px 0;
            display: grid;
            margin-right: 2px;
            color: orangered;
            margin-top: 7px; }
            .products-block__search__parameters__popup__children-list__item__buttons span {
              line-height: 0.5; }
      .products-block__search__parameters__popup__apply-wrapper {
        margin-top: 7px;
        display: flex; }
        .products-block__search__parameters__popup__apply-wrapper__apply {
          border-radius: 4px;
          border: 0;
          width: 100%;
          margin: 5px 1px;
          padding: 6px;
          color: #fff;
          background: #FC4C02;
          text-align: center; }
          .products-block__search__parameters__popup__apply-wrapper__apply:hover {
            background: #d63f00; }
      .products-block__search__parameters__popup__close {
        display: flex;
        justify-content: flex-end;
        margin: 4px 5px 10px; }
        .products-block__search__parameters__popup__close .icon-close {
          color: #CCCCCC; }
        @media only screen and (max-width: 900px) {
          .products-block__search__parameters__popup__close {
            display: none; } }
    .products-block__search__parameters__date {
      width: 48%;
      border-right: 1px solid #cfcfcf;
      padding: 7px 0; }
      @media only screen and (max-width: 1200px) {
        .products-block__search__parameters__date {
          border-radius: 7px;
          background: white;
          margin-bottom: 4px; } }
      .products-block__search__parameters__date .icon-calendar {
        position: absolute;
        top: 49%;
        transform: translateY(-50%);
        left: 18px; }
        @media only screen and (max-width: 1200px) {
          .products-block__search__parameters__date .icon-calendar {
            top: 25%; } }
      .products-block__search__parameters__date__input {
        border: 0;
        width: 100%;
        text-align: center;
        cursor: pointer !important;
        color: #363D42;
        margin: 0;
        padding-left: 26px; }
        @media only screen and (max-width: 1200px) {
          .products-block__search__parameters__date__input {
            height: 36px; } }
        .products-block__search__parameters__date__input:-ms-input-placeholder {
          color: #363D42 !important; }
        .products-block__search__parameters__date__input::-moz-placeholder {
          color: #363D42 !important; }
        .products-block__search__parameters__date__input::placeholder {
          color: #363D42 !important; }
      .products-block__search__parameters__date__datepicker {
        margin-top: 15px !important;
        margin-left: -15px !important;
        z-index: 1015 !important; }
        .products-block__search__parameters__date__datepicker--litepicker {
          z-index: 1015 !important;
          width: 100%; }
          .products-block__search__parameters__date__datepicker--litepicker .litepicker {
            width: 100% !important;
            border: initial; }
          .products-block__search__parameters__date__datepicker--litepicker .container__months {
            width: 100%; }
            .products-block__search__parameters__date__datepicker--litepicker .container__months .month-item {
              width: 100%;
              font-weight: initial;
              font-family: Roboto, sans-serif; }
              .products-block__search__parameters__date__datepicker--litepicker .container__months .month-item .container__days {
                display: grid !important;
                grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }
                .products-block__search__parameters__date__datepicker--litepicker .container__months .month-item .container__days .day-item {
                  justify-self: center;
                  width: 100%; }
          .products-block__search__parameters__date__datepicker--litepicker .container__footer {
            display: none !important; }
    .products-block__search__parameters__composition {
      -webkit-padding-start: 0;
              padding-inline-start: 0;
      -webkit-margin-start: 0;
              margin-inline-start: 0;
      justify-content: center;
      align-items: center;
      display: flex;
      list-style: none;
      flex-grow: 1;
      margin-bottom: 0 !important;
      position: relative; }
      .products-block__search__parameters__composition .icon-group {
        position: absolute;
        left: 20px;
        top: 4px; }
        @media only screen and (max-width: 1200px) {
          .products-block__search__parameters__composition .icon-group {
            margin-top: 10px; } }
      .products-block__search__parameters__composition__ul {
        margin: 0 0 0 39px;
        padding: 0;
        list-style: none;
        display: flex;
        flex: 1; }
        @media only screen and (max-width: 1200px) {
          .products-block__search__parameters__composition__ul {
            margin: 0; } }
        @media only screen and (max-width: 768px) {
          .products-block__search__parameters__composition__ul li {
            font-size: 19px;
            color: #363D42; } }
      @media only screen and (max-width: 1200px) {
        .products-block__search__parameters__composition {
          margin-bottom: 5px !important; } }
      @media only screen and (max-width: 768px) {
        .products-block__search__parameters__composition {
          margin-top: -10px;
          border: 1px solid #CCCCCC;
          border-radius: 0; } }
      .products-block__search__parameters__composition li {
        cursor: pointer;
        padding: 0 7px;
        white-space: nowrap;
        flex: 1; }
  .products-block__search__submit-button {
    all: unset;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    cursor: pointer;
    border-radius: 5px;
    background: #FC4C02;
    border: 2px solid #FC4C02;
    color: white;
    -webkit-text-fill-color: white;
    opacity: 1;
    padding: 7px 5px;
    text-align: center;
    flex-basis: 155px;
    transition: 0.1s; }
    @media only screen and (max-width: 1200px) {
      .products-block__search__submit-button {
        flex-basis: initial; } }
    .products-block__search__submit-button:hover {
      color: #FC4C02;
      border: 2px solid #FC4C02;
      -webkit-text-fill-color: #FC4C02;
      background: white; }

.products-block__filter {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 10px; }
  .products-block__filter__item {
    margin-bottom: 4px;
    cursor: pointer;
    padding: 6px 8px;
    margin-right: 7px;
    background: white;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    color: #464749; }
    .products-block__filter__item:hover {
      border: 1px solid #FC4C02;
      color: #FC4C02; }
      .products-block__filter__item:hover .control_indicator {
        border: 1px solid #FC4C02; }
  .products-block__filter__item-checked {
    border: 1px solid #FC4C02;
    background: #FC4C02;
    color: white; }
    .products-block__filter__item-checked .control_indicator {
      border: 1px solid #FC4C02; }
    .products-block__filter__item-checked:hover {
      color: white; }

.products-block__list {
  margin-top: 25px;
  width: 100%;
  transition: 0.3s ease-in-out;
  max-height: 300px; }
  .products-block__list .vfm__content {
    right: 0 !important;
    width: 45% !important;
    top: 0 !important; }
    @media only screen and (max-width: 1200px) {
      .products-block__list .vfm__content {
        top: 5vh !important;
        width: 100% !important; } }
  @media only screen and (max-width: 768px) {
    .products-block__list {
      margin-top: 15px; } }
  .products-block__list__hr {
    margin: 25px -15px 17px; }
  .products-block__list__show-all {
    width: 100%;
    display: flex;
    justify-content: center; }
    .products-block__list__show-all__btn {
      text-decoration: underline;
      color: #FC4C02;
      padding: 10px;
      word-break: break-word;
      cursor: pointer; }
      .products-block__list__show-all__btn:hover {
        color: #d63f00;
        text-decoration: none; }
  .products-block__list__no-results {
    margin-left: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: auto;
    justify-items: center;
    align-items: center;
    margin-bottom: 70px; }
    .products-block__list__no-results__svg-wrapper {
      margin-left: auto;
      width: 150px;
      display: block;
      margin-right: auto; }
    .products-block__list__no-results__title {
      font-family: Roboto, sans-serif;
      font-weight: 600;
      font-size: 20px; }
    .products-block__list__no-results__description {
      color: #79808A;
      font-family: Roboto, sans-serif;
      font-size: 15px;
      margin-top: -5px;
      text-align: center; }
  .products-block__list__item {
    overflow: hidden;
    border-radius: 8px;
    margin: 10px 0;
    display: flex;
    height: 228px;
    box-shadow: 0px 4px 5px #00000029;
    color: #363D42; }
    @media only screen and (max-width: 1200px) {
      .products-block__list__item {
        display: block;
        height: initial; } }
    .products-block__list__item__loading {
      border-radius: 8px;
      margin: 10px 0;
      display: flex;
      height: 206px;
      box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.13); }
      @media only screen and (max-width: 1200px) {
        .products-block__list__item__loading {
          flex-direction: column;
          margin-bottom: 7px;
          height: initial; } }
      .products-block__list__item__loading__image {
        background-image: linear-gradient(90deg, #dbdbdb 0px, #eeeeee 40px, #dbdbdb 80px);
        background-size: 600px;
        -webkit-animation: shine-avatar 1.6s infinite linear;
                animation: shine-avatar 1.6s infinite linear;
        width: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #79808A; }
        @media only screen and (max-width: 1200px) {
          .products-block__list__item__loading__image {
            width: 100%;
            height: 200px; } }
      .products-block__list__item__loading__middle {
        flex: 6;
        position: relative; }
        .products-block__list__item__loading__middle__tags {
          display: block;
          margin: 10px; }
          .products-block__list__item__loading__middle__tags__item {
            background-image: linear-gradient(90deg, #dbdbdb 0px, #eeeeee 40px, #dbdbdb 80px);
            background-size: 600px;
            -webkit-animation: shine-avatar 1.6s infinite linear;
                    animation: shine-avatar 1.6s infinite linear;
            height: 20px;
            width: 100px;
            border-radius: 10px;
            float: left;
            margin: 5px; }
        .products-block__list__item__loading__middle__title {
          left: 3px;
          right: 3px;
          height: 10px;
          margin: 10px;
          border-radius: 10px;
          background-image: linear-gradient(90deg, #dbdbdb 0px, #eeeeee 40px, #dbdbdb 80px);
          background-size: 600px;
          -webkit-animation: shine-avatar 1.6s infinite linear;
                  animation: shine-avatar 1.6s infinite linear; }
        .products-block__list__item__loading__middle__short-facts {
          display: flex;
          justify-content: space-between;
          margin-top: 25px;
          margin-left: 10px;
          margin-right: 10px; }
          .products-block__list__item__loading__middle__short-facts__fact {
            display: flex;
            flex-direction: column; }
            .products-block__list__item__loading__middle__short-facts__fact__title {
              width: 100%;
              height: 10px;
              border-radius: 10px;
              background-image: linear-gradient(90deg, #dbdbdb 0px, #eeeeee 40px, #dbdbdb 80px);
              background-size: 600px;
              -webkit-animation: shine-avatar 1.6s infinite linear;
                      animation: shine-avatar 1.6s infinite linear; }
            .products-block__list__item__loading__middle__short-facts__fact__details {
              margin: 5px;
              display: flex;
              align-items: center; }
              .products-block__list__item__loading__middle__short-facts__fact__details__icon {
                border-radius: 50%;
                width: 30px;
                height: 30px;
                background-image: linear-gradient(90deg, #dbdbdb 0px, #eeeeee 40px, #dbdbdb 80px);
                background-size: 600px;
                -webkit-animation: shine-avatar 1.6s infinite linear;
                        animation: shine-avatar 1.6s infinite linear; }
              .products-block__list__item__loading__middle__short-facts__fact__details__description {
                margin-left: 5px;
                height: 10px;
                width: 35px;
                border-radius: 10px;
                background-image: linear-gradient(90deg, #dbdbdb 0px, #eeeeee 40px, #dbdbdb 80px);
                background-size: 600px;
                -webkit-animation: shine-avatar 1.6s infinite linear;
                        animation: shine-avatar 1.6s infinite linear; }
      .products-block__list__item__loading__right {
        flex: 2;
        margin: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-end; }
        .products-block__list__item__loading__right__read-more {
          height: 20px;
          width: 70%;
          border-radius: 10px;
          background-image: linear-gradient(90deg, #dbdbdb 0px, #eeeeee 40px, #dbdbdb 80px);
          background-size: 600px;
          -webkit-animation: shine-avatar 1.6s infinite linear;
                  animation: shine-avatar 1.6s infinite linear; }
          @media only screen and (max-width: 1200px) {
            .products-block__list__item__loading__right__read-more {
              display: none; } }
        .products-block__list__item__loading__right__logo {
          height: 40px;
          width: 60%;
          border-radius: 10px;
          margin-top: 20px;
          background-image: linear-gradient(90deg, #dbdbdb 0px, #eeeeee 40px, #dbdbdb 80px);
          background-size: 600px;
          -webkit-animation: shine-avatar 1.6s infinite linear;
                  animation: shine-avatar 1.6s infinite linear; }
          @media only screen and (max-width: 1200px) {
            .products-block__list__item__loading__right__logo {
              display: none; } }
        .products-block__list__item__loading__right__price {
          height: 25px;
          width: 100%;
          border-radius: 10px;
          margin-top: 25px;
          background-image: linear-gradient(90deg, #dbdbdb 0px, #eeeeee 40px, #dbdbdb 80px);
          background-size: 600px;
          -webkit-animation: shine-avatar 1.6s infinite linear;
                  animation: shine-avatar 1.6s infinite linear; }
          @media only screen and (max-width: 1200px) {
            .products-block__list__item__loading__right__price {
              margin-top: 15px; } }
        .products-block__list__item__loading__right__submit {
          height: 50px;
          width: 100%;
          border-radius: 10px;
          margin-top: 38px;
          background-image: linear-gradient(90deg, #dbdbdb 0px, #eeeeee 40px, #dbdbdb 80px);
          background-size: 600px;
          -webkit-animation: shine-avatar 1.6s infinite linear;
                  animation: shine-avatar 1.6s infinite linear; }
          @media only screen and (max-width: 1200px) {
            .products-block__list__item__loading__right__submit {
              margin-top: 15px; } }
    .products-block__list__item__carousel {
      width: 316px;
      position: relative; }
      .products-block__list__item__carousel .tns-outer {
        overflow: hidden;
        border-radius: 8px; }
      .products-block__list__item__carousel .vs-carousel {
        height: 230px; }
      @media only screen and (max-width: 1200px) {
        .products-block__list__item__carousel {
          width: initial;
          height: 300px; }
          .products-block__list__item__carousel .tns-outer {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0; } }
      @media only screen and (max-width: 576px) {
        .products-block__list__item__carousel {
          height: calc(100vw / 100 * 54.54); } }
      .products-block__list__item__carousel .VueCarousel-slide {
        height: 271px; }
      .products-block__list__item__carousel__indicator {
        position: absolute;
        bottom: -1px;
        background: rgba(0, 0, 0, 0.4);
        border-radius: 16px;
        color: white;
        font-size: 12px;
        font-family: Roboto, sans-serif;
        padding: 2px 20px;
        transform: translate(-50%, -50%);
        left: 50%; }
      .products-block__list__item__carousel__no-image {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        color: white;
        font-size: 123px;
        font-family: Roboto, sans-serif;
        width: 100%;
        height: 100%;
        background: darkgrey; }
      .products-block__list__item__carousel .VueCarousel-navigation-button {
        color: whitesmoke !important;
        opacity: .8 !important;
        font-size: 54px; }
      .products-block__list__item__carousel .VueCarousel-navigation-next {
        right: 45px !important; }
      .products-block__list__item__carousel .VueCarousel-navigation-prev {
        left: 45px !important; }
      .products-block__list__item__carousel img {
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%;
        width: 316px; }
        @media only screen and (max-width: 1200px) {
          .products-block__list__item__carousel img {
            width: 100%; } }
    .products-block__list__item__right-block {
      padding: 10px 20px;
      display: flex;
      flex-direction: column;
      width: 100%; }
      @media only screen and (max-width: 1200px) {
        .products-block__list__item__right-block {
          width: initial;
          padding: 7px 16px; } }
      .products-block__list__item__right-block__flex {
        display: flex;
        justify-content: space-between;
        word-break: break-all;
        width: 100%;
        flex: 1; }
        @media only screen and (max-width: 1200px) {
          .products-block__list__item__right-block__flex {
            display: block;
            margin: 0; } }
      .products-block__list__item__right-block__left {
        font-size: 12px;
        width: 100%; }
        .products-block__list__item__right-block__left__header-wrap {
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          @media only screen and (max-width: 1200px) {
            .products-block__list__item__right-block__left__header-wrap {
              padding-right: 0;
              padding-top: 10px; } }
        .products-block__list__item__right-block__left__header {
          word-break: keep-all;
          font-size: 16px;
          font-family: Roboto, sans-serif;
          margin-bottom: 0;
          padding-bottom: 13px; }
          @media only screen and (max-width: 1200px) {
            .products-block__list__item__right-block__left__header {
              margin-bottom: 0;
              padding-bottom: 7px; } }
        .products-block__list__item__right-block__left__features {
          display: flex;
          padding-left: 0;
          padding-bottom: 15px;
          margin-bottom: 0;
          list-style: none;
          word-break: keep-all; }
          @media only screen and (max-width: 1200px) {
            .products-block__list__item__right-block__left__features {
              justify-content: initial;
              display: flex;
              width: 100%;
              font-weight: bold;
              padding-bottom: 0; } }
          .products-block__list__item__right-block__left__features__item {
            padding-right: 12px; }
            .products-block__list__item__right-block__left__features__item:not(:first-child) {
              padding-left: 12px; }
            .products-block__list__item__right-block__left__features__item__title {
              text-align: center;
              word-break: keep-all;
              font-size: 12px;
              color: #363D42; }
            .products-block__list__item__right-block__left__features__item__info {
              text-align: center;
              display: flex;
              justify-content: center;
              margin-top: 7px; }
              .products-block__list__item__right-block__left__features__item__info__checkmark {
                font-size: 17px;
                margin-top: -2px; }
              .products-block__list__item__right-block__left__features__item__info em {
                color: #CECECE;
                font-size: 22px;
                padding-right: 10px; }
            @media only screen and (max-width: 1200px) {
              .products-block__list__item__right-block__left__features__item {
                display: flex; }
                .products-block__list__item__right-block__left__features__item:not(:last-child):after {
                  position: relative;
                  content: '.';
                  top: -9px;
                  left: 12px;
                  font-size: 25px;
                  line-height: 1; }
                .products-block__list__item__right-block__left__features__item em {
                  display: none; }
                .products-block__list__item__right-block__left__features__item__info {
                  margin-top: 0;
                  padding-left: 3px; } }
        .products-block__list__item__right-block__left__tags {
          -webkit-padding-start: 0;
                  padding-inline-start: 0;
          list-style: none;
          display: flex;
          flex-wrap: wrap;
          padding-right: 15px;
          height: 69px;
          max-width: 80%;
          overflow: hidden;
          align-content: flex-start;
          margin-bottom: 25px; }
          @media only screen and (max-width: 1200px) {
            .products-block__list__item__right-block__left__tags {
              height: auto;
              max-width: 100%;
              margin-left: -2px; } }
          .products-block__list__item__right-block__left__tags__item {
            margin: 3px;
            border-radius: 7px;
            padding: 6px;
            font-size: 11px;
            background: white;
            box-shadow: 0px 2px 2px #00000029; }
            @media only screen and (max-width: 1200px) {
              .products-block__list__item__right-block__left__tags__item {
                padding: 3px 9px;
                border-radius: 4px;
                box-shadow: none;
                border: 1px #67747C solid;
                align-self: center; } }
      .products-block__list__item__right-block__right {
        position: relative;
        top: -9px;
        align-self: flex-end;
        text-align: end;
        flex: 0050%; }
        @media only screen and (max-width: 1200px) {
          .products-block__list__item__right-block__right {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            width: initial;
            flex-direction: column;
            flex: 00100%; } }
        .products-block__list__item__right-block__right--no-price {
          min-width: 173px;
          margin: 3px 16px 12px 10px;
          align-self: flex-end;
          text-align: end; }
          @media only screen and (max-width: 1200px) {
            .products-block__list__item__right-block__right--no-price {
              display: inline-block;
              width: 97%;
              margin-bottom: 7px; } }
        .products-block__list__item__right-block__right-logo {
          position: relative;
          top: -20px; }
          .products-block__list__item__right-block__right-logo img {
            max-width: 75px;
            height: auto; }
          @media only screen and (max-width: 1200px) {
            .products-block__list__item__right-block__right-logo {
              display: none; } }
        .products-block__list__item__right-block__right__read-all {
          background-color: transparent;
          border: none;
          color: orangered;
          display: flex;
          cursor: pointer;
          align-items: center;
          justify-content: flex-start;
          font-size: 14px;
          margin: 0 15px 0 0; }
          .products-block__list__item__right-block__right__read-all:hover .products-block__list__item__right-block__right__read-all__icon {
            transform: translateX(5px);
            transition: .2s ease-in-out; }
          .products-block__list__item__right-block__right__read-all__icon {
            transition: .2s ease-in-out;
            justify-content: center;
            align-items: center;
            display: flex;
            font-size: 13px; }
          .products-block__list__item__right-block__right__read-all__title {
            margin-right: 5px;
            white-space: nowrap; }
        @media only screen and (max-width: 1200px) {
          .products-block__list__item__right-block__right__price {
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            align-items: flex-end; } }
        .products-block__list__item__right-block__right__price__worth {
          color: #007FB6;
          font-size: 30px;
          line-height: 1;
          font-weight: 600;
          white-space: nowrap; }
          .products-block__list__item__right-block__right__price__worth &gt; .old-price {
            display: inline-block;
            font-size: 17px;
            color: #FC0202;
            padding-right: 10px;
            -webkit-text-decoration: dashed;
                    text-decoration: dashed; }
          .products-block__list__item__right-block__right__price__worth &gt; .currency {
            display: inline-block;
            padding-right: 2px;
            font-size: 17px; }
          @media only screen and (max-width: 1200px) {
            .products-block__list__item__right-block__right__price__worth {
              font-size: 28px; }
              .products-block__list__item__right-block__right__price__worth &gt; .old-price {
                font-size: 14px; } }
          .products-block__list__item__right-block__right__price__worth__info-icon {
            cursor: pointer;
            color: red;
            position: relative;
            font-size: 23px;
            margin-left: 3px; }
            .products-block__list__item__right-block__right__price__worth__info-icon:hover {
              color: black; }
              .products-block__list__item__right-block__right__price__worth__info-icon:hover .products-block__list__item__right-block__right__price__worth__info-icon__info {
                padding: 10px 15px !important;
                max-height: 200px !important; }
            .products-block__list__item__right-block__right__price__worth__info-icon__info {
              overflow: hidden;
              max-height: 0;
              transition: .3s ease-in-out;
              color: #363D42;
              box-shadow: 0px 0px 25px #00000029;
              bottom: 24px;
              word-break: keep-all;
              position: absolute;
              background: white;
              border-radius: 5px;
              padding-left: 20px;
              padding-right: 20px;
              font-family: Roboto, sans-serif;
              font-size: 13px;
              font-weight: 300;
              white-space: nowrap;
              text-align: left;
              right: 0; }
              .products-block__list__item__right-block__right__price__worth__info-icon__info &gt; div {
                font-size: 12px; }
                .products-block__list__item__right-block__right__price__worth__info-icon__info &gt; div:not(:last-child) {
                  padding-bottom: 5px; }
              @media only screen and (max-width: 1200px) {
                .products-block__list__item__right-block__right__price__worth__info-icon__info {
                  right: initial; } }
        .products-block__list__item__right-block__right__info {
          margin: 1px 0;
          font-size: 11px;
          text-transform: capitalize;
          color: #363D42;
          max-width: 100%;
          text-align: right;
          word-break: keep-all; }
          @media only screen and (max-width: 1200px) {
            .products-block__list__item__right-block__right__info {
              text-align: right; } }
        .products-block__list__item__right-block__right__info--modal {
          margin: 1px 0;
          font-size: 11px;
          text-transform: capitalize;
          color: #363D42;
          text-align: left; }
        .products-block__list__item__right-block__right__submit-wrap {
          margin-top: 15px; }
          @media only screen and (max-width: 1200px) {
            .products-block__list__item__right-block__right__submit-wrap {
              justify-items: center;
              flex-direction: column;
              display: flex;
              margin-top: 20px; } }
          @media only screen and (max-width: 1120px) {
            .products-block__list__item__right-block__right__submit-wrap {
              width: 100%; } }
          .products-block__list__item__right-block__right__submit-wrap__submit-info {
            margin: 5px 0;
            font-size: 11px;
            align-self: flex-end;
            word-break: keep-all;
            direction: rtl;
            white-space: nowrap;
            text-align: right; }
            @media only screen and (max-width: 1200px) {
              .products-block__list__item__right-block__right__submit-wrap__submit-info {
                display: none; } }
          .products-block__list__item__right-block__right__submit-wrap__submit {
            display: inline-block;
            text-decoration: none;
            transition: 0.1s;
            background: #FC4C02;
            border: 2px solid #FC4C02;
            color: white !important;
            font-size: 15px;
            padding: 8px 13px;
            border-radius: 5px;
            cursor: pointer;
            word-break: break-word;
            text-align: center;
            white-space: nowrap;
            min-width: 149px;
            font-size: 20px; }
            .products-block__list__item__right-block__right__submit-wrap__submit:hover {
              text-decoration: initial;
              color: #FC4C02 !important;
              border: 2px solid #FC4C02;
              background: white; }
            @media only screen and (max-width: 1200px) {
              .products-block__list__item__right-block__right__submit-wrap__submit {
                margin-left: auto;
                font-size: 22px;
                padding: 8px 7px; } }
            @media only screen and (max-width: 1120px) {
              .products-block__list__item__right-block__right__submit-wrap__submit {
                margin-left: 0; } }

.products-block__opened-list {
  max-height: 20000px !important; }

.facilities-block {
  width: 100%; }
  .facilities-block__mobile-title {
    font-size: 22px; }
  .facilities-block__mobile-wrapper {
    margin-top: -21px; }
  .facilities-block__item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #cfcfcf;
    padding: 11px 0 20px; }
    .facilities-block__item:nth-last-child(1) {
      border-bottom: 0; }
    .facilities-block__item__title {
      padding: 10px 0;
      font-size: 21px;
      display: flex; }
      .facilities-block__item__title__icon {
        align-items: center;
        display: flex;
        justify-content: center;
        width: 34px;
        font-size: 20px; }
    .facilities-block__item__facilities {
      display: grid;
      grid-gap: 0 19px;
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
      @media only screen and (max-width: 1200px) {
        .facilities-block__item__facilities {
          grid-template-columns: 1fr; } }
      .facilities-block__item__facilities__facility {
        display: flex;
        flex-direction: column;
        margin: 10px 0;
        margin-right: 2px; }
        .facilities-block__item__facilities__facility__header {
          display: flex;
          padding: 0 6px;
          overflow: hidden; }
          .facilities-block__item__facilities__facility__header__icon {
            color: #67747C;
            display: flex;
            font-size: 29px;
            line-height: 23px;
            margin-top: -2px; }
          .facilities-block__item__facilities__facility__header__title {
            padding-left: 10px;
            font-size: 14px; }
            .facilities-block__item__facilities__facility__header__title__flag {
              height: -webkit-fit-content;
              height: -moz-fit-content;
              height: fit-content;
              font-size: 9px;
              margin: 2px;
              padding: 2px 7px;
              white-space: nowrap;
              background: #cfcfcf;
              color: #363D42;
              border-radius: 4px; }
        .facilities-block__item__facilities__facility__features {
          display: flex;
          flex-direction: column;
          padding: 0px 0px 0px 11px;
          margin-top: 3px;
          color: darkslategrey;
          font-size: 12px; }
          .facilities-block__item__facilities__facility__features__feature {
            padding-left: 16px;
            overflow: hidden; }

.super-icons {
  display: flex;
  margin: 0px -7px; }
  @media only screen and (max-width: 1200px) {
    .super-icons {
      margin: -31px -15px -10px;
      justify-content: space-around;
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .super-icons {
      width: initial; } }
  .super-icons__item {
    color: #67747C;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px; }
    @media only screen and (max-width: 1200px) {
      .super-icons__item {
        flex-direction: column;
        padding-left: 0;
        padding-right: 0; } }
    .super-icons__item__icon {
      font-size: 16px;
      padding-right: 5px; }
      @media only screen and (max-width: 1200px) {
        .super-icons__item__icon {
          padding-right: initial; } }
    .super-icons__item__name {
      font-size: 14px;
      text-align: center; }
      @media only screen and (max-width: 1200px) {
        .super-icons__item__name {
          font-size: 11px;
          padding: 0 6px; } }

.side-page-modal {
  justify-content: flex-end;
  display: flex; }
  .side-page-modal .vm--modal {
    top: 0 !important;
    display: inline-block;
    background: white;
    left: initial;
    max-width: 52% !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    border-radius: 0; }
    @media only screen and (max-width: 1200px) {
      .side-page-modal .vm--modal {
        max-width: 100% !important; } }
  .side-page-modal .vfm__content {
    top: 0 !important;
    width: 573px;
    right: 0; }

.side-modal-block {
  float: right;
  height: 100%;
  width: 100%;
  background: white;
  z-index: 9999999999;
  display: flex;
  flex-direction: column;
  color: black; }
  .side-modal-block__spinner-wrapper {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center; }
  .side-modal-block__wrapper {
    z-index: 9999999999999999999 !important; }
    .side-modal-block__wrapper .vfm__content {
      right: 0 !important;
      width: 45% !important;
      top: 0 !important; }
      @media only screen and (max-width: 1200px) {
        .side-modal-block__wrapper .vfm__content {
          top: 5vh !important;
          width: 100% !important; } }
    .side-modal-block__wrapper__favourite-accos__one .vfm__content {
      width: 368px !important; }
      @media only screen and (max-width: 1200px) {
        .side-modal-block__wrapper__favourite-accos__one .vfm__content {
          width: 100% !important; } }
    .side-modal-block__wrapper__favourite-accos__two .vfm__content {
      width: 663px !important; }
      @media only screen and (max-width: 1200px) {
        .side-modal-block__wrapper__favourite-accos__two .vfm__content {
          width: 100% !important; } }
    .side-modal-block__wrapper__favourite-accos__widest .vfm__content {
      width: 976px !important; }
      @media only screen and (max-width: 1200px) {
        .side-modal-block__wrapper__favourite-accos__widest .vfm__content {
          width: 100% !important; } }
  .side-modal-block .products-block__list__item__right-block__right__submit-wrap {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 0; }
    @media only screen and (max-width: 1200px) {
      .side-modal-block .products-block__list__item__right-block__right__submit-wrap {
        flex-direction: column; } }
    .side-modal-block .products-block__list__item__right-block__right__submit-wrap__submit-info {
      padding-right: 10px;
      display: flex;
      align-items: center;
      color: black; }
    .side-modal-block .products-block__list__item__right-block__right__submit-wrap__submit {
      padding: 10px 26px;
      margin-right: 10px; }
  .side-modal-block .products-block__list__item__right-block__right__price__worth__info-icon__info {
    right: -50px; }
  .side-modal-block__header {
    display: flex;
    align-items: center;
    margin: 23px 20px 18px;
    cursor: pointer; }
    @media only screen and (max-width: 450px) {
      .side-modal-block__header .products-block__list__item__right-block__left__header {
        font-size: 14px; } }
    .side-modal-block__header:hover .side-modal-block__header__icon {
      transition: .5s ease-in-out;
      transform: translateX(-3px); }
    .side-modal-block__header__icon {
      color: #cfcfcf;
      margin-right: 9px;
      transition: .3s ease-in-out;
      cursor: pointer; }
      .side-modal-block__header__icon:hover {
        transition: .5s ease-in-out;
        transform: translateX(-3px); }
  .side-modal-block__filters {
    top: 0;
    flex: 8;
    overflow-y: auto;
    word-break: break-word;
    padding: 0 40px; }
    @media only screen and (max-width: 450px) {
      .side-modal-block__filters {
        padding: 0 10px; } }
  @media only screen and (max-width: 450px) {
    .side-modal-block .products-block__list__item__right-block__left__features__item {
      font-size: 14px; } }
  .side-modal-block__nav-products {
    display: flex;
    padding: 6px 40px;
    justify-content: space-between;
    color: white;
    text-align: center;
    align-items: center;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.34); }
    @media only screen and (max-width: 350px) {
      .side-modal-block__nav-products {
        padding: 14px 10px;
        border-top: 1px solid #FC4C02;
        box-shadow: initial; } }
  .side-modal-block__nav {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    color: white;
    text-align: center; }
    .side-modal-block__nav__clear {
      background: darkgrey;
      padding: 10px 20px;
      border-radius: 4px;
      flex: 1;
      margin-right: 3px;
      cursor: pointer; }
      .side-modal-block__nav__clear:hover {
        background: #c3c3c3; }
    .side-modal-block__nav__save {
      margin-left: 3px;
      background: #FC4C02;
      padding: 10px 20px;
      border-radius: 6px;
      flex: 1;
      cursor: pointer; }
      .side-modal-block__nav__save:hover {
        background: #fd6f34; }

.side-modal-block__favourite-accos-block {
  top: 0;
  overflow-y: auto;
  word-break: break-word;
  grid-gap: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  padding: 0 40px 12px; }
  @media only screen and (max-width: 450px) {
    .side-modal-block__favourite-accos-block {
      padding: 0 10px; } }

.show-availability-products-block {
  width: 100%;
  display: flex; }
  .show-availability-products-block__button {
    background: orangered;
    color: white !important;
    width: 100%;
    text-align: center;
    padding: 7px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: -15px; }

.leaflet-block {
  position: relative; }
  .leaflet-block .leaflet-block-fullscreen {
    position: fixed !important;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
    z-index: 2000;
    margin: 0;
    padding: 0;
    background-color: white;
    z-index: 99999; }
    .leaflet-block .leaflet-block-fullscreen .close-fullscreen {
      position: absolute;
      top: 9px;
      left: 9px;
      z-index: 999;
      font-size: 20px;
      padding: 4px 6px; }
  .leaflet-block__modal {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%; }
    .leaflet-block__modal body {
      overflow: hidden; }
    .leaflet-block__modal .vm--modal {
      height: 80% !important;
      top: 20% !important; }
  .leaflet-block__map-placeholder {
    width: 100%;
    position: relative; }
    .leaflet-block__map-placeholder__img {
      width: 100%;
      height: auto; }
    .leaflet-block__map-placeholder__text {
      white-space: nowrap;
      position: absolute;
      left: 50%;
      top: 70%;
      transform: translate(-50%, 0);
      font-family: Roboto, sans-serif;
      font-weight: 500;
      font-size: 20px;
      color: #1b8ca4; }
  .leaflet-block__desktop-more-info {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 276px;
    background: white;
    z-index: 9995;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    padding: 10px 10px 7px 10px;
    cursor: initial;
    overflow: auto;
    max-height: 95%;
    justify-content: space-between; }
    @media only screen and (max-width: 1200px) {
      .leaflet-block__desktop-more-info {
        border-radius: initial; } }
    .leaflet-block__desktop-more-info--modal {
      height: 100%;
      display: flex;
      flex-direction: column;
      padding: 10px;
      overflow: auto;
      justify-content: space-between; }
      .leaflet-block__desktop-more-info--modal__content {
        flex: 8;
        overflow: auto; }
    .leaflet-block__desktop-more-info__scroll {
      flex: 8;
      overflow: auto; }
    .leaflet-block__desktop-more-info__book:hover {
      color: white; }
    .leaflet-block__desktop-more-info__close-wrap {
      display: flex;
      justify-content: flex-end;
      margin-bottom: -5px; }
      .leaflet-block__desktop-more-info__close-wrap__close {
        color: #cfcfcf;
        font-size: 17px;
        cursor: pointer; }
    .leaflet-block__desktop-more-info__wrap {
      width: 100%;
      display: flex;
      flex-direction: column;
      margin-top: 6px; }
      .leaflet-block__desktop-more-info__wrap__carousel {
        border-radius: 5px;
        overflow: hidden; }
      .leaflet-block__desktop-more-info__wrap__categories {
        display: inline-block; }
        @media only screen and (max-width: 1200px) {
          .leaflet-block__desktop-more-info__wrap__categories {
            grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)); } }
        .leaflet-block__desktop-more-info__wrap__categories__item {
          float: left;
          text-align: center;
          padding: 3px 5px;
          border-radius: 4px;
          box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.3);
          margin: 2px;
          word-break: break-all; }
      .leaflet-block__desktop-more-info__wrap .VueCarousel-navigation-next {
        right: 24px !important; }
        .leaflet-block__desktop-more-info__wrap .VueCarousel-navigation-next img {
          width: 12px; }
      .leaflet-block__desktop-more-info__wrap .VueCarousel-navigation-prev {
        left: 24px !important; }
        .leaflet-block__desktop-more-info__wrap .VueCarousel-navigation-prev img {
          width: 12px; }
      .leaflet-block__desktop-more-info__wrap .VueCarousel-slide {
        width: 100%; }
      .leaflet-block__desktop-more-info__wrap__img {
        width: 100%;
        height: 165px;
        -o-object-fit: cover;
           object-fit: cover; }
      .leaflet-block__desktop-more-info__wrap__title {
        font-weight: bold;
        font-size: 13px; }
        .leaflet-block__desktop-more-info__wrap__title__text {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          max-width: 200px;
          float: left; }
        @media only screen and (max-width: 1200px) {
          .leaflet-block__desktop-more-info__wrap__title {
            text-align: start;
            font-size: 15px; } }
      .leaflet-block__desktop-more-info__wrap__description__a {
        color: #FC4C02 !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 9px; }
        @media only screen and (max-width: 1200px) {
          .leaflet-block__desktop-more-info__wrap__description__a {
            text-align: start; } }
      @media only screen and (max-width: 1200px) {
        .leaflet-block__desktop-more-info__wrap__description {
          text-align: start; } }
    .leaflet-block__desktop-more-info__wrap-btn {
      display: flex;
      justify-content: space-between;
      padding: 10px 0;
      align-items: center; }
      .leaflet-block__desktop-more-info__wrap-btn img {
        -o-object-fit: contain;
           object-fit: contain;
        width: 100px;
        height: 35px; }
      .leaflet-block__desktop-more-info__wrap-btn__btn {
        padding: 5px 13px;
        border-radius: 6px;
        color: white !important;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-size: 17px;
        background: #FC4C02;
        overflow: hidden;
        cursor: pointer; }
        .leaflet-block__desktop-more-info__wrap-btn__btn:hover {
          text-decoration: underline; }
  .leaflet-block__legenda {
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: space-between; }
    .leaflet-block__legenda--mobile-wrapper {
      position: relative;
      position: absolute;
      left: 0;
      right: 0;
      top: calc(100vh - 74px);
      z-index: 9999;
      transition: all 0.3s; }
      .leaflet-block__legenda--mobile-wrapper.active {
        bottom: 0;
        top: auto; }
      .leaflet-block__legenda--mobile-wrapper .legenda-collapse {
        position: absolute;
        top: -21px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        transition: all 0.3s;
        background-color: white; }
        .leaflet-block__legenda--mobile-wrapper .legenda-collapse:not(:disabled):not(.disabled).active {
          background-color: white; }
        .leaflet-block__legenda--mobile-wrapper .legenda-collapse:after {
          content: '';
          position: absolute;
          top: 9px;
          left: 50%;
          transform: translateX(-50%);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 7.5px 7px 7.5px;
          border-color: transparent transparent #363D42 transparent; }
        .leaflet-block__legenda--mobile-wrapper .legenda-collapse.active:after {
          border-width: 7px 7.5px 0 7.5px;
          border-color: #363D42 transparent transparent transparent; }
    .leaflet-block__legenda--mobile {
      position: relative;
      font-size: 14px;
      padding: 7px 0;
      z-index: 2;
      background-color: white; }
    @media only screen and (max-width: 1200px) {
      .leaflet-block__legenda {
        padding: 10px; } }
    .leaflet-block__legenda__accos {
      display: flex;
      flex-direction: column;
      direction: rtl; }
    .leaflet-block__legenda__pois {
      display: flex;
      font-size: 10px;
      flex-wrap: wrap; }
      .leaflet-block__legenda__pois .leaflet-block__legenda__item {
        direction: rtl; }
    @media (max-width: 1054px) {
      .leaflet-block__legenda__accos {
        width: 100%;
        flex-direction: row;
        justify-content: flex-end; }
      .leaflet-block__legenda__pois {
        width: 100%; } }
    .leaflet-block__legenda__item {
      padding: 0 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row-reverse;
      direction: rtl;
      max-width: 178px;
      flex: 00178px;
      min-height: 55px; }
      .leaflet-block__legenda__item .marker-wrapper {
        position: relative;
        overflow: hidden;
        width: 45px;
        height: 55px;
        top: 4px; }
        .leaflet-block__legenda__item .marker-wrapper img {
          position: absolute;
          top: -9px;
          left: -15px;
          width: 165%; }
      .leaflet-block__legenda__item--mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: left; }
        .leaflet-block__legenda__item--mobile .marker-wrapper {
          position: relative;
          overflow: hidden;
          width: 30px;
          height: 36px; }
          .leaflet-block__legenda__item--mobile .marker-wrapper img {
            position: absolute;
            top: -5px;
            left: -11px;
            width: 165%; }
        .leaflet-block__legenda__item--mobile img {
          width: 50px;
          margin: 0; }
      .leaflet-block__legenda__item img {
        width: 50px; }
      .leaflet-block__legenda__item__name {
        padding-left: 8px;
        flex: 1;
        font-size: 14px;
        line-height: 1;
        color: #67747C; }

.accommodation-icons-block {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 1200px) {
    .accommodation-icons-block .search-page-item-block__facility-icons {
      display: none; } }

.faq-block {
  margin-bottom: 5px; }
  .faq-block__wrapper a {
    color: #FC4C02; }
    .faq-block__wrapper a:hover {
      color: #FC4C02;
      text-decoration: underline; }
  .faq-block__wrapper .accommodation-accordion-block__item {
    border-top: 1px solid #E0E0E0;
    border-bottom: initial;
    color: #363D42;
    font-size: 18px; }
    @media only screen and (max-width: 768px) {
      .faq-block__wrapper .accommodation-accordion-block__item {
        border-top: 1px solid #E0E0E0; } }
  .faq-block__wrapper .faq-block:nth-child(1) .faq-block__question {
    margin-top: 3px; }
  .faq-block__answer__ul, .faq-block__answer__markup, .faq-block__answer__usual {
    margin-bottom: 5px;
    font-size: 18px; }
  .faq-block__question {
    font-size: 18px;
    margin-top: 35px;
    margin-bottom: 5px; }
  .faq-block__desktop ul {
    margin: 0; }
  .faq-block__desktop .accommodation-accordion-block__item {
    padding: 12px 18px 6px 0;
    margin-left: 0; }
  .faq-block__desktop__title {
    color: #363D42;
    font-size: 18px; }
  @media (max-width: 768px) {
    .faq-block__wrapper {
      padding-bottom: 50px;
      padding-top: 20px; }
      .faq-block__wrapper &gt; h2 {
        font-size: 18px;
        font-weight: bold; }
    .faq-block__question {
      color: #363D42;
      font-size: 16px;
      font-weight: 600; }
    .faq-block__answer__ul, .faq-block__answer__markup, .faq-block__answer__usual {
      font-size: 16px;
      color: #363D42; }
    .faq-block__answer__ul {
      padding-left: 14px; } }

.layout__grey {
  left: 0;
  bottom: 0;
  right: 0;
  top: 70px;
  position: fixed;
  background: #F0F0F0;
  z-index: 10010; }

.loader {
  display: flex;
  flex-direction: column; }
  .loader::before {
    content: '' !important; }
  .loader__header {
    width: 100%;
    position: fixed;
    top: 0;
    background: white;
    z-index: 10; }
    .loader__header__main {
      width: 100%;
      height: 71px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media only screen and (max-width: 768px) {
        .loader__header__main {
          height: 81px; } }
      .loader__header__main__item {
        background-image: linear-gradient(90deg, #dbdbdb 0px, #eeeeee 40px, #dbdbdb 80px);
        margin: 10px 7px 7px;
        -webkit-animation: shine-lines 500s infinite linear;
                animation: shine-lines 500s infinite linear;
        border-radius: 6px;
        padding: 19px;
        width: 20%; }
        .loader__header__main__item:nth-child(1), .loader__header__main__item:nth-last-child(1) {
          width: 10%; }
        @media only screen and (max-width: 768px) {
          .loader__header__main__item {
            margin: 0 10px; }
            .loader__header__main__item:nth-child(1), .loader__header__main__item:nth-last-child(1) {
              width: 20%; }
            .loader__header__main__item:nth-child(2) {
              flex: 1;
              max-width: 50%; } }
    .loader__header__breadcrumbs {
      height: 40px;
      width: 100%;
      display: inline-block;
      border-top: 1px solid #dbdbdb; }
      @media only screen and (max-width: 768px) {
        .loader__header__breadcrumbs {
          display: none; } }
      .loader__header__breadcrumbs__item {
        background-image: linear-gradient(90deg, #dbdbdb 0px, #eeeeee 40px, #dbdbdb 80px);
        -webkit-animation: shine-lines 500s infinite linear;
                animation: shine-lines 500s infinite linear;
        border-radius: 6px;
        padding: 6px;
        margin: 15px;
        width: 140px;
        float: left; }
    .loader__header__filters {
      height: 55px;
      width: 100%;
      background: #f8f8f8;
      display: flex;
      justify-content: space-between; }
      @media only screen and (max-width: 768px) {
        .loader__header__filters {
          height: 45px; } }
      .loader__header__filters__item {
        background-image: linear-gradient(90deg, #dbdbdb 0px, #eeeeee 40px, #dbdbdb 80px);
        -webkit-animation: shine-lines 500s infinite linear;
                animation: shine-lines 500s infinite linear;
        border-radius: 6px;
        padding: 15px;
        margin: 15px;
        width: 93px;
        float: left; }
        @media only screen and (max-width: 768px) {
          .loader__header__filters__item {
            padding: 10px;
            margin: 11px; }
            .loader__header__filters__item:nth-last-child(1) {
              display: none; } }
  .loader__container {
    display: flex;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .loader__container {
        padding-top: 0px; } }
    .loader__container__products {
      width: 65%;
      display: flex;
      flex-direction: column;
      padding-top: 109px; }
      @media only screen and (max-width: 768px) {
        .loader__container__products {
          width: 100%; } }
      .loader__container__products__title {
        background-image: linear-gradient(90deg, #dbdbdb 0px, #eeeeee 40px, #dbdbdb 80px);
        -webkit-animation: shine-lines 500s infinite linear;
                animation: shine-lines 500s infinite linear;
        border-radius: 10px;
        padding: 10px;
        margin: 0 15px 15px;
        width: 300px;
        float: left;
        height: 40px; }
      .loader__container__products__items {
        align-content: center;
        grid-gap: 10px;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        grid-template-rows: 393px;
        display: grid;
        margin-left: 10px; }
        @media only screen and (max-width: 768px) {
          .loader__container__products__items {
            margin-right: 10px; } }
        .loader__container__products__items__item {
          position: relative;
          min-width: 280px;
          width: 100%;
          min-height: 393px;
          perspective: 500px;
          display: flex;
          flex-direction: column;
          background: #f8f8f8; }
          .loader__container__products__items__item__header {
            background-image: linear-gradient(90deg, #dbdbdb 0px, #eeeeee 40px, #dbdbdb 80px);
            -webkit-animation: shine-lines 500s infinite linear;
                    animation: shine-lines 500s infinite linear;
            border-radius: 6px;
            padding: 6px;
            float: left;
            height: 250px; }
          .loader__container__products__items__item__footer {
            display: flex;
            flex-direction: column;
            justify-content: space-around; }
            .loader__container__products__items__item__footer__item {
              background-image: linear-gradient(90deg, #dbdbdb 0px, #eeeeee 40px, #dbdbdb 80px);
              -webkit-animation: shine-lines 500s infinite linear;
                      animation: shine-lines 500s infinite linear;
              border-radius: 6px;
              margin: 15px;
              float: left;
              padding: 10px; }
    .loader__container__map {
      background-image: linear-gradient(90deg, #dbdbdb 0px, #eeeeee 40px, #dbdbdb 80px);
      -webkit-animation: shine-lines 500s infinite linear;
              animation: shine-lines 500s infinite linear;
      float: left;
      padding: 10px;
      width: 35%;
      margin: 0 0 0 15px; }
      @media only screen and (max-width: 768px) {
        .loader__container__map {
          display: none; } }

.loader-spinner,
.loader-spinner:after {
  border-radius: 50%;
  width: 25px;
  height: 25px; }

.loader-spinner {
  top: 10%;
  left: 0;
  position: absolute;
  text-indent: -9999em;
  border-top: 2px solid #FC4C02;
  border-right: 2px solid #FC4C02;
  border-bottom: 2px solid #FC4C02;
  border-left: 2px solid white;
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 0.8s infinite linear;
  width: 20px;
  height: 20px;
  border-radius: 50%; }
  @media (max-width: 1120px) {
    .loader-spinner {
      left: 8px;
      top: 20%; } }

@-webkit-keyframes load8 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.acco-tile-skeleton-block {
  height: 356px;
  width: 100%;
  max-width: none;
  border: 1px solid #E0E0E0;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
  @media (max-width: 768px) {
    .acco-tile-skeleton-block {
      height: 215px; } }
  .acco-tile-skeleton-block__header {
    height: 200px;
    background-image: linear-gradient(90deg, #dbdbdb 0px, #eeeeee 40px, #dbdbdb 80px);
    -webkit-animation: shine-lines 500s infinite linear;
            animation: shine-lines 500s infinite linear; }
    @media (max-width: 768px) {
      .acco-tile-skeleton-block__header {
        height: 104px; } }
  .acco-tile-skeleton-block__footer {
    height: 154px;
    padding: 15px; }
    @media (max-width: 768px) {
      .acco-tile-skeleton-block__footer {
        height: 109px; } }
    .acco-tile-skeleton-block__footer__breadcrumbs {
      height: 19px;
      margin-bottom: 3px;
      background-image: linear-gradient(90deg, #dbdbdb 0px, #eeeeee 40px, #dbdbdb 80px);
      -webkit-animation: shine-lines 500s infinite linear;
              animation: shine-lines 500s infinite linear;
      border-radius: 4px;
      width: 60%; }
      @media (max-width: 768px) {
        .acco-tile-skeleton-block__footer__breadcrumbs {
          height: 15px; } }
    .acco-tile-skeleton-block__footer__title {
      margin-bottom: 3px;
      height: 19px;
      width: 80%;
      background-image: linear-gradient(90deg, #dbdbdb 0px, #eeeeee 40px, #dbdbdb 80px);
      -webkit-animation: shine-lines 500s infinite linear;
              animation: shine-lines 500s infinite linear;
      border-radius: 4px; }
      @media (max-width: 768px) {
        .acco-tile-skeleton-block__footer__title {
          height: 13px; } }
    .acco-tile-skeleton-block__footer__reviews {
      margin-bottom: 15px;
      height: 24px;
      width: 40%;
      background-image: linear-gradient(90deg, #dbdbdb 0px, #eeeeee 40px, #dbdbdb 80px);
      -webkit-animation: shine-lines 500s infinite linear;
              animation: shine-lines 500s infinite linear;
      border-radius: 4px; }
      @media (max-width: 768px) {
        .acco-tile-skeleton-block__footer__reviews {
          height: 10px;
          margin: 5px 0 7px; } }
    .acco-tile-skeleton-block__footer__buttons {
      height: 42px;
      width: 100%;
      background-image: linear-gradient(90deg, #dbdbdb 0px, #eeeeee 40px, #dbdbdb 80px);
      -webkit-animation: shine-lines 500s infinite linear;
              animation: shine-lines 500s infinite linear;
      border-radius: 4px; }
      @media (max-width: 768px) {
        .acco-tile-skeleton-block__footer__buttons {
          height: 29px; } }

.home-slider-acco-skeleton-block {
  width: 100%; }
  @media (max-width: 768px) {
    .home-slider-acco-skeleton-block {
      height: 548px !important;
      overflow: hidden; } }
  .home-slider-acco-skeleton-block__show-button {
    margin: 13px auto 0;
    height: 42px;
    width: 136px;
    background-image: linear-gradient(90deg, #dbdbdb 0px, #eeeeee 40px, #dbdbdb 80px);
    -webkit-animation: shine-lines 500s infinite linear;
            animation: shine-lines 500s infinite linear;
    border-radius: 4px; }
  .home-slider-acco-skeleton-block__title {
    margin-bottom: 10px; }
    .home-slider-acco-skeleton-block__title h2 {
      font-size: 24px;
      margin: 0;
      font-weight: bold;
      font-family: Roboto, sans-serif; }
      @media (max-width: 768px) {
        .home-slider-acco-skeleton-block__title h2 {
          font-size: 20px; } }
  .home-slider-acco-skeleton-block__slider {
    padding-bottom: 8px;
    display: flex;
    gap: 30px; }
    @media (max-width: 768px) {
      .home-slider-acco-skeleton-block__slider {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px; } }
  .home-slider-acco-skeleton-block--touristic-areas .acco-tile-skeleton-block {
    height: 309px; }
    .home-slider-acco-skeleton-block--touristic-areas .acco-tile-skeleton-block__header {
      margin-bottom: 15px; }
    .home-slider-acco-skeleton-block--touristic-areas .acco-tile-skeleton-block__footer {
      height: 104px; }
      .home-slider-acco-skeleton-block--touristic-areas .acco-tile-skeleton-block__footer__buttons {
        display: none; }
      .home-slider-acco-skeleton-block--touristic-areas .acco-tile-skeleton-block__footer__breadcrumbs {
        height: 21px; }
      .home-slider-acco-skeleton-block--touristic-areas .acco-tile-skeleton-block__footer__title {
        height: 20px;
        margin: 2px 0; }
      .home-slider-acco-skeleton-block--touristic-areas .acco-tile-skeleton-block__footer__review {
        height: 20px;
        margin: 2px 0 20px; }

@media (max-width: 768px) {
  .acco-toggleables .accommodation-accordion-block__item {
    border-bottom: initial; }
    .acco-toggleables .accommodation-accordion-block__item:nth-last-child(1) {
      border-bottom: 1px solid #E0E0E0; } }

.was-this-info-useful {
  font-family: Roboto, sans-serif;
  text-align: end; }
  .was-this-info-useful__no-modal__content {
    text-align: end;
    display: flex;
    justify-content: flex-end;
    font-family: 'Google Sans', Roboto, sans-serif; }
    .was-this-info-useful__no-modal__content__textarea {
      font-family: 'Google Sans', Roboto, sans-serif;
      background: #ffffff;
      border: .0625rem solid #dadce0;
      border-radius: .25rem;
      box-sizing: border-box;
      color: #202124;
      max-width: 28rem;
      outline: none;
      padding: 1rem;
      resize: none;
      width: 100%; }
      .was-this-info-useful__no-modal__content__textarea:focus {
        border-color: transparent;
        box-shadow: 0 0 0 0.125rem orangered;
        -webkit-appearance: none; }
    .was-this-info-useful__no-modal__content__submit {
      background: orangered;
      border: 0;
      border-radius: .1875rem;
      box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
      color: #ffffff;
      font-family: 'Google Sans', Roboto, sans-serif;
      font-size: .875rem;
      font-weight: 500;
      line-height: 1rem;
      margin-top: .75rem;
      outline: 0;
      padding: .625rem 1.625rem;
      position: relative; }
      .was-this-info-useful__no-modal__content__submit:hover {
        background-color: #d63a00;
        cursor: pointer;
        text-decoration: none; }
      .was-this-info-useful__no-modal__content__submit:active {
        background: #e63e00;
        box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15); }
  .was-this-info-useful__answer {
    transition: 0.1s linear;
    overflow: hidden; }
  .was-this-info-useful__show {
    height: 20px;
    overflow: hidden; }
  .was-this-info-useful__hide {
    height: 0; }
  .was-this-info-useful__yes, .was-this-info-useful__no {
    font-family: Roboto, sans-serif;
    color: orangered;
    cursor: pointer; }
    .was-this-info-useful__yes:hover, .was-this-info-useful__no:hover {
      color: #ff7d4d; }
  .was-this-info-useful__no {
    position: relative; }
    .was-this-info-useful__no__answer {
      position: absolute;
      top: 22px;
      right: 0;
      z-index: 9; }

.news-letter-block {
  display: flex;
  position: relative;
  margin: 33px 0px 21px 0px;
  justify-content: center;
  overflow: hidden;
  border-radius: 13px; }
  @media (max-width: 1120px) {
    .news-letter-block {
      margin: 15px 0px 21px 0px;
      display: grid;
      grid-template-columns: 1fr; } }
  .news-letter-block__background {
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .news-letter-block__background__overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0.79;
      -moz-opacity: 79%;
      -webkit-opacity: 79%;
      background-image: linear-gradient(to right, #005f89, #003C56);
      z-index: 5; }
    .news-letter-block__background img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
  .news-letter-block__info {
    color: white;
    position: relative;
    z-index: 10;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 24px 43px; }
    @media (max-width: 1120px) {
      .news-letter-block__info {
        padding: 29px 15px;
        flex: initial;
        flex-direction: initial;
        display: initial;
        position: initial; } }
    .news-letter-block__info__title {
      font-size: 29px;
      font-weight: bold;
      margin-bottom: 4px; }
    .news-letter-block__info__subline {
      font-size: 21px; }
      @media (max-width: 1120px) {
        .news-letter-block__info__subline {
          font-size: 12px; } }
      .news-letter-block__info__subline u a {
        color: white; }
        .news-letter-block__info__subline u a:hover {
          color: white; }
  .news-letter-block__email {
    color: white;
    z-index: 10;
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 1120px) {
      .news-letter-block__email {
        padding-left: 15px;
        padding-bottom: 15px;
        padding-right: 15px;
        justify-content: left; } }
    .news-letter-block__email__notification {
      display: flex;
      position: absolute;
      top: -48px;
      left: 0;
      background: white;
      color: orangered;
      border-radius: 6px;
      z-index: 11;
      padding: 4px 12px; }
      .news-letter-block__email__notification__icon {
        font-weight: bold;
        font-size: 32px;
        line-height: 1; }
      .news-letter-block__email__notification__close {
        position: absolute;
        top: 2px;
        right: 8px;
        color: white;
        cursor: pointer; }
        .news-letter-block__email__notification__close:hover {
          color: #cc3700; }
        .news-letter-block__email__notification__close:focus, .news-letter-block__email__notification__close:active {
          color: #992900; }
      .news-letter-block__email__notification__info {
        width: 100%;
        padding-left: 10px;
        display: flex;
        align-items: center; }
    .news-letter-block__email__wrapper {
      position: relative;
      display: flex;
      width: 80%;
      margin: 0;
      font-size: 1rem; }
      @media (max-width: 1120px) {
        .news-letter-block__email__wrapper {
          width: 100%; } }
      .news-letter-block__email__wrapper__input {
        flex: 1;
        border-radius: 4px 0 0 4px;
        padding: 10px 15px;
        border: 1px solid #ced4da;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        width: 100%; }
        @media (max-width: 576px) {
          .news-letter-block__email__wrapper__input {
            width: 100%;
            font-size: 15px; } }
      .news-letter-block__email__wrapper__button {
        margin-left: -3px;
        cursor: pointer;
        border-radius: 4px;
        position: relative;
        z-index: 2;
        color: white;
        background-color: #FC4C02;
        border: 1px solid #FC4C02;
        padding: 5px 24px; }
        .news-letter-block__email__wrapper__button:hover {
          background-color: #ff6a33; }
        @media (max-width: 1120px) {
          .news-letter-block__email__wrapper__button {
            font-size: 15px; } }

.home-video-block {
  background-color: #005f89;
  background-image: linear-gradient(to bottom, #006997, #002f43);
  margin: 42px -35px 35px;
  margin-top: 10px;
  padding: 25px 32px 39px;
  color: white; }
  @media (max-width: 1120px) {
    .home-video-block {
      padding: 12px 36px 23px; } }
  @media (max-width: 576px) {
    .home-video-block {
      padding: 12px 20px 23px;
      margin: 12px -10px 44px; } }
  .home-video-block__title {
    font-size: 24px;
    font-weight: bold;
    font-family: Roboto, sans-serif; }
  .home-video-block__content {
    margin-top: 15px;
    display: flex;
    font-size: 20px; }
    .home-video-block__content__text {
      padding: 0 28px;
      flex: 1; }
      @media (max-width: 1120px) {
        .home-video-block__content__text {
          display: none; } }
    .home-video-block__content iframe {
      flex: 1;
      height: 22vw;
      max-height: 350px; }
      @media (max-width: 1120px) {
        .home-video-block__content iframe {
          min-height: 192px; } }

.featured-in-block {
  width: auto;
  padding-bottom: 7px;
  margin-top: 18px; }
  @media (max-width: 576px) {
    .featured-in-block {
      margin-left: 16px;
      margin-right: 16px; } }
  .featured-in-block__title {
    font-size: 24px;
    font-weight: bold;
    font-family: Roboto, sans-serif; }
  @media (max-width: 1120px) {
    .featured-in-block__swiper {
      margin-right: 16px; } }
  .featured-in-block__swiper .swiper-wrapper {
    height: initial; }
  .featured-in-block__swiper__img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 94px; }
    @media (max-width: 1120px) {
      .featured-in-block__swiper__img-wrapper {
        height: 55px; } }
    .featured-in-block__swiper__img-wrapper img {
      max-width: 100%;
      height: auto; }
  .featured-in-block__logos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    justify-content: space-between;
    align-items: center;
    grid-gap: 20px; }
    @media (max-width: 576px) {
      .featured-in-block__logos {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        grid-gap: 11px; } }
    @media (max-width: 576px) {
      .featured-in-block__logos img {
        width: 75%; } }

.footer-more-info-block {
  display: flex;
  padding-left: 33px;
  padding-top: 26px;
  padding-bottom: 12px; }
  @media (max-width: 576px) {
    .footer-more-info-block {
      flex-direction: column; } }
  .footer-more-info-block__contact {
    padding-right: 50px; }
    .footer-more-info-block__contact__title {
      margin-bottom: 17px;
      font-size: 20px;
      font-weight: bold;
      font-family: Roboto, sans-serif; }
    .footer-more-info-block__contact__logos a:hover {
      text-decoration: none; }
    .footer-more-info-block__contact__logos span {
      transition: 0.1s ease;
      cursor: pointer;
      padding: 5px 7px 5px 0;
      font-size: 40px; }
      @media (max-width: 576px) {
        .footer-more-info-block__contact__logos span {
          font-size: 29px; } }
      .footer-more-info-block__contact__logos span:hover {
        text-shadow: 1px 0 2px darkgrey; }
  @media (max-width: 576px) {
    .footer-more-info-block__sitemap {
      margin-top: 23px;
      margin-bottom: -9px; } }
  .footer-more-info-block__sitemap__title {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 14px; }

.footer-countries-block {
  margin-left: 18px;
  margin-right: 18px; }

.header-liked-campings-block {
  padding-right: 20px;
  padding-left: 10px;
  cursor: pointer; }
  .header-liked-campings-block__wrapper {
    position: relative; }
    .header-liked-campings-block__wrapper__icon {
      color: orangered;
      font-size: 26px; }
    .header-liked-campings-block__wrapper__counter {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      background: white;
      width: 17px;
      height: 18px;
      z-index: 2;
      top: -5px;
      right: -6px;
      border: 1px solid orangered;
      border-radius: 50%;
      font-size: 11px;
      color: orangered; }
    .header-liked-campings-block__wrapper:hover .header-liked-campings-block__wrapper__icon {
      color: #eb3f00; }
    .header-liked-campings-block__wrapper:focus .header-liked-campings-block__wrapper__icon, .header-liked-campings-block__wrapper:active .header-liked-campings-block__wrapper__icon {
      color: #e03d00; }

.c-prices-search-item {
  padding: 5px 14px;
  background: #f2f2f2;
  width: 100%;
  border-radius: 0 0 12px 12px;
  font-size: 13px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .c-prices-search-item .book-with-our-partners-block__list-item-row span {
    font-size: 16px; }
  .c-prices-search-item__old-price-strike {
    line-height: 1; }
    .c-prices-search-item__old-price-strike:before {
      position: absolute;
      content: "";
      left: -6px;
      top: 49%;
      right: 0px;
      border-top: 1px solid;
      border-color: inherit;
      transform: rotate(-32deg); }
  .c-prices-search-item__old-price {
    display: flex;
    justify-content: center;
    align-items: center; }
  .c-prices-search-item__type-item {
    justify-content: space-between;
    display: flex;
    padding: 4px 0;
    align-items: center; }
  .c-prices-search-item__name {
    font-weight: bold;
    flex: 1; }
  .c-prices-search-item__button {
    color: lightgray;
    border: 1px solid lightgray;
    display: flex;
    justify-content: center;
    flex: 1;
    border-radius: 5px;
    padding: 1px 7px;
    cursor: default; }
    .c-prices-search-item__button:hover {
      text-decoration: none;
      color: lightgray; }
    .c-prices-search-item__button span {
      white-space: nowrap;
      padding: 2px;
      position: relative; }
    .c-prices-search-item__button--price {
      color: orangered;
      border: 1px solid orangered;
      cursor: pointer; }
      .c-prices-search-item__button--price:hover {
        color: white;
        background: orangered; }
    .c-prices-search-item__button--has-old {
      color: #00a366;
      border: 1px solid #00a366;
      cursor: pointer; }
      .c-prices-search-item__button--has-old:hover {
        color: white;
        background: #00a366; }
    .c-prices-search-item__button--more-info {
      cursor: pointer; }
      .c-prices-search-item__button--more-info:hover {
        background-color: lightgray;
        text-decoration: none;
        color: gray; }
  .c-prices-search-item__bottom-links {
    display: flex;
    flex-direction: column; }
  .c-prices-search-item__bottom-link {
    cursor: pointer;
    font-size: 12px;
    color: #c3c3c3; }
    .c-prices-search-item__bottom-link.secondary {
      color: #007fb6; }
    .c-prices-search-item__bottom-link.tertiary {
      color: #FC4C02; }
    .c-prices-search-item__bottom-link:hover {
      color: #c3c3c3;
      text-decoration: underline; }
      .c-prices-search-item__bottom-link:hover.secondary {
        color: #007fb6; }
      .c-prices-search-item__bottom-link:hover.tertiary {
        color: #FC4C02; }

.footer-sitemap-by-language {
  padding: 0 33px;
  margin-bottom: 14px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px; }
  .footer-sitemap-by-language__mobile {
    margin: -30px 16px 35px; }
  .footer-sitemap-by-language__single-block-title-link {
    color: #363D42; }
    .footer-sitemap-by-language__single-block-title-link:hover {
      color: #363D42; }
  .footer-sitemap-by-language__single-block-title {
    font-size: 20px;
    font-weight: bold; }
    .footer-sitemap-by-language__single-block-title.is-thin {
      font-weight: initial; }
    .footer-sitemap-by-language__single-block-title.is-small {
      font-size: 21px; }
    @media (max-width: 1120px) {
      .footer-sitemap-by-language__single-block-title.is-all-countries {
        margin-bottom: 14px; } }
  .footer-sitemap-by-language__single-block-item {
    color: #363D42;
    font-size: 14px; }
  .footer-sitemap-by-language__single-block-link {
    color: #363D42; }
    .footer-sitemap-by-language__single-block-link:hover {
      color: #363D42; }
  .footer-sitemap-by-language__single-block-list {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    list-style: none; }

.html-sitemap {
  margin-top: 13px; }
  .html-sitemap__wrapper {
    padding: 0 32px;
    width: 100%; }
    @media (max-width: 1120px) {
      .html-sitemap__wrapper.is-all-countries {
        padding: 0 15px; } }
  .html-sitemap__title {
    font-size: 20px;
    font-weight: bold; }
  .html-sitemap__content {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
    -webkit-padding-start: 1px;
            padding-inline-start: 1px;
    list-style: none; }
    @media (max-width: 1200px) {
      .html-sitemap__content {
        grid-template-columns: repeat(auto-fit, minmax(236px, 1fr)); } }
    .html-sitemap__content.is-zero-padding {
      -webkit-padding-start: initial;
      padding-inline-start: initial; }
    .html-sitemap__content.is-all-countries {
      grid-template-columns: repeat(6, 1fr); }
  .html-sitemap__link {
    color: #363D42; }
    .html-sitemap__link:hover {
      color: #363D42; }
    .html-sitemap__link.text-black {
      color: black; }
      .html-sitemap__link.text-black:hover {
        color: black; }
  .html-sitemap__item {
    font-size: 14px; }
  .html-sitemap__pagination {
    width: 100%;
    display: flex;
    justify-content: center; }
    .html-sitemap__pagination .pagination {
      flex-wrap: wrap; }
    .html-sitemap__pagination .page-item .page-link {
      color: orangered; }
    .html-sitemap__pagination .page-item.active .page-link {
      color: white;
      background-color: orangered;
      border-color: orangered; }

.survey-block {
  position: fixed;
  bottom: 20px;
  right: 19px;
  width: 100%;
  max-width: 336px;
  height: 280px;
  z-index: 99988;
  transition: opacity 0.5s ease 0s; }
  @media (max-width: 768px) {
    .survey-block {
      max-width: initial;
      top: 50%;
      left: 50%;
      right: initial;
      width: initial;
      transform: translateX(-50%); }
      .survey-block.is-acco-page {
        bottom: 63px; } }
  .survey-block__close {
    position: absolute;
    top: 7px;
    right: 7px;
    color: white;
    display: flex;
    justify-content: center;
    font-size: 25px;
    cursor: pointer; }
  .survey-block__img {
    -o-object-fit: cover;
       object-fit: cover; }

.search-page-ads {
  overflow: hidden !important;
  z-index: 100 !important;
  border-radius: 16px !important; }
  .search-page-ads__image {
    cursor: pointer;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 440px;
    min-height: 440px;
    max-height: 440px !important;
    border-radius: 16px;
    overflow: hidden;
    transition: transform .4s; }
    .search-page-ads__image:hover {
      transform: scale(1.05); }

.font-roboto {
  font-family: "Roboto", sans-serif !important;
  font-weight: normal !important; }

.font-roboto-semi-bold {
  font-family: "Roboto", sans-serif !important;
  font-weight: 600 !important; }

.font-nunito-light {
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 300 !important; }

.font-nunito {
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 400 !important; }

.font-nunito-semi-bold {
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 600 !important; }

.font-nunito-bold {
  font-family: "Nunito Sans", sans-serif !important;
  font-weight: 700 !important; }

.font-default {
  font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; }

.font-default-medium {
  font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; }

.futura {
  font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; }

.futura-medium {
  font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; }

.font-merriweather {
  font-family: 'Merriweather', serif; }

.fs10 {
  font-size: 10px; }

.fs12 {
  font-size: 12px; }

.fs13 {
  font-size: 13px; }

.fs14 {
  font-size: 14px !important; }

.fs15 {
  font-size: 15px !important; }

.fs16 {
  font-size: 16px !important; }

.fs18 {
  font-size: 18px; }

.fs20 {
  font-size: 20px; }

.fs25 {
  font-size: 25px !important; }

.fs30 {
  font-size: 30px !important; }

.fs35 {
  font-size: 35px !important; }

.fs36 {
  font-size: 36px !important; }

.fs42 {
  font-size: 42px !important; }

[v-cloak] {
  display: none; }

html {
  scroll-behavior: smooth; }

body {
  color: #2C3643;
  padding-top: 71px;
  position: relative;
  font-family: 'Roboto', sans-serif; }
  body.is-acco-page {
    padding-top: 80px; }
    body.is-acco-page .layout {
      overflow-x: hidden; }
    body.is-acco-page h2 {
      font-family: "Roboto", sans-serif;
      color: #2C3643;
      font-size: 26px;
      font-weight: 400;
      line-height: 150%; }
      @media (max-width: 1200px) {
        body.is-acco-page h2 {
          font-size: 24px; } }
      @media (max-width: 768px) {
        body.is-acco-page h2 {
          font-size: 18px;
          font-weight: bold; } }
    @media (max-width: 768px) {
      body.is-acco-page {
        padding-top: 115px; } }
  body.scroll-disabled {
    height: 100%;
    overflow: hidden; }

mark {
  font-weight: bold;
  padding: 0px !important;
  background-color: initial;
  color: initial; }

body.show-acc-gallery {
  padding-top: 70px; }
  body.show-acc-gallery footer {
    display: none; }

body.no-scroll {
  position: fixed;
  overflow-y: scroll !important;
  width: 100%; }

body.scroll {
  overflow: auto !important; }

.backface-hidden {
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important; }

.font-weight-bold-important {
  font-weight: bold !important; }

.topish-shadow {
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.2); }

.pointer {
  cursor: pointer; }

.underline {
  text-decoration: underline; }

.disable-click-event {
  opacity: .3 !important;
  pointer-events: none !important; }

.disable-click-event2 {
  pointer-events: none !important; }

.container {
  max-width: 1330px; }

.js-container {
  max-width: 1330px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 768px) {
    .js-container {
      padding: 0; } }

.white-space-no-wrap {
  white-space: nowrap; }

.rounded-table-wrapper {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  overflow: hidden; }

*:focus {
  outline: none !important; }

.form-control:focus {
  box-shadow: none; }

.general-notification {
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  padding: 7px;
  text-align: center;
  background-color: #FC4C02;
  color: white; }

.text-orange {
  color: #FC4C02 !important; }

.sticky-sidebar {
  overflow: auto;
  position: sticky;
  height: 90vh;
  top: 100px; }

.disable-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -html-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0; }

.vm--modal {
  height: initial !important;
  width: 100% !important;
  left: -0 !important;
  bottom: 0;
  position: fixed;
  top: initial; }

.vm--container {
  height: initial !important;
  top: initial;
  bottom: 0;
  display: flex;
  align-items: flex-end; }

.vm--overlay {
  background: rgba(0, 0, 0, 0.6) !important; }

[v-cloak] &gt; * {
  display: none; }

#loader {
  display: flex;
  justify-content: center;
  align-items: center; }

[v-cloak] + #loader::before {
  margin-top: 35vh;
  margin-bottom: -35vh;
  content: url("https://www.jetcamp.com/assets/img/icons/favicon.png");
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite; }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }

.hr-separator {
  margin: 0 -15px;
  margin-bottom: 16px;
  background: #cfcfcf9e; }

.rotate180 {
  transition: 0.1s linear;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg); }

.rotate90 {
  transition: 0.1s linear;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg); }

.transition {
  transition: 0.1s linear; }

.bar-of-progress {
  z-index: 99999999 !important; }

#home-block {
  position: relative;
  padding-top: 78px;
  margin-top: -78px;
  z-index: 3; }
  @media only screen and (max-width: 1200px) {
    #home-block {
      padding-top: 175px;
      margin-top: -175px; } }

#photos-block {
  position: relative;
  padding-top: 78px;
  margin-top: -78px; }
  @media only screen and (max-width: 767px) {
    #photos-block {
      z-index: 2; } }

#products-block {
  padding-top: 67px;
  margin-top: -67px;
  z-index: 1; }
  @media only screen and (max-width: 1200px) {
    #products-block {
      padding-top: 72px;
      margin-top: -72px; } }

#facilities {
  padding-top: 85px;
  margin-top: -85px; }
  @media only screen and (min-width: 1200px) {
    #facilities {
      padding-top: 70px;
      margin-top: -70px; } }

#location {
  padding-top: 106px;
  margin-top: -106px; }
  @media only screen and (min-width: 1200px) {
    #location {
      padding-top: 0;
      margin-top: 0; } }

#info-block {
  padding-top: 135px;
  margin-top: -135px; }
  @media only screen and (min-width: 1200px) {
    #info-block {
      padding-top: 122px;
      margin-top: -122px; } }

#map-block {
  padding-top: 70px;
  margin-top: -70px; }
  @media only screen and (min-width: 1200px) {
    #map-block {
      padding-top: 106px;
      margin-top: -106px; } }

@media only screen and (max-width: 1200px) {
  #where-to-book {
    padding-top: 102px;
    margin-top: -102px; } }

.navbar-toggler {
  padding: 0;
  padding-left: 7px; }

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease; }

.fade-enter-from,
.fade-leave-to {
  opacity: 0; }

.btn:focus, .btn.focus {
  box-shadow: none; }

.btn-outline {
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  color: #67747C;
  background-color: white;
  font-size: 15px;
  padding: 4px 20px;
  display: inline-block;
  text-align: center; }
  .btn-outline__theme {
    border-color: #FC4C02;
    color: #FC4C02;
    background-color: white; }
    .btn-outline__theme:hover, .btn-outline__theme:focus {
      border-color: #FC4C02;
      color: white;
      background-color: #FC4C02;
      text-decoration: none; }
  .btn-outline:hover, .btn-outline:focus {
    border-color: #FC4C02;
    color: white;
    background-color: #FC4C02;
    text-decoration: none; }

.btn-link {
  padding: 4px 20px;
  font-size: 14px;
  color: #67747C; }
  .btn-link__theme {
    color: #FC4C02; }

.btn-theme {
  padding: 4px 20px;
  border-radius: 4px;
  font-size: 15px;
  color: white;
  background-color: #FC4C02;
  border: 1px solid #FC4C02; }
  .btn-theme:hover, .btn-theme:focus {
    color: #FC4C02;
    background-color: white;
    text-decoration: none; }

.btn-theme-outline {
  padding: 4px 20px;
  border-radius: 4px;
  font-size: 15px;
  color: #FC4C02;
  background-color: transparent;
  border: 1px solid #FC4C02; }
  .btn-theme-outline:hover, .btn-theme-outline:focus {
    color: white;
    background-color: #FC4C02;
    text-decoration: none; }

.btn-theme-secondary {
  padding: 4px 20px;
  border-radius: 4px;
  font-size: 15px;
  color: white;
  background-color: #CCCCCC;
  border: 1px solid #CCCCCC; }
  .btn-theme-secondary:hover, .btn-theme-secondary:focus {
    color: white;
    background-color: #bfbfbf;
    text-decoration: none; }

ul.breadcrumbs {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block; }
  @media (max-width: 768px) {
    ul.breadcrumbs {
      padding-top: 0; } }
  ul.breadcrumbs li {
    padding-right: 26px;
    position: relative;
    display: inline-block; }
    ul.breadcrumbs li::after {
      position: absolute;
      top: 6px;
      right: 10px;
      content: " ";
      display: block;
      width: 6px;
      height: 11px;
      background-image: url("/assets/img/theme/breadcrumb_arrow.png");
      background-repeat: no-repeat; }
    ul.breadcrumbs li:last-child::after {
      display: none; }
    ul.breadcrumbs li:last-child {
      margin-right: 0px; }
    ul.breadcrumbs li a {
      color: #FC4C02; }

.quick-links-menu {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
  padding-top: 9px;
  padding-bottom: 9px; }
  @media (max-width: 576px) {
    .quick-links-menu {
      display: flex;
      flex-direction: column;
      padding-top: 9px; } }
  @media (max-width: 576px) {
    .quick-links-menu li {
      height: 30px; } }
  .quick-links-menu li:last-child {
    margin-right: 0px; }
  .quick-links-menu li a {
    color: white;
    font-size: 14px; }
    @media (max-width: 576px) {
      .quick-links-menu li a {
        width: 100%;
        display: block;
        border-bottom: 1px dotted #fff; } }

ul.tags-list {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none; }
  ul.tags-list li {
    display: inline-block;
    padding: 4px 8px;
    background-color: #F0F0F0;
    font-size: 14px;
    border-radius: 2px;
    margin-right: 4px;
    margin-bottom: 4px;
    color: #79808A; }

.link__plain {
  text-decoration: none;
  text-underline: none;
  color: #67747C; }
  .link__plain:hover {
    text-underline: none;
    text-decoration: none;
    color: #67747C; }

.bg-gray-blue {
  background-color: #728498; }

.bg-skeleton {
  background-image: linear-gradient(90deg, #dbdbdb 0px, #eeeeee 40px, #dbdbdb 80px);
  -webkit-animation: shine-lines 80s infinite linear;
          animation: shine-lines 80s infinite linear; }

h2.page-block-title, h3.page-block-title {
  margin-bottom: 18px;
  font-size: 23px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold !important; }

.header-main__mobile {
  display: none;
  color: #fff; }
  @media (max-width: 576px) {
    .header-main__mobile {
      display: block; } }

.text-theme {
  color: #FC4C02; }

.text-theme-gray {
  color: #67747C; }

.text-theme-default {
  color: #2C3643; }

.icon-mail {
  background-image: url("/assets/img/theme/icons/envelope.png"); }

.icon-fb {
  background-image: url("/assets/img/theme/icons/facebook.png"); }

.icon-phone {
  background-image: url("/assets/img/theme/icons/phone.png"); }

.icon-enlarge {
  background-image: url("/assets/img/theme/icons/expand.png") !important; }

.slide-arrow-left {
  background-image: url("/assets/img/theme/icons/slide_arrow_left.png") !important; }

.slide-arrow-right {
  background-image: url("/assets/img/theme/icons/slide_arrow_right.png") !important; }

.slide-arrow-left-with-bg {
  background-image: url("/assets/img/theme/icons/slide_arrow_left_with_bg.png") !important; }

.slide-arrow-right-with-bg {
  background-image: url("/assets/img/theme/icons/slide_arrow_right_with_bg.png") !important; }

.icon-globe {
  background-image: url("/assets/img/theme/icons/globe.png"); }

.home-slide-arrow-left-with-bg {
  background-image: url("/assets/img/theme/icons/gallery-arrow-left.png") !important; }

.home-slide-arrow-right-with-bg {
  background-image: url("/assets/img/theme/icons/gallery-arrow-right.png") !important; }

.search-form {
  position: relative; }
  .search-form--icon-before::before {
    display: block;
    font-family: icomoon, sans-serif;
    content: "\f002";
    font-weight: 900;
    font-size: 19px;
    z-index: 1;
    position: absolute;
    left: 10px;
    bottom: 7px;
    color: orangered; }
  .search-form--icon-before .input-group-append {
    display: none; }
  .search-form--icon-before .form-control {
    padding-left: 33px !important; }
  .search-form .form-control {
    border-radius: 0;
    padding: 22px 15px; }
  .search-form .btn {
    border-radius: 0; }
  .search-form--top-header .form-control {
    padding: 17px 15px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .search-form--header {
    max-width: 360px;
    display: none; }
    .search-form--header--show {
      display: block; }
    .search-form--header__input {
      padding-top: 4px;
      padding-bottom: 4px; }
  .search-form--main {
    margin: auto;
    max-width: 480px; }
  .search-form.js-search-form-show {
    display: block; }
  .search-form .input-group {
    border-radius: 4px;
    overflow: hidden; }

.blog-page .search-form--header {
  display: block; }

@media (max-width: 768px) {
  .autocomplete-dropdown--header {
    width: initial !important;
    top: 193% !important;
    left: -50px;
    right: -50px; } }

.autocomplete-dropdown {
  position: absolute !important;
  width: 741px;
  display: block;
  background-color: white;
  z-index: 99999;
  top: 100%; }
  @media (max-width: 768px) {
    .autocomplete-dropdown {
      position: fixed !important;
      top: 96px;
      left: 5%;
      right: 5%;
      width: 90%; } }
  .autocomplete-dropdown--extended.autocomplete-dropdown {
    top: 42px; }
  @media (max-width: 768px) {
    .autocomplete-dropdown--initial {
      position: absolute !important;
      top: 100%;
      left: initial;
      right: initial;
      width: 100%; } }
  @media (max-width: 768px) {
    .autocomplete-dropdown--initial-landing {
      position: absolute !important;
      top: 100%; } }
  .autocomplete-dropdown__subline__icon {
    color: #727272;
    font-size: 20px;
    padding: 0 15px;
    min-width: 55px;
    display: flex;
    justify-content: center; }
  .autocomplete-dropdown .data-list {
    border: 1px solid gray; }
  .autocomplete-dropdown a {
    text-decoration: none; }
  .autocomplete-dropdown .record {
    position: relative;
    padding: 5px 0;
    border: 1px solid transparent;
    cursor: pointer; }
    .autocomplete-dropdown .record .icon {
      float: left;
      min-width: 3rem;
      min-height: 0.2rem;
      margin-right: 1rem;
      color: gray; }
    .autocomplete-dropdown .record .content {
      float: left; }
    .autocomplete-dropdown .record &gt; div.col &gt; a {
      padding: 1rem 0rem;
      display: block; }
      .autocomplete-dropdown .record &gt; div.col &gt; a::after {
        display: block;
        clear: both;
        content: ""; }
    .autocomplete-dropdown .record:hover .content p,
    .autocomplete-dropdown .record:hover .content .title,
    .autocomplete-dropdown .record:hover .icon {
      color: gray; }
    .autocomplete-dropdown .record:hover {
      border-color: #ccc; }
    .autocomplete-dropdown .record:before {
      content: "";
      height: 1px;
      position: absolute;
      width: 100%;
      left: 0;
      right: 0;
      top: 0;
      margin: 0 auto;
      background-color: rgba(204, 204, 204, 0.5); }
    .autocomplete-dropdown .record:hover + .record:before, .autocomplete-dropdown .record:hover:before, .autocomplete-dropdown .record:first-child:before {
      display: none; }
  .autocomplete-dropdown p {
    font-size: 13px;
    color: #363D42;
    margin-bottom: 0px; }
  .autocomplete-dropdown .content .title {
    color: #363D42;
    font-weight: 400 !important; }
    .autocomplete-dropdown .content .title:visited {
      color: red; }
  .autocomplete-dropdown .remove a {
    color: #FC4C02; }

.search-active-item {
  background-color: rgba(255, 87, 34, 0.3); }

.img-responsive-inner &gt; img {
  max-width: 100%;
  height: auto; }

.v-lazy-image {
  filter: blur(5px);
  transition: filter 1s;
  will-change: filter; }

.v-lazy-image-loaded {
  filter: blur(0); }

.content-blocks-photos button.owl-prev.disabled {
  display: none !important; }

.content-blocks-photos button.owl-next.disabled {
  display: none !important; }

.content-blocks-photos__vertical .owl-carousel .item img {
  width: auto;
  max-height: 400px !important; }

.content-blocks-photos .owl-carousel .owl-stage {
  display: flex; }

.content-blocks-photos .owl-carousel .item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  max-height: 150px; }

.content-blocks-photos .owl-carousel .owl-prev {
  width: 65px;
  height: 65px;
  position: absolute;
  top: calc(50% - 45px);
  display: block !important;
  border: 0px solid black;
  margin: 0px; }
  .content-blocks-photos .owl-carousel .owl-prev:hover {
    background: transparent; }

.content-blocks-photos .owl-carousel .owl-next {
  width: 65px;
  height: 65px;
  position: absolute;
  top: calc(50% - 45px);
  right: 0px;
  display: block !important;
  border: 0px solid black;
  margin: 0px; }
  .content-blocks-photos .owl-carousel .owl-next:hover {
    background: transparent; }

.content-blocks-photos .owl-carousel .slide-arrow-left-with-bg, .content-blocks-photos .owl-carousel .slide-arrow-right-with-bg {
  width: 65px;
  height: 65px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center; }

.VueCarousel-navigation--disabled {
  display: none; }

button.owl-prev.disabled {
  display: none !important; }

@media (min-width: 1200px) {
  a.text-theme div {
    min-height: 90px;
    display: flex;
    align-items: center; } }

.sliders-block .item div img {
  width: 100%;
  max-height: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover; }

.story-carousel__slide {
  height: 100% !important; }

.vs-carousel {
  height: 100%; }
  .vs-carousel__wrapper {
    height: 100%; }
  .vs-carousel__slide {
    height: 100%; }
  .vs-carousel__arrows {
    text-align: center;
    font-size: 45px;
    color: white; }

.tns-outer {
  position: relative; }

.tns-controls {
  width: 100%;
  z-index: 2;
  position: absolute;
  justify-content: space-between;
  display: flex;
  align-items: center;
  height: 100%; }
  .tns-controls button {
    all: unset;
    color: white;
    font-size: 50px;
    padding: 10px;
    height: 100%; }
  .tns-controls-prev, .tns-controls-next {
    position: absolute;
    color: white;
    font-size: 50px;
    z-index: 5;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    padding: 5px;
    cursor: pointer; }
  .tns-controls-prev {
    left: 0; }
  .tns-controls-next {
    right: 0; }

.tns-nav {
  display: none; }

.landing-page-carousel .tns-controls-prev {
  color: black;
  margin-left: -35px; }

.landing-page-carousel .tns-controls-next {
  color: black; }

#lg-counter {
  color: #000;
  padding-top: 0;
  padding-left: 0; }

.lg-close {
  position: absolute;
  right: 15px; }
  .lg-close:hover {
    color: #000; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  padding: 0; }

.lg-toolbar {
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.lg-toolbar.lg-group {
  padding-top: 150px; }

.lg-actions .lg-prev:after, .lg-actions .lg-next:before {
  content: ""; }

.lg-backdrop {
  background: #fff;
  z-index: 99999; }

.lg-outer {
  z-index: 99999; }

.lg-sub-html {
  background-color: #fff;
  color: #000;
  padding: 10px 40px 30px 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 400; }

.lg-toolbar .lg-icon:hover {
  color: #000 !important; }

.language-menu-dropdown-block {
  background: transparent;
  border-top: none;
  border-radius: 0;
  top: 47px !important;
  left: auto !important; }
  .language-menu-dropdown-block.dropdown-menu {
    border: none; }
  .language-menu-dropdown-block__select-box {
    width: 190px;
    text-align: left;
    padding: 8px 15px 8px 15px;
    margin: 5px 0;
    border-color: #CCCCCC;
    border-radius: 4px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("/assets/img/svg/dropdown_arrow.svg");
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .80em auto, 100%; }

.switch-button-control {
  flex-direction: row;
  align-items: center; }
  .switch-button-control .switch-button {
    height: 30px;
    width: calc(30px * 2);
    border-radius: 30px;
    background-color: #DDD;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    border: 2px solid #DDD;
    cursor: pointer; }
    .switch-button-control .switch-button .button {
      height: calc( 30px - (2 * 2px));
      width: calc( 30px - (2 * 2px));
      border-radius: calc( 30px - (2 * 2px));
      background: #fff;
      transition: all 0.3s ease-in-out; }
    .switch-button-control .switch-button.enabled {
      background-color: #FC4C02;
      border-color: #FC4C02; }
      .switch-button-control .switch-button.enabled .button {
        background: white;
        transform: translateX(calc(calc( 30px - (2 * 2px)) + (2 *2px))); }
  .switch-button-control .switch-button-label {
    margin-left: 10px; }

.spinner {
  height: 60px;
  width: 60px;
  margin: 0px auto;
  -webkit-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 6px solid white;
  border-right: 6px solid white;
  border-bottom: 6px solid white;
  border-top: 6px solid rgba(252, 76, 2, 0.8);
  border-radius: 100%; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.orange-link {
  color: orangered !important; }

.white-link {
  color: white !important;
  text-decoration: underline; }
  .white-link:hover {
    text-decoration: none; }

.custom-checkbox {
  margin-bottom: 0 !important;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .custom-checkbox .checkmark {
    margin-top: 3px;
    position: absolute;
    left: 6px;
    height: 15px;
    width: 15px;
    background-color: #eee; }
    .custom-checkbox .checkmark--md {
      height: 20px;
      width: 20px; }
  .custom-checkbox input ~ .checkmark {
    background-color: #fff;
    border: 1px solid lightgray; }
  .custom-checkbox input:checked ~ .checkmark {
    background-color: white; }
  .custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .custom-checkbox input:checked ~ .checkmark:after {
    display: block; }
  .custom-checkbox .checkmark {
    cursor: pointer; }
    .custom-checkbox .checkmark:after {
      left: 1px;
      top: -5px;
      width: 12px;
      height: 15px;
      border: solid orangered;
      border-width: 0 3px 3px 0;
      transform: rotate(45deg); }
      @media (max-width: 768px) {
        .custom-checkbox .checkmark:after {
          content: "âœ•";
          font-size: 13px;
          color: orangered;
          left: 1px;
          top: -3px;
          width: 15px;
          height: 15px;
          border: none;
          transform: initial; } }
    .custom-checkbox .checkmark.success:after {
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border: none;
      background-image: url("/assets/img/svg/check-lg.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 115%;
      transform: rotate(0deg); }
      @media (max-width: 768px) {
        .custom-checkbox .checkmark.success:after {
          color: transparent; } }

.control {
  font-family: arial;
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  padding-top: 3px;
  cursor: pointer;
  font-size: 16px; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control_indicator {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 0px; }

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: #ffffff; }

.control input:checked ~ .control_indicator {
  background: #ffffff; }

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
  background: #ffffff;
  border: 1px solid #FC4C02; }

.control input:disabled ~ .control_indicator {
  background: #eeeeee;
  opacity: 0.6;
  pointer-events: none; }

.control_indicator:after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none; }

.control input:checked ~ .control_indicator:after {
  display: block; }

.control-checkbox .control_indicator:after {
  left: 7px;
  top: 3px;
  width: 3px;
  height: 8px;
  border: solid #f64f00;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b; }

.control-checkbox .control_indicator::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin-left: -.508rem;
  margin-top: -.508rem;
  background: #ff4a00;
  border-radius: 3rem;
  opacity: 0.6;
  z-index: 99999;
  transform: scale(0); }

@-webkit-keyframes s-ripple {
  0% {
    transform: scale(0); }
  20% {
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(1); } }

@keyframes s-ripple {
  0% {
    transform: scale(0); }
  20% {
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(1); } }

@-webkit-keyframes s-ripple-dup {
  0% {
    transform: scale(0); }
  30% {
    transform: scale(1); }
  60% {
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(1); } }

@keyframes s-ripple-dup {
  0% {
    transform: scale(0); }
  30% {
    transform: scale(1); }
  60% {
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(1); } }

.control-checkbox input + .control_indicator::before {
  -webkit-animation: s-ripple 250ms ease-out;
          animation: s-ripple 250ms ease-out; }

.control-checkbox input:checked + .control_indicator::before {
  -webkit-animation-name: s-ripple-dup;
          animation-name: s-ripple-dup; }

.asd__mobile-header {
  display: none !important; }
  .asd__mobile-header .asd__mobile-only {
    display: none !important; }

.asd__wrapper--full-screen {
  position: initial !important; }

.asd__wrapper--datepicker-open {
  z-index: 1015 !important; }

.asd__action-buttons button:nth-child(2) {
  color: #FC4C02 !important; }

.asd__selected-date-two button:after {
  margin-bottom: -10px;
  margin-top: -22px;
  display: block;
  font-family: icomoon, sans-serif;
  content: "\ea40";
  font-weight: 900;
  font-size: 9px; }

.asd__selected-date-one button:after {
  margin-bottom: -10px;
  margin-top: -22px;
  display: block;
  font-family: icomoon, sans-serif;
  content: "\ea3c";
  font-weight: 900;
  font-size: 9px; }

.asd__keyboard-shortcuts-trigger-wrapper {
  display: none !important; }

.asd__month-table {
  font-family: "Roboto", sans-serif !important;
  font-weight: 600 !important;
  border-collapse: separate !important;
  border-spacing: 2px !important; }

.asd__day {
  border-radius: 5px !important;
  border: 1px solid lightgrey !important; }
  .asd__day-button {
    margin-top: -12px !important; }
  .asd__day--selected {
    background: #FC4C02 !important;
    border: 1px solid #FC4C02 !important; }
  .asd__day--hovered {
    color: #FC4C02 !important;
    background: white !important;
    border: 1px solid #FC4C02 !important; }
  .asd__day--in-range {
    color: #FC4C02 !important;
    background: white !important;
    border: 1px solid #FC4C02 !important; }

.litepicker {
  border: 1px solid lightgray;
  font-family: Roboto, sans-serif; }
  .litepicker .columns-2 {
    width: calc((var(--litepickerMonthWidth) * 2) + 68px) !important; }
  .litepicker .container__main .reset-button:hover svg, .litepicker .container__main .button-next-month:hover svg, .litepicker .container__main .button-previous-month:hover svg {
    fill: orangered !important; }
  @media (max-width: 768px) {
    .litepicker .container__main .month-item-header {
      padding-top: 0; } }
  .litepicker .container__main .month-item-header div {
    font-size: 20px;
    font-weight: bold; }
  .litepicker .container__main .container__days .day-item {
    transition: 0s;
    border: 1px solid white;
    font-size: 15px;
    font-weight: bold;
    color: #464749;
    border-radius: 5px;
    cursor: pointer;
    height: 44px;
    box-shadow: inset 0 0 0 1px lightgrey; }
    .litepicker .container__main .container__days .day-item:hover {
      background: lightgrey; }
  .litepicker .container__main .container__days .is-locked {
    color: #cfcfcf; }
    .litepicker .container__main .container__days .is-locked:hover {
      background: white;
      box-shadow: inset 0 0 0 1px lightgrey; }
  .litepicker .container__main .container__days .is-in-range {
    background: white !important;
    box-shadow: inset 0 0 0 1px orangered; }
    .litepicker .container__main .container__days .is-in-range:hover {
      background: white !important;
      box-shadow: inset 0 0 0 1px orangered; }
  .litepicker .container__main .container__days .is-end-date {
    color: white;
    background: orangered !important; }
    .litepicker .container__main .container__days .is-end-date::after {
      display: block;
      font-family: icomoon, sans-serif;
      content: "\ea40";
      font-weight: 900;
      font-size: 9px; }
  .litepicker .container__main .container__days .is-start-date {
    color: white;
    background: orangered !important; }
    .litepicker .container__main .container__days .is-start-date:after {
      display: block;
      font-family: icomoon, sans-serif;
      content: "\ea3c";
      font-weight: 900;
      font-size: 9px; }
  .litepicker .container__months {
    box-shadow: initial !important;
    border-radius: 0; }
    .litepicker .container__months .month-item-name {
      font-family: "Roboto", sans-serif !important;
      font-weight: 600 !important; }
    .litepicker .container__months .month-item-year {
      font-family: "Roboto", sans-serif !important;
      font-weight: 600 !important; }
    .litepicker .container__months .reset-button {
      position: absolute;
      bottom: 13px;
      left: 21px;
      color: black !important;
      font-family: Roboto, sans-serif;
      font-weight: bold;
      font-size: 15px; }
      .litepicker .container__months .reset-button svg {
        display: none; }
      .litepicker .container__months .reset-button:hover {
        text-decoration: initial;
        color: #1a1a1a; }
    .litepicker .container__months .month-item {
      padding-bottom: 47px;
      padding-left: 19px; }
      @media (max-width: 768px) {
        .litepicker .container__months .month-item {
          padding-left: 5px;
          height: 358px;
          padding-bottom: initial; } }
  .litepicker .container__footer {
    background: white;
    box-shadow: initial !important;
    margin: 0;
    border-radius: 0;
    display: flex;
    justify-content: space-between; }
    .litepicker .container__footer .preview-date-range {
      display: none; }
    .litepicker .container__footer .button-cancel {
      margin-left: 10px;
      margin-bottom: 12px;
      color: black;
      border: white;
      background: white;
      font-weight: bold;
      font-size: 15px;
      font-family: Roboto, sans-serif; }
    .litepicker .container__footer .button-apply {
      margin-right: 10px;
      margin-bottom: 12px;
      border: white;
      background: white;
      font-weight: bold;
      font-size: 15px;
      font-family: Roboto, sans-serif;
      color: orangered; }

.owl-slider-wrapper {
  height: initial !important;
  /* content and cta */
  /* END CTA Button*/
  /* Title Animation */
  /* Before animation */
  /* After animation */
  /* Title Animation END */
  /* OWL-Carousel Navigation*/
  /* END OWL-Carousel Navigation*/ }
  .owl-slider-wrapper .owl-carousel:after {
    content: "";
    display: block;
    position: absolute;
    width: 8%;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: 0;
    pointer-events: none;
    background-size: 100% auto; }
  .owl-slider-wrapper .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate(0) scale(1, 1); }
  .owl-slider-wrapper .item {
    margin-left: 15px;
    opacity: 0.4;
    transition: .4s ease all;
    transform: scale(0.6); }
  .owl-slider-wrapper .item img {
    display: block;
    min-width: 100%;
    width: auto;
    height: auto; }
  .owl-slider-wrapper .active .item {
    margin: 5px !important;
    overflow: hidden;
    display: block;
    height: auto;
    opacity: 1;
    transform: scale(1);
    max-height: 680px !important; }
  .owl-slider-wrapper .inner {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    text-align: center; }
  .owl-slider-wrapper .reveal-text,
  .owl-slider-wrapper .reveal-text:after {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1); }
  .owl-slider-wrapper .reveal-text {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    color: #ffe221;
    text-shadow: 1px 1px #000000;
    white-space: nowrap; }
  .owl-slider-wrapper .reveal-text:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8ce2ea;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none; }
  .owl-slider-wrapper .active .reveal-text {
    -webkit-animation-name: reveal-text;
    animation-name: reveal-text; }
  .owl-slider-wrapper .active .reveal-text:after {
    -webkit-animation-name: revealer-text;
    animation-name: revealer-text; }

@-webkit-keyframes reveal-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0); }
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0); } }

@keyframes reveal-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0); }
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0); } }

@-webkit-keyframes revealer-text {
  0%, 50% {
    transform-origin: 0 50%; }
  60%, 100% {
    transform-origin: 100% 50%; }
  50% {
    transform: scaleX(1); }
  60% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(0); } }

@keyframes revealer-text {
  0%, 50% {
    transform-origin: 0 50%; }
  60%, 100% {
    transform-origin: 100% 50%; }
  50% {
    transform: scaleX(1); }
  60% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(0); } }
  .owl-slider-wrapper .owl-nav div {
    position: absolute;
    top: 45%;
    color: #cdcbcd; }
  .owl-slider-wrapper .owl-nav i {
    font-size: 52px; }
  .owl-slider-wrapper .owl-nav .owl-prev {
    left: -1% !important; }
  .owl-slider-wrapper .owl-nav .owl-next {
    right: -1% !important; }
  .owl-slider-wrapper .owl-theme .owl-dots .owl-dot span {
    width: 0; }
  .owl-slider-wrapper .owl-dots {
    text-align: center;
    position: fixed;
    margin-top: 10px;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .owl-slider-wrapper .owl-dot {
    border-radius: 50px;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: rgba(127, 127, 127, 0.5);
    margin-left: 5px;
    margin-right: 5px; }
  .owl-slider-wrapper .owl-dot.active {
    background: #7f7f7f; }
  @media only screen and (max-width: 768px) {
    .owl-slider-wrapper #full-width {
      padding: 0; }
    .owl-slider-wrapper .item {
      transform: scale(0); }
    .owl-slider-wrapper .item img {
      height: 400px !important; }
    .owl-slider-wrapper .active .item img {
      max-height: 400px; } }
  @media only screen and (max-width: 420px) {
    .owl-slider-wrapper .item img {
      height: 200px !important; }
    .owl-slider-wrapper .active .item img {
      max-height: 200px; } }

tabs-component {
  margin: 4em 0; }

.tabs-component-tabs {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  border: solid 1px #ddd;
  border-radius: 6px;
  margin-bottom: 5px; }

@media (min-width: 700px) {
  .tabs-component-tabs {
    border: 0;
    align-items: stretch;
    display: flex;
    justify-content: flex-start;
    margin-bottom: -1px;
    z-index: 30; } }

.tabs-component-tab {
  flex: 1;
  color: #999;
  font-size: 16px;
  font-weight: 600;
  margin-right: 0;
  list-style: none;
  background: #e9e9e9;
  cursor: pointer; }
  .tabs-component-tab .tabs-component-tab-a {
    color: #67747C;
    font-weight: 400; }

.tabs-component-tab:not(:last-child) {
  border-bottom: dotted 1px #ddd; }

.tabs-component-tab:hover {
  color: #666; }

.tabs-component-tab.is-active {
  background: white;
  color: #000; }
  .tabs-component-tab.is-active .tabs-component-tab-a {
    color: #FC4C02; }

.tabs-component-tab.is-disabled * {
  color: #cdcdcd;
  cursor: not-allowed !important; }

@media (min-width: 700px) {
  .tabs-component-tab {
    border: solid 1px #ddd;
    border-radius: 3px 3px 0 0;
    transform: translateY(2px);
    transition: transform .3s ease; }
  .tabs-component-tab.is-active {
    border-bottom: solid 1px #fff;
    z-index: 35;
    transform: translateY(0); } }

.tabs-component-tab-a {
  align-items: center;
  display: flex;
  padding: .75em 1em;
  text-decoration: none;
  color: #FC4C02;
  justify-content: center; }
  .tabs-component-tab-a:hover {
    color: #fe814d;
    text-decoration: none !important; }

.tabs-component-panels {
  padding: 4em 0; }

@media (min-width: 700px) {
  .tabs-component-panels {
    background-color: #fff;
    border: solid 1px #ddd;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 16px 1em 27px; } }

.scale-enter-active,
.scale-leave-active {
  transition: all 0.2s; }

.scale-enter,
.scale-leave-active {
  opacity: 0;
  transform: translateX(200px); }

.vfm {
  z-index: 99999 !important; }
  .vfm__content {
    bottom: 0;
    background: white;
    position: absolute;
    width: 100%; }

.c-search-header-extended {
  color: #363D42;
  font-size: 15px;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center; }
  @media (max-width: 900px) {
    .c-search-header-extended {
      margin: 0 4px; } }
  .c-search-header-extended__wrapper .c-search-hero {
    background-color: rgba(219, 219, 219, 0.55); }
  .c-search-header-extended__optional {
    display: none;
    color: lightgray;
    font-size: 9px;
    position: absolute;
    pointer-events: none; }
    .c-search-header-extended__optional.is-composition {
      left: 51%;
      transform: translateX(-50%);
      top: -4px; }
    .c-search-header-extended__optional.is-datepicker {
      left: 50%;
      transform: translateX(-50%);
      top: -4px; }
  @media (min-width: 900px) {
    .c-search-header-extended--active .c-search-header-extended__optional {
      display: block; } }
  .c-search-header-extended__form {
    background: white;
    display: flex; }
    @media (max-width: 900px) {
      .c-search-header-extended__form {
        width: 100%; }
        .c-search-header-extended__form:after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          height: 100%;
          width: 100%; } }
  .c-search-header-extended__params {
    background: white;
    border: 1px solid lightgray;
    border-radius: 4px 0 0 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 0; }
    @media (max-width: 900px) {
      .c-search-header-extended__params {
        overflow: hidden;
        display: grid;
        grid-template-columns: minmax(64px, 2fr) 1fr;
        font-size: 13px;
        width: 100%;
        margin-left: 3px;
        margin-right: 3px;
        border-radius: 4px; } }
  .c-search-header-extended__where-to {
    background: white;
    display: flex;
    justify-content: flex-start;
    width: 100%; }
    @media (max-width: 900px) {
      .c-search-header-extended__where-to {
        grid-column-start: 1;
        grid-column-end: 3;
        font-weight: bold; }
        .c-search-header-extended__where-to .c-search-header-where-to {
          padding: 0 11px; }
        .c-search-header-extended__where-to .c-search-header-where-to__icon {
          display: none; } }
    .c-search-header-extended__where-to:hover .c-search-header-where-to__icon-clear {
      display: flex !important; }
  @media (min-width: 900px) {
    .c-search-header-extended--isActive .c-search-header-extended__where-to {
      flex: 1; } }
  .c-search-header-extended__datepicker {
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer; }
    @media (max-width: 900px) {
      .c-search-header-extended__datepicker {
        min-width: initial;
        margin-left: 12px;
        font-size: 12px;
        justify-content: flex-start; }
        .c-search-header-extended__datepicker .c-search-header-datepicker__date {
          text-align: start; }
          .c-search-header-extended__datepicker .c-search-header-datepicker__date::-webkit-input-placeholder {
            color: #363D42 !important; }
          .c-search-header-extended__datepicker .c-search-header-datepicker__date:-moz-placeholder {
            /* Firefox 18- */
            color: #363D42 !important; }
          .c-search-header-extended__datepicker .c-search-header-datepicker__date::-moz-placeholder {
            /* Firefox 19+ */
            color: #363D42 !important; }
          .c-search-header-extended__datepicker .c-search-header-datepicker__date:-ms-input-placeholder {
            color: #363D42 !important; } }
    @media (max-width: 768px) {
      .c-search-header-extended__datepicker {
        font-size: 9px; } }
  .c-search-header-extended__composition {
    background: white;
    display: flex;
    position: relative;
    height: 100%;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    @media (max-width: 900px) {
      .c-search-header-extended__composition {
        font-size: 12px;
        justify-content: flex-end; }
        .c-search-header-extended__composition .c-search-header-composition {
          padding-left: 10px; } }
    @media (max-width: 768px) {
      .c-search-header-extended__composition {
        font-size: 9px; } }
    .c-search-header-extended__composition #composition-popup {
      top: 38px;
      border-radius: 4px;
      box-shadow: 0px 0px 3px 0px; }
    @media (max-width: 900px) {
      .c-search-header-extended__composition .c-search-header-composition__option.pets {
        display: none; } }
    @media (max-width: 768px) {
      .c-search-header-extended__composition .c-search-header-composition__option.pets {
        display: none; } }
  .c-search-header-extended__submit {
    margin-left: -1px;
    background: white;
    display: flex; }
    @media (max-width: 900px) {
      .c-search-header-extended__submit {
        display: none; } }
  .c-search-header-extended__exit {
    display: none; }
  @media (min-width: 900px) {
    .c-search-header-extended--active {
      justify-content: flex-start;
      margin: 0 10px;
      width: 100%; } }
  .c-search-header-extended--active .c-search-header-extended__exit {
    right: 24px;
    padding-left: 10px;
    background: white;
    display: flex;
    color: lightgray;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    cursor: pointer; }
    @media (max-width: 900px) {
      .c-search-header-extended--active .c-search-header-extended__exit {
        display: none;
        position: relative; } }
  @media (min-width: 900px) {
    .c-search-header-extended--active .c-search-header-datepicker {
      padding: 7px; } }
  @media (min-width: 900px) {
    .c-search-header-extended--active .c-search-header-extended__form {
      width: 100%; } }
  @media (min-width: 900px) {
    .c-search-header-extended--active .c-search-header-extended__params {
      width: 100%; } }
  .c-search-header-extended--active .c-search-header-datepicker__optional, .c-search-header-extended--active .c-search-header-composition__optional {
    display: block; }

.c-search-header-where-to {
  color: inherit;
  min-width: 150px;
  width: 100%;
  border: none;
  text-align: left;
  padding: 0 7px;
  white-space: nowrap;
  text-overflow: ellipsis; }
  .c-search-header-where-to::-webkit-search-cancel-button {
    -webkit-appearance: none;
    display: none; }
  .c-search-header-where-to__icon {
    justify-content: center;
    align-items: center;
    display: flex;
    color: lightgray;
    margin-left: 10px; }
    @media (max-width: 900px) {
      .c-search-header-where-to__icon {
        margin-left: 5px;
        margin-right: 4px; } }
    .c-search-header-where-to__icon::before {
      font-size: 14px; }
  .c-search-header-where-to__icon-clear {
    display: flex;
    justify-content: center;
    align-items: center;
    color: lightgray;
    margin-right: 10px;
    margin-left: -5px;
    cursor: pointer !important; }
    @media (max-width: 900px) {
      .c-search-header-where-to__icon-clear {
        margin-left: 5px;
        margin-right: 4px; } }
    .c-search-header-where-to__icon-clear:hover {
      display: flex; }
  .c-search-header-where-to--mobile-active .c-search-header-where-to__icon {
    display: none; }
  .c-search-header-where-to--mobile-active .c-search-header-where-to__icon-clear {
    margin-left: -26px;
    margin-right: 12px;
    margin-top: 3px;
    margin-bottom: 3px; }
  .c-search-header-where-to--mobile-active::before {
    display: block;
    font-family: icomoon, sans-serif;
    content: "\f002";
    font-weight: 900;
    font-size: 19px;
    z-index: 1;
    position: absolute;
    left: 10px;
    bottom: 11px;
    color: orangered; }
  .c-search-header-where-to--mobile-active::-webkit-search-cancel-button {
    -webkit-appearance: none;
    display: none; }
  .c-search-header-where-to--mobile-active .c-search-header-where-to {
    border: 1px solid lightgray;
    border-radius: 4px;
    padding: 11px 11px 11px 35px;
    padding-right: 25px; }
    .c-search-header-where-to--mobile-active .c-search-header-where-to::-webkit-input-placeholder {
      font-weight: initial; }
    .c-search-header-where-to--mobile-active .c-search-header-where-to:-moz-placeholder {
      /* Firefox 18- */
      font-weight: initial; }
    .c-search-header-where-to--mobile-active .c-search-header-where-to::-moz-placeholder {
      /* Firefox 19+ */
      font-weight: initial; }
    .c-search-header-where-to--mobile-active .c-search-header-where-to:-ms-input-placeholder {
      font-weight: initial; }
  .c-search-header-where-to--mobile-active .autocomplete-dropdown--extended {
    width: initial;
    top: 86px; }
    @media (max-width: 900px) {
      .c-search-header-where-to--mobile-active .autocomplete-dropdown--extended {
        width: 100%; } }
    @media (max-width: 900px) {
      .c-search-header-where-to--mobile-active .autocomplete-dropdown--extended {
        width: 90%; } }
  @media (max-width: 900px) {
    .c-search-header-where-to {
      text-align: left; }
      .c-search-header-where-to::-webkit-input-placeholder {
        color: #363D42;
        font-weight: bold; }
      .c-search-header-where-to:-moz-placeholder {
        /* Firefox 18- */
        color: #363D42;
        font-weight: bold; }
      .c-search-header-where-to::-moz-placeholder {
        /* Firefox 19+ */
        color: #363D42;
        font-weight: bold; }
      .c-search-header-where-to:-ms-input-placeholder {
        color: #363D42;
        font-weight: bold; } }

.c-search-header-datepicker {
  cursor: pointer;
  display: flex;
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
  align-items: center; }
  @media (max-width: 900px) {
    .c-search-header-datepicker {
      border-left: none;
      border-right: none; } }
  @media (max-width: 900px) {
    .c-search-header-datepicker {
      padding-right: 5px; }
      .c-search-header-datepicker .c-search-header-datepicker__date {
        text-align: left; } }
  .c-search-header-datepicker__litepicker {
    z-index: 99999 !important;
    margin-top: 7px !important;
    margin-left: 0px !important;
    box-shadow: 0px 0px 3px -1px; }
    .c-search-header-datepicker__litepicker.is-fixed {
      position: fixed !important;
      top: 58px !important;
      transform: translateX(-58%);
      left: 50% !important; }
  .c-search-header-datepicker__icon {
    justify-content: center;
    align-items: center;
    display: flex;
    color: lightgray;
    margin-left: 11px;
    margin-right: 9px; }
    @media (max-width: 900px) {
      .c-search-header-datepicker__icon {
        display: none;
        margin-right: 15px;
        margin-left: 5px; } }
    .c-search-header-datepicker__icon::before {
      font-size: 14px; }
  .c-search-header-datepicker__date {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    color: inherit;
    white-space: nowrap;
    border: none;
    text-align: left;
    cursor: pointer;
    margin: -12px 11px -11px -27px;
    padding: 12px 0 11px 27px;
    min-width: 232px;
    background: transparent;
    flex: 1;
    justify-self: center; }
    @media (max-width: 900px) {
      .c-search-header-datepicker__date {
        margin: -8px -17px -8px -52px;
        padding: 8px 17px 8px 52px; } }

.c-search-header-composition {
  cursor: pointer;
  padding: 0 11px;
  padding-right: 15px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 900px) {
    .c-search-header-composition {
      border-left: 1px solid lightgray;
      padding: 4px 0;
      justify-content: initial; } }
  @media (max-width: 768px) {
    .c-search-header-composition {
      padding-right: 5px; } }
  .c-search-header-composition__icon {
    justify-content: center;
    align-items: center;
    color: lightgray;
    display: flex;
    margin-right: 11px; }
    @media (max-width: 900px) {
      .c-search-header-composition__icon {
        display: none;
        margin-left: 5px;
        margin-right: 15px; } }
    .c-search-header-composition__icon::before {
      font-size: 14px; }
  .c-search-header-composition__params {
    display: flex;
    line-height: 1;
    margin: -15px -23px -15px -45px;
    padding: 15px 23px 15px 45px; }
    @media (max-width: 900px) {
      .c-search-header-composition__params {
        margin: -15px -93px -15px -45px;
        padding: 15px 93px 15px 45px; } }
  .c-search-header-composition__option {
    white-space: nowrap; }
    .c-search-header-composition__option.persons {
      padding-right: 4px; }

.c-search-header-submit {
  display: inline-block;
  padding: 0 20px;
  border-radius: 0 4px 4px 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: white;
  text-align: center;
  background: orangered;
  outline: none;
  border: 2px solid orangered; }
  .c-search-header-submit:hover {
    color: orangered;
    background: white; }

.c-search-hero {
  color: #363D42;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  padding: 5px;
  border-radius: 4px;
  position: relative; }
  @media (min-width: 900px) {
    .c-search-hero {
      width: 917px; } }
  @media (max-width: 900px) {
    .c-search-hero {
      width: 100%;
      flex-direction: column;
      margin: initial;
      font-size: 18px; } }
  .c-search-hero__optional {
    color: lightgray;
    font-size: 9px;
    position: absolute;
    pointer-events: none; }
    .c-search-hero__optional.is-composition {
      top: 2px; }
      @media (max-width: 900px) {
        .c-search-hero__optional.is-composition {
          right: 10px; } }
    .c-search-hero__optional.is-datepicker {
      left: 50%;
      transform: translateX(-50%);
      top: 2px; }
      @media (max-width: 900px) {
        .c-search-hero__optional.is-datepicker {
          right: 10px;
          left: initial;
          transform: initial; } }
  .c-search-hero__where-to {
    background: white;
    padding: 12px 0;
    position: relative; }
    @media (min-width: 900px) {
      .c-search-hero__where-to {
        height: 53px;
        flex: 2;
        border-radius: 4px 0 0 4px;
        display: flex;
        justify-content: center;
        align-items: center; } }
    @media (max-width: 900px) {
      .c-search-hero__where-to {
        flex: 1;
        width: 100%;
        padding: 9px 12px;
        border-radius: 4px 4px 0 0;
        border-bottom: 1px solid #dbdbdb; }
        .c-search-hero__where-to:after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          height: 100%;
          width: 100%; } }
  @media (max-width: 900px) and (min-width: 900px) {
    .c-search-hero__where-to .c-search-header-where-to {
      padding: 13px 12px; } }
  @media (max-width: 900px) and (max-width: 900px) {
    .c-search-hero__where-to .c-search-header-where-to {
      padding: 0 9px; } }
    @media (max-width: 900px) {
        .c-search-hero__where-to .c-search-header-where-to::-webkit-input-placeholder {
          color: #363D42;
          font-weight: initial; }
        .c-search-hero__where-to .c-search-header-where-to:-moz-placeholder {
          /* Firefox 18- */
          color: #363D42;
          font-weight: initial; }
        .c-search-hero__where-to .c-search-header-where-to::-moz-placeholder {
          /* Firefox 19+ */
          color: #363D42;
          font-weight: initial; } }
    .c-search-hero__where-to .c-search-header-where-to {
      border: none; }
    .c-search-hero__where-to .autocomplete-dropdown--extended {
      top: 40px; }
    .c-search-hero__where-to:hover .c-search-header-where-to__icon-clear {
      display: flex !important; }
  .c-search-hero__datepicker {
    position: relative;
    background: white;
    padding: 7px 0;
    cursor: pointer; }
    @media (min-width: 900px) {
      .c-search-hero__datepicker {
        height: 53px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center; } }
    @media (max-width: 900px) {
      .c-search-hero__datepicker {
        flex: 1;
        width: 100%;
        padding: 9px 12px;
        border-radius: 0;
        border-bottom: 1px solid #dbdbdb; } }
    @media (min-width: 900px) {
      .c-search-hero__datepicker:after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        height: 86%;
        transform: translateY(-50%);
        width: 1px;
        border-left: 1px solid lightgray; }
      .c-search-hero__datepicker:before {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        height: 86%;
        transform: translateY(-50%);
        width: 1px;
        border-right: 1px solid lightgray; } }
    .c-search-hero__datepicker .c-search-header-datepicker {
      border: none;
      margin-top: 2px; }
      @media (max-width: 900px) {
        .c-search-hero__datepicker .c-search-header-datepicker {
          text-align: left;
          display: flex;
          justify-content: flex-start; } }
      .c-search-hero__datepicker .c-search-header-datepicker .icon-calendar {
        display: block; }
      @media (max-width: 900px) {
        .c-search-hero__datepicker .c-search-header-datepicker .c-search-header-datepicker__date {
          min-width: initial;
          text-align: left; } }
  .c-search-hero__composition {
    background: white;
    padding: 16px 0;
    position: relative;
    cursor: pointer; }
    @media (min-width: 900px) {
      .c-search-hero__composition {
        height: 53px;
        display: flex;
        justify-content: center;
        align-items: center; } }
    @media (max-width: 900px) {
      .c-search-hero__composition {
        flex: 1;
        width: 100%;
        margin-bottom: 5px;
        padding: 10px 12px;
        border-radius: 0 0 4px 4px; }
        .c-search-hero__composition .c-search-header-composition {
          border-left: initial; }
          .c-search-hero__composition .c-search-header-composition .icon-group {
            display: block; } }
    .c-search-hero__composition .c-search-header-composition #composition-popup {
      top: 36px; }
  .c-search-hero__submit {
    z-index: 1; }
    .c-search-hero__submit .c-search-header-submit {
      height: 53px;
      justify-content: center;
      align-items: center;
      display: flex; }
    @media (max-width: 900px) {
      .c-search-hero__submit {
        flex: 1;
        width: 100%;
        margin-left: initial; }
        .c-search-hero__submit .c-search-header-submit {
          width: 100%;
          padding: 7px 12px;
          border-radius: 2px; } }

.tooltip-theme {
  cursor: pointer;
  position: relative; }
  .tooltip-theme:hover .tooltip-theme-popup {
    padding: 10px 15px;
    max-height: 200px; }
  .tooltip-theme-popup {
    overflow: hidden;
    width: 200px;
    max-height: 0;
    transition: .3s ease-in-out;
    box-shadow: 0px 0px 25px #00000029;
    bottom: 30px;
    word-break: keep-all;
    position: absolute;
    background: white;
    color: inherit;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 300;
    text-align: left;
    right: 0;
    line-height: 1.2; }
    .tooltip-theme-popup &gt; div {
      font-size: 12px; }


.fs10 {
  font-size: 10px; }

.fs12 {
  font-size: 12px; }

.fs13 {
  font-size: 13px; }

.fs14 {
  font-size: 14px; }

.fs15 {
  font-size: 15px; }

.fs16 {
  font-size: 16px !important; }

.fs18 {
  font-size: 18px; }

.fs25 {
  font-size: 25px !important; }

.fs26 {
  font-size: 26px !important; }

.fs27 {
  font-size: 27px !important; }

.fs30 {
  font-size: 30px !important; }

.fs35 {
  font-size: 35px !important; }

.fw400 {
  font-weight: 400 !important; }

</pre></body></html>