.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}.popup-template .modal{opacity:0;transition:all .25s ease}.popup-template .modal.is-open{opacity:1;transition:all .25s ease}/*!
 * Ladda including the default theme.
 *//*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
 */.ladda-button{position:relative}.ladda-button .ladda-spinner{position:absolute;z-index:2;display:inline-block;width:32px;height:32px;top:50%;margin-top:0;opacity:0;pointer-events:none}.ladda-button .ladda-label{position:relative;z-index:3}.ladda-button .ladda-progress{position:absolute;width:0;height:100%;left:0;top:0;background:rgba(0,0,0,0.2);visibility:hidden;opacity:0;-webkit-transition:0.1s linear all !important;-moz-transition:0.1s linear all !important;-ms-transition:0.1s linear all !important;-o-transition:0.1s linear all !important;transition:0.1s linear all !important}.ladda-button[data-loading] .ladda-progress{opacity:1;visibility:visible}.ladda-button,.ladda-button .ladda-spinner,.ladda-button .ladda-label{-webkit-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-moz-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-ms-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-o-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important}.ladda-button[data-style=zoom-in],.ladda-button[data-style=zoom-in] .ladda-spinner,.ladda-button[data-style=zoom-in] .ladda-label,.ladda-button[data-style=zoom-out],.ladda-button[data-style=zoom-out] .ladda-spinner,.ladda-button[data-style=zoom-out] .ladda-label{-webkit-transition:0.3s ease all !important;-moz-transition:0.3s ease all !important;-ms-transition:0.3s ease all !important;-o-transition:0.3s ease all !important;transition:0.3s ease all !important}.ladda-button[data-style=expand-right] .ladda-spinner{right:-6px}.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner{right:-12px}.ladda-button[data-style=expand-right][data-loading]{padding-right:56px}.ladda-button[data-style=expand-right][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-right][data-loading][data-size="s"],.ladda-button[data-style=expand-right][data-loading][data-size="xs"]{padding-right:40px}.ladda-button[data-style=expand-left] .ladda-spinner{left:26px}.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner{left:4px}.ladda-button[data-style=expand-left][data-loading]{padding-left:56px}.ladda-button[data-style=expand-left][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-left][data-loading][data-size="s"],.ladda-button[data-style=expand-left][data-loading][data-size="xs"]{padding-left:40px}.ladda-button[data-style=expand-up]{overflow:hidden}.ladda-button[data-style=expand-up] .ladda-spinner{top:-32px;left:50%;margin-left:0}.ladda-button[data-style=expand-up][data-loading]{padding-top:54px}.ladda-button[data-style=expand-up][data-loading] .ladda-spinner{opacity:1;top:26px;margin-top:0}.ladda-button[data-style=expand-up][data-loading][data-size="s"],.ladda-button[data-style=expand-up][data-loading][data-size="xs"]{padding-top:32px}.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner{top:4px}.ladda-button[data-style=expand-down]{overflow:hidden}.ladda-button[data-style=expand-down] .ladda-spinner{top:62px;left:50%;margin-left:0}.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner{top:40px}.ladda-button[data-style=expand-down][data-loading]{padding-bottom:54px}.ladda-button[data-style=expand-down][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-down][data-loading][data-size="s"],.ladda-button[data-style=expand-down][data-loading][data-size="xs"]{padding-bottom:32px}.ladda-button[data-style=slide-left]{overflow:hidden}.ladda-button[data-style=slide-left] .ladda-label{position:relative}.ladda-button[data-style=slide-left] .ladda-spinner{left:100%;margin-left:0}.ladda-button[data-style=slide-left][data-loading] .ladda-label{opacity:0;left:-100%}.ladda-button[data-style=slide-left][data-loading] .ladda-spinner{opacity:1;left:50%}.ladda-button[data-style=slide-right]{overflow:hidden}.ladda-button[data-style=slide-right] .ladda-label{position:relative}.ladda-button[data-style=slide-right] .ladda-spinner{right:100%;margin-left:0;left:16px}.ladda-button[data-style=slide-right][data-loading] .ladda-label{opacity:0;left:100%}.ladda-button[data-style=slide-right][data-loading] .ladda-spinner{opacity:1;left:50%}.ladda-button[data-style=slide-up]{overflow:hidden}.ladda-button[data-style=slide-up] .ladda-label{position:relative}.ladda-button[data-style=slide-up] .ladda-spinner{left:50%;margin-left:0;margin-top:1em}.ladda-button[data-style=slide-up][data-loading] .ladda-label{opacity:0;top:-1em}.ladda-button[data-style=slide-up][data-loading] .ladda-spinner{opacity:1;margin-top:0}.ladda-button[data-style=slide-down]{overflow:hidden}.ladda-button[data-style=slide-down] .ladda-label{position:relative}.ladda-button[data-style=slide-down] .ladda-spinner{left:50%;margin-left:0;margin-top:-2em}.ladda-button[data-style=slide-down][data-loading] .ladda-label{opacity:0;top:1em}.ladda-button[data-style=slide-down][data-loading] .ladda-spinner{opacity:1;margin-top:0}.ladda-button[data-style=zoom-out]{overflow:hidden}.ladda-button[data-style=zoom-out] .ladda-spinner{left:50%;margin-left:32px;-webkit-transform:scale(2.5);-moz-transform:scale(2.5);-ms-transform:scale(2.5);-o-transform:scale(2.5);transform:scale(2.5)}.ladda-button[data-style=zoom-out] .ladda-label{position:relative;display:inline-block}.ladda-button[data-style=zoom-out][data-loading] .ladda-label{opacity:0;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner{opacity:1;margin-left:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.ladda-button[data-style=zoom-in]{overflow:hidden}.ladda-button[data-style=zoom-in] .ladda-spinner{left:50%;margin-left:-16px;-webkit-transform:scale(0.2);-moz-transform:scale(0.2);-ms-transform:scale(0.2);-o-transform:scale(0.2);transform:scale(0.2)}.ladda-button[data-style=zoom-in] .ladda-label{position:relative;display:inline-block}.ladda-button[data-style=zoom-in][data-loading] .ladda-label{opacity:0;-webkit-transform:scale(2.2);-moz-transform:scale(2.2);-ms-transform:scale(2.2);-o-transform:scale(2.2);transform:scale(2.2)}.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner{opacity:1;margin-left:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.ladda-button[data-style=contract]{overflow:hidden;width:100px}.ladda-button[data-style=contract] .ladda-spinner{left:50%;margin-left:0}.ladda-button[data-style=contract][data-loading]{border-radius:50%;width:52px}.ladda-button[data-style=contract][data-loading] .ladda-label{opacity:0}.ladda-button[data-style=contract][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=contract-overlay]{overflow:hidden;width:100px;box-shadow:0px 0px 0px 2000px transparent}.ladda-button[data-style=contract-overlay] .ladda-spinner{left:50%;margin-left:0}.ladda-button[data-style=contract-overlay][data-loading]{border-radius:50%;width:52px;box-shadow:0px 0px 0px 2000px rgba(0,0,0,0.8)}.ladda-button[data-style=contract-overlay][data-loading] .ladda-label{opacity:0}.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner{opacity:1}.ladda-button{background:#666;border:0;padding:14px 18px;font-size:18px;cursor:pointer;color:#fff;border-radius:2px;border:1px solid transparent;-webkit-appearance:none;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}.ladda-button:hover{border-color:rgba(0,0,0,0.07);background-color:#888}.ladda-button[data-color=green]{background:#2aca76}.ladda-button[data-color=green]:hover{background-color:#38d683}.ladda-button[data-color=blue]{background:#53b5e6}.ladda-button[data-color=blue]:hover{background-color:#69bfe9}.ladda-button[data-color=red]{background:#ea8557}.ladda-button[data-color=red]:hover{background-color:#ed956e}.ladda-button[data-color=purple]{background:#9973C2}.ladda-button[data-color=purple]:hover{background-color:#a685ca}.ladda-button[data-color=mint]{background:#16a085}.ladda-button[data-color=mint]:hover{background-color:#19b698}.ladda-button[disabled],.ladda-button[data-loading]{border-color:rgba(0,0,0,0.07)}.ladda-button[disabled],.ladda-button[disabled]:hover,.ladda-button[data-loading],.ladda-button[data-loading]:hover{cursor:default;background-color:#999}.ladda-button[data-size=xs]{padding:4px 8px}.ladda-button[data-size=xs] .ladda-label{font-size:0.7em}.ladda-button[data-size=s]{padding:6px 10px}.ladda-button[data-size=s] .ladda-label{font-size:0.9em}.ladda-button[data-size=l] .ladda-label{font-size:1.2em}.ladda-button[data-size=xl] .ladda-label{font-size:1.5em}
/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme;
@layer theme {
  :root, :host {
    --bookly-font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --bookly-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --bookly-color-red-50: oklch(97.1% 0.013 17.38);
    --bookly-color-red-100: oklch(93.6% 0.032 17.717);
    --bookly-color-red-500: oklch(63.7% 0.237 25.331);
    --bookly-color-red-600: oklch(57.7% 0.245 27.325);
    --bookly-color-red-700: oklch(50.5% 0.213 27.518);
    --bookly-color-red-800: oklch(44.4% 0.177 26.899);
    --bookly-color-orange-100: oklch(95.4% 0.038 75.164);
    --bookly-color-amber-50: oklch(98.7% 0.022 95.277);
    --bookly-color-amber-100: oklch(96.2% 0.059 95.617);
    --bookly-color-amber-300: oklch(87.9% 0.169 91.605);
    --bookly-color-amber-900: oklch(41.4% 0.112 45.904);
    --bookly-color-green-500: oklch(72.3% 0.219 149.579);
    --bookly-color-green-700: oklch(52.7% 0.154 150.069);
    --bookly-color-emerald-50: oklch(97.9% 0.021 166.113);
    --bookly-color-emerald-100: oklch(95% 0.052 163.051);
    --bookly-color-emerald-800: oklch(43.2% 0.095 166.913);
    --bookly-color-sky-200: oklch(90.1% 0.058 230.902);
    --bookly-color-blue-50: oklch(97% 0.014 254.604);
    --bookly-color-blue-100: oklch(93.2% 0.032 255.585);
    --bookly-color-blue-500: oklch(62.3% 0.214 259.815);
    --bookly-color-rose-50: oklch(96.9% 0.015 12.422);
    --bookly-color-rose-100: oklch(94.1% 0.03 12.58);
    --bookly-color-slate-50: oklch(98.4% 0.003 247.858);
    --bookly-color-slate-100: oklch(96.8% 0.007 247.896);
    --bookly-color-slate-200: oklch(92.9% 0.013 255.508);
    --bookly-color-slate-300: oklch(86.9% 0.022 252.894);
    --bookly-color-slate-400: oklch(70.4% 0.04 256.788);
    --bookly-color-slate-600: oklch(44.6% 0.043 257.281);
    --bookly-color-gray-100: oklch(96.7% 0.003 264.542);
    --bookly-color-gray-200: oklch(92.8% 0.006 264.531);
    --bookly-color-gray-300: oklch(87.2% 0.01 258.338);
    --bookly-color-gray-400: oklch(70.7% 0.022 261.325);
    --bookly-color-gray-500: oklch(55.1% 0.027 264.364);
    --bookly-color-gray-600: oklch(44.6% 0.03 256.802);
    --bookly-color-gray-800: oklch(27.8% 0.033 256.848);
    --bookly-color-black: #000;
    --bookly-color-white: #fff;
    --bookly-spacing: 0.25rem;
    --bookly-breakpoint-xl: 80rem;
    --bookly-container-3xs: 16rem;
    --bookly-container-2xs: 18rem;
    --bookly-container-xs: 20rem;
    --bookly-container-lg: 32rem;
    --bookly-text-xs: 0.75rem;
    --bookly-text-xs--line-height: calc(1 / 0.75);
    --bookly-text-sm: 0.875rem;
    --bookly-text-sm--line-height: calc(1.25 / 0.875);
    --bookly-text-base: 1rem;
    --bookly-text-base--line-height: calc(1.5 / 1);
    --bookly-text-lg: 1.125rem;
    --bookly-text-lg--line-height: calc(1.75 / 1.125);
    --bookly-text-xl: 1.25rem;
    --bookly-text-xl--line-height: calc(1.75 / 1.25);
    --bookly-text-2xl: 1.5rem;
    --bookly-text-2xl--line-height: calc(2 / 1.5);
    --bookly-text-3xl: 1.875rem;
    --bookly-text-3xl--line-height: calc(2.25 / 1.875);
    --bookly-text-4xl: 2.25rem;
    --bookly-text-4xl--line-height: calc(2.5 / 2.25);
    --bookly-font-weight-normal: 400;
    --bookly-font-weight-medium: 500;
    --bookly-font-weight-semibold: 600;
    --bookly-font-weight-bold: 700;
    --bookly-leading-normal: 1.5;
    --bookly-radius-lg: 0.5rem;
    --bookly-ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --bookly-animate-spin: spin 1s linear infinite;
    --bookly-default-transition-duration: 150ms;
    --bookly-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --bookly-default-font-family: var(--bookly-font-sans);
    --bookly-default-mono-font-family: var(--bookly-font-mono);
    --bookly-color-default-border: var(--bookly-color-gray-200);
  }
}
.bookly-css-root *, .bookly-css-root ::after, .bookly-css-root ::before, .bookly-css-root ::backdrop, .bookly-css-root ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
.bookly-css-root html, .bookly-css-root :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--bookly-default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
  font-feature-settings: var(--bookly-default-font-feature-settings, normal);
  font-variation-settings: var(--bookly-default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
.bookly-css-root hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
.bookly-css-root abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
.bookly-css-root h1, .bookly-css-root h2, .bookly-css-root h3, .bookly-css-root h4, .bookly-css-root h5, .bookly-css-root h6 {
  font-size: inherit;
  font-weight: inherit;
}
.bookly-css-root a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
.bookly-css-root b, .bookly-css-root strong {
  font-weight: bolder;
}
.bookly-css-root code, .bookly-css-root kbd, .bookly-css-root samp, .bookly-css-root pre {
  font-family: var(--bookly-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
  font-feature-settings: var(--bookly-default-mono-font-feature-settings, normal);
  font-variation-settings: var(--bookly-default-mono-font-variation-settings, normal);
  font-size: 1em;
}
.bookly-css-root small {
  font-size: 80%;
}
.bookly-css-root sub, .bookly-css-root sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.bookly-css-root sub {
  bottom: -0.25em;
}
.bookly-css-root sup {
  top: -0.5em;
}
.bookly-css-root table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
.bookly-css-root :-moz-focusring {
  outline: auto;
}
.bookly-css-root progress {
  vertical-align: baseline;
}
.bookly-css-root summary {
  display: list-item;
}
.bookly-css-root ol, .bookly-css-root ul, .bookly-css-root menu {
  list-style: none;
}
.bookly-css-root img, .bookly-css-root svg, .bookly-css-root video, .bookly-css-root canvas, .bookly-css-root audio, .bookly-css-root iframe, .bookly-css-root embed, .bookly-css-root object {
  display: block;
  vertical-align: middle;
}
.bookly-css-root img, .bookly-css-root video {
  max-width: 100%;
  height: auto;
}
.bookly-css-root button, .bookly-css-root input, .bookly-css-root select, .bookly-css-root optgroup, .bookly-css-root textarea, .bookly-css-root ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
.bookly-css-root :where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
.bookly-css-root :where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
.bookly-css-root ::file-selector-button {
  margin-inline-end: 4px;
}
.bookly-css-root ::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
  .bookly-css-root ::placeholder {
    color: currentcolor;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bookly-css-root ::placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
.bookly-css-root textarea {
  resize: vertical;
}
.bookly-css-root ::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bookly-css-root ::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
.bookly-css-root ::-webkit-datetime-edit {
  display: inline-flex;
}
.bookly-css-root ::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
.bookly-css-root ::-webkit-datetime-edit, .bookly-css-root ::-webkit-datetime-edit-year-field, .bookly-css-root ::-webkit-datetime-edit-month-field, .bookly-css-root ::-webkit-datetime-edit-day-field, .bookly-css-root ::-webkit-datetime-edit-hour-field, .bookly-css-root ::-webkit-datetime-edit-minute-field, .bookly-css-root ::-webkit-datetime-edit-second-field, .bookly-css-root ::-webkit-datetime-edit-millisecond-field, .bookly-css-root ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
.bookly-css-root ::-webkit-calendar-picker-indicator {
  line-height: 1;
}
.bookly-css-root :-moz-ui-invalid {
  box-shadow: none;
}
.bookly-css-root button, .bookly-css-root input:where([type=button], [type=reset], [type=submit]), .bookly-css-root ::file-selector-button {
  appearance: button;
}
.bookly-css-root ::-webkit-inner-spin-button, .bookly-css-root ::-webkit-outer-spin-button {
  height: auto;
}
.bookly-css-root [hidden]:where(:not([hidden=until-found])) {
  display: none !important;
}
.bookly-css-root .bookly\:\@container\/main {
  container-type: inline-size !important;
  container-name: main !important;
}
.bookly-css-root .bookly\:pointer-events-none {
  pointer-events: none !important;
}
.bookly-css-root .bookly\:absolute {
  position: absolute !important;
}
.bookly-css-root .bookly\:fixed {
  position: fixed !important;
}
.bookly-css-root .bookly\:relative {
  position: relative !important;
}
.bookly-css-root .bookly\:inset-0 {
  inset: calc(var(--bookly-spacing) * 0) !important;
}
.bookly-css-root .bookly\:inset-1 {
  inset: calc(var(--bookly-spacing) * 1) !important;
}
.bookly-css-root .bookly\:inset-x-0 {
  inset-inline: calc(var(--bookly-spacing) * 0) !important;
}
.bookly-css-root .bookly\:inset-y-0 {
  inset-block: calc(var(--bookly-spacing) * 0) !important;
}
.bookly-css-root .bookly\:start-0 {
  inset-inline-start: calc(var(--bookly-spacing) * 0) !important;
}
.bookly-css-root .bookly\:start-3 {
  inset-inline-start: calc(var(--bookly-spacing) * 3) !important;
}
.bookly-css-root .bookly\:end-0 {
  inset-inline-end: calc(var(--bookly-spacing) * 0) !important;
}
.bookly-css-root .bookly\:end-3 {
  inset-inline-end: calc(var(--bookly-spacing) * 3) !important;
}
.bookly-css-root .bookly\:top-0 {
  top: calc(var(--bookly-spacing) * 0) !important;
}
.bookly-css-root .bookly\:top-1 {
  top: calc(var(--bookly-spacing) * 1) !important;
}
.bookly-css-root .bookly\:top-2 {
  top: calc(var(--bookly-spacing) * 2) !important;
}
.bookly-css-root .bookly\:top-4 {
  top: calc(var(--bookly-spacing) * 4) !important;
}
.bookly-css-root .bookly\:top-5\.5 {
  top: calc(var(--bookly-spacing) * 5.5) !important;
}
.bookly-css-root .bookly\:top-full {
  top: 100% !important;
}
.bookly-css-root .bookly\:right-0 {
  right: calc(var(--bookly-spacing) * 0) !important;
}
.bookly-css-root .bookly\:right-1 {
  right: calc(var(--bookly-spacing) * 1) !important;
}
.bookly-css-root .bookly\:right-2 {
  right: calc(var(--bookly-spacing) * 2) !important;
}
.bookly-css-root .bookly\:-bottom-6 {
  bottom: calc(var(--bookly-spacing) * -6) !important;
}
.bookly-css-root .bookly\:bottom-0 {
  bottom: calc(var(--bookly-spacing) * 0) !important;
}
.bookly-css-root .bookly\:bottom-2 {
  bottom: calc(var(--bookly-spacing) * 2) !important;
}
.bookly-css-root .bookly\:left-0 {
  left: calc(var(--bookly-spacing) * 0) !important;
}
.bookly-css-root .bookly\:left-1\/2 {
  left: 50% !important;
}
.bookly-css-root .bookly\:z-0 {
  z-index: 0 !important;
}
.bookly-css-root .bookly\:z-10 {
  z-index: 10 !important;
}
.bookly-css-root .bookly\:z-20 {
  z-index: 20 !important;
}
.bookly-css-root .bookly\:z-\[1050\] {
  z-index: 1050 !important;
}
.bookly-css-root .bookly\:z-\[100050\] {
  z-index: 100050 !important;
}
.bookly-css-root .bookly\:col-span-1 {
  grid-column: span 1/span 1 !important;
}
.bookly-css-root .bookly\:col-span-2 {
  grid-column: span 2/span 2 !important;
}
.bookly-css-root .bookly\:float-right {
  float: right !important;
}
.bookly-css-root .bookly\:-m-2 {
  margin: calc(var(--bookly-spacing) * -2) !important;
}
.bookly-css-root .bookly\:m-0 {
  margin: calc(var(--bookly-spacing) * 0) !important;
}
.bookly-css-root .bookly\:m-1 {
  margin: calc(var(--bookly-spacing) * 1) !important;
}
.bookly-css-root .bookly\:m-4 {
  margin: calc(var(--bookly-spacing) * 4) !important;
}
.bookly-css-root .bookly\:m-auto {
  margin: auto !important;
}
.bookly-css-root .bookly\:mx-1 {
  margin-inline: calc(var(--bookly-spacing) * 1) !important;
}
.bookly-css-root .bookly\:mx-2 {
  margin-inline: calc(var(--bookly-spacing) * 2) !important;
}
.bookly-css-root .bookly\:mx-4 {
  margin-inline: calc(var(--bookly-spacing) * 4) !important;
}
.bookly-css-root .bookly\:mx-auto {
  margin-inline: auto !important;
}
.bookly-css-root .bookly\:my-0 {
  margin-block: calc(var(--bookly-spacing) * 0) !important;
}
.bookly-css-root .bookly\:my-2 {
  margin-block: calc(var(--bookly-spacing) * 2) !important;
}
.bookly-css-root .bookly\:my-3 {
  margin-block: calc(var(--bookly-spacing) * 3) !important;
}
.bookly-css-root .bookly\:my-4 {
  margin-block: calc(var(--bookly-spacing) * 4) !important;
}
.bookly-css-root .bookly\:ms-0 {
  margin-inline-start: calc(var(--bookly-spacing) * 0) !important;
}
.bookly-css-root .bookly\:ms-2 {
  margin-inline-start: calc(var(--bookly-spacing) * 2) !important;
}
.bookly-css-root .bookly\:ms-3 {
  margin-inline-start: calc(var(--bookly-spacing) * 3) !important;
}
.bookly-css-root .bookly\:ms-4 {
  margin-inline-start: calc(var(--bookly-spacing) * 4) !important;
}
.bookly-css-root .bookly\:me-0 {
  margin-inline-end: calc(var(--bookly-spacing) * 0) !important;
}
.bookly-css-root .bookly\:me-1 {
  margin-inline-end: calc(var(--bookly-spacing) * 1) !important;
}
.bookly-css-root .bookly\:me-2 {
  margin-inline-end: calc(var(--bookly-spacing) * 2) !important;
}
.bookly-css-root .bookly\:me-3 {
  margin-inline-end: calc(var(--bookly-spacing) * 3) !important;
}
.bookly-css-root .bookly\:me-4 {
  margin-inline-end: calc(var(--bookly-spacing) * 4) !important;
}
.bookly-css-root .bookly\:-mt-1 {
  margin-top: calc(var(--bookly-spacing) * -1) !important;
}
.bookly-css-root .bookly\:mt-1 {
  margin-top: calc(var(--bookly-spacing) * 1) !important;
}
.bookly-css-root .bookly\:mt-2 {
  margin-top: calc(var(--bookly-spacing) * 2) !important;
}
.bookly-css-root .bookly\:mt-4 {
  margin-top: calc(var(--bookly-spacing) * 4) !important;
}
.bookly-css-root .bookly\:mt-36 {
  margin-top: calc(var(--bookly-spacing) * 36) !important;
}
.bookly-css-root .bookly\:-mb-2 {
  margin-bottom: calc(var(--bookly-spacing) * -2) !important;
}
.bookly-css-root .bookly\:-mb-4 {
  margin-bottom: calc(var(--bookly-spacing) * -4) !important;
}
.bookly-css-root .bookly\:mb-0 {
  margin-bottom: calc(var(--bookly-spacing) * 0) !important;
}
.bookly-css-root .bookly\:mb-0\.5 {
  margin-bottom: calc(var(--bookly-spacing) * 0.5) !important;
}
.bookly-css-root .bookly\:mb-1 {
  margin-bottom: calc(var(--bookly-spacing) * 1) !important;
}
.bookly-css-root .bookly\:mb-2 {
  margin-bottom: calc(var(--bookly-spacing) * 2) !important;
}
.bookly-css-root .bookly\:mb-3 {
  margin-bottom: calc(var(--bookly-spacing) * 3) !important;
}
.bookly-css-root .bookly\:mb-4 {
  margin-bottom: calc(var(--bookly-spacing) * 4) !important;
}
.bookly-css-root .bookly\:ml-2 {
  margin-left: calc(var(--bookly-spacing) * 2) !important;
}
.bookly-css-root .bookly\:box-border {
  box-sizing: border-box !important;
}
.bookly-css-root .bookly\:box-content {
  box-sizing: content-box !important;
}
.bookly-css-root .bookly\:block {
  display: block !important;
}
.bookly-css-root .bookly\:flex {
  display: flex !important;
}
.bookly-css-root .bookly\:grid {
  display: grid !important;
}
.bookly-css-root .bookly\:hidden {
  display: none !important;
}
.bookly-css-root .bookly\:inline {
  display: inline !important;
}
.bookly-css-root .bookly\:inline-flex {
  display: inline-flex !important;
}
.bookly-css-root .bookly\:h-0 {
  height: calc(var(--bookly-spacing) * 0) !important;
}
.bookly-css-root .bookly\:h-5 {
  height: calc(var(--bookly-spacing) * 5) !important;
}
.bookly-css-root .bookly\:h-8 {
  height: calc(var(--bookly-spacing) * 8) !important;
}
.bookly-css-root .bookly\:h-10 {
  height: calc(var(--bookly-spacing) * 10) !important;
}
.bookly-css-root .bookly\:h-11 {
  height: calc(var(--bookly-spacing) * 11) !important;
}
.bookly-css-root .bookly\:h-12 {
  height: calc(var(--bookly-spacing) * 12) !important;
}
.bookly-css-root .bookly\:h-14 {
  height: calc(var(--bookly-spacing) * 14) !important;
}
.bookly-css-root .bookly\:h-16 {
  height: calc(var(--bookly-spacing) * 16) !important;
}
.bookly-css-root .bookly\:h-20 {
  height: calc(var(--bookly-spacing) * 20) !important;
}
.bookly-css-root .bookly\:h-full {
  height: 100% !important;
}
.bookly-css-root .bookly\:max-h-12 {
  max-height: calc(var(--bookly-spacing) * 12) !important;
}
.bookly-css-root .bookly\:max-h-64 {
  max-height: calc(var(--bookly-spacing) * 64) !important;
}
.bookly-css-root .bookly\:min-h-full {
  min-height: 100% !important;
}
.bookly-css-root .bookly\:w-0 {
  width: calc(var(--bookly-spacing) * 0) !important;
}
.bookly-css-root .bookly\:w-0\.5 {
  width: calc(var(--bookly-spacing) * 0.5) !important;
}
.bookly-css-root .bookly\:w-5 {
  width: calc(var(--bookly-spacing) * 5) !important;
}
.bookly-css-root .bookly\:w-8 {
  width: calc(var(--bookly-spacing) * 8) !important;
}
.bookly-css-root .bookly\:w-10 {
  width: calc(var(--bookly-spacing) * 10) !important;
}
.bookly-css-root .bookly\:w-20 {
  width: calc(var(--bookly-spacing) * 20) !important;
}
.bookly-css-root .bookly\:w-34 {
  width: calc(var(--bookly-spacing) * 34) !important;
}
.bookly-css-root .bookly\:w-48 {
  width: calc(var(--bookly-spacing) * 48) !important;
}
.bookly-css-root .bookly\:w-60 {
  width: calc(var(--bookly-spacing) * 60) !important;
}
.bookly-css-root .bookly\:w-72 {
  width: calc(var(--bookly-spacing) * 72) !important;
}
.bookly-css-root .bookly\:w-auto {
  width: auto !important;
}
.bookly-css-root .bookly\:w-full {
  width: 100% !important;
}
.bookly-css-root .bookly\:w-max {
  width: max-content !important;
}
.bookly-css-root .bookly\:max-w-2xs {
  max-width: var(--bookly-container-2xs) !important;
}
.bookly-css-root .bookly\:max-w-48 {
  max-width: calc(var(--bookly-spacing) * 48) !important;
}
.bookly-css-root .bookly\:max-w-96 {
  max-width: calc(var(--bookly-spacing) * 96) !important;
}
.bookly-css-root .bookly\:max-w-128 {
  max-width: calc(var(--bookly-spacing) * 128) !important;
}
.bookly-css-root .bookly\:max-w-full {
  max-width: 100% !important;
}
.bookly-css-root .bookly\:max-w-lg {
  max-width: var(--bookly-container-lg) !important;
}
.bookly-css-root .bookly\:max-w-screen-xl {
  max-width: var(--bookly-breakpoint-xl) !important;
}
.bookly-css-root .bookly\:max-w-xs {
  max-width: var(--bookly-container-xs) !important;
}
.bookly-css-root .bookly\:min-w-2xs {
  min-width: var(--bookly-container-2xs) !important;
}
.bookly-css-root .bookly\:min-w-6 {
  min-width: calc(var(--bookly-spacing) * 6) !important;
}
.bookly-css-root .bookly\:min-w-\[200px\] {
  min-width: 200px !important;
}
.bookly-css-root .bookly\:flex-1 {
  flex: 1 !important;
}
.bookly-css-root .bookly\:shrink {
  flex-shrink: 1 !important;
}
.bookly-css-root .bookly\:grow {
  flex-grow: 1 !important;
}
.bookly-css-root .bookly\:grow-0 {
  flex-grow: 0 !important;
}
.bookly-css-root .bookly\:grow-1 {
  flex-grow: 1 !important;
}
.bookly-css-root .bookly\:basis-0\/12 {
  flex-basis: 0% !important;
}
.bookly-css-root .bookly\:basis-1\/12 {
  flex-basis: 8.3333333333% !important;
}
.bookly-css-root .bookly\:basis-2\/12 {
  flex-basis: 16.6666666667% !important;
}
.bookly-css-root .bookly\:basis-3\/12 {
  flex-basis: 25% !important;
}
.bookly-css-root .bookly\:basis-4\/12 {
  flex-basis: 33.3333333333% !important;
}
.bookly-css-root .bookly\:basis-5\/12 {
  flex-basis: 41.6666666667% !important;
}
.bookly-css-root .bookly\:basis-6\/12 {
  flex-basis: 50% !important;
}
.bookly-css-root .bookly\:basis-7\/12 {
  flex-basis: 58.3333333333% !important;
}
.bookly-css-root .bookly\:basis-8\/12 {
  flex-basis: 66.6666666667% !important;
}
.bookly-css-root .bookly\:basis-9\/12 {
  flex-basis: 75% !important;
}
.bookly-css-root .bookly\:basis-10\/12 {
  flex-basis: 83.3333333333% !important;
}
.bookly-css-root .bookly\:basis-11\/12 {
  flex-basis: 91.6666666667% !important;
}
.bookly-css-root .bookly\:basis-12\/12 {
  flex-basis: 100% !important;
}
.bookly-css-root .bookly\:basis-full {
  flex-basis: 100% !important;
}
.bookly-css-root .bookly\:-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1/2 * 100%) * -1) !important;
  translate: var(--tw-translate-x) var(--tw-translate-y) !important;
}
.bookly-css-root .bookly\:animate-spin {
  animation: var(--bookly-animate-spin) !important;
}
.bookly-css-root .bookly\:cursor-default {
  cursor: default !important;
}
.bookly-css-root .bookly\:cursor-pointer {
  cursor: pointer !important;
}
.bookly-css-root .bookly\:appearance-none {
  appearance: none !important;
}
.bookly-css-root .bookly\:grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.bookly-css-root .bookly\:grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.bookly-css-root .bookly\:grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.bookly-css-root .bookly\:grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.bookly-css-root .bookly\:flex-col {
  flex-direction: column !important;
}
.bookly-css-root .bookly\:flex-row {
  flex-direction: row !important;
}
.bookly-css-root .bookly\:flex-wrap {
  flex-wrap: wrap !important;
}
.bookly-css-root .bookly\:content-center {
  align-content: center !important;
}
.bookly-css-root .bookly\:items-center {
  align-items: center !important;
}
.bookly-css-root .bookly\:items-start {
  align-items: flex-start !important;
}
.bookly-css-root .bookly\:justify-between {
  justify-content: space-between !important;
}
.bookly-css-root .bookly\:justify-center {
  justify-content: center !important;
}
.bookly-css-root .bookly\:justify-end {
  justify-content: flex-end !important;
}
.bookly-css-root .bookly\:justify-start {
  justify-content: flex-start !important;
}
.bookly-css-root .bookly\:gap-0\.5 {
  gap: calc(var(--bookly-spacing) * 0.5) !important;
}
.bookly-css-root .bookly\:gap-3 {
  gap: calc(var(--bookly-spacing) * 3) !important;
}
.bookly-css-root .bookly\:gap-4 {
  gap: calc(var(--bookly-spacing) * 4) !important;
}
.bookly-css-root .bookly\:overflow-hidden {
  overflow: hidden !important;
}
.bookly-css-root .bookly\:overflow-x-hidden {
  overflow-x: hidden !important;
}
.bookly-css-root .bookly\:overflow-y-auto {
  overflow-y: auto !important;
}
.bookly-css-root .bookly\:rounded {
  border-radius: 0.25rem !important;
}
.bookly-css-root .bookly\:rounded-full {
  border-radius: calc(infinity * 1px) !important;
}
.bookly-css-root .bookly\:rounded-lg {
  border-radius: var(--bookly-radius-lg) !important;
}
.bookly-css-root .bookly\:rounded-none {
  border-radius: 0 !important;
}
.bookly-css-root .bookly\:rounded-s {
  border-start-start-radius: 0.25rem !important;
  border-end-start-radius: 0.25rem !important;
}
.bookly-css-root .bookly\:rounded-s-none {
  border-start-start-radius: 0 !important;
  border-end-start-radius: 0 !important;
}
.bookly-css-root .bookly\:rounded-e {
  border-start-end-radius: 0.25rem !important;
  border-end-end-radius: 0.25rem !important;
}
.bookly-css-root .bookly\:rounded-e-none {
  border-start-end-radius: 0 !important;
  border-end-end-radius: 0 !important;
}
.bookly-css-root .bookly\:rounded-t {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.bookly-css-root .bookly\:rounded-r {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.bookly-css-root .bookly\:rounded-b {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.bookly-css-root .bookly\:border {
  border-style: var(--tw-border-style) !important;
  border-width: 1px !important;
}
.bookly-css-root .bookly\:border-0 {
  border-style: var(--tw-border-style) !important;
  border-width: 0px !important;
}
.bookly-css-root .bookly\:border-2 {
  border-style: var(--tw-border-style) !important;
  border-width: 2px !important;
}
.bookly-css-root .bookly\:border-x-0 {
  border-inline-style: var(--tw-border-style) !important;
  border-inline-width: 0px !important;
}
.bookly-css-root .bookly\:border-y {
  border-block-style: var(--tw-border-style) !important;
  border-block-width: 1px !important;
}
.bookly-css-root .bookly\:border-y-1 {
  border-block-style: var(--tw-border-style) !important;
  border-block-width: 1px !important;
}
.bookly-css-root .bookly\:border-e {
  border-inline-end-style: var(--tw-border-style) !important;
  border-inline-end-width: 1px !important;
}
.bookly-css-root .bookly\:border-t {
  border-top-style: var(--tw-border-style) !important;
  border-top-width: 1px !important;
}
.bookly-css-root .bookly\:border-b {
  border-bottom-style: var(--tw-border-style) !important;
  border-bottom-width: 1px !important;
}
.bookly-css-root .bookly\:border-b-0 {
  border-bottom-style: var(--tw-border-style) !important;
  border-bottom-width: 0px !important;
}
.bookly-css-root .bookly\:border-none {
  --tw-border-style: none !important;
  border-style: none !important;
}
.bookly-css-root .bookly\:border-solid {
  --tw-border-style: solid !important;
  border-style: solid !important;
}
.bookly-css-root .bookly\:border-amber-100 {
  border-color: var(--bookly-color-amber-100) !important;
}
.bookly-css-root .bookly\:border-amber-300 {
  border-color: var(--bookly-color-amber-300) !important;
}
.bookly-css-root .bookly\:border-blue-100 {
  border-color: var(--bookly-color-blue-100) !important;
}
.bookly-css-root .bookly\:border-default-border {
  border-color: var(--bookly-color-default-border) !important;
}
.bookly-css-root .bookly\:border-emerald-100 {
  border-color: var(--bookly-color-emerald-100) !important;
}
.bookly-css-root .bookly\:border-gray-200 {
  border-color: var(--bookly-color-gray-200) !important;
}
.bookly-css-root .bookly\:border-gray-300 {
  border-color: var(--bookly-color-gray-300) !important;
}
.bookly-css-root .bookly\:border-gray-400 {
  border-color: var(--bookly-color-gray-400) !important;
}
.bookly-css-root .bookly\:border-gray-500 {
  border-color: var(--bookly-color-gray-500) !important;
}
.bookly-css-root .bookly\:border-green-500 {
  border-color: var(--bookly-color-green-500) !important;
}
.bookly-css-root .bookly\:border-red-100 {
  border-color: var(--bookly-color-red-100) !important;
}
.bookly-css-root .bookly\:border-red-500 {
  border-color: var(--bookly-color-red-500) !important;
}
.bookly-css-root .bookly\:border-rose-100 {
  border-color: var(--bookly-color-rose-100) !important;
}
.bookly-css-root .bookly\:border-slate-100 {
  border-color: var(--bookly-color-slate-100) !important;
}
.bookly-css-root .bookly\:border-slate-400 {
  border-color: var(--bookly-color-slate-400) !important;
}
.bookly-css-root .bookly\:border-slate-600 {
  border-color: var(--bookly-color-slate-600) !important;
}
.bookly-css-root .bookly\:bg-amber-50 {
  background-color: var(--bookly-color-amber-50) !important;
}
.bookly-css-root .bookly\:bg-black\/50 {
  background-color: var(--bookly-color-black) !important;
}
@supports (color: color-mix(in lab, red, red)) {
  .bookly-css-root .bookly\:bg-black\/50 {
    background-color: color-mix(in oklab, var(--bookly-color-black) 50%, transparent) !important;
  }
}
.bookly-css-root .bookly\:bg-blue-50 {
  background-color: var(--bookly-color-blue-50) !important;
}
.bookly-css-root .bookly\:bg-emerald-50 {
  background-color: var(--bookly-color-emerald-50) !important;
}
.bookly-css-root .bookly\:bg-gray-100 {
  background-color: var(--bookly-color-gray-100) !important;
}
.bookly-css-root .bookly\:bg-orange-100 {
  background-color: var(--bookly-color-orange-100) !important;
}
.bookly-css-root .bookly\:bg-red-50 {
  background-color: var(--bookly-color-red-50) !important;
}
.bookly-css-root .bookly\:bg-red-100 {
  background-color: var(--bookly-color-red-100) !important;
}
.bookly-css-root .bookly\:bg-rose-50 {
  background-color: var(--bookly-color-rose-50) !important;
}
.bookly-css-root .bookly\:bg-slate-50 {
  background-color: var(--bookly-color-slate-50) !important;
}
.bookly-css-root .bookly\:bg-slate-50\/25 {
  background-color: var(--bookly-color-slate-50) !important;
}
@supports (color: color-mix(in lab, red, red)) {
  .bookly-css-root .bookly\:bg-slate-50\/25 {
    background-color: color-mix(in oklab, var(--bookly-color-slate-50) 25%, transparent) !important;
  }
}
.bookly-css-root .bookly\:bg-slate-100 {
  background-color: var(--bookly-color-slate-100) !important;
}
.bookly-css-root .bookly\:bg-slate-300 {
  background-color: var(--bookly-color-slate-300) !important;
}
.bookly-css-root .bookly\:bg-slate-400 {
  background-color: var(--bookly-color-slate-400) !important;
}
.bookly-css-root .bookly\:bg-transparent {
  background-color: transparent !important;
}
.bookly-css-root .bookly\:bg-white {
  background-color: var(--bookly-color-white) !important;
}
.bookly-css-root .bookly\:bg-white\/95 {
  background-color: var(--bookly-color-white) !important;
}
@supports (color: color-mix(in lab, red, red)) {
  .bookly-css-root .bookly\:bg-white\/95 {
    background-color: color-mix(in oklab, var(--bookly-color-white) 95%, transparent) !important;
  }
}
.bookly-css-root .bookly\:bg-none {
  background-image: none !important;
}
.bookly-css-root .bookly\:object-cover {
  object-fit: cover !important;
}
.bookly-css-root .bookly\:p-0 {
  padding: calc(var(--bookly-spacing) * 0) !important;
}
.bookly-css-root .bookly\:p-0\.5 {
  padding: calc(var(--bookly-spacing) * 0.5) !important;
}
.bookly-css-root .bookly\:p-2 {
  padding: calc(var(--bookly-spacing) * 2) !important;
}
.bookly-css-root .bookly\:p-3 {
  padding: calc(var(--bookly-spacing) * 3) !important;
}
.bookly-css-root .bookly\:p-4 {
  padding: calc(var(--bookly-spacing) * 4) !important;
}
.bookly-css-root .bookly\:px-0 {
  padding-inline: calc(var(--bookly-spacing) * 0) !important;
}
.bookly-css-root .bookly\:px-1 {
  padding-inline: calc(var(--bookly-spacing) * 1) !important;
}
.bookly-css-root .bookly\:px-2 {
  padding-inline: calc(var(--bookly-spacing) * 2) !important;
}
.bookly-css-root .bookly\:px-2\.5 {
  padding-inline: calc(var(--bookly-spacing) * 2.5) !important;
}
.bookly-css-root .bookly\:px-3 {
  padding-inline: calc(var(--bookly-spacing) * 3) !important;
}
.bookly-css-root .bookly\:px-4 {
  padding-inline: calc(var(--bookly-spacing) * 4) !important;
}
.bookly-css-root .bookly\:px-5 {
  padding-inline: calc(var(--bookly-spacing) * 5) !important;
}
.bookly-css-root .bookly\:py-0 {
  padding-block: calc(var(--bookly-spacing) * 0) !important;
}
.bookly-css-root .bookly\:py-0\.5 {
  padding-block: calc(var(--bookly-spacing) * 0.5) !important;
}
.bookly-css-root .bookly\:py-1 {
  padding-block: calc(var(--bookly-spacing) * 1) !important;
}
.bookly-css-root .bookly\:py-2 {
  padding-block: calc(var(--bookly-spacing) * 2) !important;
}
.bookly-css-root .bookly\:py-4 {
  padding-block: calc(var(--bookly-spacing) * 4) !important;
}
.bookly-css-root .bookly\:ps-2 {
  padding-inline-start: calc(var(--bookly-spacing) * 2) !important;
}
.bookly-css-root .bookly\:pe-1 {
  padding-inline-end: calc(var(--bookly-spacing) * 1) !important;
}
.bookly-css-root .bookly\:pt-0 {
  padding-top: calc(var(--bookly-spacing) * 0) !important;
}
.bookly-css-root .bookly\:pt-2 {
  padding-top: calc(var(--bookly-spacing) * 2) !important;
}
.bookly-css-root .bookly\:pt-3 {
  padding-top: calc(var(--bookly-spacing) * 3) !important;
}
.bookly-css-root .bookly\:pt-4 {
  padding-top: calc(var(--bookly-spacing) * 4) !important;
}
.bookly-css-root .bookly\:pt-6 {
  padding-top: calc(var(--bookly-spacing) * 6) !important;
}
.bookly-css-root .bookly\:pb-0 {
  padding-bottom: calc(var(--bookly-spacing) * 0) !important;
}
.bookly-css-root .bookly\:pb-0\.5 {
  padding-bottom: calc(var(--bookly-spacing) * 0.5) !important;
}
.bookly-css-root .bookly\:pb-2 {
  padding-bottom: calc(var(--bookly-spacing) * 2) !important;
}
.bookly-css-root .bookly\:pb-4 {
  padding-bottom: calc(var(--bookly-spacing) * 4) !important;
}
.bookly-css-root .bookly\:text-center {
  text-align: center !important;
}
.bookly-css-root .bookly\:text-end {
  text-align: end !important;
}
.bookly-css-root .bookly\:text-left {
  text-align: left !important;
}
.bookly-css-root .bookly\:text-right {
  text-align: right !important;
}
.bookly-css-root .bookly\:text-start {
  text-align: start !important;
}
.bookly-css-root .bookly\:align-middle {
  vertical-align: middle !important;
}
.bookly-css-root .bookly\:font-mono {
  font-family: var(--bookly-font-mono) !important;
}
.bookly-css-root .bookly\:font-sans {
  font-family: var(--bookly-font-sans) !important;
}
.bookly-css-root .bookly\:text-2xl {
  font-size: var(--bookly-text-2xl) !important;
  line-height: var(--tw-leading, var(--bookly-text-2xl--line-height)) !important;
}
.bookly-css-root .bookly\:text-3xl {
  font-size: var(--bookly-text-3xl) !important;
  line-height: var(--tw-leading, var(--bookly-text-3xl--line-height)) !important;
}
.bookly-css-root .bookly\:text-4xl {
  font-size: var(--bookly-text-4xl) !important;
  line-height: var(--tw-leading, var(--bookly-text-4xl--line-height)) !important;
}
.bookly-css-root .bookly\:text-base {
  font-size: var(--bookly-text-base) !important;
  line-height: var(--tw-leading, var(--bookly-text-base--line-height)) !important;
}
.bookly-css-root .bookly\:text-lg {
  font-size: var(--bookly-text-lg) !important;
  line-height: var(--tw-leading, var(--bookly-text-lg--line-height)) !important;
}
.bookly-css-root .bookly\:text-sm {
  font-size: var(--bookly-text-sm) !important;
  line-height: var(--tw-leading, var(--bookly-text-sm--line-height)) !important;
}
.bookly-css-root .bookly\:text-xl {
  font-size: var(--bookly-text-xl) !important;
  line-height: var(--tw-leading, var(--bookly-text-xl--line-height)) !important;
}
.bookly-css-root .bookly\:text-xs {
  font-size: var(--bookly-text-xs) !important;
  line-height: var(--tw-leading, var(--bookly-text-xs--line-height)) !important;
}
.bookly-css-root .bookly\:leading-4 {
  --tw-leading: calc(var(--bookly-spacing) * 4) !important;
  line-height: calc(var(--bookly-spacing) * 4) !important;
}
.bookly-css-root .bookly\:leading-normal {
  --tw-leading: var(--bookly-leading-normal) !important;
  line-height: var(--bookly-leading-normal) !important;
}
.bookly-css-root .bookly\:font-bold {
  --tw-font-weight: var(--bookly-font-weight-bold) !important;
  font-weight: var(--bookly-font-weight-bold) !important;
}
.bookly-css-root .bookly\:font-medium {
  --tw-font-weight: var(--bookly-font-weight-medium) !important;
  font-weight: var(--bookly-font-weight-medium) !important;
}
.bookly-css-root .bookly\:font-normal {
  --tw-font-weight: var(--bookly-font-weight-normal) !important;
  font-weight: var(--bookly-font-weight-normal) !important;
}
.bookly-css-root .bookly\:font-semibold {
  --tw-font-weight: var(--bookly-font-weight-semibold) !important;
  font-weight: var(--bookly-font-weight-semibold) !important;
}
.bookly-css-root .bookly\:break-words {
  overflow-wrap: break-word !important;
}
.bookly-css-root .bookly\:text-ellipsis {
  text-overflow: ellipsis !important;
}
.bookly-css-root .bookly\:whitespace-normal {
  white-space: normal !important;
}
.bookly-css-root .bookly\:whitespace-nowrap {
  white-space: nowrap !important;
}
.bookly-css-root .bookly\:text-amber-900 {
  color: var(--bookly-color-amber-900) !important;
}
.bookly-css-root .bookly\:text-black {
  color: var(--bookly-color-black) !important;
}
.bookly-css-root .bookly\:text-blue-500 {
  color: var(--bookly-color-blue-500) !important;
}
.bookly-css-root .bookly\:text-emerald-800 {
  color: var(--bookly-color-emerald-800) !important;
}
.bookly-css-root .bookly\:text-gray-200 {
  color: var(--bookly-color-gray-200) !important;
}
.bookly-css-root .bookly\:text-gray-400 {
  color: var(--bookly-color-gray-400) !important;
}
.bookly-css-root .bookly\:text-gray-600 {
  color: var(--bookly-color-gray-600) !important;
}
.bookly-css-root .bookly\:text-gray-800 {
  color: var(--bookly-color-gray-800) !important;
}
.bookly-css-root .bookly\:text-green-700 {
  color: var(--bookly-color-green-700) !important;
}
.bookly-css-root .bookly\:text-red-500 {
  color: var(--bookly-color-red-500) !important;
}
.bookly-css-root .bookly\:text-red-600 {
  color: var(--bookly-color-red-600) !important;
}
.bookly-css-root .bookly\:text-red-700 {
  color: var(--bookly-color-red-700) !important;
}
.bookly-css-root .bookly\:text-red-800 {
  color: var(--bookly-color-red-800) !important;
}
.bookly-css-root .bookly\:text-slate-300 {
  color: var(--bookly-color-slate-300) !important;
}
.bookly-css-root .bookly\:text-slate-400 {
  color: var(--bookly-color-slate-400) !important;
}
.bookly-css-root .bookly\:text-slate-600 {
  color: var(--bookly-color-slate-600) !important;
}
.bookly-css-root .bookly\:text-white {
  color: var(--bookly-color-white) !important;
}
.bookly-css-root .bookly\:line-through {
  text-decoration-line: line-through !important;
}
.bookly-css-root .bookly\:caret-gray-400 {
  caret-color: var(--bookly-color-gray-400) !important;
}
.bookly-css-root .bookly\:opacity-0 {
  opacity: 0% !important;
}
.bookly-css-root .bookly\:opacity-25 {
  opacity: 25% !important;
}
.bookly-css-root .bookly\:opacity-50 {
  opacity: 50% !important;
}
.bookly-css-root .bookly\:shadow-lg\/4 {
  --tw-shadow-alpha: 4% !important;
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 4%)), 0 4px 6px -4px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 4%)) !important;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
}
.bookly-css-root .bookly\:shadow-lg\/20 {
  --tw-shadow-alpha: 20% !important;
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 20%)), 0 4px 6px -4px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 20%)) !important;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
}
.bookly-css-root .bookly\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1)) !important;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
}
.bookly-css-root .bookly\:shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
}
.bookly-css-root .bookly\:shadow-xl {
  --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1)) !important;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
}
.bookly-css-root .bookly\:shadow-gray-500\/10 {
  --tw-shadow-color: var(--bookly-color-gray-500) !important;
}
@supports (color: color-mix(in lab, red, red)) {
  .bookly-css-root .bookly\:shadow-gray-500\/10 {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--bookly-color-gray-500) 10%, transparent) var(--tw-shadow-alpha), transparent) !important;
  }
}
.bookly-css-root .bookly\:drop-shadow-none {
  --tw-drop-shadow: !important;
  filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, ) !important;
}
.bookly-css-root .bookly\:transition-all {
  transition-property: all !important;
  transition-timing-function: var(--tw-ease, var(--bookly-default-transition-timing-function)) !important;
  transition-duration: var(--tw-duration, var(--bookly-default-transition-duration)) !important;
}
.bookly-css-root .bookly\:duration-200 {
  --tw-duration: 200ms !important;
  transition-duration: 200ms !important;
}
.bookly-css-root .bookly\:duration-500 {
  --tw-duration: 500ms !important;
  transition-duration: 500ms !important;
}
.bookly-css-root .bookly\:ease-in-out {
  --tw-ease: var(--bookly-ease-in-out) !important;
  transition-timing-function: var(--bookly-ease-in-out) !important;
}
.bookly-css-root .bookly\:outline-none {
  --tw-outline-style: none !important;
  outline-style: none !important;
}
.bookly-css-root .bookly\:not-hover\:bg-gray-200:not(*:hover) {
  background-color: var(--bookly-color-gray-200) !important;
}
@media not (hover: hover) {
  .bookly-css-root .bookly\:not-hover\:bg-gray-200 {
    background-color: var(--bookly-color-gray-200) !important;
  }
}
.bookly-css-root .bookly\:not-hover\:bg-white:not(*:hover) {
  background-color: var(--bookly-color-white) !important;
}
@media not (hover: hover) {
  .bookly-css-root .bookly\:not-hover\:bg-white {
    background-color: var(--bookly-color-white) !important;
  }
}
@media (hover: hover) {
  .bookly-css-root .bookly\:group-hover\:-bottom-1:is(:where(.bookly\:group):hover *) {
    bottom: calc(var(--bookly-spacing) * -1) !important;
  }
}
@media (hover: hover) {
  .bookly-css-root .bookly\:group-hover\:block:is(:where(.bookly\:group):hover *) {
    display: block !important;
  }
}
@media (hover: hover) {
  .bookly-css-root .bookly\:group-hover\:w-auto:is(:where(.bookly\:group):hover *) {
    width: auto !important;
  }
}
@media (hover: hover) {
  .bookly-css-root .bookly\:group-hover\:opacity-100:is(:where(.bookly\:group):hover *) {
    opacity: 100% !important;
  }
}
.bookly-css-root .bookly\:file\:-mt-4::file-selector-button {
  margin-top: calc(var(--bookly-spacing) * -4) !important;
}
.bookly-css-root .bookly\:file\:mr-4::file-selector-button {
  margin-right: calc(var(--bookly-spacing) * 4) !important;
}
.bookly-css-root .bookly\:file\:h-16::file-selector-button {
  height: calc(var(--bookly-spacing) * 16) !important;
}
.bookly-css-root .bookly\:file\:border-0::file-selector-button {
  border-style: var(--tw-border-style) !important;
  border-width: 0px !important;
}
.bookly-css-root .bookly\:file\:p-3::file-selector-button {
  padding: calc(var(--bookly-spacing) * 3) !important;
}
.bookly-css-root .bookly\:file\:text-sm::file-selector-button {
  font-size: var(--bookly-text-sm) !important;
  line-height: var(--tw-leading, var(--bookly-text-sm--line-height)) !important;
}
.bookly-css-root .bookly\:placeholder\:text-transparent::placeholder {
  color: transparent !important;
}
.bookly-css-root .bookly\:before\:content-none::before {
  content: var(--tw-content);
  --tw-content: none !important;
  content: none !important;
}
.bookly-css-root .bookly\:after\:content-none::after {
  content: var(--tw-content);
  --tw-content: none !important;
  content: none !important;
}
.bookly-css-root .bookly\:last\:mb-0:last-child {
  margin-bottom: calc(var(--bookly-spacing) * 0) !important;
}
@media (hover: hover) {
  .bookly-css-root .bookly\:hover\:border-gray-400:hover {
    border-color: var(--bookly-color-gray-400) !important;
  }
}
@media (hover: hover) {
  .bookly-css-root .bookly\:hover\:border-slate-400:hover {
    border-color: var(--bookly-color-slate-400) !important;
  }
}
@media (hover: hover) {
  .bookly-css-root .bookly\:hover\:bg-gray-100:hover {
    background-color: var(--bookly-color-gray-100) !important;
  }
}
@media (hover: hover) {
  .bookly-css-root .bookly\:hover\:bg-gray-400:hover {
    background-color: var(--bookly-color-gray-400) !important;
  }
}
@media (hover: hover) {
  .bookly-css-root .bookly\:hover\:bg-slate-50:hover {
    background-color: var(--bookly-color-slate-50) !important;
  }
}
@media (hover: hover) {
  .bookly-css-root .bookly\:hover\:bg-slate-100:hover {
    background-color: var(--bookly-color-slate-100) !important;
  }
}
@media (hover: hover) {
  .bookly-css-root .bookly\:hover\:bg-slate-200:hover {
    background-color: var(--bookly-color-slate-200) !important;
  }
}
@media (hover: hover) {
  .bookly-css-root .bookly\:hover\:bg-slate-400:hover {
    background-color: var(--bookly-color-slate-400) !important;
  }
}
@media (hover: hover) {
  .bookly-css-root .bookly\:hover\:bg-white:hover {
    background-color: var(--bookly-color-white) !important;
  }
}
@media (hover: hover) {
  .bookly-css-root .bookly\:hover\:text-gray-600:hover {
    color: var(--bookly-color-gray-600) !important;
  }
}
@media (hover: hover) {
  .bookly-css-root .bookly\:hover\:text-slate-50:hover {
    color: var(--bookly-color-slate-50) !important;
  }
}
@media (hover: hover) {
  .bookly-css-root .bookly\:hover\:text-slate-100:hover {
    color: var(--bookly-color-slate-100) !important;
  }
}
@media (hover: hover) {
  .bookly-css-root .bookly\:hover\:text-slate-200:hover {
    color: var(--bookly-color-slate-200) !important;
  }
}
@media (hover: hover) {
  .bookly-css-root .bookly\:hover\:text-slate-600:hover {
    color: var(--bookly-color-slate-600) !important;
  }
}
@media (hover: hover) {
  .bookly-css-root .bookly\:hover\:text-white:hover {
    color: var(--bookly-color-white) !important;
  }
}
@media (hover: hover) {
  .bookly-css-root .bookly\:hover\:opacity-80:hover {
    opacity: 80% !important;
  }
}
.bookly-css-root .bookly\:focus\:rounded-none:focus {
  border-radius: 0 !important;
}
.bookly-css-root .bookly\:focus\:border-none:focus {
  --tw-border-style: none !important;
  border-style: none !important;
}
.bookly-css-root .bookly\:focus\:border-gray-300:focus {
  border-color: var(--bookly-color-gray-300) !important;
}
.bookly-css-root .bookly\:focus\:border-gray-400:focus {
  border-color: var(--bookly-color-gray-400) !important;
}
.bookly-css-root .bookly\:focus\:bg-gray-100:focus {
  background-color: var(--bookly-color-gray-100) !important;
}
.bookly-css-root .bookly\:focus\:outline-hidden:focus {
  --tw-outline-style: none !important;
  outline-style: none !important;
}
@media (forced-colors: active) {
  .bookly-css-root .bookly\:focus\:outline-hidden:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }
}
.bookly-css-root .bookly\:focus\:outline-sky-200:focus {
  outline-color: var(--bookly-color-sky-200) !important;
}
.bookly-css-root .bookly\:focus\:outline-none:focus {
  --tw-outline-style: none !important;
  outline-style: none !important;
}
.bookly-css-root .bookly\:active\:shadow-md:active {
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1)) !important;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
}
@media (width < 48rem) {
  .bookly-css-root .bookly\:max-md\:mb-4 {
    margin-bottom: calc(var(--bookly-spacing) * 4) !important;
  }
}
@media (width < 48rem) {
  .bookly-css-root .bookly\:max-md\:hidden {
    display: none !important;
  }
}
@media (width < 48rem) {
  .bookly-css-root .bookly\:max-md\:max-h-48 {
    max-height: calc(var(--bookly-spacing) * 48) !important;
  }
}
@media (width < 48rem) {
  .bookly-css-root .bookly\:max-md\:max-w-96 {
    max-width: calc(var(--bookly-spacing) * 96) !important;
  }
}
@media (width < 48rem) {
  .bookly-css-root .bookly\:max-md\:p-4 {
    padding: calc(var(--bookly-spacing) * 4) !important;
  }
}
@media (width < 40rem) {
  .bookly-css-root .bookly\:max-sm\:mx-auto {
    margin-inline: auto !important;
  }
}
@media (width < 40rem) {
  .bookly-css-root .bookly\:max-sm\:mt-2 {
    margin-top: calc(var(--bookly-spacing) * 2) !important;
  }
}
@media (width < 40rem) {
  .bookly-css-root .bookly\:max-sm\:mb-2 {
    margin-bottom: calc(var(--bookly-spacing) * 2) !important;
  }
}
@media (width < 40rem) {
  .bookly-css-root .bookly\:max-sm\:mb-4 {
    margin-bottom: calc(var(--bookly-spacing) * 4) !important;
  }
}
@media (width < 40rem) {
  .bookly-css-root .bookly\:max-sm\:block {
    display: block !important;
  }
}
@media (width < 40rem) {
  .bookly-css-root .bookly\:max-sm\:flex {
    display: flex !important;
  }
}
@media (width < 40rem) {
  .bookly-css-root .bookly\:max-sm\:hidden {
    display: none !important;
  }
}
@media (width < 40rem) {
  .bookly-css-root .bookly\:max-sm\:max-w-full {
    max-width: 100% !important;
  }
}
@media (width < 40rem) {
  .bookly-css-root .bookly\:max-sm\:flex-col {
    flex-direction: column !important;
  }
}
@media (width < 40rem) {
  .bookly-css-root .bookly\:max-sm\:flex-row {
    flex-direction: row !important;
  }
}
@media (width < 40rem) {
  .bookly-css-root .bookly\:max-sm\:justify-center {
    justify-content: center !important;
  }
}
@media (width < 40rem) {
  .bookly-css-root .bookly\:max-sm\:rounded-s {
    border-start-start-radius: 0.25rem !important;
    border-end-start-radius: 0.25rem !important;
  }
}
@media (width < 40rem) {
  .bookly-css-root .bookly\:max-sm\:rounded-s-none {
    border-start-start-radius: 0 !important;
    border-end-start-radius: 0 !important;
  }
}
@media (width < 40rem) {
  .bookly-css-root .bookly\:max-sm\:rounded-e {
    border-start-end-radius: 0.25rem !important;
    border-end-end-radius: 0.25rem !important;
  }
}
@media (width < 40rem) {
  .bookly-css-root .bookly\:max-sm\:rounded-e-none {
    border-start-end-radius: 0 !important;
    border-end-end-radius: 0 !important;
  }
}
@media (width < 40rem) {
  .bookly-css-root .bookly\:max-sm\:rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
}
@media (width < 40rem) {
  .bookly-css-root .bookly\:max-sm\:rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
@media (width < 40rem) {
  .bookly-css-root .bookly\:max-sm\:rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
}
@media (width < 40rem) {
  .bookly-css-root .bookly\:max-sm\:rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media (width < 40rem) {
  .bookly-css-root .bookly\:max-sm\:border-x {
    border-inline-style: var(--tw-border-style) !important;
    border-inline-width: 1px !important;
  }
}
@media (width < 40rem) {
  .bookly-css-root .bookly\:max-sm\:border-y {
    border-block-style: var(--tw-border-style) !important;
    border-block-width: 1px !important;
  }
}
@media (width < 40rem) {
  .bookly-css-root .bookly\:max-sm\:border-s {
    border-inline-start-style: var(--tw-border-style) !important;
    border-inline-start-width: 1px !important;
  }
}
@media (width < 40rem) {
  .bookly-css-root .bookly\:max-sm\:border-e {
    border-inline-end-style: var(--tw-border-style) !important;
    border-inline-end-width: 1px !important;
  }
}
@media (width < 40rem) {
  .bookly-css-root .bookly\:max-sm\:border-t {
    border-top-style: var(--tw-border-style) !important;
    border-top-width: 1px !important;
  }
}
@media (width < 40rem) {
  .bookly-css-root .bookly\:max-sm\:border-b {
    border-bottom-style: var(--tw-border-style) !important;
    border-bottom-width: 1px !important;
  }
}
@media (width < 40rem) {
  .bookly-css-root .bookly\:max-sm\:pb-2 {
    padding-bottom: calc(var(--bookly-spacing) * 2) !important;
  }
}
@media (width < 40rem) {
  .bookly-css-root .bookly\:max-sm\:text-center {
    text-align: center !important;
  }
}
@media (width < 40rem) {
  .bookly-css-root .bookly\:max-sm\:text-right {
    text-align: right !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:ms-2 {
    margin-inline-start: calc(var(--bookly-spacing) * 2) !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:flex {
    display: flex !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:grid {
    display: grid !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:hidden {
    display: none !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:basis-0\/12 {
    flex-basis: 0% !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:basis-1\/12 {
    flex-basis: 8.3333333333% !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:basis-2\/12 {
    flex-basis: 16.6666666667% !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:basis-3\/12 {
    flex-basis: 25% !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:basis-4\/12 {
    flex-basis: 33.3333333333% !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:basis-5\/12 {
    flex-basis: 41.6666666667% !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:basis-6\/12 {
    flex-basis: 50% !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:basis-7\/12 {
    flex-basis: 58.3333333333% !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:basis-8\/12 {
    flex-basis: 66.6666666667% !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:basis-9\/12 {
    flex-basis: 75% !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:basis-10\/12 {
    flex-basis: 83.3333333333% !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:basis-11\/12 {
    flex-basis: 91.6666666667% !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:basis-12\/12 {
    flex-basis: 100% !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:flex-col {
    flex-direction: column !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:flex-row {
    flex-direction: row !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:gap-2 {
    gap: calc(var(--bookly-spacing) * 2) !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:rounded-s {
    border-start-start-radius: 0.25rem !important;
    border-end-start-radius: 0.25rem !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:rounded-s-none {
    border-start-start-radius: 0 !important;
    border-end-start-radius: 0 !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:rounded-e {
    border-start-end-radius: 0.25rem !important;
    border-end-end-radius: 0.25rem !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:rounded-e-none {
    border-start-end-radius: 0 !important;
    border-end-end-radius: 0 !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:border-x {
    border-inline-style: var(--tw-border-style) !important;
    border-inline-width: 1px !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:border-y {
    border-block-style: var(--tw-border-style) !important;
    border-block-width: 1px !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:border-s {
    border-inline-start-style: var(--tw-border-style) !important;
    border-inline-start-width: 1px !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:border-e {
    border-inline-end-style: var(--tw-border-style) !important;
    border-inline-end-width: 1px !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:border-t {
    border-top-style: var(--tw-border-style) !important;
    border-top-width: 1px !important;
  }
}
@media (width >= 40rem) {
  .bookly-css-root .bookly\:sm\:border-b {
    border-bottom-style: var(--tw-border-style) !important;
    border-bottom-width: 1px !important;
  }
}
@media (width >= 48rem) {
  .bookly-css-root .bookly\:min-md\:float-left {
    float: left !important;
  }
}
@media (width >= 48rem) {
  .bookly-css-root .bookly\:md\:mx-1 {
    margin-inline: calc(var(--bookly-spacing) * 1) !important;
  }
}
@media (width >= 48rem) {
  .bookly-css-root .bookly\:min-md\:ms-2 {
    margin-inline-start: calc(var(--bookly-spacing) * 2) !important;
  }
}
@media (width >= 48rem) {
  .bookly-css-root .bookly\:md\:me-4 {
    margin-inline-end: calc(var(--bookly-spacing) * 4) !important;
  }
}
@media (width >= 48rem) {
  .bookly-css-root .bookly\:md\:mb-0 {
    margin-bottom: calc(var(--bookly-spacing) * 0) !important;
  }
}
@media (width >= 48rem) {
  .bookly-css-root .bookly\:md\:mb-4 {
    margin-bottom: calc(var(--bookly-spacing) * 4) !important;
  }
}
@media (width >= 48rem) {
  .bookly-css-root .bookly\:md\:block {
    display: block !important;
  }
}
@media (width >= 48rem) {
  .bookly-css-root .bookly\:md\:flex {
    display: flex !important;
  }
}
@media (width >= 48rem) {
  .bookly-css-root .bookly\:md\:hidden {
    display: none !important;
  }
}
@media (width >= 48rem) {
  .bookly-css-root .bookly\:md\:w-60 {
    width: calc(var(--bookly-spacing) * 60) !important;
  }
}
@media (width >= 48rem) {
  .bookly-css-root .bookly\:md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (width >= 48rem) {
  .bookly-css-root .bookly\:md\:gap-4 {
    gap: calc(var(--bookly-spacing) * 4) !important;
  }
}
@media (width >= 48rem) {
  .bookly-css-root .bookly\:md\:px-4 {
    padding-inline: calc(var(--bookly-spacing) * 4) !important;
  }
}
@media (width >= 48rem) {
  .bookly-css-root .bookly\:md\:px-6 {
    padding-inline: calc(var(--bookly-spacing) * 6) !important;
  }
}
@media (width >= 48rem) {
  .bookly-css-root .bookly\:md\:pt-6 {
    padding-top: calc(var(--bookly-spacing) * 6) !important;
  }
}
@media (width >= 48rem) {
  .bookly-css-root .bookly\:md\:pb-4 {
    padding-bottom: calc(var(--bookly-spacing) * 4) !important;
  }
}
@media (width >= 64rem) {
  .bookly-css-root .bookly\:lg\:w-1\/2 {
    width: 50% !important;
  }
}
@media (width >= 64rem) {
  .bookly-css-root .bookly\:lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (width >= 64rem) {
  .bookly-css-root .bookly\:lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}
@media (width >= 64rem) {
  .bookly-css-root .bookly\:lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
}
@media (width >= 80rem) {
  .bookly-css-root .bookly\:xl\:w-1\/4 {
    width: 25% !important;
  }
}
@media (width >= 80rem) {
  .bookly-css-root .bookly\:xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@container main (width < 42rem) {
  .bookly-css-root .bookly\:\@max-2xl\/main\:m-4 {
    margin: calc(var(--bookly-spacing) * 4) !important;
  }
}
@container main (width < 42rem) {
  .bookly-css-root .bookly\:\@max-2xl\/main\:block {
    display: block !important;
  }
}
@container main (width < 42rem) {
  .bookly-css-root .bookly\:\@max-2xl\/main\:w-full {
    width: 100% !important;
  }
}
@container main (width < 42rem) {
  .bookly-css-root .bookly\:\@max-2xl\/main\:max-w-full {
    max-width: 100% !important;
  }
}
@container main (width < 42rem) {
  .bookly-css-root .bookly\:\@max-2xl\/main\:min-w-3xs {
    min-width: var(--bookly-container-3xs) !important;
  }
}
@container main (width < 42rem) {
  .bookly-css-root .bookly\:\@max-2xl\/main\:min-w-full {
    min-width: 100% !important;
  }
}
@container main (width < 42rem) {
  .bookly-css-root .bookly\:\@max-2xl\/main\:p-0 {
    padding: calc(var(--bookly-spacing) * 0) !important;
  }
}
@container main (width < 36rem) {
  .bookly-css-root .bookly\:\@max-xl\/main\:mb-4 {
    margin-bottom: calc(var(--bookly-spacing) * 4) !important;
  }
}
@container main (width < 36rem) {
  .bookly-css-root .bookly\:\@max-xl\/main\:block {
    display: block !important;
  }
}
@container main (width < 36rem) {
  .bookly-css-root .bookly\:\@max-xl\/main\:flex-col {
    flex-direction: column !important;
  }
}
@container main (width < 36rem) {
  .bookly-css-root .bookly\:\@max-xl\/main\:items-center {
    align-items: center !important;
  }
}
@container main (width < 36rem) {
  .bookly-css-root .bookly\:\@max-xl\/main\:justify-center {
    justify-content: center !important;
  }
}
@container main (width < 36rem) {
  .bookly-css-root .bookly\:\@max-xl\/main\:text-center {
    text-align: center !important;
  }
}
.bookly-css-root .bookly\:ltr\:right-0:where(:dir(ltr), [dir=ltr], [dir=ltr] *) {
  right: calc(var(--bookly-spacing) * 0) !important;
}
.bookly-css-root .bookly\:rtl\:left-0:where(:dir(rtl), [dir=rtl], [dir=rtl] *) {
  left: calc(var(--bookly-spacing) * 0) !important;
}
.bookly-css-root .bookly\:rtl\:text-right:where(:dir(rtl), [dir=rtl], [dir=rtl] *) {
  text-align: right !important;
}
.bookly-css-root .bookly-card-title {
  right: 0.5em;
  bottom: 0.5em;
  width: max-content;
  max-width: calc(100% - 1em);
  max-height: calc(100% - 1em);
}
.bookly-css-root .bookly-card-title > div {
  overflow: hidden;
}
.bookly-css-root .text-bookly:not(:hover) {
  color: var(--bookly-color);
}
.bookly-css-root .fill-bookly {
  fill: var(--bookly-color);
}
.bookly-css-root .hover\:text-bookly:hover {
  color: var(--bookly-color) !important;
}
.bookly-css-root .hover\:bg-bookly:hover {
  background-color: var(--bookly-color) !important;
}
.bookly-css-root .card:hover {
  background-color: #FDFDFD !important;
}
.bookly-css-root .border-bookly {
  border-color: var(--bookly-color);
}
.bookly-css-root .btn-check:focus + .btn-outline-bookly, .bookly-css-root .btn-outline-bookly:focus {
  background-color: var(--bookly-color);
  border-color: var(--bookly-color);
  color: #000000;
  box-shadow: 0 0 0 0.25rem rgba(128, 128, 128, 0.5);
}
.bookly-css-root .btn-check:checked + .btn-outline-bookly, .bookly-css-root .btn-check:active + .btn-outline-bookly, .bookly-css-root .btn-outline-bookly:active, .bookly-css-root .btn-outline-bookly.active, .bookly-css-root .btn-outline-bookly.dropdown-toggle.show {
  background-color: var(--bookly-color);
  border-color: var(--bookly-color);
}
.bookly-css-root .btn-check:checked + .btn-outline-bookly:focus, .bookly-css-root .btn-check:active + .btn-outline-bookly:focus, .bookly-css-root .btn-outline-bookly:active:focus, .bookly-css-root .btn-outline-bookly.active:focus, .bookly-css-root .btn-outline-bookly.dropdown-toggle.show:focus {
  background-color: var(--bookly-color);
  border-color: var(--bookly-color);
  box-shadow: 0 0 0 0.25rem rgba(128, 128, 128, 0.5);
}
.bookly-css-root .btn-outline-bookly:disabled, .bookly-css-root .btn-outline-bookly.disabled {
  color: var(--bookly-color) !important;
  background-color: transparent;
}
.bookly-css-root .bg-bookly {
  background-color: var(--bookly-color) !important;
}
.bookly-css-root .grid a.selected {
  background-color: var(--bookly-color) !important;
}
@media (hover) {
  .bookly-css-root .btn-outline-bookly:hover {
    background-color: var(--bookly-color);
    border-color: var(--bookly-color);
  }
}
.bookly-css-root .bookly\:hover\:bg-white:hover {
  background-color: var(--bookly-color-white) !important;
}
.bookly-css-root .iti {
  display: block !important;
}
.bookly-css-root .bookly-search-form .iti__flag, .bookly-css-root .bookly-search-form-modal .iti__flag {
  background-image: var(--bookly-flags-url) !important;
}
@media only screen and (min-resolution: 2dppx) {
  .bookly-css-root .bookly-search-form .iti__flag, .bookly-css-root .bookly-search-form-modal .iti__flag {
    background-image: url(//cdsw.pl/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/resources/tailwind/var(--bookly-flags2x-url)) !important;
  }
}
.bookly-css-root .bookly\:rtl\:-text-right {
  text-align: var(--rtl-phone-align) !important;
}
.bookly-css-root .bookly-form .bookly-js-datepicker-calendar {
  max-width: unset !important;
}
.bookly-css-root .bookly-form .bookly-js-datepicker-calendar button {
  text-align: center !important;
}
.bookly-css-root .bookly-form .bookly-overflow-visible {
  overflow: visible;
}
.bookly-css-root .bookly-fullscreen {
  position: fixed !important;
  z-index: 100049 !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  border-radius: 0 !important;
  margin: 0 !important;
  max-width: none;
}
.bookly-css-root .bookly-card-small {
  width: 100%;
  min-width: 200px !important;
  margin: 1rem !important;
}
.bookly-css-root .bookly-added-to-cart {
  position: absolute;
  cursor: default;
  background-color: rgba(128, 128, 128, 0.8156862745);
  right: 0;
  bottom: 0;
  left: 0;
  height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 8px;
  border-radius: 4px;
  color: white;
}

.bookly\:inline-block {
  display: inline-block;
}

.bookly-select-container::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid rgb(229, 231, 235);
  pointer-events: none;
}

.bookly-select-container:dir(ltr)::before {
  right: 1rem;
}

.bookly-select-container:dir(rtl)::before {
  left: 1rem;
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 rgba(0, 0, 0, 0);
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 rgba(0, 0, 0, 0);
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 rgba(0, 0, 0, 0);
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 rgba(0, 0, 0, 0);
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 rgba(0, 0, 0, 0);
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}
.bookly-css-root .bookly-calendar-overlay.svelte-1ug41q9{position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(255, 255, 255, 0.1);z-index:2;cursor:wait}/*!
 * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */@font-face{font-display:block;font-family:bootstrap-icons;src:url(//cdsw.pl/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6) format("woff2"),url(//cdsw.pl/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/css/fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6) format("woff")}.bi::before,[class*=" bi-"]::before,[class^=bi-]::before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123::before{content:"\f67f"}.bi-alarm-fill::before{content:"\f101"}.bi-alarm::before{content:"\f102"}.bi-align-bottom::before{content:"\f103"}.bi-align-center::before{content:"\f104"}.bi-align-end::before{content:"\f105"}.bi-align-middle::before{content:"\f106"}.bi-align-start::before{content:"\f107"}.bi-align-top::before{content:"\f108"}.bi-alt::before{content:"\f109"}.bi-app-indicator::before{content:"\f10a"}.bi-app::before{content:"\f10b"}.bi-archive-fill::before{content:"\f10c"}.bi-archive::before{content:"\f10d"}.bi-arrow-90deg-down::before{content:"\f10e"}.bi-arrow-90deg-left::before{content:"\f10f"}.bi-arrow-90deg-right::before{content:"\f110"}.bi-arrow-90deg-up::before{content:"\f111"}.bi-arrow-bar-down::before{content:"\f112"}.bi-arrow-bar-left::before{content:"\f113"}.bi-arrow-bar-right::before{content:"\f114"}.bi-arrow-bar-up::before{content:"\f115"}.bi-arrow-clockwise::before{content:"\f116"}.bi-arrow-counterclockwise::before{content:"\f117"}.bi-arrow-down-circle-fill::before{content:"\f118"}.bi-arrow-down-circle::before{content:"\f119"}.bi-arrow-down-left-circle-fill::before{content:"\f11a"}.bi-arrow-down-left-circle::before{content:"\f11b"}.bi-arrow-down-left-square-fill::before{content:"\f11c"}.bi-arrow-down-left-square::before{content:"\f11d"}.bi-arrow-down-left::before{content:"\f11e"}.bi-arrow-down-right-circle-fill::before{content:"\f11f"}.bi-arrow-down-right-circle::before{content:"\f120"}.bi-arrow-down-right-square-fill::before{content:"\f121"}.bi-arrow-down-right-square::before{content:"\f122"}.bi-arrow-down-right::before{content:"\f123"}.bi-arrow-down-short::before{content:"\f124"}.bi-arrow-down-square-fill::before{content:"\f125"}.bi-arrow-down-square::before{content:"\f126"}.bi-arrow-down-up::before{content:"\f127"}.bi-arrow-down::before{content:"\f128"}.bi-arrow-left-circle-fill::before{content:"\f129"}.bi-arrow-left-circle::before{content:"\f12a"}.bi-arrow-left-right::before{content:"\f12b"}.bi-arrow-left-short::before{content:"\f12c"}.bi-arrow-left-square-fill::before{content:"\f12d"}.bi-arrow-left-square::before{content:"\f12e"}.bi-arrow-left::before{content:"\f12f"}.bi-arrow-repeat::before{content:"\f130"}.bi-arrow-return-left::before{content:"\f131"}.bi-arrow-return-right::before{content:"\f132"}.bi-arrow-right-circle-fill::before{content:"\f133"}.bi-arrow-right-circle::before{content:"\f134"}.bi-arrow-right-short::before{content:"\f135"}.bi-arrow-right-square-fill::before{content:"\f136"}.bi-arrow-right-square::before{content:"\f137"}.bi-arrow-right::before{content:"\f138"}.bi-arrow-up-circle-fill::before{content:"\f139"}.bi-arrow-up-circle::before{content:"\f13a"}.bi-arrow-up-left-circle-fill::before{content:"\f13b"}.bi-arrow-up-left-circle::before{content:"\f13c"}.bi-arrow-up-left-square-fill::before{content:"\f13d"}.bi-arrow-up-left-square::before{content:"\f13e"}.bi-arrow-up-left::before{content:"\f13f"}.bi-arrow-up-right-circle-fill::before{content:"\f140"}.bi-arrow-up-right-circle::before{content:"\f141"}.bi-arrow-up-right-square-fill::before{content:"\f142"}.bi-arrow-up-right-square::before{content:"\f143"}.bi-arrow-up-right::before{content:"\f144"}.bi-arrow-up-short::before{content:"\f145"}.bi-arrow-up-square-fill::before{content:"\f146"}.bi-arrow-up-square::before{content:"\f147"}.bi-arrow-up::before{content:"\f148"}.bi-arrows-angle-contract::before{content:"\f149"}.bi-arrows-angle-expand::before{content:"\f14a"}.bi-arrows-collapse::before{content:"\f14b"}.bi-arrows-expand::before{content:"\f14c"}.bi-arrows-fullscreen::before{content:"\f14d"}.bi-arrows-move::before{content:"\f14e"}.bi-aspect-ratio-fill::before{content:"\f14f"}.bi-aspect-ratio::before{content:"\f150"}.bi-asterisk::before{content:"\f151"}.bi-at::before{content:"\f152"}.bi-award-fill::before{content:"\f153"}.bi-award::before{content:"\f154"}.bi-back::before{content:"\f155"}.bi-backspace-fill::before{content:"\f156"}.bi-backspace-reverse-fill::before{content:"\f157"}.bi-backspace-reverse::before{content:"\f158"}.bi-backspace::before{content:"\f159"}.bi-badge-3d-fill::before{content:"\f15a"}.bi-badge-3d::before{content:"\f15b"}.bi-badge-4k-fill::before{content:"\f15c"}.bi-badge-4k::before{content:"\f15d"}.bi-badge-8k-fill::before{content:"\f15e"}.bi-badge-8k::before{content:"\f15f"}.bi-badge-ad-fill::before{content:"\f160"}.bi-badge-ad::before{content:"\f161"}.bi-badge-ar-fill::before{content:"\f162"}.bi-badge-ar::before{content:"\f163"}.bi-badge-cc-fill::before{content:"\f164"}.bi-badge-cc::before{content:"\f165"}.bi-badge-hd-fill::before{content:"\f166"}.bi-badge-hd::before{content:"\f167"}.bi-badge-tm-fill::before{content:"\f168"}.bi-badge-tm::before{content:"\f169"}.bi-badge-vo-fill::before{content:"\f16a"}.bi-badge-vo::before{content:"\f16b"}.bi-badge-vr-fill::before{content:"\f16c"}.bi-badge-vr::before{content:"\f16d"}.bi-badge-wc-fill::before{content:"\f16e"}.bi-badge-wc::before{content:"\f16f"}.bi-bag-check-fill::before{content:"\f170"}.bi-bag-check::before{content:"\f171"}.bi-bag-dash-fill::before{content:"\f172"}.bi-bag-dash::before{content:"\f173"}.bi-bag-fill::before{content:"\f174"}.bi-bag-plus-fill::before{content:"\f175"}.bi-bag-plus::before{content:"\f176"}.bi-bag-x-fill::before{content:"\f177"}.bi-bag-x::before{content:"\f178"}.bi-bag::before{content:"\f179"}.bi-bar-chart-fill::before{content:"\f17a"}.bi-bar-chart-line-fill::before{content:"\f17b"}.bi-bar-chart-line::before{content:"\f17c"}.bi-bar-chart-steps::before{content:"\f17d"}.bi-bar-chart::before{content:"\f17e"}.bi-basket-fill::before{content:"\f17f"}.bi-basket::before{content:"\f180"}.bi-basket2-fill::before{content:"\f181"}.bi-basket2::before{content:"\f182"}.bi-basket3-fill::before{content:"\f183"}.bi-basket3::before{content:"\f184"}.bi-battery-charging::before{content:"\f185"}.bi-battery-full::before{content:"\f186"}.bi-battery-half::before{content:"\f187"}.bi-battery::before{content:"\f188"}.bi-bell-fill::before{content:"\f189"}.bi-bell::before{content:"\f18a"}.bi-bezier::before{content:"\f18b"}.bi-bezier2::before{content:"\f18c"}.bi-bicycle::before{content:"\f18d"}.bi-binoculars-fill::before{content:"\f18e"}.bi-binoculars::before{content:"\f18f"}.bi-blockquote-left::before{content:"\f190"}.bi-blockquote-right::before{content:"\f191"}.bi-book-fill::before{content:"\f192"}.bi-book-half::before{content:"\f193"}.bi-book::before{content:"\f194"}.bi-bookmark-check-fill::before{content:"\f195"}.bi-bookmark-check::before{content:"\f196"}.bi-bookmark-dash-fill::before{content:"\f197"}.bi-bookmark-dash::before{content:"\f198"}.bi-bookmark-fill::before{content:"\f199"}.bi-bookmark-heart-fill::before{content:"\f19a"}.bi-bookmark-heart::before{content:"\f19b"}.bi-bookmark-plus-fill::before{content:"\f19c"}.bi-bookmark-plus::before{content:"\f19d"}.bi-bookmark-star-fill::before{content:"\f19e"}.bi-bookmark-star::before{content:"\f19f"}.bi-bookmark-x-fill::before{content:"\f1a0"}.bi-bookmark-x::before{content:"\f1a1"}.bi-bookmark::before{content:"\f1a2"}.bi-bookmarks-fill::before{content:"\f1a3"}.bi-bookmarks::before{content:"\f1a4"}.bi-bookshelf::before{content:"\f1a5"}.bi-bootstrap-fill::before{content:"\f1a6"}.bi-bootstrap-reboot::before{content:"\f1a7"}.bi-bootstrap::before{content:"\f1a8"}.bi-border-all::before{content:"\f1a9"}.bi-border-bottom::before{content:"\f1aa"}.bi-border-center::before{content:"\f1ab"}.bi-border-inner::before{content:"\f1ac"}.bi-border-left::before{content:"\f1ad"}.bi-border-middle::before{content:"\f1ae"}.bi-border-outer::before{content:"\f1af"}.bi-border-right::before{content:"\f1b0"}.bi-border-style::before{content:"\f1b1"}.bi-border-top::before{content:"\f1b2"}.bi-border-width::before{content:"\f1b3"}.bi-border::before{content:"\f1b4"}.bi-bounding-box-circles::before{content:"\f1b5"}.bi-bounding-box::before{content:"\f1b6"}.bi-box-arrow-down-left::before{content:"\f1b7"}.bi-box-arrow-down-right::before{content:"\f1b8"}.bi-box-arrow-down::before{content:"\f1b9"}.bi-box-arrow-in-down-left::before{content:"\f1ba"}.bi-box-arrow-in-down-right::before{content:"\f1bb"}.bi-box-arrow-in-down::before{content:"\f1bc"}.bi-box-arrow-in-left::before{content:"\f1bd"}.bi-box-arrow-in-right::before{content:"\f1be"}.bi-box-arrow-in-up-left::before{content:"\f1bf"}.bi-box-arrow-in-up-right::before{content:"\f1c0"}.bi-box-arrow-in-up::before{content:"\f1c1"}.bi-box-arrow-left::before{content:"\f1c2"}.bi-box-arrow-right::before{content:"\f1c3"}.bi-box-arrow-up-left::before{content:"\f1c4"}.bi-box-arrow-up-right::before{content:"\f1c5"}.bi-box-arrow-up::before{content:"\f1c6"}.bi-box-seam::before{content:"\f1c7"}.bi-box::before{content:"\f1c8"}.bi-braces::before{content:"\f1c9"}.bi-bricks::before{content:"\f1ca"}.bi-briefcase-fill::before{content:"\f1cb"}.bi-briefcase::before{content:"\f1cc"}.bi-brightness-alt-high-fill::before{content:"\f1cd"}.bi-brightness-alt-high::before{content:"\f1ce"}.bi-brightness-alt-low-fill::before{content:"\f1cf"}.bi-brightness-alt-low::before{content:"\f1d0"}.bi-brightness-high-fill::before{content:"\f1d1"}.bi-brightness-high::before{content:"\f1d2"}.bi-brightness-low-fill::before{content:"\f1d3"}.bi-brightness-low::before{content:"\f1d4"}.bi-broadcast-pin::before{content:"\f1d5"}.bi-broadcast::before{content:"\f1d6"}.bi-brush-fill::before{content:"\f1d7"}.bi-brush::before{content:"\f1d8"}.bi-bucket-fill::before{content:"\f1d9"}.bi-bucket::before{content:"\f1da"}.bi-bug-fill::before{content:"\f1db"}.bi-bug::before{content:"\f1dc"}.bi-building::before{content:"\f1dd"}.bi-bullseye::before{content:"\f1de"}.bi-calculator-fill::before{content:"\f1df"}.bi-calculator::before{content:"\f1e0"}.bi-calendar-check-fill::before{content:"\f1e1"}.bi-calendar-check::before{content:"\f1e2"}.bi-calendar-date-fill::before{content:"\f1e3"}.bi-calendar-date::before{content:"\f1e4"}.bi-calendar-day-fill::before{content:"\f1e5"}.bi-calendar-day::before{content:"\f1e6"}.bi-calendar-event-fill::before{content:"\f1e7"}.bi-calendar-event::before{content:"\f1e8"}.bi-calendar-fill::before{content:"\f1e9"}.bi-calendar-minus-fill::before{content:"\f1ea"}.bi-calendar-minus::before{content:"\f1eb"}.bi-calendar-month-fill::before{content:"\f1ec"}.bi-calendar-month::before{content:"\f1ed"}.bi-calendar-plus-fill::before{content:"\f1ee"}.bi-calendar-plus::before{content:"\f1ef"}.bi-calendar-range-fill::before{content:"\f1f0"}.bi-calendar-range::before{content:"\f1f1"}.bi-calendar-week-fill::before{content:"\f1f2"}.bi-calendar-week::before{content:"\f1f3"}.bi-calendar-x-fill::before{content:"\f1f4"}.bi-calendar-x::before{content:"\f1f5"}.bi-calendar::before{content:"\f1f6"}.bi-calendar2-check-fill::before{content:"\f1f7"}.bi-calendar2-check::before{content:"\f1f8"}.bi-calendar2-date-fill::before{content:"\f1f9"}.bi-calendar2-date::before{content:"\f1fa"}.bi-calendar2-day-fill::before{content:"\f1fb"}.bi-calendar2-day::before{content:"\f1fc"}.bi-calendar2-event-fill::before{content:"\f1fd"}.bi-calendar2-event::before{content:"\f1fe"}.bi-calendar2-fill::before{content:"\f1ff"}.bi-calendar2-minus-fill::before{content:"\f200"}.bi-calendar2-minus::before{content:"\f201"}.bi-calendar2-month-fill::before{content:"\f202"}.bi-calendar2-month::before{content:"\f203"}.bi-calendar2-plus-fill::before{content:"\f204"}.bi-calendar2-plus::before{content:"\f205"}.bi-calendar2-range-fill::before{content:"\f206"}.bi-calendar2-range::before{content:"\f207"}.bi-calendar2-week-fill::before{content:"\f208"}.bi-calendar2-week::before{content:"\f209"}.bi-calendar2-x-fill::before{content:"\f20a"}.bi-calendar2-x::before{content:"\f20b"}.bi-calendar2::before{content:"\f20c"}.bi-calendar3-event-fill::before{content:"\f20d"}.bi-calendar3-event::before{content:"\f20e"}.bi-calendar3-fill::before{content:"\f20f"}.bi-calendar3-range-fill::before{content:"\f210"}.bi-calendar3-range::before{content:"\f211"}.bi-calendar3-week-fill::before{content:"\f212"}.bi-calendar3-week::before{content:"\f213"}.bi-calendar3::before{content:"\f214"}.bi-calendar4-event::before{content:"\f215"}.bi-calendar4-range::before{content:"\f216"}.bi-calendar4-week::before{content:"\f217"}.bi-calendar4::before{content:"\f218"}.bi-camera-fill::before{content:"\f219"}.bi-camera-reels-fill::before{content:"\f21a"}.bi-camera-reels::before{content:"\f21b"}.bi-camera-video-fill::before{content:"\f21c"}.bi-camera-video-off-fill::before{content:"\f21d"}.bi-camera-video-off::before{content:"\f21e"}.bi-camera-video::before{content:"\f21f"}.bi-camera::before{content:"\f220"}.bi-camera2::before{content:"\f221"}.bi-capslock-fill::before{content:"\f222"}.bi-capslock::before{content:"\f223"}.bi-card-checklist::before{content:"\f224"}.bi-card-heading::before{content:"\f225"}.bi-card-image::before{content:"\f226"}.bi-card-list::before{content:"\f227"}.bi-card-text::before{content:"\f228"}.bi-caret-down-fill::before{content:"\f229"}.bi-caret-down-square-fill::before{content:"\f22a"}.bi-caret-down-square::before{content:"\f22b"}.bi-caret-down::before{content:"\f22c"}.bi-caret-left-fill::before{content:"\f22d"}.bi-caret-left-square-fill::before{content:"\f22e"}.bi-caret-left-square::before{content:"\f22f"}.bi-caret-left::before{content:"\f230"}.bi-caret-right-fill::before{content:"\f231"}.bi-caret-right-square-fill::before{content:"\f232"}.bi-caret-right-square::before{content:"\f233"}.bi-caret-right::before{content:"\f234"}.bi-caret-up-fill::before{content:"\f235"}.bi-caret-up-square-fill::before{content:"\f236"}.bi-caret-up-square::before{content:"\f237"}.bi-caret-up::before{content:"\f238"}.bi-cart-check-fill::before{content:"\f239"}.bi-cart-check::before{content:"\f23a"}.bi-cart-dash-fill::before{content:"\f23b"}.bi-cart-dash::before{content:"\f23c"}.bi-cart-fill::before{content:"\f23d"}.bi-cart-plus-fill::before{content:"\f23e"}.bi-cart-plus::before{content:"\f23f"}.bi-cart-x-fill::before{content:"\f240"}.bi-cart-x::before{content:"\f241"}.bi-cart::before{content:"\f242"}.bi-cart2::before{content:"\f243"}.bi-cart3::before{content:"\f244"}.bi-cart4::before{content:"\f245"}.bi-cash-stack::before{content:"\f246"}.bi-cash::before{content:"\f247"}.bi-cast::before{content:"\f248"}.bi-chat-dots-fill::before{content:"\f249"}.bi-chat-dots::before{content:"\f24a"}.bi-chat-fill::before{content:"\f24b"}.bi-chat-left-dots-fill::before{content:"\f24c"}.bi-chat-left-dots::before{content:"\f24d"}.bi-chat-left-fill::before{content:"\f24e"}.bi-chat-left-quote-fill::before{content:"\f24f"}.bi-chat-left-quote::before{content:"\f250"}.bi-chat-left-text-fill::before{content:"\f251"}.bi-chat-left-text::before{content:"\f252"}.bi-chat-left::before{content:"\f253"}.bi-chat-quote-fill::before{content:"\f254"}.bi-chat-quote::before{content:"\f255"}.bi-chat-right-dots-fill::before{content:"\f256"}.bi-chat-right-dots::before{content:"\f257"}.bi-chat-right-fill::before{content:"\f258"}.bi-chat-right-quote-fill::before{content:"\f259"}.bi-chat-right-quote::before{content:"\f25a"}.bi-chat-right-text-fill::before{content:"\f25b"}.bi-chat-right-text::before{content:"\f25c"}.bi-chat-right::before{content:"\f25d"}.bi-chat-square-dots-fill::before{content:"\f25e"}.bi-chat-square-dots::before{content:"\f25f"}.bi-chat-square-fill::before{content:"\f260"}.bi-chat-square-quote-fill::before{content:"\f261"}.bi-chat-square-quote::before{content:"\f262"}.bi-chat-square-text-fill::before{content:"\f263"}.bi-chat-square-text::before{content:"\f264"}.bi-chat-square::before{content:"\f265"}.bi-chat-text-fill::before{content:"\f266"}.bi-chat-text::before{content:"\f267"}.bi-chat::before{content:"\f268"}.bi-check-all::before{content:"\f269"}.bi-check-circle-fill::before{content:"\f26a"}.bi-check-circle::before{content:"\f26b"}.bi-check-square-fill::before{content:"\f26c"}.bi-check-square::before{content:"\f26d"}.bi-check::before{content:"\f26e"}.bi-check2-all::before{content:"\f26f"}.bi-check2-circle::before{content:"\f270"}.bi-check2-square::before{content:"\f271"}.bi-check2::before{content:"\f272"}.bi-chevron-bar-contract::before{content:"\f273"}.bi-chevron-bar-down::before{content:"\f274"}.bi-chevron-bar-expand::before{content:"\f275"}.bi-chevron-bar-left::before{content:"\f276"}.bi-chevron-bar-right::before{content:"\f277"}.bi-chevron-bar-up::before{content:"\f278"}.bi-chevron-compact-down::before{content:"\f279"}.bi-chevron-compact-left::before{content:"\f27a"}.bi-chevron-compact-right::before{content:"\f27b"}.bi-chevron-compact-up::before{content:"\f27c"}.bi-chevron-contract::before{content:"\f27d"}.bi-chevron-double-down::before{content:"\f27e"}.bi-chevron-double-left::before{content:"\f27f"}.bi-chevron-double-right::before{content:"\f280"}.bi-chevron-double-up::before{content:"\f281"}.bi-chevron-down::before{content:"\f282"}.bi-chevron-expand::before{content:"\f283"}.bi-chevron-left::before{content:"\f284"}.bi-chevron-right::before{content:"\f285"}.bi-chevron-up::before{content:"\f286"}.bi-circle-fill::before{content:"\f287"}.bi-circle-half::before{content:"\f288"}.bi-circle-square::before{content:"\f289"}.bi-circle::before{content:"\f28a"}.bi-clipboard-check::before{content:"\f28b"}.bi-clipboard-data::before{content:"\f28c"}.bi-clipboard-minus::before{content:"\f28d"}.bi-clipboard-plus::before{content:"\f28e"}.bi-clipboard-x::before{content:"\f28f"}.bi-clipboard::before{content:"\f290"}.bi-clock-fill::before{content:"\f291"}.bi-clock-history::before{content:"\f292"}.bi-clock::before{content:"\f293"}.bi-cloud-arrow-down-fill::before{content:"\f294"}.bi-cloud-arrow-down::before{content:"\f295"}.bi-cloud-arrow-up-fill::before{content:"\f296"}.bi-cloud-arrow-up::before{content:"\f297"}.bi-cloud-check-fill::before{content:"\f298"}.bi-cloud-check::before{content:"\f299"}.bi-cloud-download-fill::before{content:"\f29a"}.bi-cloud-download::before{content:"\f29b"}.bi-cloud-drizzle-fill::before{content:"\f29c"}.bi-cloud-drizzle::before{content:"\f29d"}.bi-cloud-fill::before{content:"\f29e"}.bi-cloud-fog-fill::before{content:"\f29f"}.bi-cloud-fog::before{content:"\f2a0"}.bi-cloud-fog2-fill::before{content:"\f2a1"}.bi-cloud-fog2::before{content:"\f2a2"}.bi-cloud-hail-fill::before{content:"\f2a3"}.bi-cloud-hail::before{content:"\f2a4"}.bi-cloud-haze-fill::before{content:"\f2a6"}.bi-cloud-haze::before{content:"\f2a7"}.bi-cloud-haze2-fill::before{content:"\f2a8"}.bi-cloud-lightning-fill::before{content:"\f2a9"}.bi-cloud-lightning-rain-fill::before{content:"\f2aa"}.bi-cloud-lightning-rain::before{content:"\f2ab"}.bi-cloud-lightning::before{content:"\f2ac"}.bi-cloud-minus-fill::before{content:"\f2ad"}.bi-cloud-minus::before{content:"\f2ae"}.bi-cloud-moon-fill::before{content:"\f2af"}.bi-cloud-moon::before{content:"\f2b0"}.bi-cloud-plus-fill::before{content:"\f2b1"}.bi-cloud-plus::before{content:"\f2b2"}.bi-cloud-rain-fill::before{content:"\f2b3"}.bi-cloud-rain-heavy-fill::before{content:"\f2b4"}.bi-cloud-rain-heavy::before{content:"\f2b5"}.bi-cloud-rain::before{content:"\f2b6"}.bi-cloud-slash-fill::before{content:"\f2b7"}.bi-cloud-slash::before{content:"\f2b8"}.bi-cloud-sleet-fill::before{content:"\f2b9"}.bi-cloud-sleet::before{content:"\f2ba"}.bi-cloud-snow-fill::before{content:"\f2bb"}.bi-cloud-snow::before{content:"\f2bc"}.bi-cloud-sun-fill::before{content:"\f2bd"}.bi-cloud-sun::before{content:"\f2be"}.bi-cloud-upload-fill::before{content:"\f2bf"}.bi-cloud-upload::before{content:"\f2c0"}.bi-cloud::before{content:"\f2c1"}.bi-clouds-fill::before{content:"\f2c2"}.bi-clouds::before{content:"\f2c3"}.bi-cloudy-fill::before{content:"\f2c4"}.bi-cloudy::before{content:"\f2c5"}.bi-code-slash::before{content:"\f2c6"}.bi-code-square::before{content:"\f2c7"}.bi-code::before{content:"\f2c8"}.bi-collection-fill::before{content:"\f2c9"}.bi-collection-play-fill::before{content:"\f2ca"}.bi-collection-play::before{content:"\f2cb"}.bi-collection::before{content:"\f2cc"}.bi-columns-gap::before{content:"\f2cd"}.bi-columns::before{content:"\f2ce"}.bi-command::before{content:"\f2cf"}.bi-compass-fill::before{content:"\f2d0"}.bi-compass::before{content:"\f2d1"}.bi-cone-striped::before{content:"\f2d2"}.bi-cone::before{content:"\f2d3"}.bi-controller::before{content:"\f2d4"}.bi-cpu-fill::before{content:"\f2d5"}.bi-cpu::before{content:"\f2d6"}.bi-credit-card-2-back-fill::before{content:"\f2d7"}.bi-credit-card-2-back::before{content:"\f2d8"}.bi-credit-card-2-front-fill::before{content:"\f2d9"}.bi-credit-card-2-front::before{content:"\f2da"}.bi-credit-card-fill::before{content:"\f2db"}.bi-credit-card::before{content:"\f2dc"}.bi-crop::before{content:"\f2dd"}.bi-cup-fill::before{content:"\f2de"}.bi-cup-straw::before{content:"\f2df"}.bi-cup::before{content:"\f2e0"}.bi-cursor-fill::before{content:"\f2e1"}.bi-cursor-text::before{content:"\f2e2"}.bi-cursor::before{content:"\f2e3"}.bi-dash-circle-dotted::before{content:"\f2e4"}.bi-dash-circle-fill::before{content:"\f2e5"}.bi-dash-circle::before{content:"\f2e6"}.bi-dash-square-dotted::before{content:"\f2e7"}.bi-dash-square-fill::before{content:"\f2e8"}.bi-dash-square::before{content:"\f2e9"}.bi-dash::before{content:"\f2ea"}.bi-diagram-2-fill::before{content:"\f2eb"}.bi-diagram-2::before{content:"\f2ec"}.bi-diagram-3-fill::before{content:"\f2ed"}.bi-diagram-3::before{content:"\f2ee"}.bi-diamond-fill::before{content:"\f2ef"}.bi-diamond-half::before{content:"\f2f0"}.bi-diamond::before{content:"\f2f1"}.bi-dice-1-fill::before{content:"\f2f2"}.bi-dice-1::before{content:"\f2f3"}.bi-dice-2-fill::before{content:"\f2f4"}.bi-dice-2::before{content:"\f2f5"}.bi-dice-3-fill::before{content:"\f2f6"}.bi-dice-3::before{content:"\f2f7"}.bi-dice-4-fill::before{content:"\f2f8"}.bi-dice-4::before{content:"\f2f9"}.bi-dice-5-fill::before{content:"\f2fa"}.bi-dice-5::before{content:"\f2fb"}.bi-dice-6-fill::before{content:"\f2fc"}.bi-dice-6::before{content:"\f2fd"}.bi-disc-fill::before{content:"\f2fe"}.bi-disc::before{content:"\f2ff"}.bi-discord::before{content:"\f300"}.bi-display-fill::before{content:"\f301"}.bi-display::before{content:"\f302"}.bi-distribute-horizontal::before{content:"\f303"}.bi-distribute-vertical::before{content:"\f304"}.bi-door-closed-fill::before{content:"\f305"}.bi-door-closed::before{content:"\f306"}.bi-door-open-fill::before{content:"\f307"}.bi-door-open::before{content:"\f308"}.bi-dot::before{content:"\f309"}.bi-download::before{content:"\f30a"}.bi-droplet-fill::before{content:"\f30b"}.bi-droplet-half::before{content:"\f30c"}.bi-droplet::before{content:"\f30d"}.bi-earbuds::before{content:"\f30e"}.bi-easel-fill::before{content:"\f30f"}.bi-easel::before{content:"\f310"}.bi-egg-fill::before{content:"\f311"}.bi-egg-fried::before{content:"\f312"}.bi-egg::before{content:"\f313"}.bi-eject-fill::before{content:"\f314"}.bi-eject::before{content:"\f315"}.bi-emoji-angry-fill::before{content:"\f316"}.bi-emoji-angry::before{content:"\f317"}.bi-emoji-dizzy-fill::before{content:"\f318"}.bi-emoji-dizzy::before{content:"\f319"}.bi-emoji-expressionless-fill::before{content:"\f31a"}.bi-emoji-expressionless::before{content:"\f31b"}.bi-emoji-frown-fill::before{content:"\f31c"}.bi-emoji-frown::before{content:"\f31d"}.bi-emoji-heart-eyes-fill::before{content:"\f31e"}.bi-emoji-heart-eyes::before{content:"\f31f"}.bi-emoji-laughing-fill::before{content:"\f320"}.bi-emoji-laughing::before{content:"\f321"}.bi-emoji-neutral-fill::before{content:"\f322"}.bi-emoji-neutral::before{content:"\f323"}.bi-emoji-smile-fill::before{content:"\f324"}.bi-emoji-smile-upside-down-fill::before{content:"\f325"}.bi-emoji-smile-upside-down::before{content:"\f326"}.bi-emoji-smile::before{content:"\f327"}.bi-emoji-sunglasses-fill::before{content:"\f328"}.bi-emoji-sunglasses::before{content:"\f329"}.bi-emoji-wink-fill::before{content:"\f32a"}.bi-emoji-wink::before{content:"\f32b"}.bi-envelope-fill::before{content:"\f32c"}.bi-envelope-open-fill::before{content:"\f32d"}.bi-envelope-open::before{content:"\f32e"}.bi-envelope::before{content:"\f32f"}.bi-eraser-fill::before{content:"\f330"}.bi-eraser::before{content:"\f331"}.bi-exclamation-circle-fill::before{content:"\f332"}.bi-exclamation-circle::before{content:"\f333"}.bi-exclamation-diamond-fill::before{content:"\f334"}.bi-exclamation-diamond::before{content:"\f335"}.bi-exclamation-octagon-fill::before{content:"\f336"}.bi-exclamation-octagon::before{content:"\f337"}.bi-exclamation-square-fill::before{content:"\f338"}.bi-exclamation-square::before{content:"\f339"}.bi-exclamation-triangle-fill::before{content:"\f33a"}.bi-exclamation-triangle::before{content:"\f33b"}.bi-exclamation::before{content:"\f33c"}.bi-exclude::before{content:"\f33d"}.bi-eye-fill::before{content:"\f33e"}.bi-eye-slash-fill::before{content:"\f33f"}.bi-eye-slash::before{content:"\f340"}.bi-eye::before{content:"\f341"}.bi-eyedropper::before{content:"\f342"}.bi-eyeglasses::before{content:"\f343"}.bi-facebook::before{content:"\f344"}.bi-file-arrow-down-fill::before{content:"\f345"}.bi-file-arrow-down::before{content:"\f346"}.bi-file-arrow-up-fill::before{content:"\f347"}.bi-file-arrow-up::before{content:"\f348"}.bi-file-bar-graph-fill::before{content:"\f349"}.bi-file-bar-graph::before{content:"\f34a"}.bi-file-binary-fill::before{content:"\f34b"}.bi-file-binary::before{content:"\f34c"}.bi-file-break-fill::before{content:"\f34d"}.bi-file-break::before{content:"\f34e"}.bi-file-check-fill::before{content:"\f34f"}.bi-file-check::before{content:"\f350"}.bi-file-code-fill::before{content:"\f351"}.bi-file-code::before{content:"\f352"}.bi-file-diff-fill::before{content:"\f353"}.bi-file-diff::before{content:"\f354"}.bi-file-earmark-arrow-down-fill::before{content:"\f355"}.bi-file-earmark-arrow-down::before{content:"\f356"}.bi-file-earmark-arrow-up-fill::before{content:"\f357"}.bi-file-earmark-arrow-up::before{content:"\f358"}.bi-file-earmark-bar-graph-fill::before{content:"\f359"}.bi-file-earmark-bar-graph::before{content:"\f35a"}.bi-file-earmark-binary-fill::before{content:"\f35b"}.bi-file-earmark-binary::before{content:"\f35c"}.bi-file-earmark-break-fill::before{content:"\f35d"}.bi-file-earmark-break::before{content:"\f35e"}.bi-file-earmark-check-fill::before{content:"\f35f"}.bi-file-earmark-check::before{content:"\f360"}.bi-file-earmark-code-fill::before{content:"\f361"}.bi-file-earmark-code::before{content:"\f362"}.bi-file-earmark-diff-fill::before{content:"\f363"}.bi-file-earmark-diff::before{content:"\f364"}.bi-file-earmark-easel-fill::before{content:"\f365"}.bi-file-earmark-easel::before{content:"\f366"}.bi-file-earmark-excel-fill::before{content:"\f367"}.bi-file-earmark-excel::before{content:"\f368"}.bi-file-earmark-fill::before{content:"\f369"}.bi-file-earmark-font-fill::before{content:"\f36a"}.bi-file-earmark-font::before{content:"\f36b"}.bi-file-earmark-image-fill::before{content:"\f36c"}.bi-file-earmark-image::before{content:"\f36d"}.bi-file-earmark-lock-fill::before{content:"\f36e"}.bi-file-earmark-lock::before{content:"\f36f"}.bi-file-earmark-lock2-fill::before{content:"\f370"}.bi-file-earmark-lock2::before{content:"\f371"}.bi-file-earmark-medical-fill::before{content:"\f372"}.bi-file-earmark-medical::before{content:"\f373"}.bi-file-earmark-minus-fill::before{content:"\f374"}.bi-file-earmark-minus::before{content:"\f375"}.bi-file-earmark-music-fill::before{content:"\f376"}.bi-file-earmark-music::before{content:"\f377"}.bi-file-earmark-person-fill::before{content:"\f378"}.bi-file-earmark-person::before{content:"\f379"}.bi-file-earmark-play-fill::before{content:"\f37a"}.bi-file-earmark-play::before{content:"\f37b"}.bi-file-earmark-plus-fill::before{content:"\f37c"}.bi-file-earmark-plus::before{content:"\f37d"}.bi-file-earmark-post-fill::before{content:"\f37e"}.bi-file-earmark-post::before{content:"\f37f"}.bi-file-earmark-ppt-fill::before{content:"\f380"}.bi-file-earmark-ppt::before{content:"\f381"}.bi-file-earmark-richtext-fill::before{content:"\f382"}.bi-file-earmark-richtext::before{content:"\f383"}.bi-file-earmark-ruled-fill::before{content:"\f384"}.bi-file-earmark-ruled::before{content:"\f385"}.bi-file-earmark-slides-fill::before{content:"\f386"}.bi-file-earmark-slides::before{content:"\f387"}.bi-file-earmark-spreadsheet-fill::before{content:"\f388"}.bi-file-earmark-spreadsheet::before{content:"\f389"}.bi-file-earmark-text-fill::before{content:"\f38a"}.bi-file-earmark-text::before{content:"\f38b"}.bi-file-earmark-word-fill::before{content:"\f38c"}.bi-file-earmark-word::before{content:"\f38d"}.bi-file-earmark-x-fill::before{content:"\f38e"}.bi-file-earmark-x::before{content:"\f38f"}.bi-file-earmark-zip-fill::before{content:"\f390"}.bi-file-earmark-zip::before{content:"\f391"}.bi-file-earmark::before{content:"\f392"}.bi-file-easel-fill::before{content:"\f393"}.bi-file-easel::before{content:"\f394"}.bi-file-excel-fill::before{content:"\f395"}.bi-file-excel::before{content:"\f396"}.bi-file-fill::before{content:"\f397"}.bi-file-font-fill::before{content:"\f398"}.bi-file-font::before{content:"\f399"}.bi-file-image-fill::before{content:"\f39a"}.bi-file-image::before{content:"\f39b"}.bi-file-lock-fill::before{content:"\f39c"}.bi-file-lock::before{content:"\f39d"}.bi-file-lock2-fill::before{content:"\f39e"}.bi-file-lock2::before{content:"\f39f"}.bi-file-medical-fill::before{content:"\f3a0"}.bi-file-medical::before{content:"\f3a1"}.bi-file-minus-fill::before{content:"\f3a2"}.bi-file-minus::before{content:"\f3a3"}.bi-file-music-fill::before{content:"\f3a4"}.bi-file-music::before{content:"\f3a5"}.bi-file-person-fill::before{content:"\f3a6"}.bi-file-person::before{content:"\f3a7"}.bi-file-play-fill::before{content:"\f3a8"}.bi-file-play::before{content:"\f3a9"}.bi-file-plus-fill::before{content:"\f3aa"}.bi-file-plus::before{content:"\f3ab"}.bi-file-post-fill::before{content:"\f3ac"}.bi-file-post::before{content:"\f3ad"}.bi-file-ppt-fill::before{content:"\f3ae"}.bi-file-ppt::before{content:"\f3af"}.bi-file-richtext-fill::before{content:"\f3b0"}.bi-file-richtext::before{content:"\f3b1"}.bi-file-ruled-fill::before{content:"\f3b2"}.bi-file-ruled::before{content:"\f3b3"}.bi-file-slides-fill::before{content:"\f3b4"}.bi-file-slides::before{content:"\f3b5"}.bi-file-spreadsheet-fill::before{content:"\f3b6"}.bi-file-spreadsheet::before{content:"\f3b7"}.bi-file-text-fill::before{content:"\f3b8"}.bi-file-text::before{content:"\f3b9"}.bi-file-word-fill::before{content:"\f3ba"}.bi-file-word::before{content:"\f3bb"}.bi-file-x-fill::before{content:"\f3bc"}.bi-file-x::before{content:"\f3bd"}.bi-file-zip-fill::before{content:"\f3be"}.bi-file-zip::before{content:"\f3bf"}.bi-file::before{content:"\f3c0"}.bi-files-alt::before{content:"\f3c1"}.bi-files::before{content:"\f3c2"}.bi-film::before{content:"\f3c3"}.bi-filter-circle-fill::before{content:"\f3c4"}.bi-filter-circle::before{content:"\f3c5"}.bi-filter-left::before{content:"\f3c6"}.bi-filter-right::before{content:"\f3c7"}.bi-filter-square-fill::before{content:"\f3c8"}.bi-filter-square::before{content:"\f3c9"}.bi-filter::before{content:"\f3ca"}.bi-flag-fill::before{content:"\f3cb"}.bi-flag::before{content:"\f3cc"}.bi-flower1::before{content:"\f3cd"}.bi-flower2::before{content:"\f3ce"}.bi-flower3::before{content:"\f3cf"}.bi-folder-check::before{content:"\f3d0"}.bi-folder-fill::before{content:"\f3d1"}.bi-folder-minus::before{content:"\f3d2"}.bi-folder-plus::before{content:"\f3d3"}.bi-folder-symlink-fill::before{content:"\f3d4"}.bi-folder-symlink::before{content:"\f3d5"}.bi-folder-x::before{content:"\f3d6"}.bi-folder::before{content:"\f3d7"}.bi-folder2-open::before{content:"\f3d8"}.bi-folder2::before{content:"\f3d9"}.bi-fonts::before{content:"\f3da"}.bi-forward-fill::before{content:"\f3db"}.bi-forward::before{content:"\f3dc"}.bi-front::before{content:"\f3dd"}.bi-fullscreen-exit::before{content:"\f3de"}.bi-fullscreen::before{content:"\f3df"}.bi-funnel-fill::before{content:"\f3e0"}.bi-funnel::before{content:"\f3e1"}.bi-gear-fill::before{content:"\f3e2"}.bi-gear-wide-connected::before{content:"\f3e3"}.bi-gear-wide::before{content:"\f3e4"}.bi-gear::before{content:"\f3e5"}.bi-gem::before{content:"\f3e6"}.bi-geo-alt-fill::before{content:"\f3e7"}.bi-geo-alt::before{content:"\f3e8"}.bi-geo-fill::before{content:"\f3e9"}.bi-geo::before{content:"\f3ea"}.bi-gift-fill::before{content:"\f3eb"}.bi-gift::before{content:"\f3ec"}.bi-github::before{content:"\f3ed"}.bi-globe::before{content:"\f3ee"}.bi-globe2::before{content:"\f3ef"}.bi-google::before{content:"\f3f0"}.bi-graph-down::before{content:"\f3f1"}.bi-graph-up::before{content:"\f3f2"}.bi-grid-1x2-fill::before{content:"\f3f3"}.bi-grid-1x2::before{content:"\f3f4"}.bi-grid-3x2-gap-fill::before{content:"\f3f5"}.bi-grid-3x2-gap::before{content:"\f3f6"}.bi-grid-3x2::before{content:"\f3f7"}.bi-grid-3x3-gap-fill::before{content:"\f3f8"}.bi-grid-3x3-gap::before{content:"\f3f9"}.bi-grid-3x3::before{content:"\f3fa"}.bi-grid-fill::before{content:"\f3fb"}.bi-grid::before{content:"\f3fc"}.bi-grip-horizontal::before{content:"\f3fd"}.bi-grip-vertical::before{content:"\f3fe"}.bi-hammer::before{content:"\f3ff"}.bi-hand-index-fill::before{content:"\f400"}.bi-hand-index-thumb-fill::before{content:"\f401"}.bi-hand-index-thumb::before{content:"\f402"}.bi-hand-index::before{content:"\f403"}.bi-hand-thumbs-down-fill::before{content:"\f404"}.bi-hand-thumbs-down::before{content:"\f405"}.bi-hand-thumbs-up-fill::before{content:"\f406"}.bi-hand-thumbs-up::before{content:"\f407"}.bi-handbag-fill::before{content:"\f408"}.bi-handbag::before{content:"\f409"}.bi-hash::before{content:"\f40a"}.bi-hdd-fill::before{content:"\f40b"}.bi-hdd-network-fill::before{content:"\f40c"}.bi-hdd-network::before{content:"\f40d"}.bi-hdd-rack-fill::before{content:"\f40e"}.bi-hdd-rack::before{content:"\f40f"}.bi-hdd-stack-fill::before{content:"\f410"}.bi-hdd-stack::before{content:"\f411"}.bi-hdd::before{content:"\f412"}.bi-headphones::before{content:"\f413"}.bi-headset::before{content:"\f414"}.bi-heart-fill::before{content:"\f415"}.bi-heart-half::before{content:"\f416"}.bi-heart::before{content:"\f417"}.bi-heptagon-fill::before{content:"\f418"}.bi-heptagon-half::before{content:"\f419"}.bi-heptagon::before{content:"\f41a"}.bi-hexagon-fill::before{content:"\f41b"}.bi-hexagon-half::before{content:"\f41c"}.bi-hexagon::before{content:"\f41d"}.bi-hourglass-bottom::before{content:"\f41e"}.bi-hourglass-split::before{content:"\f41f"}.bi-hourglass-top::before{content:"\f420"}.bi-hourglass::before{content:"\f421"}.bi-house-door-fill::before{content:"\f422"}.bi-house-door::before{content:"\f423"}.bi-house-fill::before{content:"\f424"}.bi-house::before{content:"\f425"}.bi-hr::before{content:"\f426"}.bi-hurricane::before{content:"\f427"}.bi-image-alt::before{content:"\f428"}.bi-image-fill::before{content:"\f429"}.bi-image::before{content:"\f42a"}.bi-images::before{content:"\f42b"}.bi-inbox-fill::before{content:"\f42c"}.bi-inbox::before{content:"\f42d"}.bi-inboxes-fill::before{content:"\f42e"}.bi-inboxes::before{content:"\f42f"}.bi-info-circle-fill::before{content:"\f430"}.bi-info-circle::before{content:"\f431"}.bi-info-square-fill::before{content:"\f432"}.bi-info-square::before{content:"\f433"}.bi-info::before{content:"\f434"}.bi-input-cursor-text::before{content:"\f435"}.bi-input-cursor::before{content:"\f436"}.bi-instagram::before{content:"\f437"}.bi-intersect::before{content:"\f438"}.bi-journal-album::before{content:"\f439"}.bi-journal-arrow-down::before{content:"\f43a"}.bi-journal-arrow-up::before{content:"\f43b"}.bi-journal-bookmark-fill::before{content:"\f43c"}.bi-journal-bookmark::before{content:"\f43d"}.bi-journal-check::before{content:"\f43e"}.bi-journal-code::before{content:"\f43f"}.bi-journal-medical::before{content:"\f440"}.bi-journal-minus::before{content:"\f441"}.bi-journal-plus::before{content:"\f442"}.bi-journal-richtext::before{content:"\f443"}.bi-journal-text::before{content:"\f444"}.bi-journal-x::before{content:"\f445"}.bi-journal::before{content:"\f446"}.bi-journals::before{content:"\f447"}.bi-joystick::before{content:"\f448"}.bi-justify-left::before{content:"\f449"}.bi-justify-right::before{content:"\f44a"}.bi-justify::before{content:"\f44b"}.bi-kanban-fill::before{content:"\f44c"}.bi-kanban::before{content:"\f44d"}.bi-key-fill::before{content:"\f44e"}.bi-key::before{content:"\f44f"}.bi-keyboard-fill::before{content:"\f450"}.bi-keyboard::before{content:"\f451"}.bi-ladder::before{content:"\f452"}.bi-lamp-fill::before{content:"\f453"}.bi-lamp::before{content:"\f454"}.bi-laptop-fill::before{content:"\f455"}.bi-laptop::before{content:"\f456"}.bi-layer-backward::before{content:"\f457"}.bi-layer-forward::before{content:"\f458"}.bi-layers-fill::before{content:"\f459"}.bi-layers-half::before{content:"\f45a"}.bi-layers::before{content:"\f45b"}.bi-layout-sidebar-inset-reverse::before{content:"\f45c"}.bi-layout-sidebar-inset::before{content:"\f45d"}.bi-layout-sidebar-reverse::before{content:"\f45e"}.bi-layout-sidebar::before{content:"\f45f"}.bi-layout-split::before{content:"\f460"}.bi-layout-text-sidebar-reverse::before{content:"\f461"}.bi-layout-text-sidebar::before{content:"\f462"}.bi-layout-text-window-reverse::before{content:"\f463"}.bi-layout-text-window::before{content:"\f464"}.bi-layout-three-columns::before{content:"\f465"}.bi-layout-wtf::before{content:"\f466"}.bi-life-preserver::before{content:"\f467"}.bi-lightbulb-fill::before{content:"\f468"}.bi-lightbulb-off-fill::before{content:"\f469"}.bi-lightbulb-off::before{content:"\f46a"}.bi-lightbulb::before{content:"\f46b"}.bi-lightning-charge-fill::before{content:"\f46c"}.bi-lightning-charge::before{content:"\f46d"}.bi-lightning-fill::before{content:"\f46e"}.bi-lightning::before{content:"\f46f"}.bi-link-45deg::before{content:"\f470"}.bi-link::before{content:"\f471"}.bi-linkedin::before{content:"\f472"}.bi-list-check::before{content:"\f473"}.bi-list-nested::before{content:"\f474"}.bi-list-ol::before{content:"\f475"}.bi-list-stars::before{content:"\f476"}.bi-list-task::before{content:"\f477"}.bi-list-ul::before{content:"\f478"}.bi-list::before{content:"\f479"}.bi-lock-fill::before{content:"\f47a"}.bi-lock::before{content:"\f47b"}.bi-mailbox::before{content:"\f47c"}.bi-mailbox2::before{content:"\f47d"}.bi-map-fill::before{content:"\f47e"}.bi-map::before{content:"\f47f"}.bi-markdown-fill::before{content:"\f480"}.bi-markdown::before{content:"\f481"}.bi-mask::before{content:"\f482"}.bi-megaphone-fill::before{content:"\f483"}.bi-megaphone::before{content:"\f484"}.bi-menu-app-fill::before{content:"\f485"}.bi-menu-app::before{content:"\f486"}.bi-menu-button-fill::before{content:"\f487"}.bi-menu-button-wide-fill::before{content:"\f488"}.bi-menu-button-wide::before{content:"\f489"}.bi-menu-button::before{content:"\f48a"}.bi-menu-down::before{content:"\f48b"}.bi-menu-up::before{content:"\f48c"}.bi-mic-fill::before{content:"\f48d"}.bi-mic-mute-fill::before{content:"\f48e"}.bi-mic-mute::before{content:"\f48f"}.bi-mic::before{content:"\f490"}.bi-minecart-loaded::before{content:"\f491"}.bi-minecart::before{content:"\f492"}.bi-moisture::before{content:"\f493"}.bi-moon-fill::before{content:"\f494"}.bi-moon-stars-fill::before{content:"\f495"}.bi-moon-stars::before{content:"\f496"}.bi-moon::before{content:"\f497"}.bi-mouse-fill::before{content:"\f498"}.bi-mouse::before{content:"\f499"}.bi-mouse2-fill::before{content:"\f49a"}.bi-mouse2::before{content:"\f49b"}.bi-mouse3-fill::before{content:"\f49c"}.bi-mouse3::before{content:"\f49d"}.bi-music-note-beamed::before{content:"\f49e"}.bi-music-note-list::before{content:"\f49f"}.bi-music-note::before{content:"\f4a0"}.bi-music-player-fill::before{content:"\f4a1"}.bi-music-player::before{content:"\f4a2"}.bi-newspaper::before{content:"\f4a3"}.bi-node-minus-fill::before{content:"\f4a4"}.bi-node-minus::before{content:"\f4a5"}.bi-node-plus-fill::before{content:"\f4a6"}.bi-node-plus::before{content:"\f4a7"}.bi-nut-fill::before{content:"\f4a8"}.bi-nut::before{content:"\f4a9"}.bi-octagon-fill::before{content:"\f4aa"}.bi-octagon-half::before{content:"\f4ab"}.bi-octagon::before{content:"\f4ac"}.bi-option::before{content:"\f4ad"}.bi-outlet::before{content:"\f4ae"}.bi-paint-bucket::before{content:"\f4af"}.bi-palette-fill::before{content:"\f4b0"}.bi-palette::before{content:"\f4b1"}.bi-palette2::before{content:"\f4b2"}.bi-paperclip::before{content:"\f4b3"}.bi-paragraph::before{content:"\f4b4"}.bi-patch-check-fill::before{content:"\f4b5"}.bi-patch-check::before{content:"\f4b6"}.bi-patch-exclamation-fill::before{content:"\f4b7"}.bi-patch-exclamation::before{content:"\f4b8"}.bi-patch-minus-fill::before{content:"\f4b9"}.bi-patch-minus::before{content:"\f4ba"}.bi-patch-plus-fill::before{content:"\f4bb"}.bi-patch-plus::before{content:"\f4bc"}.bi-patch-question-fill::before{content:"\f4bd"}.bi-patch-question::before{content:"\f4be"}.bi-pause-btn-fill::before{content:"\f4bf"}.bi-pause-btn::before{content:"\f4c0"}.bi-pause-circle-fill::before{content:"\f4c1"}.bi-pause-circle::before{content:"\f4c2"}.bi-pause-fill::before{content:"\f4c3"}.bi-pause::before{content:"\f4c4"}.bi-peace-fill::before{content:"\f4c5"}.bi-peace::before{content:"\f4c6"}.bi-pen-fill::before{content:"\f4c7"}.bi-pen::before{content:"\f4c8"}.bi-pencil-fill::before{content:"\f4c9"}.bi-pencil-square::before{content:"\f4ca"}.bi-pencil::before{content:"\f4cb"}.bi-pentagon-fill::before{content:"\f4cc"}.bi-pentagon-half::before{content:"\f4cd"}.bi-pentagon::before{content:"\f4ce"}.bi-people-fill::before{content:"\f4cf"}.bi-people::before{content:"\f4d0"}.bi-percent::before{content:"\f4d1"}.bi-person-badge-fill::before{content:"\f4d2"}.bi-person-badge::before{content:"\f4d3"}.bi-person-bounding-box::before{content:"\f4d4"}.bi-person-check-fill::before{content:"\f4d5"}.bi-person-check::before{content:"\f4d6"}.bi-person-circle::before{content:"\f4d7"}.bi-person-dash-fill::before{content:"\f4d8"}.bi-person-dash::before{content:"\f4d9"}.bi-person-fill::before{content:"\f4da"}.bi-person-lines-fill::before{content:"\f4db"}.bi-person-plus-fill::before{content:"\f4dc"}.bi-person-plus::before{content:"\f4dd"}.bi-person-square::before{content:"\f4de"}.bi-person-x-fill::before{content:"\f4df"}.bi-person-x::before{content:"\f4e0"}.bi-person::before{content:"\f4e1"}.bi-phone-fill::before{content:"\f4e2"}.bi-phone-landscape-fill::before{content:"\f4e3"}.bi-phone-landscape::before{content:"\f4e4"}.bi-phone-vibrate-fill::before{content:"\f4e5"}.bi-phone-vibrate::before{content:"\f4e6"}.bi-phone::before{content:"\f4e7"}.bi-pie-chart-fill::before{content:"\f4e8"}.bi-pie-chart::before{content:"\f4e9"}.bi-pin-angle-fill::before{content:"\f4ea"}.bi-pin-angle::before{content:"\f4eb"}.bi-pin-fill::before{content:"\f4ec"}.bi-pin::before{content:"\f4ed"}.bi-pip-fill::before{content:"\f4ee"}.bi-pip::before{content:"\f4ef"}.bi-play-btn-fill::before{content:"\f4f0"}.bi-play-btn::before{content:"\f4f1"}.bi-play-circle-fill::before{content:"\f4f2"}.bi-play-circle::before{content:"\f4f3"}.bi-play-fill::before{content:"\f4f4"}.bi-play::before{content:"\f4f5"}.bi-plug-fill::before{content:"\f4f6"}.bi-plug::before{content:"\f4f7"}.bi-plus-circle-dotted::before{content:"\f4f8"}.bi-plus-circle-fill::before{content:"\f4f9"}.bi-plus-circle::before{content:"\f4fa"}.bi-plus-square-dotted::before{content:"\f4fb"}.bi-plus-square-fill::before{content:"\f4fc"}.bi-plus-square::before{content:"\f4fd"}.bi-plus::before{content:"\f4fe"}.bi-power::before{content:"\f4ff"}.bi-printer-fill::before{content:"\f500"}.bi-printer::before{content:"\f501"}.bi-puzzle-fill::before{content:"\f502"}.bi-puzzle::before{content:"\f503"}.bi-question-circle-fill::before{content:"\f504"}.bi-question-circle::before{content:"\f505"}.bi-question-diamond-fill::before{content:"\f506"}.bi-question-diamond::before{content:"\f507"}.bi-question-octagon-fill::before{content:"\f508"}.bi-question-octagon::before{content:"\f509"}.bi-question-square-fill::before{content:"\f50a"}.bi-question-square::before{content:"\f50b"}.bi-question::before{content:"\f50c"}.bi-rainbow::before{content:"\f50d"}.bi-receipt-cutoff::before{content:"\f50e"}.bi-receipt::before{content:"\f50f"}.bi-reception-0::before{content:"\f510"}.bi-reception-1::before{content:"\f511"}.bi-reception-2::before{content:"\f512"}.bi-reception-3::before{content:"\f513"}.bi-reception-4::before{content:"\f514"}.bi-record-btn-fill::before{content:"\f515"}.bi-record-btn::before{content:"\f516"}.bi-record-circle-fill::before{content:"\f517"}.bi-record-circle::before{content:"\f518"}.bi-record-fill::before{content:"\f519"}.bi-record::before{content:"\f51a"}.bi-record2-fill::before{content:"\f51b"}.bi-record2::before{content:"\f51c"}.bi-reply-all-fill::before{content:"\f51d"}.bi-reply-all::before{content:"\f51e"}.bi-reply-fill::before{content:"\f51f"}.bi-reply::before{content:"\f520"}.bi-rss-fill::before{content:"\f521"}.bi-rss::before{content:"\f522"}.bi-rulers::before{content:"\f523"}.bi-save-fill::before{content:"\f524"}.bi-save::before{content:"\f525"}.bi-save2-fill::before{content:"\f526"}.bi-save2::before{content:"\f527"}.bi-scissors::before{content:"\f528"}.bi-screwdriver::before{content:"\f529"}.bi-search::before{content:"\f52a"}.bi-segmented-nav::before{content:"\f52b"}.bi-server::before{content:"\f52c"}.bi-share-fill::before{content:"\f52d"}.bi-share::before{content:"\f52e"}.bi-shield-check::before{content:"\f52f"}.bi-shield-exclamation::before{content:"\f530"}.bi-shield-fill-check::before{content:"\f531"}.bi-shield-fill-exclamation::before{content:"\f532"}.bi-shield-fill-minus::before{content:"\f533"}.bi-shield-fill-plus::before{content:"\f534"}.bi-shield-fill-x::before{content:"\f535"}.bi-shield-fill::before{content:"\f536"}.bi-shield-lock-fill::before{content:"\f537"}.bi-shield-lock::before{content:"\f538"}.bi-shield-minus::before{content:"\f539"}.bi-shield-plus::before{content:"\f53a"}.bi-shield-shaded::before{content:"\f53b"}.bi-shield-slash-fill::before{content:"\f53c"}.bi-shield-slash::before{content:"\f53d"}.bi-shield-x::before{content:"\f53e"}.bi-shield::before{content:"\f53f"}.bi-shift-fill::before{content:"\f540"}.bi-shift::before{content:"\f541"}.bi-shop-window::before{content:"\f542"}.bi-shop::before{content:"\f543"}.bi-shuffle::before{content:"\f544"}.bi-signpost-2-fill::before{content:"\f545"}.bi-signpost-2::before{content:"\f546"}.bi-signpost-fill::before{content:"\f547"}.bi-signpost-split-fill::before{content:"\f548"}.bi-signpost-split::before{content:"\f549"}.bi-signpost::before{content:"\f54a"}.bi-sim-fill::before{content:"\f54b"}.bi-sim::before{content:"\f54c"}.bi-skip-backward-btn-fill::before{content:"\f54d"}.bi-skip-backward-btn::before{content:"\f54e"}.bi-skip-backward-circle-fill::before{content:"\f54f"}.bi-skip-backward-circle::before{content:"\f550"}.bi-skip-backward-fill::before{content:"\f551"}.bi-skip-backward::before{content:"\f552"}.bi-skip-end-btn-fill::before{content:"\f553"}.bi-skip-end-btn::before{content:"\f554"}.bi-skip-end-circle-fill::before{content:"\f555"}.bi-skip-end-circle::before{content:"\f556"}.bi-skip-end-fill::before{content:"\f557"}.bi-skip-end::before{content:"\f558"}.bi-skip-forward-btn-fill::before{content:"\f559"}.bi-skip-forward-btn::before{content:"\f55a"}.bi-skip-forward-circle-fill::before{content:"\f55b"}.bi-skip-forward-circle::before{content:"\f55c"}.bi-skip-forward-fill::before{content:"\f55d"}.bi-skip-forward::before{content:"\f55e"}.bi-skip-start-btn-fill::before{content:"\f55f"}.bi-skip-start-btn::before{content:"\f560"}.bi-skip-start-circle-fill::before{content:"\f561"}.bi-skip-start-circle::before{content:"\f562"}.bi-skip-start-fill::before{content:"\f563"}.bi-skip-start::before{content:"\f564"}.bi-slack::before{content:"\f565"}.bi-slash-circle-fill::before{content:"\f566"}.bi-slash-circle::before{content:"\f567"}.bi-slash-square-fill::before{content:"\f568"}.bi-slash-square::before{content:"\f569"}.bi-slash::before{content:"\f56a"}.bi-sliders::before{content:"\f56b"}.bi-smartwatch::before{content:"\f56c"}.bi-snow::before{content:"\f56d"}.bi-snow2::before{content:"\f56e"}.bi-snow3::before{content:"\f56f"}.bi-sort-alpha-down-alt::before{content:"\f570"}.bi-sort-alpha-down::before{content:"\f571"}.bi-sort-alpha-up-alt::before{content:"\f572"}.bi-sort-alpha-up::before{content:"\f573"}.bi-sort-down-alt::before{content:"\f574"}.bi-sort-down::before{content:"\f575"}.bi-sort-numeric-down-alt::before{content:"\f576"}.bi-sort-numeric-down::before{content:"\f577"}.bi-sort-numeric-up-alt::before{content:"\f578"}.bi-sort-numeric-up::before{content:"\f579"}.bi-sort-up-alt::before{content:"\f57a"}.bi-sort-up::before{content:"\f57b"}.bi-soundwave::before{content:"\f57c"}.bi-speaker-fill::before{content:"\f57d"}.bi-speaker::before{content:"\f57e"}.bi-speedometer::before{content:"\f57f"}.bi-speedometer2::before{content:"\f580"}.bi-spellcheck::before{content:"\f581"}.bi-square-fill::before{content:"\f582"}.bi-square-half::before{content:"\f583"}.bi-square::before{content:"\f584"}.bi-stack::before{content:"\f585"}.bi-star-fill::before{content:"\f586"}.bi-star-half::before{content:"\f587"}.bi-star::before{content:"\f588"}.bi-stars::before{content:"\f589"}.bi-stickies-fill::before{content:"\f58a"}.bi-stickies::before{content:"\f58b"}.bi-sticky-fill::before{content:"\f58c"}.bi-sticky::before{content:"\f58d"}.bi-stop-btn-fill::before{content:"\f58e"}.bi-stop-btn::before{content:"\f58f"}.bi-stop-circle-fill::before{content:"\f590"}.bi-stop-circle::before{content:"\f591"}.bi-stop-fill::before{content:"\f592"}.bi-stop::before{content:"\f593"}.bi-stoplights-fill::before{content:"\f594"}.bi-stoplights::before{content:"\f595"}.bi-stopwatch-fill::before{content:"\f596"}.bi-stopwatch::before{content:"\f597"}.bi-subtract::before{content:"\f598"}.bi-suit-club-fill::before{content:"\f599"}.bi-suit-club::before{content:"\f59a"}.bi-suit-diamond-fill::before{content:"\f59b"}.bi-suit-diamond::before{content:"\f59c"}.bi-suit-heart-fill::before{content:"\f59d"}.bi-suit-heart::before{content:"\f59e"}.bi-suit-spade-fill::before{content:"\f59f"}.bi-suit-spade::before{content:"\f5a0"}.bi-sun-fill::before{content:"\f5a1"}.bi-sun::before{content:"\f5a2"}.bi-sunglasses::before{content:"\f5a3"}.bi-sunrise-fill::before{content:"\f5a4"}.bi-sunrise::before{content:"\f5a5"}.bi-sunset-fill::before{content:"\f5a6"}.bi-sunset::before{content:"\f5a7"}.bi-symmetry-horizontal::before{content:"\f5a8"}.bi-symmetry-vertical::before{content:"\f5a9"}.bi-table::before{content:"\f5aa"}.bi-tablet-fill::before{content:"\f5ab"}.bi-tablet-landscape-fill::before{content:"\f5ac"}.bi-tablet-landscape::before{content:"\f5ad"}.bi-tablet::before{content:"\f5ae"}.bi-tag-fill::before{content:"\f5af"}.bi-tag::before{content:"\f5b0"}.bi-tags-fill::before{content:"\f5b1"}.bi-tags::before{content:"\f5b2"}.bi-telegram::before{content:"\f5b3"}.bi-telephone-fill::before{content:"\f5b4"}.bi-telephone-forward-fill::before{content:"\f5b5"}.bi-telephone-forward::before{content:"\f5b6"}.bi-telephone-inbound-fill::before{content:"\f5b7"}.bi-telephone-inbound::before{content:"\f5b8"}.bi-telephone-minus-fill::before{content:"\f5b9"}.bi-telephone-minus::before{content:"\f5ba"}.bi-telephone-outbound-fill::before{content:"\f5bb"}.bi-telephone-outbound::before{content:"\f5bc"}.bi-telephone-plus-fill::before{content:"\f5bd"}.bi-telephone-plus::before{content:"\f5be"}.bi-telephone-x-fill::before{content:"\f5bf"}.bi-telephone-x::before{content:"\f5c0"}.bi-telephone::before{content:"\f5c1"}.bi-terminal-fill::before{content:"\f5c2"}.bi-terminal::before{content:"\f5c3"}.bi-text-center::before{content:"\f5c4"}.bi-text-indent-left::before{content:"\f5c5"}.bi-text-indent-right::before{content:"\f5c6"}.bi-text-left::before{content:"\f5c7"}.bi-text-paragraph::before{content:"\f5c8"}.bi-text-right::before{content:"\f5c9"}.bi-textarea-resize::before{content:"\f5ca"}.bi-textarea-t::before{content:"\f5cb"}.bi-textarea::before{content:"\f5cc"}.bi-thermometer-half::before{content:"\f5cd"}.bi-thermometer-high::before{content:"\f5ce"}.bi-thermometer-low::before{content:"\f5cf"}.bi-thermometer-snow::before{content:"\f5d0"}.bi-thermometer-sun::before{content:"\f5d1"}.bi-thermometer::before{content:"\f5d2"}.bi-three-dots-vertical::before{content:"\f5d3"}.bi-three-dots::before{content:"\f5d4"}.bi-toggle-off::before{content:"\f5d5"}.bi-toggle-on::before{content:"\f5d6"}.bi-toggle2-off::before{content:"\f5d7"}.bi-toggle2-on::before{content:"\f5d8"}.bi-toggles::before{content:"\f5d9"}.bi-toggles2::before{content:"\f5da"}.bi-tools::before{content:"\f5db"}.bi-tornado::before{content:"\f5dc"}.bi-trash-fill::before{content:"\f5dd"}.bi-trash::before{content:"\f5de"}.bi-trash2-fill::before{content:"\f5df"}.bi-trash2::before{content:"\f5e0"}.bi-tree-fill::before{content:"\f5e1"}.bi-tree::before{content:"\f5e2"}.bi-triangle-fill::before{content:"\f5e3"}.bi-triangle-half::before{content:"\f5e4"}.bi-triangle::before{content:"\f5e5"}.bi-trophy-fill::before{content:"\f5e6"}.bi-trophy::before{content:"\f5e7"}.bi-tropical-storm::before{content:"\f5e8"}.bi-truck-flatbed::before{content:"\f5e9"}.bi-truck::before{content:"\f5ea"}.bi-tsunami::before{content:"\f5eb"}.bi-tv-fill::before{content:"\f5ec"}.bi-tv::before{content:"\f5ed"}.bi-twitch::before{content:"\f5ee"}.bi-twitter::before{content:"\f5ef"}.bi-type-bold::before{content:"\f5f0"}.bi-type-h1::before{content:"\f5f1"}.bi-type-h2::before{content:"\f5f2"}.bi-type-h3::before{content:"\f5f3"}.bi-type-italic::before{content:"\f5f4"}.bi-type-strikethrough::before{content:"\f5f5"}.bi-type-underline::before{content:"\f5f6"}.bi-type::before{content:"\f5f7"}.bi-ui-checks-grid::before{content:"\f5f8"}.bi-ui-checks::before{content:"\f5f9"}.bi-ui-radios-grid::before{content:"\f5fa"}.bi-ui-radios::before{content:"\f5fb"}.bi-umbrella-fill::before{content:"\f5fc"}.bi-umbrella::before{content:"\f5fd"}.bi-union::before{content:"\f5fe"}.bi-unlock-fill::before{content:"\f5ff"}.bi-unlock::before{content:"\f600"}.bi-upc-scan::before{content:"\f601"}.bi-upc::before{content:"\f602"}.bi-upload::before{content:"\f603"}.bi-vector-pen::before{content:"\f604"}.bi-view-list::before{content:"\f605"}.bi-view-stacked::before{content:"\f606"}.bi-vinyl-fill::before{content:"\f607"}.bi-vinyl::before{content:"\f608"}.bi-voicemail::before{content:"\f609"}.bi-volume-down-fill::before{content:"\f60a"}.bi-volume-down::before{content:"\f60b"}.bi-volume-mute-fill::before{content:"\f60c"}.bi-volume-mute::before{content:"\f60d"}.bi-volume-off-fill::before{content:"\f60e"}.bi-volume-off::before{content:"\f60f"}.bi-volume-up-fill::before{content:"\f610"}.bi-volume-up::before{content:"\f611"}.bi-vr::before{content:"\f612"}.bi-wallet-fill::before{content:"\f613"}.bi-wallet::before{content:"\f614"}.bi-wallet2::before{content:"\f615"}.bi-watch::before{content:"\f616"}.bi-water::before{content:"\f617"}.bi-whatsapp::before{content:"\f618"}.bi-wifi-1::before{content:"\f619"}.bi-wifi-2::before{content:"\f61a"}.bi-wifi-off::before{content:"\f61b"}.bi-wifi::before{content:"\f61c"}.bi-wind::before{content:"\f61d"}.bi-window-dock::before{content:"\f61e"}.bi-window-sidebar::before{content:"\f61f"}.bi-window::before{content:"\f620"}.bi-wrench::before{content:"\f621"}.bi-x-circle-fill::before{content:"\f622"}.bi-x-circle::before{content:"\f623"}.bi-x-diamond-fill::before{content:"\f624"}.bi-x-diamond::before{content:"\f625"}.bi-x-octagon-fill::before{content:"\f626"}.bi-x-octagon::before{content:"\f627"}.bi-x-square-fill::before{content:"\f628"}.bi-x-square::before{content:"\f629"}.bi-x::before{content:"\f62a"}.bi-youtube::before{content:"\f62b"}.bi-zoom-in::before{content:"\f62c"}.bi-zoom-out::before{content:"\f62d"}.bi-bank::before{content:"\f62e"}.bi-bank2::before{content:"\f62f"}.bi-bell-slash-fill::before{content:"\f630"}.bi-bell-slash::before{content:"\f631"}.bi-cash-coin::before{content:"\f632"}.bi-check-lg::before{content:"\f633"}.bi-coin::before{content:"\f634"}.bi-currency-bitcoin::before{content:"\f635"}.bi-currency-dollar::before{content:"\f636"}.bi-currency-euro::before{content:"\f637"}.bi-currency-exchange::before{content:"\f638"}.bi-currency-pound::before{content:"\f639"}.bi-currency-yen::before{content:"\f63a"}.bi-dash-lg::before{content:"\f63b"}.bi-exclamation-lg::before{content:"\f63c"}.bi-file-earmark-pdf-fill::before{content:"\f63d"}.bi-file-earmark-pdf::before{content:"\f63e"}.bi-file-pdf-fill::before{content:"\f63f"}.bi-file-pdf::before{content:"\f640"}.bi-gender-ambiguous::before{content:"\f641"}.bi-gender-female::before{content:"\f642"}.bi-gender-male::before{content:"\f643"}.bi-gender-trans::before{content:"\f644"}.bi-headset-vr::before{content:"\f645"}.bi-info-lg::before{content:"\f646"}.bi-mastodon::before{content:"\f647"}.bi-messenger::before{content:"\f648"}.bi-piggy-bank-fill::before{content:"\f649"}.bi-piggy-bank::before{content:"\f64a"}.bi-pin-map-fill::before{content:"\f64b"}.bi-pin-map::before{content:"\f64c"}.bi-plus-lg::before{content:"\f64d"}.bi-question-lg::before{content:"\f64e"}.bi-recycle::before{content:"\f64f"}.bi-reddit::before{content:"\f650"}.bi-safe-fill::before{content:"\f651"}.bi-safe2-fill::before{content:"\f652"}.bi-safe2::before{content:"\f653"}.bi-sd-card-fill::before{content:"\f654"}.bi-sd-card::before{content:"\f655"}.bi-skype::before{content:"\f656"}.bi-slash-lg::before{content:"\f657"}.bi-translate::before{content:"\f658"}.bi-x-lg::before{content:"\f659"}.bi-safe::before{content:"\f65a"}.bi-apple::before{content:"\f65b"}.bi-microsoft::before{content:"\f65d"}.bi-windows::before{content:"\f65e"}.bi-behance::before{content:"\f65c"}.bi-dribbble::before{content:"\f65f"}.bi-line::before{content:"\f660"}.bi-medium::before{content:"\f661"}.bi-paypal::before{content:"\f662"}.bi-pinterest::before{content:"\f663"}.bi-signal::before{content:"\f664"}.bi-snapchat::before{content:"\f665"}.bi-spotify::before{content:"\f666"}.bi-stack-overflow::before{content:"\f667"}.bi-strava::before{content:"\f668"}.bi-wordpress::before{content:"\f669"}.bi-vimeo::before{content:"\f66a"}.bi-activity::before{content:"\f66b"}.bi-easel2-fill::before{content:"\f66c"}.bi-easel2::before{content:"\f66d"}.bi-easel3-fill::before{content:"\f66e"}.bi-easel3::before{content:"\f66f"}.bi-fan::before{content:"\f670"}.bi-fingerprint::before{content:"\f671"}.bi-graph-down-arrow::before{content:"\f672"}.bi-graph-up-arrow::before{content:"\f673"}.bi-hypnotize::before{content:"\f674"}.bi-magic::before{content:"\f675"}.bi-person-rolodex::before{content:"\f676"}.bi-person-video::before{content:"\f677"}.bi-person-video2::before{content:"\f678"}.bi-person-video3::before{content:"\f679"}.bi-person-workspace::before{content:"\f67a"}.bi-radioactive::before{content:"\f67b"}.bi-webcam-fill::before{content:"\f67c"}.bi-webcam::before{content:"\f67d"}.bi-yin-yang::before{content:"\f67e"}.bi-bandaid-fill::before{content:"\f680"}.bi-bandaid::before{content:"\f681"}.bi-bluetooth::before{content:"\f682"}.bi-body-text::before{content:"\f683"}.bi-boombox::before{content:"\f684"}.bi-boxes::before{content:"\f685"}.bi-dpad-fill::before{content:"\f686"}.bi-dpad::before{content:"\f687"}.bi-ear-fill::before{content:"\f688"}.bi-ear::before{content:"\f689"}.bi-envelope-check-fill::before{content:"\f68b"}.bi-envelope-check::before{content:"\f68c"}.bi-envelope-dash-fill::before{content:"\f68e"}.bi-envelope-dash::before{content:"\f68f"}.bi-envelope-exclamation-fill::before{content:"\f691"}.bi-envelope-exclamation::before{content:"\f692"}.bi-envelope-plus-fill::before{content:"\f693"}.bi-envelope-plus::before{content:"\f694"}.bi-envelope-slash-fill::before{content:"\f696"}.bi-envelope-slash::before{content:"\f697"}.bi-envelope-x-fill::before{content:"\f699"}.bi-envelope-x::before{content:"\f69a"}.bi-explicit-fill::before{content:"\f69b"}.bi-explicit::before{content:"\f69c"}.bi-git::before{content:"\f69d"}.bi-infinity::before{content:"\f69e"}.bi-list-columns-reverse::before{content:"\f69f"}.bi-list-columns::before{content:"\f6a0"}.bi-meta::before{content:"\f6a1"}.bi-nintendo-switch::before{content:"\f6a4"}.bi-pc-display-horizontal::before{content:"\f6a5"}.bi-pc-display::before{content:"\f6a6"}.bi-pc-horizontal::before{content:"\f6a7"}.bi-pc::before{content:"\f6a8"}.bi-playstation::before{content:"\f6a9"}.bi-plus-slash-minus::before{content:"\f6aa"}.bi-projector-fill::before{content:"\f6ab"}.bi-projector::before{content:"\f6ac"}.bi-qr-code-scan::before{content:"\f6ad"}.bi-qr-code::before{content:"\f6ae"}.bi-quora::before{content:"\f6af"}.bi-quote::before{content:"\f6b0"}.bi-robot::before{content:"\f6b1"}.bi-send-check-fill::before{content:"\f6b2"}.bi-send-check::before{content:"\f6b3"}.bi-send-dash-fill::before{content:"\f6b4"}.bi-send-dash::before{content:"\f6b5"}.bi-send-exclamation-fill::before{content:"\f6b7"}.bi-send-exclamation::before{content:"\f6b8"}.bi-send-fill::before{content:"\f6b9"}.bi-send-plus-fill::before{content:"\f6ba"}.bi-send-plus::before{content:"\f6bb"}.bi-send-slash-fill::before{content:"\f6bc"}.bi-send-slash::before{content:"\f6bd"}.bi-send-x-fill::before{content:"\f6be"}.bi-send-x::before{content:"\f6bf"}.bi-send::before{content:"\f6c0"}.bi-steam::before{content:"\f6c1"}.bi-terminal-dash::before{content:"\f6c3"}.bi-terminal-plus::before{content:"\f6c4"}.bi-terminal-split::before{content:"\f6c5"}.bi-ticket-detailed-fill::before{content:"\f6c6"}.bi-ticket-detailed::before{content:"\f6c7"}.bi-ticket-fill::before{content:"\f6c8"}.bi-ticket-perforated-fill::before{content:"\f6c9"}.bi-ticket-perforated::before{content:"\f6ca"}.bi-ticket::before{content:"\f6cb"}.bi-tiktok::before{content:"\f6cc"}.bi-window-dash::before{content:"\f6cd"}.bi-window-desktop::before{content:"\f6ce"}.bi-window-fullscreen::before{content:"\f6cf"}.bi-window-plus::before{content:"\f6d0"}.bi-window-split::before{content:"\f6d1"}.bi-window-stack::before{content:"\f6d2"}.bi-window-x::before{content:"\f6d3"}.bi-xbox::before{content:"\f6d4"}.bi-ethernet::before{content:"\f6d5"}.bi-hdmi-fill::before{content:"\f6d6"}.bi-hdmi::before{content:"\f6d7"}.bi-usb-c-fill::before{content:"\f6d8"}.bi-usb-c::before{content:"\f6d9"}.bi-usb-fill::before{content:"\f6da"}.bi-usb-plug-fill::before{content:"\f6db"}.bi-usb-plug::before{content:"\f6dc"}.bi-usb-symbol::before{content:"\f6dd"}.bi-usb::before{content:"\f6de"}.bi-boombox-fill::before{content:"\f6df"}.bi-displayport::before{content:"\f6e1"}.bi-gpu-card::before{content:"\f6e2"}.bi-memory::before{content:"\f6e3"}.bi-modem-fill::before{content:"\f6e4"}.bi-modem::before{content:"\f6e5"}.bi-motherboard-fill::before{content:"\f6e6"}.bi-motherboard::before{content:"\f6e7"}.bi-optical-audio-fill::before{content:"\f6e8"}.bi-optical-audio::before{content:"\f6e9"}.bi-pci-card::before{content:"\f6ea"}.bi-router-fill::before{content:"\f6eb"}.bi-router::before{content:"\f6ec"}.bi-thunderbolt-fill::before{content:"\f6ef"}.bi-thunderbolt::before{content:"\f6f0"}.bi-usb-drive-fill::before{content:"\f6f1"}.bi-usb-drive::before{content:"\f6f2"}.bi-usb-micro-fill::before{content:"\f6f3"}.bi-usb-micro::before{content:"\f6f4"}.bi-usb-mini-fill::before{content:"\f6f5"}.bi-usb-mini::before{content:"\f6f6"}.bi-cloud-haze2::before{content:"\f6f7"}.bi-device-hdd-fill::before{content:"\f6f8"}.bi-device-hdd::before{content:"\f6f9"}.bi-device-ssd-fill::before{content:"\f6fa"}.bi-device-ssd::before{content:"\f6fb"}.bi-displayport-fill::before{content:"\f6fc"}.bi-mortarboard-fill::before{content:"\f6fd"}.bi-mortarboard::before{content:"\f6fe"}.bi-terminal-x::before{content:"\f6ff"}.bi-arrow-through-heart-fill::before{content:"\f700"}.bi-arrow-through-heart::before{content:"\f701"}.bi-badge-sd-fill::before{content:"\f702"}.bi-badge-sd::before{content:"\f703"}.bi-bag-heart-fill::before{content:"\f704"}.bi-bag-heart::before{content:"\f705"}.bi-balloon-fill::before{content:"\f706"}.bi-balloon-heart-fill::before{content:"\f707"}.bi-balloon-heart::before{content:"\f708"}.bi-balloon::before{content:"\f709"}.bi-box2-fill::before{content:"\f70a"}.bi-box2-heart-fill::before{content:"\f70b"}.bi-box2-heart::before{content:"\f70c"}.bi-box2::before{content:"\f70d"}.bi-braces-asterisk::before{content:"\f70e"}.bi-calendar-heart-fill::before{content:"\f70f"}.bi-calendar-heart::before{content:"\f710"}.bi-calendar2-heart-fill::before{content:"\f711"}.bi-calendar2-heart::before{content:"\f712"}.bi-chat-heart-fill::before{content:"\f713"}.bi-chat-heart::before{content:"\f714"}.bi-chat-left-heart-fill::before{content:"\f715"}.bi-chat-left-heart::before{content:"\f716"}.bi-chat-right-heart-fill::before{content:"\f717"}.bi-chat-right-heart::before{content:"\f718"}.bi-chat-square-heart-fill::before{content:"\f719"}.bi-chat-square-heart::before{content:"\f71a"}.bi-clipboard-check-fill::before{content:"\f71b"}.bi-clipboard-data-fill::before{content:"\f71c"}.bi-clipboard-fill::before{content:"\f71d"}.bi-clipboard-heart-fill::before{content:"\f71e"}.bi-clipboard-heart::before{content:"\f71f"}.bi-clipboard-minus-fill::before{content:"\f720"}.bi-clipboard-plus-fill::before{content:"\f721"}.bi-clipboard-pulse::before{content:"\f722"}.bi-clipboard-x-fill::before{content:"\f723"}.bi-clipboard2-check-fill::before{content:"\f724"}.bi-clipboard2-check::before{content:"\f725"}.bi-clipboard2-data-fill::before{content:"\f726"}.bi-clipboard2-data::before{content:"\f727"}.bi-clipboard2-fill::before{content:"\f728"}.bi-clipboard2-heart-fill::before{content:"\f729"}.bi-clipboard2-heart::before{content:"\f72a"}.bi-clipboard2-minus-fill::before{content:"\f72b"}.bi-clipboard2-minus::before{content:"\f72c"}.bi-clipboard2-plus-fill::before{content:"\f72d"}.bi-clipboard2-plus::before{content:"\f72e"}.bi-clipboard2-pulse-fill::before{content:"\f72f"}.bi-clipboard2-pulse::before{content:"\f730"}.bi-clipboard2-x-fill::before{content:"\f731"}.bi-clipboard2-x::before{content:"\f732"}.bi-clipboard2::before{content:"\f733"}.bi-emoji-kiss-fill::before{content:"\f734"}.bi-emoji-kiss::before{content:"\f735"}.bi-envelope-heart-fill::before{content:"\f736"}.bi-envelope-heart::before{content:"\f737"}.bi-envelope-open-heart-fill::before{content:"\f738"}.bi-envelope-open-heart::before{content:"\f739"}.bi-envelope-paper-fill::before{content:"\f73a"}.bi-envelope-paper-heart-fill::before{content:"\f73b"}.bi-envelope-paper-heart::before{content:"\f73c"}.bi-envelope-paper::before{content:"\f73d"}.bi-filetype-aac::before{content:"\f73e"}.bi-filetype-ai::before{content:"\f73f"}.bi-filetype-bmp::before{content:"\f740"}.bi-filetype-cs::before{content:"\f741"}.bi-filetype-css::before{content:"\f742"}.bi-filetype-csv::before{content:"\f743"}.bi-filetype-doc::before{content:"\f744"}.bi-filetype-docx::before{content:"\f745"}.bi-filetype-exe::before{content:"\f746"}.bi-filetype-gif::before{content:"\f747"}.bi-filetype-heic::before{content:"\f748"}.bi-filetype-html::before{content:"\f749"}.bi-filetype-java::before{content:"\f74a"}.bi-filetype-jpg::before{content:"\f74b"}.bi-filetype-js::before{content:"\f74c"}.bi-filetype-jsx::before{content:"\f74d"}.bi-filetype-key::before{content:"\f74e"}.bi-filetype-m4p::before{content:"\f74f"}.bi-filetype-md::before{content:"\f750"}.bi-filetype-mdx::before{content:"\f751"}.bi-filetype-mov::before{content:"\f752"}.bi-filetype-mp3::before{content:"\f753"}.bi-filetype-mp4::before{content:"\f754"}.bi-filetype-otf::before{content:"\f755"}.bi-filetype-pdf::before{content:"\f756"}.bi-filetype-php::before{content:"\f757"}.bi-filetype-png::before{content:"\f758"}.bi-filetype-ppt::before{content:"\f75a"}.bi-filetype-psd::before{content:"\f75b"}.bi-filetype-py::before{content:"\f75c"}.bi-filetype-raw::before{content:"\f75d"}.bi-filetype-rb::before{content:"\f75e"}.bi-filetype-sass::before{content:"\f75f"}.bi-filetype-scss::before{content:"\f760"}.bi-filetype-sh::before{content:"\f761"}.bi-filetype-svg::before{content:"\f762"}.bi-filetype-tiff::before{content:"\f763"}.bi-filetype-tsx::before{content:"\f764"}.bi-filetype-ttf::before{content:"\f765"}.bi-filetype-txt::before{content:"\f766"}.bi-filetype-wav::before{content:"\f767"}.bi-filetype-woff::before{content:"\f768"}.bi-filetype-xls::before{content:"\f76a"}.bi-filetype-xml::before{content:"\f76b"}.bi-filetype-yml::before{content:"\f76c"}.bi-heart-arrow::before{content:"\f76d"}.bi-heart-pulse-fill::before{content:"\f76e"}.bi-heart-pulse::before{content:"\f76f"}.bi-heartbreak-fill::before{content:"\f770"}.bi-heartbreak::before{content:"\f771"}.bi-hearts::before{content:"\f772"}.bi-hospital-fill::before{content:"\f773"}.bi-hospital::before{content:"\f774"}.bi-house-heart-fill::before{content:"\f775"}.bi-house-heart::before{content:"\f776"}.bi-incognito::before{content:"\f777"}.bi-magnet-fill::before{content:"\f778"}.bi-magnet::before{content:"\f779"}.bi-person-heart::before{content:"\f77a"}.bi-person-hearts::before{content:"\f77b"}.bi-phone-flip::before{content:"\f77c"}.bi-plugin::before{content:"\f77d"}.bi-postage-fill::before{content:"\f77e"}.bi-postage-heart-fill::before{content:"\f77f"}.bi-postage-heart::before{content:"\f780"}.bi-postage::before{content:"\f781"}.bi-postcard-fill::before{content:"\f782"}.bi-postcard-heart-fill::before{content:"\f783"}.bi-postcard-heart::before{content:"\f784"}.bi-postcard::before{content:"\f785"}.bi-search-heart-fill::before{content:"\f786"}.bi-search-heart::before{content:"\f787"}.bi-sliders2-vertical::before{content:"\f788"}.bi-sliders2::before{content:"\f789"}.bi-trash3-fill::before{content:"\f78a"}.bi-trash3::before{content:"\f78b"}.bi-valentine::before{content:"\f78c"}.bi-valentine2::before{content:"\f78d"}.bi-wrench-adjustable-circle-fill::before{content:"\f78e"}.bi-wrench-adjustable-circle::before{content:"\f78f"}.bi-wrench-adjustable::before{content:"\f790"}.bi-filetype-json::before{content:"\f791"}.bi-filetype-pptx::before{content:"\f792"}.bi-filetype-xlsx::before{content:"\f793"}.bi-1-circle-fill::before{content:"\f796"}.bi-1-circle::before{content:"\f797"}.bi-1-square-fill::before{content:"\f798"}.bi-1-square::before{content:"\f799"}.bi-2-circle-fill::before{content:"\f79c"}.bi-2-circle::before{content:"\f79d"}.bi-2-square-fill::before{content:"\f79e"}.bi-2-square::before{content:"\f79f"}.bi-3-circle-fill::before{content:"\f7a2"}.bi-3-circle::before{content:"\f7a3"}.bi-3-square-fill::before{content:"\f7a4"}.bi-3-square::before{content:"\f7a5"}.bi-4-circle-fill::before{content:"\f7a8"}.bi-4-circle::before{content:"\f7a9"}.bi-4-square-fill::before{content:"\f7aa"}.bi-4-square::before{content:"\f7ab"}.bi-5-circle-fill::before{content:"\f7ae"}.bi-5-circle::before{content:"\f7af"}.bi-5-square-fill::before{content:"\f7b0"}.bi-5-square::before{content:"\f7b1"}.bi-6-circle-fill::before{content:"\f7b4"}.bi-6-circle::before{content:"\f7b5"}.bi-6-square-fill::before{content:"\f7b6"}.bi-6-square::before{content:"\f7b7"}.bi-7-circle-fill::before{content:"\f7ba"}.bi-7-circle::before{content:"\f7bb"}.bi-7-square-fill::before{content:"\f7bc"}.bi-7-square::before{content:"\f7bd"}.bi-8-circle-fill::before{content:"\f7c0"}.bi-8-circle::before{content:"\f7c1"}.bi-8-square-fill::before{content:"\f7c2"}.bi-8-square::before{content:"\f7c3"}.bi-9-circle-fill::before{content:"\f7c6"}.bi-9-circle::before{content:"\f7c7"}.bi-9-square-fill::before{content:"\f7c8"}.bi-9-square::before{content:"\f7c9"}.bi-airplane-engines-fill::before{content:"\f7ca"}.bi-airplane-engines::before{content:"\f7cb"}.bi-airplane-fill::before{content:"\f7cc"}.bi-airplane::before{content:"\f7cd"}.bi-alexa::before{content:"\f7ce"}.bi-alipay::before{content:"\f7cf"}.bi-android::before{content:"\f7d0"}.bi-android2::before{content:"\f7d1"}.bi-box-fill::before{content:"\f7d2"}.bi-box-seam-fill::before{content:"\f7d3"}.bi-browser-chrome::before{content:"\f7d4"}.bi-browser-edge::before{content:"\f7d5"}.bi-browser-firefox::before{content:"\f7d6"}.bi-browser-safari::before{content:"\f7d7"}.bi-c-circle-fill::before{content:"\f7da"}.bi-c-circle::before{content:"\f7db"}.bi-c-square-fill::before{content:"\f7dc"}.bi-c-square::before{content:"\f7dd"}.bi-capsule-pill::before{content:"\f7de"}.bi-capsule::before{content:"\f7df"}.bi-car-front-fill::before{content:"\f7e0"}.bi-car-front::before{content:"\f7e1"}.bi-cassette-fill::before{content:"\f7e2"}.bi-cassette::before{content:"\f7e3"}.bi-cc-circle-fill::before{content:"\f7e6"}.bi-cc-circle::before{content:"\f7e7"}.bi-cc-square-fill::before{content:"\f7e8"}.bi-cc-square::before{content:"\f7e9"}.bi-cup-hot-fill::before{content:"\f7ea"}.bi-cup-hot::before{content:"\f7eb"}.bi-currency-rupee::before{content:"\f7ec"}.bi-dropbox::before{content:"\f7ed"}.bi-escape::before{content:"\f7ee"}.bi-fast-forward-btn-fill::before{content:"\f7ef"}.bi-fast-forward-btn::before{content:"\f7f0"}.bi-fast-forward-circle-fill::before{content:"\f7f1"}.bi-fast-forward-circle::before{content:"\f7f2"}.bi-fast-forward-fill::before{content:"\f7f3"}.bi-fast-forward::before{content:"\f7f4"}.bi-filetype-sql::before{content:"\f7f5"}.bi-fire::before{content:"\f7f6"}.bi-google-play::before{content:"\f7f7"}.bi-h-circle-fill::before{content:"\f7fa"}.bi-h-circle::before{content:"\f7fb"}.bi-h-square-fill::before{content:"\f7fc"}.bi-h-square::before{content:"\f7fd"}.bi-indent::before{content:"\f7fe"}.bi-lungs-fill::before{content:"\f7ff"}.bi-lungs::before{content:"\f800"}.bi-microsoft-teams::before{content:"\f801"}.bi-p-circle-fill::before{content:"\f804"}.bi-p-circle::before{content:"\f805"}.bi-p-square-fill::before{content:"\f806"}.bi-p-square::before{content:"\f807"}.bi-pass-fill::before{content:"\f808"}.bi-pass::before{content:"\f809"}.bi-prescription::before{content:"\f80a"}.bi-prescription2::before{content:"\f80b"}.bi-r-circle-fill::before{content:"\f80e"}.bi-r-circle::before{content:"\f80f"}.bi-r-square-fill::before{content:"\f810"}.bi-r-square::before{content:"\f811"}.bi-repeat-1::before{content:"\f812"}.bi-repeat::before{content:"\f813"}.bi-rewind-btn-fill::before{content:"\f814"}.bi-rewind-btn::before{content:"\f815"}.bi-rewind-circle-fill::before{content:"\f816"}.bi-rewind-circle::before{content:"\f817"}.bi-rewind-fill::before{content:"\f818"}.bi-rewind::before{content:"\f819"}.bi-train-freight-front-fill::before{content:"\f81a"}.bi-train-freight-front::before{content:"\f81b"}.bi-train-front-fill::before{content:"\f81c"}.bi-train-front::before{content:"\f81d"}.bi-train-lightrail-front-fill::before{content:"\f81e"}.bi-train-lightrail-front::before{content:"\f81f"}.bi-truck-front-fill::before{content:"\f820"}.bi-truck-front::before{content:"\f821"}.bi-ubuntu::before{content:"\f822"}.bi-unindent::before{content:"\f823"}.bi-unity::before{content:"\f824"}.bi-universal-access-circle::before{content:"\f825"}.bi-universal-access::before{content:"\f826"}.bi-virus::before{content:"\f827"}.bi-virus2::before{content:"\f828"}.bi-wechat::before{content:"\f829"}.bi-yelp::before{content:"\f82a"}.bi-sign-stop-fill::before{content:"\f82b"}.bi-sign-stop-lights-fill::before{content:"\f82c"}.bi-sign-stop-lights::before{content:"\f82d"}.bi-sign-stop::before{content:"\f82e"}.bi-sign-turn-left-fill::before{content:"\f82f"}.bi-sign-turn-left::before{content:"\f830"}.bi-sign-turn-right-fill::before{content:"\f831"}.bi-sign-turn-right::before{content:"\f832"}.bi-sign-turn-slight-left-fill::before{content:"\f833"}.bi-sign-turn-slight-left::before{content:"\f834"}.bi-sign-turn-slight-right-fill::before{content:"\f835"}.bi-sign-turn-slight-right::before{content:"\f836"}.bi-sign-yield-fill::before{content:"\f837"}.bi-sign-yield::before{content:"\f838"}.bi-ev-station-fill::before{content:"\f839"}.bi-ev-station::before{content:"\f83a"}.bi-fuel-pump-diesel-fill::before{content:"\f83b"}.bi-fuel-pump-diesel::before{content:"\f83c"}.bi-fuel-pump-fill::before{content:"\f83d"}.bi-fuel-pump::before{content:"\f83e"}.bi-0-circle-fill::before{content:"\f83f"}.bi-0-circle::before{content:"\f840"}.bi-0-square-fill::before{content:"\f841"}.bi-0-square::before{content:"\f842"}.bi-rocket-fill::before{content:"\f843"}.bi-rocket-takeoff-fill::before{content:"\f844"}.bi-rocket-takeoff::before{content:"\f845"}.bi-rocket::before{content:"\f846"}.bi-stripe::before{content:"\f847"}.bi-subscript::before{content:"\f848"}.bi-superscript::before{content:"\f849"}.bi-trello::before{content:"\f84a"}.bi-envelope-at-fill::before{content:"\f84b"}.bi-envelope-at::before{content:"\f84c"}.bi-regex::before{content:"\f84d"}.bi-text-wrap::before{content:"\f84e"}.bi-sign-dead-end-fill::before{content:"\f84f"}.bi-sign-dead-end::before{content:"\f850"}.bi-sign-do-not-enter-fill::before{content:"\f851"}.bi-sign-do-not-enter::before{content:"\f852"}.bi-sign-intersection-fill::before{content:"\f853"}.bi-sign-intersection-side-fill::before{content:"\f854"}.bi-sign-intersection-side::before{content:"\f855"}.bi-sign-intersection-t-fill::before{content:"\f856"}.bi-sign-intersection-t::before{content:"\f857"}.bi-sign-intersection-y-fill::before{content:"\f858"}.bi-sign-intersection-y::before{content:"\f859"}.bi-sign-intersection::before{content:"\f85a"}.bi-sign-merge-left-fill::before{content:"\f85b"}.bi-sign-merge-left::before{content:"\f85c"}.bi-sign-merge-right-fill::before{content:"\f85d"}.bi-sign-merge-right::before{content:"\f85e"}.bi-sign-no-left-turn-fill::before{content:"\f85f"}.bi-sign-no-left-turn::before{content:"\f860"}.bi-sign-no-parking-fill::before{content:"\f861"}.bi-sign-no-parking::before{content:"\f862"}.bi-sign-no-right-turn-fill::before{content:"\f863"}.bi-sign-no-right-turn::before{content:"\f864"}.bi-sign-railroad-fill::before{content:"\f865"}.bi-sign-railroad::before{content:"\f866"}.bi-building-add::before{content:"\f867"}.bi-building-check::before{content:"\f868"}.bi-building-dash::before{content:"\f869"}.bi-building-down::before{content:"\f86a"}.bi-building-exclamation::before{content:"\f86b"}.bi-building-fill-add::before{content:"\f86c"}.bi-building-fill-check::before{content:"\f86d"}.bi-building-fill-dash::before{content:"\f86e"}.bi-building-fill-down::before{content:"\f86f"}.bi-building-fill-exclamation::before{content:"\f870"}.bi-building-fill-gear::before{content:"\f871"}.bi-building-fill-lock::before{content:"\f872"}.bi-building-fill-slash::before{content:"\f873"}.bi-building-fill-up::before{content:"\f874"}.bi-building-fill-x::before{content:"\f875"}.bi-building-fill::before{content:"\f876"}.bi-building-gear::before{content:"\f877"}.bi-building-lock::before{content:"\f878"}.bi-building-slash::before{content:"\f879"}.bi-building-up::before{content:"\f87a"}.bi-building-x::before{content:"\f87b"}.bi-buildings-fill::before{content:"\f87c"}.bi-buildings::before{content:"\f87d"}.bi-bus-front-fill::before{content:"\f87e"}.bi-bus-front::before{content:"\f87f"}.bi-ev-front-fill::before{content:"\f880"}.bi-ev-front::before{content:"\f881"}.bi-globe-americas::before{content:"\f882"}.bi-globe-asia-australia::before{content:"\f883"}.bi-globe-central-south-asia::before{content:"\f884"}.bi-globe-europe-africa::before{content:"\f885"}.bi-house-add-fill::before{content:"\f886"}.bi-house-add::before{content:"\f887"}.bi-house-check-fill::before{content:"\f888"}.bi-house-check::before{content:"\f889"}.bi-house-dash-fill::before{content:"\f88a"}.bi-house-dash::before{content:"\f88b"}.bi-house-down-fill::before{content:"\f88c"}.bi-house-down::before{content:"\f88d"}.bi-house-exclamation-fill::before{content:"\f88e"}.bi-house-exclamation::before{content:"\f88f"}.bi-house-gear-fill::before{content:"\f890"}.bi-house-gear::before{content:"\f891"}.bi-house-lock-fill::before{content:"\f892"}.bi-house-lock::before{content:"\f893"}.bi-house-slash-fill::before{content:"\f894"}.bi-house-slash::before{content:"\f895"}.bi-house-up-fill::before{content:"\f896"}.bi-house-up::before{content:"\f897"}.bi-house-x-fill::before{content:"\f898"}.bi-house-x::before{content:"\f899"}.bi-person-add::before{content:"\f89a"}.bi-person-down::before{content:"\f89b"}.bi-person-exclamation::before{content:"\f89c"}.bi-person-fill-add::before{content:"\f89d"}.bi-person-fill-check::before{content:"\f89e"}.bi-person-fill-dash::before{content:"\f89f"}.bi-person-fill-down::before{content:"\f8a0"}.bi-person-fill-exclamation::before{content:"\f8a1"}.bi-person-fill-gear::before{content:"\f8a2"}.bi-person-fill-lock::before{content:"\f8a3"}.bi-person-fill-slash::before{content:"\f8a4"}.bi-person-fill-up::before{content:"\f8a5"}.bi-person-fill-x::before{content:"\f8a6"}.bi-person-gear::before{content:"\f8a7"}.bi-person-lock::before{content:"\f8a8"}.bi-person-slash::before{content:"\f8a9"}.bi-person-up::before{content:"\f8aa"}.bi-scooter::before{content:"\f8ab"}.bi-taxi-front-fill::before{content:"\f8ac"}.bi-taxi-front::before{content:"\f8ad"}.bi-amd::before{content:"\f8ae"}.bi-database-add::before{content:"\f8af"}.bi-database-check::before{content:"\f8b0"}.bi-database-dash::before{content:"\f8b1"}.bi-database-down::before{content:"\f8b2"}.bi-database-exclamation::before{content:"\f8b3"}.bi-database-fill-add::before{content:"\f8b4"}.bi-database-fill-check::before{content:"\f8b5"}.bi-database-fill-dash::before{content:"\f8b6"}.bi-database-fill-down::before{content:"\f8b7"}.bi-database-fill-exclamation::before{content:"\f8b8"}.bi-database-fill-gear::before{content:"\f8b9"}.bi-database-fill-lock::before{content:"\f8ba"}.bi-database-fill-slash::before{content:"\f8bb"}.bi-database-fill-up::before{content:"\f8bc"}.bi-database-fill-x::before{content:"\f8bd"}.bi-database-fill::before{content:"\f8be"}.bi-database-gear::before{content:"\f8bf"}.bi-database-lock::before{content:"\f8c0"}.bi-database-slash::before{content:"\f8c1"}.bi-database-up::before{content:"\f8c2"}.bi-database-x::before{content:"\f8c3"}.bi-database::before{content:"\f8c4"}.bi-houses-fill::before{content:"\f8c5"}.bi-houses::before{content:"\f8c6"}.bi-nvidia::before{content:"\f8c7"}.bi-person-vcard-fill::before{content:"\f8c8"}.bi-person-vcard::before{content:"\f8c9"}.bi-sina-weibo::before{content:"\f8ca"}.bi-tencent-qq::before{content:"\f8cb"}.bi-wikipedia::before{content:"\f8cc"}.bi-alphabet-uppercase::before{content:"\f2a5"}.bi-alphabet::before{content:"\f68a"}.bi-amazon::before{content:"\f68d"}.bi-arrows-collapse-vertical::before{content:"\f690"}.bi-arrows-expand-vertical::before{content:"\f695"}.bi-arrows-vertical::before{content:"\f698"}.bi-arrows::before{content:"\f6a2"}.bi-ban-fill::before{content:"\f6a3"}.bi-ban::before{content:"\f6b6"}.bi-bing::before{content:"\f6c2"}.bi-cake::before{content:"\f6e0"}.bi-cake2::before{content:"\f6ed"}.bi-cookie::before{content:"\f6ee"}.bi-copy::before{content:"\f759"}.bi-crosshair::before{content:"\f769"}.bi-crosshair2::before{content:"\f794"}.bi-emoji-astonished-fill::before{content:"\f795"}.bi-emoji-astonished::before{content:"\f79a"}.bi-emoji-grimace-fill::before{content:"\f79b"}.bi-emoji-grimace::before{content:"\f7a0"}.bi-emoji-grin-fill::before{content:"\f7a1"}.bi-emoji-grin::before{content:"\f7a6"}.bi-emoji-surprise-fill::before{content:"\f7a7"}.bi-emoji-surprise::before{content:"\f7ac"}.bi-emoji-tear-fill::before{content:"\f7ad"}.bi-emoji-tear::before{content:"\f7b2"}.bi-envelope-arrow-down-fill::before{content:"\f7b3"}.bi-envelope-arrow-down::before{content:"\f7b8"}.bi-envelope-arrow-up-fill::before{content:"\f7b9"}.bi-envelope-arrow-up::before{content:"\f7be"}.bi-feather::before{content:"\f7bf"}.bi-feather2::before{content:"\f7c4"}.bi-floppy-fill::before{content:"\f7c5"}.bi-floppy::before{content:"\f7d8"}.bi-floppy2-fill::before{content:"\f7d9"}.bi-floppy2::before{content:"\f7e4"}.bi-gitlab::before{content:"\f7e5"}.bi-highlighter::before{content:"\f7f8"}.bi-marker-tip::before{content:"\f802"}.bi-nvme-fill::before{content:"\f803"}.bi-nvme::before{content:"\f80c"}.bi-opencollective::before{content:"\f80d"}.bi-pci-card-network::before{content:"\f8cd"}.bi-pci-card-sound::before{content:"\f8ce"}.bi-radar::before{content:"\f8cf"}.bi-send-arrow-down-fill::before{content:"\f8d0"}.bi-send-arrow-down::before{content:"\f8d1"}.bi-send-arrow-up-fill::before{content:"\f8d2"}.bi-send-arrow-up::before{content:"\f8d3"}.bi-sim-slash-fill::before{content:"\f8d4"}.bi-sim-slash::before{content:"\f8d5"}.bi-sourceforge::before{content:"\f8d6"}.bi-substack::before{content:"\f8d7"}.bi-threads-fill::before{content:"\f8d8"}.bi-threads::before{content:"\f8d9"}.bi-transparency::before{content:"\f8da"}.bi-twitter-x::before{content:"\f8db"}.bi-type-h4::before{content:"\f8dc"}.bi-type-h5::before{content:"\f8dd"}.bi-type-h6::before{content:"\f8de"}.bi-backpack-fill::before{content:"\f8df"}.bi-backpack::before{content:"\f8e0"}.bi-backpack2-fill::before{content:"\f8e1"}.bi-backpack2::before{content:"\f8e2"}.bi-backpack3-fill::before{content:"\f8e3"}.bi-backpack3::before{content:"\f8e4"}.bi-backpack4-fill::before{content:"\f8e5"}.bi-backpack4::before{content:"\f8e6"}.bi-brilliance::before{content:"\f8e7"}.bi-cake-fill::before{content:"\f8e8"}.bi-cake2-fill::before{content:"\f8e9"}.bi-duffle-fill::before{content:"\f8ea"}.bi-duffle::before{content:"\f8eb"}.bi-exposure::before{content:"\f8ec"}.bi-gender-neuter::before{content:"\f8ed"}.bi-highlights::before{content:"\f8ee"}.bi-luggage-fill::before{content:"\f8ef"}.bi-luggage::before{content:"\f8f0"}.bi-mailbox-flag::before{content:"\f8f1"}.bi-mailbox2-flag::before{content:"\f8f2"}.bi-noise-reduction::before{content:"\f8f3"}.bi-passport-fill::before{content:"\f8f4"}.bi-passport::before{content:"\f8f5"}.bi-person-arms-up::before{content:"\f8f6"}.bi-person-raised-hand::before{content:"\f8f7"}.bi-person-standing-dress::before{content:"\f8f8"}.bi-person-standing::before{content:"\f8f9"}.bi-person-walking::before{content:"\f8fa"}.bi-person-wheelchair::before{content:"\f8fb"}.bi-shadows::before{content:"\f8fc"}.bi-suitcase-fill::before{content:"\f8fd"}.bi-suitcase-lg-fill::before{content:"\f8fe"}.bi-suitcase-lg::before{content:"\f8ff"}.bi-suitcase::before{content:"\f900"}.bi-suitcase2-fill::before{content:"\f901"}.bi-suitcase2::before{content:"\f902"}.bi-vignette::before{content:"\f903"}.iti .iti__flag.iti__globe{background-image: url(data:image/webp;base64,UklGRhACAABXRUJQVlA4TAMCAAAvE8AEELXIsW1bDRvNfyhqXbni6J0ryczMbjMEHsQJM3NMEZIYSSAAxrZt28bPtm3btm3btm3Vtm27l+oDIoUnKdniFeBt9pOHqLbEqleaVP7uYxN8y1e+rOPDiKq4agimSPQBkVfMX4BPvKBgjzwzsCcor+vVJepkpLcl9gGhTH7m2qCWPqVHvw7abHzmUEdSb07AdbFktLQTkwtk9Ho0EWW2LvBdJ6n5OAC7BObxt8qraE5JrqwM8+xtTPnE32Vuccqvq0wklRWVHrUmkpe+q10Qq0cUnYirjDSpDEKnlIyylv8OmOsoq4YHcbFcv84xLogMQv8GxQguMVBJ0gTVnx65+eYQK3gOT8J5SgsD1c9DRtNHe85zREcmg3dcXgSfD0BJJ5GGhkC/jFRKRrk60n/iMhmb4HcPTFao6fAB0eeMrLBp1SAV5q97yMA9YX6vgiOTyq1FLqX3s2FmLzMM8GYXuEn77yXgPkXDGffS95Zb1U8nu1xHCv0RPJuiaAimOPiyAP7Nco70nURDgByHGEhBZ9SS8fkQcfazOK1jAJ8GGdyr1nt6yjI+709BlS2xUySSvYWPYAVHyL3bjokhfm9gB5Q0BA3hA0L/PCAymRsYwA8+HYGCXu8+lsDFzqgh8JX6qiW2d8zXTfTYBXaL/JSio3evfOrOnoMeflSqT+5UAQA=) !important;}
:root{--iti-border-gray:#ccc;--iti-text-gray:#999;--iti-hover-color:rgba(0, 0, 0, 0.05);--iti-border-color:var(--iti-border-gray);--iti-dialcode-color:var(--iti-text-gray);--iti-dropdown-bg:white;--iti-spacer-horizontal:8px;--iti-flag-height:15px;--iti-flag-width:20px;--iti-border-width:1px;--iti-arrow-height:4px;--iti-arrow-width:6px;--iti-triangle-border:calc(var(--iti-arrow-width) / 2);--iti-arrow-padding:6px;--iti-arrow-color:#555;--iti-input-padding:6px;--iti-right-hand-selected-country-padding:calc(var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) + var(--iti-flag-width));--iti-selected-country-arrow-padding:calc(var(--iti-arrow-padding) + var(--iti-arrow-padding) + var(--iti-flag-width) + var(--iti-spacer-horizontal) + var(--iti-arrow-width) + var(--iti-input-padding));--iti-path-flags-1x:url(//cdsw.pl/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/img/flags.webp);--iti-path-flags-2x:url(//cdsw.pl/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/img/flags@2x.webp);--iti-path-globe-1x:url(//cdsw.pl/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/img/globe.webp);--iti-path-globe-2x:url(//cdsw.pl/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/img/globe@2x.webp);--iti-flag-sprite-width:5762px;--iti-flag-sprite-height:15px;--iti-mobile-popup-margin:30px}.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti__a11y-text{width:1px;height:1px;clip:rect(1px,1px,1px,1px);overflow:hidden;position:absolute}.iti input.iti__tel-input,.iti input.iti__tel-input[type=tel],.iti input.iti__tel-input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:var(--iti-right-hand-selected-country-padding);margin-right:0}.iti__country-container{position:absolute;top:0;bottom:0;right:0;padding:var(--iti-border-width)}.iti__selected-country{z-index:1;position:relative;display:flex;align-items:center;height:100%;background:0 0;border:0;margin:0;padding:0;font-family:inherit;font-size:inherit;color:inherit;border-radius:0;font-weight:inherit;line-height:inherit;text-decoration:none}.iti__selected-country-primary{display:flex;align-items:center;height:100%;padding:0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal)}.iti__arrow{margin-left:var(--iti-arrow-padding);width:0;height:0;border-left:var(--iti-triangle-border) solid transparent;border-right:var(--iti-triangle-border) solid transparent;border-top:var(--iti-arrow-height) solid var(--iti-arrow-color)}[dir=rtl] .iti__arrow{margin-right:var(--iti-arrow-padding);margin-left:0}.iti__arrow--up{border-top:none;border-bottom:var(--iti-arrow-height) solid var(--iti-arrow-color)}.iti__dropdown-content{border-radius:3px;background-color:var(--iti-dropdown-bg)}.iti--inline-dropdown .iti__dropdown-content{position:absolute;z-index:2;margin-top:3px;margin-left:calc(var(--iti-border-width) * -1);border:var(--iti-border-width) solid var(--iti-border-color);box-shadow:1px 1px 4px rgba(0,0,0,.2)}.iti__search-input{width:100%;border-width:0;border-radius:3px;padding:9px 12px}.iti__search-input+.iti__country-list{border-top:1px solid var(--iti-border-color)}.iti__country-list{list-style:none;padding:0;margin:0;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti--inline-dropdown .iti__country-list{max-height:185px}.iti--flexible-dropdown-width .iti__country-list{white-space:nowrap}@media (max-width:500px){.iti--flexible-dropdown-width .iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:var(--iti-flag-width)}.iti__country{display:flex;align-items:center;padding:8px var(--iti-spacer-horizontal);outline:0}.iti__dial-code{color:var(--iti-dialcode-color)}.iti__country.iti__highlight{background-color:var(--iti-hover-color)}.iti__country-name,.iti__flag-box{margin-right:var(--iti-spacer-horizontal)}[dir=rtl] .iti__country-name,[dir=rtl] .iti__flag-box{margin-right:0;margin-left:var(--iti-spacer-horizontal)}.iti--allow-dropdown input.iti__tel-input,.iti--allow-dropdown input.iti__tel-input[type=tel],.iti--allow-dropdown input.iti__tel-input[type=text]{padding-right:var(--iti-input-padding);padding-left:var(--iti-selected-country-arrow-padding);margin-left:0}[dir=rtl] .iti--allow-dropdown input.iti__tel-input,[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel],[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text]{padding-right:var(--iti-selected-country-arrow-padding);padding-left:var(--iti-input-padding);margin-right:0}.iti--allow-dropdown .iti__country-container{right:auto;left:0}[dir=rtl] .iti--allow-dropdown .iti__country-container{right:0;left:auto}.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover,.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button{cursor:pointer}.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary{background-color:var(--iti-hover-color)}.iti .iti__selected-dial-code{margin-left:4px}[dir=rtl] .iti .iti__selected-dial-code{margin-left:0;margin-right:4px}.iti--container{position:fixed;top:-1000px;left:-1000px;z-index:1060;padding:var(--iti-border-width)}.iti--container:hover{cursor:pointer}.iti--fullscreen-popup.iti--container{background-color:rgba(0,0,0,.5);top:0;bottom:0;left:0;right:0;position:fixed;padding:var(--iti-mobile-popup-margin);display:flex;flex-direction:column;justify-content:flex-start}.iti--fullscreen-popup .iti__dropdown-content{display:flex;flex-direction:column;max-height:100%;position:relative}.iti--fullscreen-popup .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{--iti-flag-offset:0px;--iti-flag-width:20px;--iti-flag-height:14px;height:var(--iti-flag-height);width:var(--iti-flag-width);box-shadow:0 0 1px 0 #888;background-image:var(--iti-path-flags-1x);background-repeat:no-repeat;background-position:var(--iti-flag-offset) 0;background-size:var(--iti-flag-sprite-width) var(--iti-flag-sprite-height)}.iti__np{--iti-flag-width:13px}.iti__ch,.iti__va{--iti-flag-width:15px}.iti__be,.iti__ne{--iti-flag-width:18px}.iti__mc{--iti-flag-width:19px}.iti__ac,.iti__ae,.iti__ai,.iti__am,.iti__as,.iti__au,.iti__az,.iti__ba,.iti__bm,.iti__bn,.iti__bs,.iti__by,.iti__ca,.iti__cc,.iti__ck,.iti__cu,.iti__cx,.iti__dg,.iti__dm,.iti__eh,.iti__er,.iti__et,.iti__fj,.iti__fk,.iti__gb,.iti__gi,.iti__gs,.iti__gw,.iti__hm,.iti__hn,.iti__hr,.iti__hu,.iti__ie,.iti__im,.iti__io,.iti__jm,.iti__jo,.iti__ki,.iti__kp,.iti__kw,.iti__ky,.iti__kz,.iti__lc,.iti__lk,.iti__lv,.iti__ly,.iti__md,.iti__me,.iti__mk,.iti__mn,.iti__mp,.iti__ms,.iti__my,.iti__nc,.iti__nf,.iti__ng,.iti__nr,.iti__nu,.iti__nz,.iti__om,.iti__ph,.iti__pn,.iti__ps,.iti__sb,.iti__sc,.iti__sd,.iti__sh,.iti__si,.iti__ss,.iti__st,.iti__su,.iti__ta,.iti__tc,.iti__tj,.iti__tk,.iti__tl,.iti__to,.iti__tv,.iti__uk,.iti__uz,.iti__vg,.iti__ws,.iti__zw{--iti-flag-height:10px}.iti__fm,.iti__gu,.iti__lr,.iti__mh,.iti__py,.iti__um,.iti__us{--iti-flag-height:11px}.iti__bd,.iti__bg,.iti__bh,.iti__bi,.iti__bz,.iti__cq,.iti__cr,.iti__cv,.iti__de,.iti__fi,.iti__gd,.iti__gy,.iti__ht,.iti__ir,.iti__je,.iti__kg,.iti__km,.iti__li,.iti__lt,.iti__lu,.iti__mx,.iti__ni,.iti__sv,.iti__tt,.iti__vu{--iti-flag-height:12px}.iti__ar,.iti__ax,.iti__ee,.iti__gt,.iti__kh,.iti__pl,.iti__pw,.iti__se,.iti__tg{--iti-flag-height:13px}.iti__al,.iti__be,.iti__bv,.iti__cd,.iti__ch,.iti__dk,.iti__fo,.iti__ga,.iti__il,.iti__is,.iti__mc,.iti__ne,.iti__no,.iti__np,.iti__pg,.iti__sj,.iti__sm,.iti__va,.iti__xk{--iti-flag-height:15px}.iti__qa{--iti-flag-height:8px}.iti__ac{--iti-flag-offset:0px}.iti__ad{--iti-flag-offset:-22px}.iti__ae{--iti-flag-offset:-44px}.iti__af{--iti-flag-offset:-66px}.iti__ag{--iti-flag-offset:-88px}.iti__ai{--iti-flag-offset:-110px}.iti__al{--iti-flag-offset:-132px}.iti__am{--iti-flag-offset:-154px}.iti__ao{--iti-flag-offset:-176px}.iti__aq{--iti-flag-offset:-198px}.iti__ar{--iti-flag-offset:-220px}.iti__as{--iti-flag-offset:-242px}.iti__at{--iti-flag-offset:-264px}.iti__au{--iti-flag-offset:-286px}.iti__aw{--iti-flag-offset:-308px}.iti__ax{--iti-flag-offset:-330px}.iti__az{--iti-flag-offset:-352px}.iti__ba{--iti-flag-offset:-374px}.iti__bb{--iti-flag-offset:-396px}.iti__bd{--iti-flag-offset:-418px}.iti__be{--iti-flag-offset:-440px}.iti__bf{--iti-flag-offset:-460px}.iti__bg{--iti-flag-offset:-482px}.iti__bh{--iti-flag-offset:-504px}.iti__bi{--iti-flag-offset:-526px}.iti__bj{--iti-flag-offset:-548px}.iti__bl{--iti-flag-offset:-570px}.iti__bm{--iti-flag-offset:-592px}.iti__bn{--iti-flag-offset:-614px}.iti__bo{--iti-flag-offset:-636px}.iti__bq{--iti-flag-offset:-658px}.iti__br{--iti-flag-offset:-680px}.iti__bs{--iti-flag-offset:-702px}.iti__bt{--iti-flag-offset:-724px}.iti__bv{--iti-flag-offset:-746px}.iti__bw{--iti-flag-offset:-768px}.iti__by{--iti-flag-offset:-790px}.iti__bz{--iti-flag-offset:-812px}.iti__ca{--iti-flag-offset:-834px}.iti__cc{--iti-flag-offset:-856px}.iti__cd{--iti-flag-offset:-878px}.iti__cf{--iti-flag-offset:-900px}.iti__cg{--iti-flag-offset:-922px}.iti__ch{--iti-flag-offset:-944px}.iti__ci{--iti-flag-offset:-961px}.iti__ck{--iti-flag-offset:-983px}.iti__cl{--iti-flag-offset:-1005px}.iti__cm{--iti-flag-offset:-1027px}.iti__cn{--iti-flag-offset:-1049px}.iti__co{--iti-flag-offset:-1071px}.iti__cp{--iti-flag-offset:-1093px}.iti__cq{--iti-flag-offset:-1115px}.iti__cr{--iti-flag-offset:-1137px}.iti__cu{--iti-flag-offset:-1159px}.iti__cv{--iti-flag-offset:-1181px}.iti__cw{--iti-flag-offset:-1203px}.iti__cx{--iti-flag-offset:-1225px}.iti__cy{--iti-flag-offset:-1247px}.iti__cz{--iti-flag-offset:-1269px}.iti__de{--iti-flag-offset:-1291px}.iti__dg{--iti-flag-offset:-1313px}.iti__dj{--iti-flag-offset:-1335px}.iti__dk{--iti-flag-offset:-1357px}.iti__dm{--iti-flag-offset:-1379px}.iti__do{--iti-flag-offset:-1401px}.iti__dz{--iti-flag-offset:-1423px}.iti__ea{--iti-flag-offset:-1445px}.iti__ec{--iti-flag-offset:-1467px}.iti__ee{--iti-flag-offset:-1489px}.iti__eg{--iti-flag-offset:-1511px}.iti__eh{--iti-flag-offset:-1533px}.iti__er{--iti-flag-offset:-1555px}.iti__es{--iti-flag-offset:-1577px}.iti__et{--iti-flag-offset:-1599px}.iti__eu{--iti-flag-offset:-1621px}.iti__ez{--iti-flag-offset:-1643px}.iti__fi{--iti-flag-offset:-1665px}.iti__fj{--iti-flag-offset:-1687px}.iti__fk{--iti-flag-offset:-1709px}.iti__fm{--iti-flag-offset:-1731px}.iti__fo{--iti-flag-offset:-1753px}.iti__fr{--iti-flag-offset:-1775px}.iti__fx{--iti-flag-offset:-1797px}.iti__ga{--iti-flag-offset:-1819px}.iti__gb{--iti-flag-offset:-1841px}.iti__gd{--iti-flag-offset:-1863px}.iti__ge{--iti-flag-offset:-1885px}.iti__gf{--iti-flag-offset:-1907px}.iti__gg{--iti-flag-offset:-1929px}.iti__gh{--iti-flag-offset:-1951px}.iti__gi{--iti-flag-offset:-1973px}.iti__gl{--iti-flag-offset:-1995px}.iti__gm{--iti-flag-offset:-2017px}.iti__gn{--iti-flag-offset:-2039px}.iti__gp{--iti-flag-offset:-2061px}.iti__gq{--iti-flag-offset:-2083px}.iti__gr{--iti-flag-offset:-2105px}.iti__gs{--iti-flag-offset:-2127px}.iti__gt{--iti-flag-offset:-2149px}.iti__gu{--iti-flag-offset:-2171px}.iti__gw{--iti-flag-offset:-2193px}.iti__gy{--iti-flag-offset:-2215px}.iti__hk{--iti-flag-offset:-2237px}.iti__hm{--iti-flag-offset:-2259px}.iti__hn{--iti-flag-offset:-2281px}.iti__hr{--iti-flag-offset:-2303px}.iti__ht{--iti-flag-offset:-2325px}.iti__hu{--iti-flag-offset:-2347px}.iti__ic{--iti-flag-offset:-2369px}.iti__id{--iti-flag-offset:-2391px}.iti__ie{--iti-flag-offset:-2413px}.iti__il{--iti-flag-offset:-2435px}.iti__im{--iti-flag-offset:-2457px}.iti__in{--iti-flag-offset:-2479px}.iti__io{--iti-flag-offset:-2501px}.iti__iq{--iti-flag-offset:-2523px}.iti__ir{--iti-flag-offset:-2545px}.iti__is{--iti-flag-offset:-2567px}.iti__it{--iti-flag-offset:-2589px}.iti__je{--iti-flag-offset:-2611px}.iti__jm{--iti-flag-offset:-2633px}.iti__jo{--iti-flag-offset:-2655px}.iti__jp{--iti-flag-offset:-2677px}.iti__ke{--iti-flag-offset:-2699px}.iti__kg{--iti-flag-offset:-2721px}.iti__kh{--iti-flag-offset:-2743px}.iti__ki{--iti-flag-offset:-2765px}.iti__km{--iti-flag-offset:-2787px}.iti__kn{--iti-flag-offset:-2809px}.iti__kp{--iti-flag-offset:-2831px}.iti__kr{--iti-flag-offset:-2853px}.iti__kw{--iti-flag-offset:-2875px}.iti__ky{--iti-flag-offset:-2897px}.iti__kz{--iti-flag-offset:-2919px}.iti__la{--iti-flag-offset:-2941px}.iti__lb{--iti-flag-offset:-2963px}.iti__lc{--iti-flag-offset:-2985px}.iti__li{--iti-flag-offset:-3007px}.iti__lk{--iti-flag-offset:-3029px}.iti__lr{--iti-flag-offset:-3051px}.iti__ls{--iti-flag-offset:-3073px}.iti__lt{--iti-flag-offset:-3095px}.iti__lu{--iti-flag-offset:-3117px}.iti__lv{--iti-flag-offset:-3139px}.iti__ly{--iti-flag-offset:-3161px}.iti__ma{--iti-flag-offset:-3183px}.iti__mc{--iti-flag-offset:-3205px}.iti__md{--iti-flag-offset:-3226px}.iti__me{--iti-flag-offset:-3248px}.iti__mf{--iti-flag-offset:-3270px}.iti__mg{--iti-flag-offset:-3292px}.iti__mh{--iti-flag-offset:-3314px}.iti__mk{--iti-flag-offset:-3336px}.iti__ml{--iti-flag-offset:-3358px}.iti__mm{--iti-flag-offset:-3380px}.iti__mn{--iti-flag-offset:-3402px}.iti__mo{--iti-flag-offset:-3424px}.iti__mp{--iti-flag-offset:-3446px}.iti__mq{--iti-flag-offset:-3468px}.iti__mr{--iti-flag-offset:-3490px}.iti__ms{--iti-flag-offset:-3512px}.iti__mt{--iti-flag-offset:-3534px}.iti__mu{--iti-flag-offset:-3556px}.iti__mv{--iti-flag-offset:-3578px}.iti__mw{--iti-flag-offset:-3600px}.iti__mx{--iti-flag-offset:-3622px}.iti__my{--iti-flag-offset:-3644px}.iti__mz{--iti-flag-offset:-3666px}.iti__na{--iti-flag-offset:-3688px}.iti__nc{--iti-flag-offset:-3710px}.iti__ne{--iti-flag-offset:-3732px}.iti__nf{--iti-flag-offset:-3752px}.iti__ng{--iti-flag-offset:-3774px}.iti__ni{--iti-flag-offset:-3796px}.iti__nl{--iti-flag-offset:-3818px}.iti__no{--iti-flag-offset:-3840px}.iti__np{--iti-flag-offset:-3862px}.iti__nr{--iti-flag-offset:-3877px}.iti__nu{--iti-flag-offset:-3899px}.iti__nz{--iti-flag-offset:-3921px}.iti__om{--iti-flag-offset:-3943px}.iti__pa{--iti-flag-offset:-3965px}.iti__pe{--iti-flag-offset:-3987px}.iti__pf{--iti-flag-offset:-4009px}.iti__pg{--iti-flag-offset:-4031px}.iti__ph{--iti-flag-offset:-4053px}.iti__pk{--iti-flag-offset:-4075px}.iti__pl{--iti-flag-offset:-4097px}.iti__pm{--iti-flag-offset:-4119px}.iti__pn{--iti-flag-offset:-4141px}.iti__pr{--iti-flag-offset:-4163px}.iti__ps{--iti-flag-offset:-4185px}.iti__pt{--iti-flag-offset:-4207px}.iti__pw{--iti-flag-offset:-4229px}.iti__py{--iti-flag-offset:-4251px}.iti__qa{--iti-flag-offset:-4273px}.iti__re{--iti-flag-offset:-4295px}.iti__ro{--iti-flag-offset:-4317px}.iti__rs{--iti-flag-offset:-4339px}.iti__ru{--iti-flag-offset:-4361px}.iti__rw{--iti-flag-offset:-4383px}.iti__sa{--iti-flag-offset:-4405px}.iti__sb{--iti-flag-offset:-4427px}.iti__sc{--iti-flag-offset:-4449px}.iti__sd{--iti-flag-offset:-4471px}.iti__se{--iti-flag-offset:-4493px}.iti__sg{--iti-flag-offset:-4515px}.iti__sh{--iti-flag-offset:-4537px}.iti__si{--iti-flag-offset:-4559px}.iti__sj{--iti-flag-offset:-4581px}.iti__sk{--iti-flag-offset:-4603px}.iti__sl{--iti-flag-offset:-4625px}.iti__sm{--iti-flag-offset:-4647px}.iti__sn{--iti-flag-offset:-4669px}.iti__so{--iti-flag-offset:-4691px}.iti__sr{--iti-flag-offset:-4713px}.iti__ss{--iti-flag-offset:-4735px}.iti__st{--iti-flag-offset:-4757px}.iti__su{--iti-flag-offset:-4779px}.iti__sv{--iti-flag-offset:-4801px}.iti__sx{--iti-flag-offset:-4823px}.iti__sy{--iti-flag-offset:-4845px}.iti__sz{--iti-flag-offset:-4867px}.iti__ta{--iti-flag-offset:-4889px}.iti__tc{--iti-flag-offset:-4911px}.iti__td{--iti-flag-offset:-4933px}.iti__tf{--iti-flag-offset:-4955px}.iti__tg{--iti-flag-offset:-4977px}.iti__th{--iti-flag-offset:-4999px}.iti__tj{--iti-flag-offset:-5021px}.iti__tk{--iti-flag-offset:-5043px}.iti__tl{--iti-flag-offset:-5065px}.iti__tm{--iti-flag-offset:-5087px}.iti__tn{--iti-flag-offset:-5109px}.iti__to{--iti-flag-offset:-5131px}.iti__tr{--iti-flag-offset:-5153px}.iti__tt{--iti-flag-offset:-5175px}.iti__tv{--iti-flag-offset:-5197px}.iti__tw{--iti-flag-offset:-5219px}.iti__tz{--iti-flag-offset:-5241px}.iti__ua{--iti-flag-offset:-5263px}.iti__ug{--iti-flag-offset:-5285px}.iti__uk{--iti-flag-offset:-5307px}.iti__um{--iti-flag-offset:-5329px}.iti__un{--iti-flag-offset:-5351px}.iti__us{--iti-flag-offset:-5373px}.iti__uy{--iti-flag-offset:-5395px}.iti__uz{--iti-flag-offset:-5417px}.iti__va{--iti-flag-offset:-5439px}.iti__vc{--iti-flag-offset:-5456px}.iti__ve{--iti-flag-offset:-5478px}.iti__vg{--iti-flag-offset:-5500px}.iti__vi{--iti-flag-offset:-5522px}.iti__vn{--iti-flag-offset:-5544px}.iti__vu{--iti-flag-offset:-5566px}.iti__wf{--iti-flag-offset:-5588px}.iti__ws{--iti-flag-offset:-5610px}.iti__xk{--iti-flag-offset:-5632px}.iti__ye{--iti-flag-offset:-5654px}.iti__yt{--iti-flag-offset:-5676px}.iti__za{--iti-flag-offset:-5698px}.iti__zm{--iti-flag-offset:-5720px}.iti__zw{--iti-flag-offset:-5742px}.iti__globe{background-image:var(--iti-path-globe-1x);background-size:contain;background-position:right;box-shadow:none;height:19px}@media (min-resolution:2x){.iti__flag{background-image:var(--iti-path-flags-2x)}.iti__globe{background-image:var(--iti-path-globe-2x)}}:root {
    --bookly-css-version: "26.4";
}

.bookly-list-none {
    list-style: none;
}

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

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

.bookly-clear {
    clear: both !important;
}

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

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

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

.bookly-list {
    margin-left: 10px !important;
}

.bookly-clear-bottom {
    margin-bottom: 0 !important;
}

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

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

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

.bookly-btn {
    text-decoration: none;
}

.bookly-btn[disabled], .bookly-btn-submit[disabled] {
    opacity: 0.5;
}

.bookly-font-mono {
    font-family: monospace !important;
}

/* Layout */
.bookly-box {
    margin: 0 0 20px;
    overflow: hidden;
}

.bookly-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.bookly-table > * {
    display: table-cell;
    vertical-align: top;
    width: auto;
}

.bookly-table::before,
.bookly-table::after {
    content: unset !important;
}

/* Form Elements */
.bookly-form {
    margin: 0 auto;
}

.bookly-form * {
    box-sizing: border-box;
    font-family: inherit;
    font-size: 14px;
    line-height: inherit;
}

.bookly-form input[type="text"],
.bookly-form input[type="tel"],
.bookly-form input[type="number"],
.bookly-form input[type="password"],
.bookly-form select,
.bookly-form textarea {
    font-size: 14px !important;
    line-height: normal !important;
    border: 1px solid silver !important;
    border-radius: 4px !important;
    width: 100% !important;
}

.bookly-form input[type="text"],
.bookly-form input[type="tel"],
.bookly-form input[type="number"],
.bookly-form input[type="password"],
.bookly-form select {
    height: auto !important;
}

.bookly-form input[type="text"],
.bookly-form input[type="tel"],
.bookly-form input[type="checkbox"],
.bookly-form input[type="radio"],
.bookly-form input[type="number"],
.bookly-form input[type="password"],
.bookly-form select,
.bookly-form textarea {
    display: inline-block;
    margin: 0 !important;
    outline: none !important;
}

.bookly-form input[type="text"],
.bookly-form input[type="tel"],
.bookly-form input[type="number"],
.bookly-form input[type="password"],
.bookly-form textarea {
    padding-top: 6px !important;
    padding-bottom: 5px !important;
    padding-right: 7px !important;
}

.bookly-form input[type="text"]:not(.iti__tel-input),
.bookly-form input[type="tel"]:not(.iti__tel-input),
.bookly-form input[type="number"],
.bookly-form input[type="password"],
.bookly-form textarea {
    padding-left: 7px !important;
}

.bookly-form select {
    padding: 5px 6px 4px !important;
}

.bookly-form label {
    display: inline;
    float: none;
    font-size: 14px;
}

.bookly-form label:not(.bookly-col-label) {
    width: auto;
}

.bookly-form img {
    display: inline;
}

.bookly-form .bookly-label-error {
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
}

.bookly-form .bookly-btn + input[type=file] {
    width: 0;
    height: 0;
    opacity: 0;
    display: block;
}

.bookly-form-group > label {
    display: inline-block;
    font-weight: bold;
    padding: 0 !important;
    margin: 0 !important;
}

.bookly-form-group > div {
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.bookly-form-group:not(:last-child) > div {
    margin-right: 14px;
}

/* Buttons */
.bookly-nav-steps {
    padding-top: 20px !important;
    border-top: 1px solid silver !important;
    overflow: hidden;
}

.bookly-box.bookly-nav-steps {
    margin-bottom: 10px;
    margin-left: -5px;
    margin-right: -5px;
}

.bookly-box.bookly-nav-steps button {
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
}

.bookly-btn {
    padding: 9px 18px !important;
    border: 0 !important;
    min-width: 118px;
    display: block;
    text-align: center;
    line-height: normal;
    border-radius: 4px !important;
    background: var(--bookly-main-color);
    cursor: pointer !important;
    height: auto !important;
    outline: none !important;
}

.bookly-btn,
.bookly-btn > span {
    color: #fff !important;
    font-size: 18px !important;
    line-height: 17px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

button.bookly-btn:hover,
button.bookly-btn:active,
button.bookly-round:hover,
button.bookly-round:active,
button.bookly-square:hover,
button.bookly-square:active {
    background-image: none !important;
}

.bookly-time-next,
.bookly-time-prev {
    min-width: 60px;
    height: 35px !important;
    padding: 0 5px !important;
}

.bookly-time-next {
    background-position: 50% -56px;
}

.bookly-time-prev {
    background-position: 50% 8px;
}

.bookly-square,
.bookly-round {
    width: 28px;
    height: 28px;
    padding: 0 !important;
    line-height: 0 !important;
    border: 0 !important;
    outline: none !important;
    background-repeat: no-repeat;
}

.bookly-round {
    border-radius: 50% !important;
}

span.bookly-round {
    display: block;
}

.bookly-square {
    border-radius: 15%;
}

.bookly-checkbox-group > input[type='checkbox'] {
    width: 0 !important;
    height: 0 !important;
    max-width: 0px !important;
    max-height: 0px !important;
    min-width: 0px !important;
    min-height: 0px !important;
    opacity: 0;
}

.bookly-checkbox-group > input[type='checkbox']:focus + label > i {
    border-radius: 3px;
    outline: 0;
    box-shadow: 0px 0px 1px 0px rgba(37, 0, 255, 1) inset;
}

.bookly-checkbox-group > input[type='checkbox'] + label > i {
    width: 28px;
    height: 28px;
    border: 2px solid var(--bookly-main-color);
    border-radius: 4px;
}

.bookly-checkbox-group > input[type='checkbox']:checked + label > i {
    background-image: url(//cdsw.pl/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/check-square.svg);
    background-color: var(--bookly-main-color);
    background-repeat: no-repeat;
    background-size: cover;
}

.bookly-checkbox-group > input[type='checkbox']:disabled + label > i {
    background-image: url(//cdsw.pl/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/x.svg) !important;
    opacity: 0.8;
    cursor: not-allowed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--bookly-main-color);
}

.bookly-checkbox-group label {
    font-weight: bold;
}

.bookly-row label {
    vertical-align: text-top;
}

.bookly-checkbox-group label:nth-child(3) {
    margin-left: 4px;
}

.bookly-round-button {
    cursor: pointer !important;
}

.bookly-round-button:first-child {
    margin-right: 5px !important;
}

.bookly-round-button img {
    border: 0 !important;
    box-shadow: none;
}

.bookly-triangle {
    width: 29px;
    height: 29px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 26px solid;
}

.bookly-back-step {
    margin-right: 10px;
    float: left !important;
}

.bookly-next-step {
    float: right !important;
}

.bookly-mobile-prev-step {
    margin-right: 10px;
}

/* Progress Tracker */
.bookly-progress-tracker {
    margin: 0 0 20px !important;
    padding: 0 !important;
}

.bookly-progress-tracker > div {
    padding-left: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    overflow: hidden;
}

.bookly-progress-tracker .step {
    height: 15px;
    background: #bec3c7;
    margin-top: 5px;
}

.bookly-progress-tracker > div:first-child .step {
    border-radius: 5px 0 0 5px;
}

.bookly-progress-tracker > div:last-child .step {
    border-radius: 0 5px 5px 0;
}

.bookly-progress-tracker > div:first-child {
    padding-left: 0;
}

/* Service */
.bookly-service-step .bookly-date-from {
    cursor: text !important;
}

.bookly-service-step .bookly-available-date,
.bookly-service-step .bookly-week-days,
.bookly-repeat-step .bookly-week-days,
.bookly-service-step .bookly-time-range {
    margin-bottom: 20px !important;
}

.bookly-service-step .bookly-available-date .bookly-form-group > div {
    margin-right: 0;
}

.bookly-service-step .bookly-available-date,
.bookly-service-step .bookly-week-days {
    margin-right: 14px !important;
}

.bookly-form .bookly-service-step .bookly-week-days,
.bookly-form .bookly-repeat-step .bookly-week-days {
    width: auto;
    display: flex;
    justify-content: center;
}

.bookly-service-step .bookly-week-days > div,
.bookly-repeat-step .bookly-week-days > div {
    text-align: center;
    min-width: 35px;
}

.bookly-form .bookly-service-step .bookly-week-days input[type='checkbox'],
.bookly-form .bookly-repeat-step .bookly-week-days input[type='checkbox'] {
    background-color: var(--bookly-main-color);
    border-color: var(--bookly-main-color);
}

.bookly-form .bookly-service-step .bookly-week-days input[type='checkbox']:checked,
.bookly-form .bookly-repeat-step .bookly-week-days input[type='checkbox']:checked {
    background-image: url(//cdsw.pl/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/checkbox.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.bookly-form .bookly-service-step .bookly-week-days input[type='checkbox'],
.bookly-form .bookly-repeat-step .bookly-week-days input[type='checkbox'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block !important;
    width: 23px;
    height: 23px;
    padding: 0;
    margin: 8px auto 0 !important;
    border-radius: 50%;
    cursor: pointer;
    background-color: var(--bookly-main-color);
}

.bookly-service-step .bookly-week-days label input,
.bookly-repeat-step .bookly-week-days label input {
    visibility: hidden;
}

.bookly-service-step .bookly-time-range select {
    width: auto !important;
}

.bookly-mobile-step-1 .bookly-nav-steps {
    display: none;
}

.bookly-chain-actions {
    width: 50px;
}

/* Extras */
.bookly-mw-150 {
    max-width: 150px;
}

.bookly-extra-step .bookly-extras-item {
    display: inline-block;
    width: 25%;
    margin: 0 -2px !important;
    margin-bottom: 2px !important;
    vertical-align: top !important;
}

.bookly-extra-step .bookly-extras-thumb {
    border: 2px solid #bec3c7;
    padding: 10px;
    line-height: normal;
    border-radius: 5px;
    margin: 3px;
    text-align: center;
    cursor: pointer;
}

.bookly-extra-step .bookly-extras-thumb img {
    max-width: 100%;
}

.bookly-extra-step .bookly-extras-thumb div {
    background-position: center;
}

.bookly-extra-step div.bookly-extras-summary {
    display: inline-block;
    font-weight: bold;
}

.bookly-extra-step .bookly-extras-item .bookly-extras-count-controls {
    margin-top: 10px;
    text-align: center;
}

.bookly-extra-step .bookly-extras-count-controls > * {
    vertical-align: middle;
}

.bookly-extra-step .bookly-extras-item .bookly-extras-total-price {
    font-weight: bold;
    margin-top: 5px;
    text-align: center;
}

.bookly-extra-step .bookly-extras-item input {
    width: 3em !important;
    text-align: center;
}

.bookly-extra-step .bookly-extras-increment {
    margin-left: 5px;
}

/* Time */
.bookly-time-step {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px !important;
    margin-left: auto;
    margin-right: auto;
}

.bookly-columnizer-wrap {
    position: relative;
}

.bookly-columnizer {
    min-height: .01%;
    white-space: nowrap;
    position: relative;
}

.bookly-columnizer .bookly-time-screen {
    display: inline-block;
    *display: inline;
    min-height: .01%;
}

#bookly-tbs .bookly-columnizer .bookly-time-screen {
    overflow: hidden;
    overflow-x: auto;
}

.bookly-columnizer .bookly-column {
    min-width: 127px;
    padding: 0 5px;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    float: none !important;
}

.bookly-columnizer .bookly-column.bookly-column-wide {
    min-width: 205px;
}

.bookly-columnizer .bookly-column.bookly-column-wide .bookly-hour .bookly-time-main {
    min-width: 160px;
}

.bookly-columnizer .bookly-column.bookly-column-wide span.bookly-time-additional {
    float: right;
    margin-right: 10px;
}

.bookly-columnizer .bookly-day,
.bookly-columnizer .bookly-hour {
    display: block !important;
    min-width: 0;
    width: 100%;
    margin: 1.5px 0 !important;
    background: white;
    height: 36px;
    padding: 6px;
    font-size: 13px !important;
    line-height: 20px;
    text-align: center;
    float: none !important;
    vertical-align: middle;
    text-transform: none;
    border: 1px solid #cccccc !important;
    border-radius: 4px;
}

.bookly-columnizer .bookly-day {
    cursor: default !important;
    text-decoration: none;
}

.bookly-columnizer .bookly-hour {
    background: white !important;
    cursor: pointer;
}

.bookly-columnizer .bookly-hour span {
    font-weight: normal;
    color: #333 !important;
}

.bookly-columnizer .bookly-hour.bookly-slot-in-waiting-list {
    background-color: #d6d6d6 !important;
}

.bookly-columnizer .bookly-hour .bookly-time-main {
    min-width: 92px;
}

.bookly-columnizer .bookly-hour.bookly-slot-in-special-hour .bookly-time-main {
    font-weight: bold;
}

.bookly-columnizer .bookly-hour .ladda-label {
    display: inline-block;
}

.bookly-form .bookly-schedule-date,
.bookly-form .bookly-columnizer .bookly-day {
    background: var(--bookly-main-color);
    color: white !important;
    font-weight: bold !important;
    border: 1px solid var(--bookly-main-color);
}

.bookly-form .bookly-schedule-date input {
    color: black;
    font-weight: normal;
}

.bookly-columnizer .booked,
.bookly-columnizer .booked:hover {
    opacity: .5;
    cursor: default !important;
}

.bookly-columnizer .booked span {
    text-decoration: line-through;
}

.bookly-columnizer .bookly-hour .bookly-hour-icon {
    display: block;
    float: left;
    background: none;
    outline: 2px solid #eeeeee;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin-top: 2px;
    margin-right: 3px;
}

@media (hover) {
    .bookly-columnizer .bookly-hour:hover {
        border: 2px solid var(--bookly-main-color);
        color: var(--bookly-main-color);
    }

    .bookly-columnizer .bookly-hour.booked:hover {
        border: 1px solid #cccccc !important;
        color: #333333 !important;
    }

    .bookly-columnizer .bookly-hour.booked:hover .bookly-hour-icon span {
        visibility: hidden;
    }

    .bookly-columnizer .bookly-hour:hover .bookly-hour-icon {
        background: none;
        outline: 2px solid var(--bookly-main-color);
        color: var(--bookly-main-color);
        width: 16px;
        height: 16px;
        border-radius: 100%;
        margin-top: 2px;
        margin-right: 3px;
    }

    .bookly-columnizer .bookly-hour.booked:hover .bookly-hour-icon {
        border: 2px solid #cccccc !important;
    }

    .bookly-columnizer .bookly-hour:hover .bookly-hour-icon span {
        margin-left: 4px;
        margin-right: 4px;
        margin-top: 4px;
        background: var(--bookly-main-color);
        width: 8px;
        height: 8px;
        border: none;
        border-radius: 100%;
        display: block;
    }
}

.bookly-time-step .bookly-columnizer > button {
    display: none !important;
}

.bookly-time-step .bookly-columnizer > .bookly-column {
    display: none !important;
}

.bookly-slot-calendar {
    margin: 0 20px 20px 0;
    float: left;
}

.bookly-not-time-screen {
    font-size: 16px;
    height: 296px;
    margin-left: 320px;
    font-weight: bold;
}

.bookly-not-time-screen.bookly-not-calendar {
    height: auto;
    margin-left: 0;
    padding-bottom: 15px;
}

.bookly-spin-overlay {
    position: relative;
    opacity: .5;
}

.bookly-spin-overlay .bookly-spin {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

select.bookly-time-zone-switcher {
    width: 220px !important;
}

/* Repeat */
.bookly-repeat-step {
    margin-bottom: 20px !important;
    min-width: 260px;
}

.bookly-repeat-step .bookly-row {
    margin: 12px 0 12px 0 !important;
}

.bookly-repeat-step .bookly-week-days {
    margin-bottom: 0 !important;
}

.bookly-repeat-step .bookly-get-schedule {
    display: inline-block;
}

.bookly-repeat-step .bookly-schedule-date,
.bookly-repeat-step .bookly-schedule-time {
    width: 100px !important;
    text-align: center;
    vertical-align: middle;
    text-transform: none;
    border-radius: 4px;
    height: 28px;
    margin-right: 6px;
    margin-top: 2px;
    margin-bottom: 4px;
}

.bookly-repeat-step .bookly-schedule-time select {
    border: 0 !important;
    height: 26px !important;
    background-color: #fff;
    padding: 0 !important;
}

.bookly-repeat-step .bookly-schedule-date input {
    background-color: #fff;
    border: 0 !important;
    height: 26px !important;
    float: none !important;
}

.bookly-repeat-step .bookly-schedule-row {
    border: 1px solid #cccccc !important;
    border-radius: 3px;
    display: flex;
}

.bookly-schedule-row .bookly-rounds-group {
    float: right !important;
    margin-top: 2px;
    margin-bottom: 4px;
    height: 28px;
}

.bookly-repeat-step .bookly-schedule-row > div {
    float: left;
    line-height: 25px;
}

.bookly-repeat-step .bookly-schedule-row .bookly-schedule-appointment > div,
.bookly-repeat-step .bookly-schedule-row .bookly-schedule-intersect > div {
    float: left;
}

.bookly-schedule-slots > div:not(:last-child) {
    margin-bottom: 12px;
}

.bookly-repeat-step .bookly-schedule-row .bookly-schedule-intersect {
    margin: 2px 2px 4px 0;
}

.bookly-repeat-step .bookly-schedule-row > div:first-child {
    width: 36px;
    height: 36px;
    padding: 4px;
    text-align: center;
    font-size: 20px;
}

.bookly-repeat-step .bookly-schedule-row > div:last-child {
    width: calc(100% - 36px);
    border-left: 1px solid #cccccc !important;
    padding: 2px 2px 0 4px;
}

.bookly-repeat-step .bookly-schedule-row .bookly-schedule-time {
    border: 1px solid #cccccc !important;
    border-radius: 4px;
}

.bookly-repeat-step .bookly-schedule-row .bookly-hidden-info {
    display: none;
}

.bookly-repeat-step .bookly-schedule-row .bookly-hidden-info > span {
    line-height: 32px;
}

.bookly-schedule-appointment.bookly-appointment-hidden > * {
    display: none !important;
    height: 0;
}

.bookly-schedule-appointment.bookly-appointment-hidden .bookly-hidden-info {
    display: block !important;
    width: 100%;
}

/* pagination */
.bookly-pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.bookly-pagination li {
    display: list-item;
    text-align: match-parent;
    margin: 0 -1px 0 0 !important;
}

.bookly-pagination li a {
    position: relative;
    display: block;
    text-decoration: none;
    border: 1px solid #cccccc;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
}

.bookly-pagination li a:focus {
    z-index: 3;
    outline: 0;
}

.bookly-pagination li.active a {
    color: #fff;
}

.bookly-pagination li:first-child a {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.bookly-pagination li:last-child a {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.bookly-visible-sm {
    display: none;
}

/* well */
.bookly-well {
    border: 1px solid #cccccc !important;
    padding-right: 6px;
    padding-left: 6px;
    border-radius: 4px;
    background-color: #F2DEDE;
    vertical-align: middle;
    display: table;
}

.bookly-well > div:nth-child(1) {
    margin: 5px 5px 5px 0;
    float: left;
}

.bookly-well > div:nth-child(2) {
    min-height: 38px;
    vertical-align: middle;
    display: table-cell;
    width: 100%;
}

.popover .editable-container,
.popover .control-group {
    min-width: 300px;
}

label.bookly-checkbox-label input[type=checkbox] {
    position: relative;
    vertical-align: middle;
    bottom: 1px;
}

.bookly-round-md {
    width: 35px;
    height: 35px;
}

.bookly-triangle-md {
    margin: 5px 5px 5px 0;
    width: 35px;
    height: 35px;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 35px solid;
    float: left;
}

.bookly-icon-sm {
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
}

.bookly-icon-sm i {
    margin: 0;
    padding: 0;
}

.bookly-icon-md {
    height: 24px;
    width: 24px;
    display: block;
    margin-left: 6px;
    background-repeat: no-repeat;
}

.bookly-triangle .bookly-icon-sm {
    margin-left: -2px;
    margin-top: 11px;
    height: 16px;
    padding-left: 4px;
}

.bookly-round-md .bookly-icon-md {
    margin: 6px;
}

.bookly-round .bookly-icon-md {
    margin: 6px;
}

button.bookly-round,
label.bookly-square {
    cursor: pointer;
}

.bookly-round .ladda-label {
    display: inline !important;
}

.bookly-icon-sm.bookly-icon-restore {
    background-image: url(//cdsw.pl/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/redo.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.bookly-icon-sm.bookly-icon-exclamation {
    background-image: url(//cdsw.pl/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/exclamation.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.bookly-icon-sm.bookly-icon-i {
    background-image: url(//cdsw.pl/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/info.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.bookly-icon-sm.bookly-icon-edit {
    background-image: url(//cdsw.pl/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/edit.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.bookly-icon-sm.bookly-icon-plus {
    background-image: url(//cdsw.pl/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/plus.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.bookly-icon-sm.bookly-icon-minus {
    background-image: url(//cdsw.pl/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/minus.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.bookly-icon-sm.bookly-icon-drop {
    background-image: url(//cdsw.pl/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/delete.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.bookly-icon-sm.bookly-icon-check {
    background-image: url(//cdsw.pl/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/checkbox.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.bookly-icon-user {
    height: 16px;
    width: 16px;
    display: inline-block;
    margin-right: 4px;
    margin-top: 1px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(//cdsw.pl/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/user.svg);
}

/* Cart */
.bookly-go-to-cart {
    width: 35px;
    height: 35px;
    float: left !important;
}

.bookly-cart .bookly-mobile-version {
    display: none;
}

.bookly-cart table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none !important;
    table-layout: auto;
    width: 100%;
    margin: 0 !important;
}

.bookly-cart table .bookly-round {
    vertical-align: bottom;
}

.bookly-cart table th,
.bookly-cart table td {
    border: 0;
    text-align: left;
    padding: 8px;
}

.bookly-cart tbody.bookly-mobile-version td,
.bookly-cart tbody.bookly-mobile-version th {
    border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.bookly-cart th,
.bookly-cart tr.bookly-cart-primary,
.bookly-cart tr.bookly-cart-primary td,
.bookly-cart tfoot tr,
.bookly-cart tfoot tr th {
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    font-size: 14px !important;
}

.bookly-cart th {
    border-width: 0 0 1px 0;
    font-weight: 700;
    padding-top: 0 !important;
}

.bookly-cart table tfoot th,
.bookly-cart table tfoot td {
    border-top: 2px solid rgba(51, 51, 51, 0.1);
}

.bookly-cart table tr.bookly-cart-sub-item td:first-child {
    padding-left: 25px;
}

.bookly-cart tbody.bookly-desktop-version,
.bookly-cart tbody.bookly-desktop-version td,
.bookly-cart tbody.bookly-mobile-version tr.bookly-cart-sub-item th,
.bookly-cart tbody.bookly-mobile-version tr.bookly-cart-sub-item td {
    border: 0 !important;
}

/* Details */
.bookly-guest > .bookly-btn {
    display: inline-block;
    margin: 0 14px 12px 0;
}

.bookly-guest > .fb_iframe_widget_fluid {
    display: inline-block;
}

.bookly-guest > * {
    vertical-align: top;
}

.bookly-details-step .bookly-form-group input[type="text"].bookly-captcha {
    display: block;
    width: 160px !important;
    margin: 10px 0 0 !important;
}

.bookly-details-step .bookly-form-group .iti {
    display: block;
}

.bookly-details-step .bookly-table,
.bookly-details-step .bookly-table > * {
    overflow: visible !important;
}

.bookly-details-step .bookly-form-group textarea {
    resize: vertical;
}

.bookly-details-step .bookly-custom-field-row > div > div > label,
.bookly-details-step .bookly-custom-field-row > div > div > label > input[type="radio"],
.bookly-details-step .bookly-custom-field-row > div > div > label > input[type="checkbox"] {
    cursor: pointer;
}

.bookly-details-step .bookly-custom-field-row > div > div > label > * {
    vertical-align: middle;
}

/* Payment */
.bookly-form input.bookly-user-coupon, .bookly-form input.bookly-user-gift, .bookly-form input.bookly-user-tips {
    width: 100px !important;
    margin: 0 10px !important;
}

.bookly-form select.bookly-card-exp {
    width: auto !important;
    margin-right: 10px !important;
}

.bookly-form input.bookly-card-cvc {
    width: 50px !important;
}

.bookly-form .bookly-payment-nav > div > label,
.bookly-form .bookly-payment-nav > div > label > input[type="radio"] {
    cursor: pointer;
}

.bookly-form .bookly-payment-nav > div > label > * {
    vertical-align: middle;
}

.bookly-form .bookly-payment-nav > div > label > img {
    margin-left: 10px;
}

/* Modal Dialog */
.bookly-fade {
    display: none;
}

.bookly-in {
    display: block;
}

.bookly-close:hover,
.bookly-close:focus,
.bookly-close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: none;
    border: 0;
    margin-top: -25px;
}

.bookly-close:focus,
.bookly-close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    background: none;
}

.bookly-modal {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.bookly-modal .bookly-modal-dialog {
    width: 400px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 100px;
}

.bookly-modal .bookly-modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.bookly-modal .bookly-modal-content .bookly-modal-header {
    min-height: 16.5px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    color: #666;
}

.bookly-modal .bookly-modal-content .bookly-modal-header h4 {
    margin: 0;
    padding: 0;
    font-size: 22px;
}

.bookly-modal .bookly-modal-content .bookly-modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.bookly-modal .bookly-modal-content .bookly-modal-footer .bookly-btn-submit:focus,
.bookly-modal .bookly-modal-content .bookly-modal-footer .bookly-btn-submit:active,
.bookly-modal .bookly-modal-content .bookly-modal-footer .bookly-btn-submit:hover,
.bookly-modal .bookly-modal-content .bookly-modal-footer .bookly-btn-submit {
    display: inline-block;
    padding: 6px 12px !important;
    border: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    color: #fff;
    text-transform: capitalize;
}

.bookly-modal .bookly-modal-content .bookly-modal-footer .bookly-btn-cancel {
    border: 0;
    background: none;
    color: #21759b;
    cursor: pointer;
    padding: 0;
    vertical-align: -2px;
    font-size: 14px;
}

.bookly-modal .bookly-modal-content .bookly-modal-body {
    position: relative;
    padding: 15px;
    font-size: 14px;
}

.bookly-modal .bookly-modal-content .bookly-modal-body .bookly-form-group {
    margin-bottom: 10px;
}

.bookly-modal .bookly-modal-content .bookly-modal-body .bookly-form-group label {
    font-size: 14px;
}

.bookly-modal .bookly-modal-content .bookly-modal-body div > div > label {
    cursor: pointer;
}

.bookly-modal .bookly-modal-content .bookly-modal-body div > div > label > * {
    vertical-align: middle;
    cursor: pointer;
}

@media (max-width: 768px) {
    .bookly-modal .bookly-modal-dialog {
        width: auto;
        left: 15px;
        right: 15px;
        margin: 30px auto;
        top: 50px;
    }
}

.bookly-form .bookly-image-box {
    height: 298px;
    position: relative;
}

.bookly-form .bookly-image-box img {
    position: absolute;
    left: calc(50% - 149px);
    top: calc(50% - 149px);
}

.bookly-form .bookly-loading:before {
    content: '';
    position: absolute;
    left: calc(50% - 16px);
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
    background: url(//cdsw.pl/wp-content/plugins/bookly-responsive-appointment-booking-tool/backend/resources/images/ajax_loader_32x32.gif) no-repeat;
    background-size: contain;
}

.bookly-row .bookly-text,
.bookly-row .bookly-text-center,
.bookly-row .bookly-col-label {
    padding-top: 6px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bookly-form .bookly-row .bookly-col-label {
    text-align: right;
    color: var(--bookly-main-color);
    font-weight: bold;
}

.bookly-row {
    margin: 0 !important;
    overflow: hidden;
}

.bookly-col-1,
.bookly-col-2,
.bookly-col-3,
.bookly-col-4,
.bookly-col-5,
.bookly-col-6,
.bookly-col-7,
.bookly-col-8,
.bookly-col-9,
.bookly-col-10,
.bookly-col-11,
.bookly-col-12 {
    float: left !important;
    padding-left: 2px;
    padding-right: 2px;
}

.bookly-col-12 {
    width: 100%;
}

.bookly-col-11 {
    width: 91.66666667%;
}

.bookly-col-10 {
    width: 83.33333333%;
}

.bookly-col-9 {
    width: 75%;
}

.bookly-col-8 {
    width: 66.66666667%;
}

.bookly-col-7 {
    width: 58.33333333%;
}

.bookly-col-6 {
    width: 50%;
}

.bookly-col-5 {
    width: 41.66666667%;
}

.bookly-col-4 {
    width: 33.33333333%;
}

.bookly-col-3 {
    width: 25%;
}

.bookly-col-2 {
    width: 16.66666667%;
}

.bookly-col-1 {
    width: 8.33333333%;
}

.powered-by-bookly {
    font-size: 14px !important;
    color: #666666;
    text-align: center;
}

.powered-by-bookly a {
    color: inherit;
}

.powered-by-bookly a:first-child {
    text-decoration: none !important;
}

/* Other */
.bookly-form *:focus {
    outline: 0;
    box-shadow: 0px 0px 1px 0px rgba(37, 0, 255, 1) inset;
}

.bookly-form ::-webkit-input-placeholder {
    color: #bbb !important;
}

.bookly-form ::-moz-placeholder {
    color: #bbb !important;
}

/* Firefox 19+ */
.bookly-form :-moz-placeholder {
    color: #bbb !important;
}

/* Firefox 18- */
.bookly-form :-ms-input-placeholder {
    color: #bbb !important;
}

.bookly-form .bookly-category-info, .bookly-form .bookly-service-info, .bookly-form .bookly-staff-info {
    margin-top: -10px;
}

ol.bookly-stepper {
    display: none;
}

/* Mobile */
@media screen and (max-width: 650px) {
    .bookly-form-group label:empty {
        display: none !important;
    }

    .bookly-form-group > div {
        margin-right: 0 !important;
    }

    .bookly-table > * {
        display: block;
    }

    .bookly-repeat-step .bookly-table > * {
        display: table-cell;
    }

    .bookly-table .bookly-form-group {
        margin: 0 0 20px;
        width: 100% !important;
    }

    .bookly-table .bookly-form-group:last-child {
        margin: 0;
    }

    .bookly-progress-tracker {
        display: none !important;
    }

    /* Stepper */
    .bookly-form ol.bookly-stepper {
        display: flex !important;
        list-style: none;
        justify-content: space-between;
        margin: 0px 0px 20px 0px;
        padding: 4px;
        overflow: hidden;
        background: linear-gradient(180deg, transparent 15.9px, silver 16px, silver 17.9px, transparent 18px);
    }

    .bookly-form ol.bookly-stepper li {
        display: grid !important;
        position: relative;
        outline: none;
    }

    .bookly-form ol.bookly-stepper li::before {
        content: " ";
        display: grid !important;
        aspect-ratio: 1;
        height: 24px;
        border: 2px solid #FFFFFF;
        box-sizing: border-box;
        color: #FFFFFF;
        border-radius: 50%;
        z-index: 1;
        background-color: var(--bookly-main-color);
        border-color: var(--bookly-main-color);
        outline: 4px solid white;
    }

    .bookly-form ol.bookly-stepper li.bookly-step-active ~ li::before {
        background: white;
        border: 2px solid silver;
    }

    .bookly-form ol.bookly-stepper li.bookly-step-active::after {
        content: "";
        position: absolute;
        height: 2px;
        right: 100%;
        top: 11px;
        width: 100vw;
        background-color: var(--bookly-main-color);
    }

    .bookly-mobile-step-1 .bookly-nav-steps {
        display: block;
    }

    .bookly-mobile-step-2 {
        display: none;
    }

    .bookly-select-mobile {
        width: 95%;
        margin-top: 5px;
    }

    .bookly-mobile-next-step, .bookly-mobile-prev-step {
        display: block !important;
    }

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

    /* Service */
    .bookly-service-step .bookly-available-date,
    .bookly-service-step .bookly-week-days {
        margin-right: 0 !important;
    }

    .bookly-service-step .bookly-week-days,
    .bookly-repeat-step .bookly-week-days {
        width: 100%;
    }

    .bookly-service-step .bookly-week-days > div {
        display: table-cell;
    }

    .bookly-service-step .bookly-time-to,
    .bookly-service-step .bookly-time-from {
        display: inline-block;
        width: 48% !important;
    }

    .bookly-service-step .bookly-time-to {
        float: right !important;
    }

    .bookly-service-step .bookly-time-range select {
        width: 100% !important;
    }

    .bookly-mobile-step-1 {
        margin-right: 0;
    }

    .bookly-not-time-screen {
        height: auto !important;
        margin-left: 0 !important;
        margin-bottom: 15px;
        clear: both;
    }

    .bookly-btn {
        width: auto !important;
        min-width: 0;
        padding: 9px 18px !important;
        background-image: none !important;
    }

    .bookly-go-to-cart {
        padding: 8px !important;
        width: 35px !important;
        height: 35px !important;
    }

    .bookly-extra-step .bookly-extras-item {
        width: 50%;
    }

    .bookly-cart .bookly-mobile-version {
        display: table-row-group;
    }

    .bookly-cart .bookly-desktop-version {
        display: none;
    }

    .bookly-col-12,
    .bookly-col-11,
    .bookly-col-10,
    .bookly-col-9,
    .bookly-col-8,
    .bookly-col-7,
    .bookly-col-6,
    .bookly-col-5,
    .bookly-col-4,
    .bookly-col-3,
    .bookly-col-2,
    .bookly-col-1 {
        width: 100%;
        padding: 0;
    }

    .bookly-visible-sm {
        display: block;
    }

    .bookly-visible-md {
        display: none !important;
    }

    .bookly-margin-top {
        margin-top: 12px;
    }

    .bookly-row .bookly-col-label,
    .bookly-row .bookly-text-center {
        text-align: left;
        text-transform: capitalize;
        padding-top: 0;
    }

    .bookly-repeat-step .bookly-schedule-row > div:first-child {
        width: 31px;
    }

    .bookly-repeat-step .bookly-schedule-row > div:last-child {
        width: calc(100% - 31px);
        padding: 2px 2px 0 2px;
    }

    .bookly-repeat-step .bookly-schedule-date, .bookly-repeat-step .bookly-schedule-time {
        margin-right: 2px;
    }

    .bookly-repeat-step .bookly-schedule-time {
        width: 90px !important;
    }

    button.bookly-inline-block {
        margin-bottom: 3px;
    }

    .bookly-form .bookly-row .bookly-col-label {
        text-align: left;
    }
}

/* intlTelInput.js */
.iti__flag {
    background-image: url(//cdsw.pl/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/flags.png?1);
}

@media only screen and (min-resolution: 2dppx) {
    .iti__flag {
        background-image: url(//cdsw.pl/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/flags@2x.png?1)
    }
}

.bookly-radio-loading {
    border: 2px solid lightgrey;
    border-top: 2px solid black;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    animation: bookly-radio-loading-spin 2s linear infinite;
}

@keyframes bookly-radio-loading-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.pac-container {
    z-index: 1000000 !important;
}

.bookly-fa-svg {
    height: 16px;
    width: 16px;
    background-color: #ffffff;
    margin-right: 8px;
    display: inline-block;;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.bookly-google {
    mask-image: url(//cdsw.pl/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/google.svg);
    -webkit-mask-image: url(//cdsw.pl/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/google.svg);
}

.bookly-microsoft {
    mask-image: url(//cdsw.pl/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/microsoft.svg);
    -webkit-mask-image: url(//cdsw.pl/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/microsoft.svg);
}

.bookly-yahoo {
    mask-image: url(//cdsw.pl/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/yahoo.svg);
    -webkit-mask-image: url(//cdsw.pl/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/yahoo.svg);
}

.bookly-apple {
    mask-image: url(//cdsw.pl/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/apple.svg);
    -webkit-mask-image: url(//cdsw.pl/wp-content/plugins/bookly-responsive-appointment-booking-tool/frontend/resources/images/apple.svg);
}

/* Bookly colors */

.bookly-form .fill-bookly {
    fill: var(--bookly-main-color);
}

/* Color */
.bookly-form .bookly-form-group > label,
.bookly-form .bookly-label-error,
.bookly-form .bookly-progress-tracker > .active,
.bookly-form .bookly-columnizer .bookly-hour span.bookly-waiting-list,
.bookly-form .hover\:text-bookly:hover,
.bookly-form .text-bookly:not(:hover),
.bookly-form .hover\:text-bookly:hover {
    color: var(--bookly-main-color) !important;
}

/* Background */
.bookly-form .bookly-progress-tracker > .active .step,
.bookly-form .bookly-columnizer .bookly-hour:active .bookly-hour-icon span,
.bookly-form .bookly-btn,
.bookly-form .bookly-btn:active,
.bookly-form .bookly-btn:focus,
.bookly-form .bookly-btn:hover,
.bookly-form .bookly-btn-submit,
.bookly-form .bookly-round,
.bookly-form .bookly-pagination > li.active,
.bookly-form .bg-bookly,
.bookly-form .hover\:bg-bookly:hover,
.bookly-form .bg-bookly-not-hover:not(:hover) {
    background-color: var(--bookly-main-color) !important;
}

.bookly-form .bookly-triangle {
    border-bottom-color: var(--bookly-main-color) !important;
}

/* Border */
.bookly-form input[type="text"].bookly-error,
.bookly-form input[type="tel"].bookly-error,
.bookly-form input[type="password"].bookly-error,
.bookly-form select.bookly-error,
.bookly-form textarea.bookly-error,
.bookly-form .bookly-week-days.bookly-error,
.bookly-extra-step div.bookly-extras-thumb.bookly-extras-selected {
    border: 2px solid var(--bookly-main-color) !important;
}

/* Other */
.bookly-form .bookly-columnizer .bookly-day, .bookly-form .bookly-schedule-date {
    background: var(--bookly-main-color) !important;
    border: 1px solid var(--bookly-main-color) !important;
}

.bookly-form .bookly-pagination > li.active a {
    border: 1px solid var(--bookly-main-color) !important;
}

.bookly-form .bookly-columnizer .bookly-hour:active {
    border: 2px solid var(--bookly-main-color) !important;
    color: var(--bookly-main-color) !important;
}

.bookly-form .bookly-columnizer .bookly-hour:active .bookly-hour-icon span {
    background-color: var(--bookly-main-color) !important;
    margin: 3px;
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 100%;
    display: block;
}

@media (hover) {
    .bookly-form .bookly-columnizer .bookly-hour:hover {
        border: 2px solid var(--bookly-main-color) !important;
        color: var(--bookly-main-color) !important;
    }

    .bookly-form .bookly-columnizer .bookly-hour:hover .bookly-hour-icon {
        background: none;
        border: none;
        outline: 2px solid var(--bookly-main-color) !important;
        color: var(--bookly-main-color) !important;
    }

    .bookly-form .bookly-columnizer .bookly-hour:hover .bookly-hour-icon span {
        background-color: var(--bookly-main-color) !important;
    }
}@import url("https://fonts.googleapis.com/css2?family=Gelasio:wght@400;500&display=swap");
.font-1 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-1 {
        font-size: 0.0625rem
    }
}

.font-2 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-2 {
        font-size: 0.125rem
    }
}

.font-3 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-3 {
        font-size: 0.1875rem
    }
}

.font-4 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-4 {
        font-size: 0.25rem
    }
}

.font-5 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-5 {
        font-size: 0.3125rem
    }
}

.font-6 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-6 {
        font-size: 0.375rem
    }
}

.font-7 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-7 {
        font-size: 0.4375rem
    }
}

.font-8 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-8 {
        font-size: 0.5rem
    }
}

.font-9 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-9 {
        font-size: 0.5625rem
    }
}

.font-10 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-10 {
        font-size: 0.625rem
    }
}

.font-11 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-11 {
        font-size: 0.6875rem
    }
}

.font-12 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-12 {
        font-size: 0.75rem
    }
}

.font-13 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-13 {
        font-size: 0.8125rem
    }
}

.font-14 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-14 {
        font-size: 0.875rem
    }
}

.font-15 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-15 {
        font-size: 0.9375rem
    }
}

.font-16 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-16 {
        font-size: 1rem
    }
}

.font-17 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-17 {
        font-size: 1.0625rem
    }
}

.font-18 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-18 {
        font-size: 1.125rem
    }
}

.font-19 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-19 {
        font-size: 1.1875rem
    }
}

.font-20 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-20 {
        font-size: 1.25rem
    }
}

.font-21 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-21 {
        font-size: 1.3125rem
    }
}

.font-22 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-22 {
        font-size: 1.375rem
    }
}

.font-23 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-23 {
        font-size: 1.4375rem
    }
}

.font-24 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-24 {
        font-size: 1.5rem
    }
}

.font-25 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-25 {
        font-size: 1.5625rem
    }
}

.font-26 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-26 {
        font-size: 1.625rem
    }
}

.font-27 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-27 {
        font-size: 1.6875rem
    }
}

.font-28 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-28 {
        font-size: 1.75rem
    }
}

.font-29 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-29 {
        font-size: 1.8125rem
    }
}

.font-30 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-30 {
        font-size: 1.875rem
    }
}

.font-31 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-31 {
        font-size: 1.9375rem
    }
}

.font-32 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-32 {
        font-size: 2rem
    }
}

.font-33 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-33 {
        font-size: 2.0625rem
    }
}

.font-34 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-34 {
        font-size: 2.125rem
    }
}

.font-35 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-35 {
        font-size: 2.1875rem
    }
}

.font-36 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-36 {
        font-size: 2.25rem
    }
}

.font-37 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-37 {
        font-size: 2.3125rem
    }
}

.font-38 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-38 {
        font-size: 2.375rem
    }
}

.font-39 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-39 {
        font-size: 2.4375rem
    }
}

.font-40 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-40 {
        font-size: 2.5rem
    }
}

.font-41 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-41 {
        font-size: 2.5625rem
    }
}

.font-42 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-42 {
        font-size: 2.625rem
    }
}

.font-43 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-43 {
        font-size: 2.6875rem
    }
}

.font-44 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-44 {
        font-size: 2.75rem
    }
}

.font-45 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-45 {
        font-size: 2.8125rem
    }
}

.font-46 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-46 {
        font-size: 2.875rem
    }
}

.font-47 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-47 {
        font-size: 2.9375rem
    }
}

.font-48 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-48 {
        font-size: 3rem
    }
}

.font-49 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-49 {
        font-size: 3.0625rem
    }
}

.font-50 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-50 {
        font-size: 3.125rem
    }
}

.font-51 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-51 {
        font-size: 3.1875rem
    }
}

.font-52 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-52 {
        font-size: 3.25rem
    }
}

.font-53 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-53 {
        font-size: 3.3125rem
    }
}

.font-54 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-54 {
        font-size: 3.375rem
    }
}

.font-55 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-55 {
        font-size: 3.4375rem
    }
}

.font-56 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-56 {
        font-size: 3.5rem
    }
}

.font-57 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-57 {
        font-size: 3.5625rem
    }
}

.font-58 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-58 {
        font-size: 3.625rem
    }
}

.font-59 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-59 {
        font-size: 3.6875rem
    }
}

.font-60 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-60 {
        font-size: 3.75rem
    }
}

.font-61 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-61 {
        font-size: 3.8125rem
    }
}

.font-62 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-62 {
        font-size: 3.875rem
    }
}

.font-63 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-63 {
        font-size: 3.9375rem
    }
}

.font-64 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-64 {
        font-size: 4rem
    }
}

.font-65 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-65 {
        font-size: 4.0625rem
    }
}

.font-66 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-66 {
        font-size: 4.125rem
    }
}

.font-67 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-67 {
        font-size: 4.1875rem
    }
}

.font-68 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-68 {
        font-size: 4.25rem
    }
}

.font-69 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-69 {
        font-size: 4.3125rem
    }
}

.font-70 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-70 {
        font-size: 4.375rem
    }
}

.font-71 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-71 {
        font-size: 4.4375rem
    }
}

.font-72 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-72 {
        font-size: 4.5rem
    }
}

.font-73 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-73 {
        font-size: 4.5625rem
    }
}

.font-74 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-74 {
        font-size: 4.625rem
    }
}

.font-75 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-75 {
        font-size: 4.6875rem
    }
}

.font-76 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-76 {
        font-size: 4.75rem
    }
}

.font-77 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-77 {
        font-size: 4.8125rem
    }
}

.font-78 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-78 {
        font-size: 4.875rem
    }
}

.font-79 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-79 {
        font-size: 4.9375rem
    }
}

.font-80 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-80 {
        font-size: 5rem
    }
}

.font-81 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-81 {
        font-size: 5.0625rem
    }
}

.font-82 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-82 {
        font-size: 5.125rem
    }
}

.font-83 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-83 {
        font-size: 5.1875rem
    }
}

.font-84 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-84 {
        font-size: 5.25rem
    }
}

.font-85 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-85 {
        font-size: 5.3125rem
    }
}

.font-86 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-86 {
        font-size: 5.375rem
    }
}

.font-87 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-87 {
        font-size: 5.4375rem
    }
}

.font-88 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-88 {
        font-size: 5.5rem
    }
}

.font-89 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-89 {
        font-size: 5.5625rem
    }
}

.font-90 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-90 {
        font-size: 5.625rem
    }
}

.font-91 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-91 {
        font-size: 5.6875rem
    }
}

.font-92 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-92 {
        font-size: 5.75rem
    }
}

.font-93 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-93 {
        font-size: 5.8125rem
    }
}

.font-94 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-94 {
        font-size: 5.875rem
    }
}

.font-95 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-95 {
        font-size: 5.9375rem
    }
}

.font-96 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-96 {
        font-size: 6rem
    }
}

.font-97 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-97 {
        font-size: 6.0625rem
    }
}

.font-98 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-98 {
        font-size: 6.125rem
    }
}

.font-99 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-99 {
        font-size: 6.1875rem
    }
}

.font-100 {
    font-size: 1.0625rem
}

@media screen and (min-width: 992px) {
    .font-100 {
        font-size: 6.25rem
    }
}

.lh-1 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-1 {
        line-height: 0.0625rem
    }
}

.lh-2 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-2 {
        line-height: 0.125rem
    }
}

.lh-3 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-3 {
        line-height: 0.1875rem
    }
}

.lh-4 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-4 {
        line-height: 0.25rem
    }
}

.lh-5 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-5 {
        line-height: 0.3125rem
    }
}

.lh-6 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-6 {
        line-height: 0.375rem
    }
}

.lh-7 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-7 {
        line-height: 0.4375rem
    }
}

.lh-8 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-8 {
        line-height: 0.5rem
    }
}

.lh-9 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-9 {
        line-height: 0.5625rem
    }
}

.lh-10 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-10 {
        line-height: 0.625rem
    }
}

.lh-11 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-11 {
        line-height: 0.6875rem
    }
}

.lh-12 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-12 {
        line-height: 0.75rem
    }
}

.lh-13 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-13 {
        line-height: 0.8125rem
    }
}

.lh-14 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-14 {
        line-height: 0.875rem
    }
}

.lh-15 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-15 {
        line-height: 0.9375rem
    }
}

.lh-16 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-16 {
        line-height: 1rem
    }
}

.lh-17 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-17 {
        line-height: 1.0625rem
    }
}

.lh-18 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-18 {
        line-height: 1.125rem
    }
}

.lh-19 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-19 {
        line-height: 1.1875rem
    }
}

.lh-20 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-20 {
        line-height: 1.25rem
    }
}

.lh-21 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-21 {
        line-height: 1.3125rem
    }
}

.lh-22 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-22 {
        line-height: 1.375rem
    }
}

.lh-23 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-23 {
        line-height: 1.4375rem
    }
}

.lh-24 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-24 {
        line-height: 1.5rem
    }
}

.lh-25 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-25 {
        line-height: 1.5625rem
    }
}

.lh-26 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-26 {
        line-height: 1.625rem
    }
}

.lh-27 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-27 {
        line-height: 1.6875rem
    }
}

.lh-28 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-28 {
        line-height: 1.75rem
    }
}

.lh-29 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-29 {
        line-height: 1.8125rem
    }
}

.lh-30 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-30 {
        line-height: 1.875rem
    }
}

.lh-31 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-31 {
        line-height: 1.9375rem
    }
}

.lh-32 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-32 {
        line-height: 2rem
    }
}

.lh-33 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-33 {
        line-height: 2.0625rem
    }
}

.lh-34 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-34 {
        line-height: 2.125rem
    }
}

.lh-35 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-35 {
        line-height: 2.1875rem
    }
}

.lh-36 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-36 {
        line-height: 2.25rem
    }
}

.lh-37 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-37 {
        line-height: 2.3125rem
    }
}

.lh-38 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-38 {
        line-height: 2.375rem
    }
}

.lh-39 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-39 {
        line-height: 2.4375rem
    }
}

.lh-40 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-40 {
        line-height: 2.5rem
    }
}

.lh-41 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-41 {
        line-height: 2.5625rem
    }
}

.lh-42 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-42 {
        line-height: 2.625rem
    }
}

.lh-43 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-43 {
        line-height: 2.6875rem
    }
}

.lh-44 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-44 {
        line-height: 2.75rem
    }
}

.lh-45 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-45 {
        line-height: 2.8125rem
    }
}

.lh-46 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-46 {
        line-height: 2.875rem
    }
}

.lh-47 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-47 {
        line-height: 2.9375rem
    }
}

.lh-48 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-48 {
        line-height: 3rem
    }
}

.lh-49 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-49 {
        line-height: 3.0625rem
    }
}

.lh-50 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-50 {
        line-height: 3.125rem
    }
}

.lh-51 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-51 {
        line-height: 3.1875rem
    }
}

.lh-52 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-52 {
        line-height: 3.25rem
    }
}

.lh-53 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-53 {
        line-height: 3.3125rem
    }
}

.lh-54 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-54 {
        line-height: 3.375rem
    }
}

.lh-55 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-55 {
        line-height: 3.4375rem
    }
}

.lh-56 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-56 {
        line-height: 3.5rem
    }
}

.lh-57 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-57 {
        line-height: 3.5625rem
    }
}

.lh-58 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-58 {
        line-height: 3.625rem
    }
}

.lh-59 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-59 {
        line-height: 3.6875rem
    }
}

.lh-60 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-60 {
        line-height: 3.75rem
    }
}

.lh-61 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-61 {
        line-height: 3.8125rem
    }
}

.lh-62 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-62 {
        line-height: 3.875rem
    }
}

.lh-63 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-63 {
        line-height: 3.9375rem
    }
}

.lh-64 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-64 {
        line-height: 4rem
    }
}

.lh-65 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-65 {
        line-height: 4.0625rem
    }
}

.lh-66 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-66 {
        line-height: 4.125rem
    }
}

.lh-67 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-67 {
        line-height: 4.1875rem
    }
}

.lh-68 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-68 {
        line-height: 4.25rem
    }
}

.lh-69 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-69 {
        line-height: 4.3125rem
    }
}

.lh-70 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-70 {
        line-height: 4.375rem
    }
}

.lh-71 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-71 {
        line-height: 4.4375rem
    }
}

.lh-72 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-72 {
        line-height: 4.5rem
    }
}

.lh-73 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-73 {
        line-height: 4.5625rem
    }
}

.lh-74 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-74 {
        line-height: 4.625rem
    }
}

.lh-75 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-75 {
        line-height: 4.6875rem
    }
}

.lh-76 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-76 {
        line-height: 4.75rem
    }
}

.lh-77 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-77 {
        line-height: 4.8125rem
    }
}

.lh-78 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-78 {
        line-height: 4.875rem
    }
}

.lh-79 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-79 {
        line-height: 4.9375rem
    }
}

.lh-80 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-80 {
        line-height: 5rem
    }
}

.lh-81 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-81 {
        line-height: 5.0625rem
    }
}

.lh-82 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-82 {
        line-height: 5.125rem
    }
}

.lh-83 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-83 {
        line-height: 5.1875rem
    }
}

.lh-84 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-84 {
        line-height: 5.25rem
    }
}

.lh-85 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-85 {
        line-height: 5.3125rem
    }
}

.lh-86 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-86 {
        line-height: 5.375rem
    }
}

.lh-87 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-87 {
        line-height: 5.4375rem
    }
}

.lh-88 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-88 {
        line-height: 5.5rem
    }
}

.lh-89 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-89 {
        line-height: 5.5625rem
    }
}

.lh-90 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-90 {
        line-height: 5.625rem
    }
}

.lh-91 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-91 {
        line-height: 5.6875rem
    }
}

.lh-92 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-92 {
        line-height: 5.75rem
    }
}

.lh-93 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-93 {
        line-height: 5.8125rem
    }
}

.lh-94 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-94 {
        line-height: 5.875rem
    }
}

.lh-95 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-95 {
        line-height: 5.9375rem
    }
}

.lh-96 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-96 {
        line-height: 6rem
    }
}

.lh-97 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-97 {
        line-height: 6.0625rem
    }
}

.lh-98 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-98 {
        line-height: 6.125rem
    }
}

.lh-99 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-99 {
        line-height: 6.1875rem
    }
}

.lh-100 {
    line-height: 1.6875rem
}

@media screen and (min-width: 992px) {
    .lh-100 {
        line-height: 6.25rem
    }
}

/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/scss/blob/master/LICENSE)
 */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

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

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

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

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

@media print {
    *,
    *::before,
    *::after,
    p::first-letter,
    div::first-letter,
    blockquote::first-letter,
    li::first-letter,
    p::first-line,
    div::first-line,
    blockquote::first-line,
    li::first-line {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap !important
    }
    pre,
    blockquote {
        border: 1px solid #999;
        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
    }
    .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 #ddd !important
    }
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

@-ms-viewport {
    width: device-width
}

html {
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: Gelasio, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #bebebe;
    background-color: #0d0d0d;
}

[tabindex="-1"]:focus {
    outline: none !important
}

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

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

abbr[title],
abbr[data-original-title] {
    cursor: help
}

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: bold
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

a {
    color: #750c1d;
    text-decoration: none
}

a:focus,
a:hover {
    color: #750c1d;
    text-decoration: underline
}

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

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

a:not([href]):not([tabindex]):focus {
    outline: 0
}

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

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle
}

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse;
    background-color: transparent
}

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

th {
    text-align: left
}

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

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
textarea {
    line-height: inherit
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
    cursor: not-allowed
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    resize: vertical
}

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

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

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

output {
    display: inline-block
}

[hidden] {
    display: none !important
}

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

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

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

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

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

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: normal
}

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: 5px
}

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

.blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: 0.25rem solid #eceeef
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #d4d4d4
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: 0.25rem solid #eceeef;
    border-left: 0
}

.blockquote-reverse .blockquote-footer::before {
    content: ""
}

.blockquote-reverse .blockquote-footer::after {
    content: "\00A0 \2014"
}

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

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

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

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

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

code {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem
}

a>code {
    padding: 0;
    color: inherit;
    background-color: inherit
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #fff;
    background-color: #292b2c;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #292b2c
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

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

.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

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

@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
        max-width: 100%
    }
}

.container-fluid {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[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-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-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-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-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 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .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-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-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-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-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 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .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-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-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-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-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 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .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-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-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-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-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 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .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-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-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-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-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 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.pull-0 {
    right: auto
}

.pull-1 {
    right: 8.33333%
}

.pull-2 {
    right: 16.66667%
}

.pull-3 {
    right: 25%
}

.pull-4 {
    right: 33.33333%
}

.pull-5 {
    right: 41.66667%
}

.pull-6 {
    right: 50%
}

.pull-7 {
    right: 58.33333%
}

.pull-8 {
    right: 66.66667%
}

.pull-9 {
    right: 75%
}

.pull-10 {
    right: 83.33333%
}

.pull-11 {
    right: 91.66667%
}

.pull-12 {
    right: 100%
}

.push-0 {
    left: auto
}

.push-1 {
    left: 8.33333%
}

.push-2 {
    left: 16.66667%
}

.push-3 {
    left: 25%
}

.push-4 {
    left: 33.33333%
}

.push-5 {
    left: 41.66667%
}

.push-6 {
    left: 50%
}

.push-7 {
    left: 58.33333%
}

.push-8 {
    left: 66.66667%
}

.push-9 {
    left: 75%
}

.push-10 {
    left: 83.33333%
}

.push-11 {
    left: 91.66667%
}

.push-12 {
    left: 100%
}

.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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-sm-0 {
        right: auto
    }
    .pull-sm-1 {
        right: 8.33333%
    }
    .pull-sm-2 {
        right: 16.66667%
    }
    .pull-sm-3 {
        right: 25%
    }
    .pull-sm-4 {
        right: 33.33333%
    }
    .pull-sm-5 {
        right: 41.66667%
    }
    .pull-sm-6 {
        right: 50%
    }
    .pull-sm-7 {
        right: 58.33333%
    }
    .pull-sm-8 {
        right: 66.66667%
    }
    .pull-sm-9 {
        right: 75%
    }
    .pull-sm-10 {
        right: 83.33333%
    }
    .pull-sm-11 {
        right: 91.66667%
    }
    .pull-sm-12 {
        right: 100%
    }
    .push-sm-0 {
        left: auto
    }
    .push-sm-1 {
        left: 8.33333%
    }
    .push-sm-2 {
        left: 16.66667%
    }
    .push-sm-3 {
        left: 25%
    }
    .push-sm-4 {
        left: 33.33333%
    }
    .push-sm-5 {
        left: 41.66667%
    }
    .push-sm-6 {
        left: 50%
    }
    .push-sm-7 {
        left: 58.33333%
    }
    .push-sm-8 {
        left: 66.66667%
    }
    .push-sm-9 {
        left: 75%
    }
    .push-sm-10 {
        left: 83.33333%
    }
    .push-sm-11 {
        left: 91.66667%
    }
    .push-sm-12 {
        left: 100%
    }
    .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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-md-0 {
        right: auto
    }
    .pull-md-1 {
        right: 8.33333%
    }
    .pull-md-2 {
        right: 16.66667%
    }
    .pull-md-3 {
        right: 25%
    }
    .pull-md-4 {
        right: 33.33333%
    }
    .pull-md-5 {
        right: 41.66667%
    }
    .pull-md-6 {
        right: 50%
    }
    .pull-md-7 {
        right: 58.33333%
    }
    .pull-md-8 {
        right: 66.66667%
    }
    .pull-md-9 {
        right: 75%
    }
    .pull-md-10 {
        right: 83.33333%
    }
    .pull-md-11 {
        right: 91.66667%
    }
    .pull-md-12 {
        right: 100%
    }
    .push-md-0 {
        left: auto
    }
    .push-md-1 {
        left: 8.33333%
    }
    .push-md-2 {
        left: 16.66667%
    }
    .push-md-3 {
        left: 25%
    }
    .push-md-4 {
        left: 33.33333%
    }
    .push-md-5 {
        left: 41.66667%
    }
    .push-md-6 {
        left: 50%
    }
    .push-md-7 {
        left: 58.33333%
    }
    .push-md-8 {
        left: 66.66667%
    }
    .push-md-9 {
        left: 75%
    }
    .push-md-10 {
        left: 83.33333%
    }
    .push-md-11 {
        left: 91.66667%
    }
    .push-md-12 {
        left: 100%
    }
    .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: 992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-lg-0 {
        right: auto
    }
    .pull-lg-1 {
        right: 8.33333%
    }
    .pull-lg-2 {
        right: 16.66667%
    }
    .pull-lg-3 {
        right: 25%
    }
    .pull-lg-4 {
        right: 33.33333%
    }
    .pull-lg-5 {
        right: 41.66667%
    }
    .pull-lg-6 {
        right: 50%
    }
    .pull-lg-7 {
        right: 58.33333%
    }
    .pull-lg-8 {
        right: 66.66667%
    }
    .pull-lg-9 {
        right: 75%
    }
    .pull-lg-10 {
        right: 83.33333%
    }
    .pull-lg-11 {
        right: 91.66667%
    }
    .pull-lg-12 {
        right: 100%
    }
    .push-lg-0 {
        left: auto
    }
    .push-lg-1 {
        left: 8.33333%
    }
    .push-lg-2 {
        left: 16.66667%
    }
    .push-lg-3 {
        left: 25%
    }
    .push-lg-4 {
        left: 33.33333%
    }
    .push-lg-5 {
        left: 41.66667%
    }
    .push-lg-6 {
        left: 50%
    }
    .push-lg-7 {
        left: 58.33333%
    }
    .push-lg-8 {
        left: 66.66667%
    }
    .push-lg-9 {
        left: 75%
    }
    .push-lg-10 {
        left: 83.33333%
    }
    .push-lg-11 {
        left: 91.66667%
    }
    .push-lg-12 {
        left: 100%
    }
    .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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-xl-0 {
        right: auto
    }
    .pull-xl-1 {
        right: 8.33333%
    }
    .pull-xl-2 {
        right: 16.66667%
    }
    .pull-xl-3 {
        right: 25%
    }
    .pull-xl-4 {
        right: 33.33333%
    }
    .pull-xl-5 {
        right: 41.66667%
    }
    .pull-xl-6 {
        right: 50%
    }
    .pull-xl-7 {
        right: 58.33333%
    }
    .pull-xl-8 {
        right: 66.66667%
    }
    .pull-xl-9 {
        right: 75%
    }
    .pull-xl-10 {
        right: 83.33333%
    }
    .pull-xl-11 {
        right: 91.66667%
    }
    .pull-xl-12 {
        right: 100%
    }
    .push-xl-0 {
        left: auto
    }
    .push-xl-1 {
        left: 8.33333%
    }
    .push-xl-2 {
        left: 16.66667%
    }
    .push-xl-3 {
        left: 25%
    }
    .push-xl-4 {
        left: 33.33333%
    }
    .push-xl-5 {
        left: 41.66667%
    }
    .push-xl-6 {
        left: 50%
    }
    .push-xl-7 {
        left: 58.33333%
    }
    .push-xl-8 {
        left: 66.66667%
    }
    .push-xl-9 {
        left: 75%
    }
    .push-xl-10 {
        left: 83.33333%
    }
    .push-xl-11 {
        left: 91.66667%
    }
    .push-xl-12 {
        left: 100%
    }
    .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%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef
}

.table tbody+tbody {
    border-top: 2px solid #eceeef
}

.table .table {
    background-color: #fff
}

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

.table-bordered {
    border: 1px solid #eceeef
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #eceeef
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px
}

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

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

.table-active,
.table-active>th,
.table-active>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>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #dff0d8
}

.table-hover .table-success:hover {
    background-color: #d0e9c6
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #d0e9c6
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #d9edf7
}

.table-hover .table-info:hover {
    background-color: #c4e3f3
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #c4e3f3
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #fcf8e3
}

.table-hover .table-warning:hover {
    background-color: #faf2cc
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #faf2cc
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f2dede
}

.table-hover .table-danger:hover {
    background-color: #ebcccc
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #ebcccc
}

.thead-inverse th {
    color: #fff;
    background-color: #292b2c
}

.thead-default th {
    color: #464a4c;
    background-color: #eceeef
}

.table-inverse {
    color: #fff;
    background-color: #292b2c
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
    border-color: #fff
}

.table-inverse.table-bordered {
    border: 0
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #5cb3fd;
    outline: none
}

.form-control::-webkit-input-placeholder {
    color: #d4d4d4;
    opacity: 1
}

.form-control:-moz-placeholder {
    color: #d4d4d4;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #d4d4d4;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #d4d4d4;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #d4d4d4;
    opacity: 1
}

.form-control::placeholder {
    color: #d4d4d4;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #eceeef;
    opacity: 1
}

.form-control:disabled {
    cursor: not-allowed
}

select.form-control:not([size]):not([multiple]) {
    height: -webkit-calc(2.25rem + 2px);
    height: -moz-calc(2.25rem + 2px);
    height: calc(2.25rem + 2px)
}

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

.form-control-file,
.form-control-range {
    display: block
}

.col-form-label {
    padding-top: -webkit-calc(0.5rem - 1px * 2);
    padding-top: -moz-calc(0.5rem - 1px * 2);
    padding-top: calc(0.5rem - 1px * 2);
    padding-bottom: -webkit-calc(0.5rem - 1px * 2);
    padding-bottom: -moz-calc(0.5rem - 1px * 2);
    padding-bottom: calc(0.5rem - 1px * 2);
    margin-bottom: 0
}

.col-form-label-lg {
    padding-top: -webkit-calc(0.75rem - 1px * 2);
    padding-top: -moz-calc(0.75rem - 1px * 2);
    padding-top: calc(0.75rem - 1px * 2);
    padding-bottom: -webkit-calc(0.75rem - 1px * 2);
    padding-bottom: -moz-calc(0.75rem - 1px * 2);
    padding-bottom: calc(0.75rem - 1px * 2);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: -webkit-calc(0.25rem - 1px * 2);
    padding-top: -moz-calc(0.25rem - 1px * 2);
    padding-top: calc(0.25rem - 1px * 2);
    padding-bottom: -webkit-calc(0.25rem - 1px * 2);
    padding-bottom: -moz-calc(0.25rem - 1px * 2);
    padding-bottom: calc(0.25rem - 1px * 2);
    font-size: 0.875rem
}

.col-form-legend {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    font-size: 1rem
}

.form-control-static {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-static.form-control-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn,
.form-control-static.form-control-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>select.input-group-addon:not([size]):not([multiple]),
.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]) {
    height: 1.8125rem
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>select.input-group-addon:not([size]):not([multiple]),
.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]) {
    height: 3.16667rem
}

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

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

.form-check {
    position: relative;
    display: block;
    margin-bottom: 0.5rem
}

.form-check.disabled .form-check-label {
    color: #d4d4d4;
    cursor: not-allowed
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer
}

.form-check-input {
    position: absolute;
    margin-top: 0.25rem;
    margin-left: -1.25rem
}

.form-check-input:only-child {
    position: static
}

.form-check-inline {
    display: inline-block
}

.form-check-inline .form-check-label {
    vertical-align: middle
}

.form-check-inline+.form-check-inline {
    margin-left: 0.75rem
}

.form-control-feedback {
    margin-top: 0.25rem
}

.form-control-success,
.form-control-warning,
.form-control-danger {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right 0.5625rem;
    -webkit-background-size: 1.125rem 1.125rem;
    -moz-background-size: 1.125rem 1.125rem;
    -o-background-size: 1.125rem 1.125rem;
    background-size: 1.125rem 1.125rem
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
    color: #5cb85c
}

.has-success .form-control {
    border-color: #5cb85c
}

.has-success .input-group-addon {
    color: #5cb85c;
    border-color: #5cb85c;
    background-color: #eaf6ea
}

.has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' 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")
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
    color: #f0ad4e
}

.has-warning .form-control {
    border-color: #f0ad4e
}

.has-warning .input-group-addon {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: white
}

.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
    color: #d9534f
}

.has-danger .form-control {
    border-color: #d9534f
}

.has-danger .input-group-addon {
    color: #d9534f;
    border-color: #d9534f;
    background-color: #fdf7f7
}

.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
}

.form-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0
    }
    .form-inline .form-check-label {
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0
    }
    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: 0.25rem;
        vertical-align: text-bottom
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
    -moz-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
    box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25)
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
    opacity: .65
}

.btn:active,
.btn.active {
    background-image: none
}

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

.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-primary:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b
}

.btn-primary:focus,
.btn-primary.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
    -moz-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
    box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #025aa5;
    background-image: none;
    border-color: #01549b
}

.btn-secondary {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc
}

.btn-secondary:hover {
    color: #292b2c;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-secondary:focus,
.btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
    -moz-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #fff;
    border-color: #ccc
}

.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
    color: #292b2c;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2
}

.btn-info:focus,
.btn-info.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
    -moz-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info:active,
.btn-info.active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #2aabd2
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641
}

.btn-success:focus,
.btn-success.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
    -moz-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
    box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #419641
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316
}

.btn-warning:focus,
.btn-warning.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
    -moz-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
    box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning:active,
.btn-warning.active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #eb9316
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a
}

.btn-danger:focus,
.btn-danger.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
    -moz-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger:active,
.btn-danger.active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #c12e2a
}

.btn-outline-primary {
    color: #0275d8;
    background-image: none;
    background-color: transparent;
    border-color: #0275d8
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
    -moz-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
    box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #0275d8;
    background-color: transparent
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-outline-secondary {
    color: #ccc;
    background-image: none;
    background-color: transparent;
    border-color: #ccc
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
    -moz-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #ccc;
    background-color: transparent
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc
}

.btn-outline-info {
    color: #5bc0de;
    background-image: none;
    background-color: transparent;
    border-color: #5bc0de
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
    -moz-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
    box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #5bc0de;
    background-color: transparent
}

.btn-outline-info:active,
.btn-outline-info.active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-success {
    color: #5cb85c;
    background-image: none;
    background-color: transparent;
    border-color: #5cb85c
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
    -moz-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
    box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #5cb85c;
    background-color: transparent
}

.btn-outline-success:active,
.btn-outline-success.active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-warning {
    color: #f0ad4e;
    background-image: none;
    background-color: transparent;
    border-color: #f0ad4e
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
    -moz-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
    box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #f0ad4e;
    background-color: transparent
}

.btn-outline-warning:active,
.btn-outline-warning.active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-outline-danger {
    color: #d9534f;
    background-image: none;
    background-color: transparent;
    border-color: #d9534f
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
    -moz-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #d9534f;
    background-color: transparent
}

.btn-outline-danger:active,
.btn-outline-danger.active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-link {
    font-weight: normal;
    color: #0275d8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
    background-color: transparent
}

.btn-link,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #014c8c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link:disabled {
    color: #d4d4d4
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    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 {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    transition: height 0.35s ease
}

.dropup,
.dropdown {
    position: relative
}

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

.dropdown-toggle:focus {
    outline: 0
}

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid
}

.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: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem
}

.dropdown-divider {
    height: 1px;
    margin: 0.5rem 0;
    overflow: hidden;
    background-color: #eceeef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: normal;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #d4d4d4;
    cursor: not-allowed;
    background-color: transparent
}

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

.show>a {
    outline: 0
}

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

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

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

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

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

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 2
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn+.dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem
}

.btn+.dropdown-toggle-split::after {
    margin-left: 0
}

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

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem
}

.btn-group-vertical {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0
}

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

.input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group .form-control:focus,
.input-group .form-control:active,
.input-group .form-control:hover {
    z-index: 3
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25;
    color: #464a4c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem
}

.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem
}

.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group>.btn,
.input-group-btn:not(:last-child)>.dropdown-toggle,
.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0
}

.input-group-addon:not(:last-child) {
    border-right: 0
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>.btn:not(:first-child),
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0
}

.form-control+.input-group-addon:not(:first-child) {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:focus,
.input-group-btn>.btn:active,
.input-group-btn>.btn:hover {
    z-index: 3
}

.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group {
    margin-right: -1px
}

.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.input-group-btn:not(:first-child)>.btn:focus,
.input-group-btn:not(:first-child)>.btn:active,
.input-group-btn:not(:first-child)>.btn:hover,
.input-group-btn:not(:first-child)>.btn-group:focus,
.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn-group:hover {
    z-index: 3
}

.custom-control {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
    cursor: pointer
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: #0275d8
}

.custom-control-input:focus~.custom-control-indicator {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8;
    -moz-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8
}

.custom-control-input:active~.custom-control-indicator {
    color: #fff;
    background-color: #8fcafe
}

.custom-control-input:disabled~.custom-control-indicator {
    cursor: not-allowed;
    background-color: #eceeef
}

.custom-control-input:disabled~.custom-control-description {
    color: #d4d4d4;
    cursor: not-allowed
}

.custom-control-indicator {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 50% 50%;
    -moz-background-size: 50% 50%;
    -o-background-size: 50% 50%;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-indicator {
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
    background-color: #0275d8;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-indicator {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-controls-stacked {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem
}

.custom-controls-stacked .custom-control+.custom-control {
    margin-left: 0
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: -webkit-calc(2.25rem + 2px);
    height: -moz-calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.25;
    color: #464a4c;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    -webkit-background-size: 8px 10px;
    -moz-background-size: 8px 10px;
    -o-background-size: 8px 10px;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -moz-appearance: none;
    -webkit-appearance: none
}

.custom-select:focus {
    border-color: #5cb3fd;
    outline: none
}

.custom-select:focus::-ms-value {
    color: #464a4c;
    background-color: #fff
}

.custom-select:disabled {
    color: #d4d4d4;
    cursor: not-allowed;
    background-color: #eceeef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    margin-bottom: 0;
    cursor: pointer
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: 2.5rem;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem
}

.custom-file-control:lang(en)::after {
    content: "Choose file..."
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0 0.25rem 0.25rem 0;
    -moz-border-radius: 0 0.25rem 0.25rem 0;
    border-radius: 0 0.25rem 0.25rem 0
}

.custom-file-control:lang(en)::before {
    content: "Browse"
}

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav-link {
    display: block;
    padding: 0.5em 1em
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #d4d4d4;
    cursor: not-allowed
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    -webkit-border-top-right-radius: 0.25rem;
    -moz-border-radius-topright: 0.25rem;
    border-top-right-radius: 0.25rem;
    -webkit-border-top-left-radius: 0.25rem;
    -moz-border-radius-topleft: 0.25rem;
    border-top-left-radius: 0.25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #eceeef #eceeef #ddd
}

.nav-tabs .nav-link.disabled {
    color: #d4d4d4;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #464a4c;
    background-color: #fff;
    border-color: #ddd #ddd #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0
}

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

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
    color: #fff;
    cursor: default;
    background-color: #0275d8
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.5rem 1rem
}

.navbar-brand {
    display: inline-block;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

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

.navbar-toggler {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem
}

@media (max-width: 575px) {
    .navbar-toggleable .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }
    .navbar-toggleable>.container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-toggleable {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-toggleable .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-toggleable>.container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%
    }
    .navbar-toggleable .navbar-toggler {
        display: none
    }
}

@media (max-width: 767px) {
    .navbar-toggleable-sm .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }
    .navbar-toggleable-sm>.container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-toggleable-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-toggleable-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-toggleable-sm>.container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%
    }
    .navbar-toggleable-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 991px) {
    .navbar-toggleable-md .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }
    .navbar-toggleable-md>.container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-toggleable-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-toggleable-md>.container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable-md .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%
    }
    .navbar-toggleable-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199px) {
    .navbar-toggleable-lg .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }
    .navbar-toggleable-lg>.container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-toggleable-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-toggleable-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-toggleable-lg>.container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .navbar-toggleable-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%
    }
    .navbar-toggleable-lg .navbar-toggler {
        display: none
    }
}

.navbar-toggleable-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-toggleable-xl>.container {
    padding-right: 0;
    padding-left: 0
}

.navbar-toggleable-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-toggleable-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-toggleable-xl>.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggleable-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%
}

.navbar-toggleable-xl .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
    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:focus,
.navbar-light .navbar-nav .nav-link:hover {
    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 .open>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9)
}

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

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5)
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
    color: white
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
    color: white
}

.navbar-inverse .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5)
}

.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-inverse .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75)
}

.navbar-inverse .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25)
}

.navbar-inverse .navbar-nav .open>.nav-link,
.navbar-inverse .navbar-nav .active>.nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
    color: white
}

.navbar-inverse .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1)
}

.navbar-inverse .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-inverse .navbar-text {
    color: rgba(255, 255, 255, 0.5)
}

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem
}

.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    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>.list-group:first-child .list-group-item:first-child {
    -webkit-border-top-right-radius: 0.25rem;
    -moz-border-radius-topright: 0.25rem;
    border-top-right-radius: 0.25rem;
    -webkit-border-top-left-radius: 0.25rem;
    -moz-border-radius-topleft: 0.25rem;
    border-top-left-radius: 0.25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    -webkit-border-bottom-right-radius: 0.25rem;
    -moz-border-radius-bottomright: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    -webkit-border-bottom-left-radius: 0.25rem;
    -moz-border-radius-bottomleft: 0.25rem;
    border-bottom-left-radius: 0.25rem
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f7f7f9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

.card-header:first-child {
    -webkit-border-radius: -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px) 0 0;
    -moz-border-radius: -moz-calc(0.25rem - 1px) -moz-calc(0.25rem - 1px) 0 0;
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f7f7f9;
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}

.card-footer:last-child {
    -webkit-border-radius: 0 0 -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px);
    -moz-border-radius: 0 0 -moz-calc(0.25rem - 1px) -moz-calc(0.25rem - 1px);
    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-primary {
    background-color: #0275d8;
    border-color: #0275d8
}

.card-primary .card-header,
.card-primary .card-footer {
    background-color: transparent
}

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.card-success .card-header,
.card-success .card-footer {
    background-color: transparent
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.card-info .card-header,
.card-info .card-footer {
    background-color: transparent
}

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.card-warning .card-header,
.card-warning .card-footer {
    background-color: transparent
}

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f
}

.card-danger .card-header,
.card-danger .card-footer {
    background-color: transparent
}

.card-outline-primary {
    background-color: transparent;
    border-color: #0275d8
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de
}

.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c
}

.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e
}

.card-outline-danger {
    background-color: transparent;
    border-color: #d9534f
}

.card-inverse {
    color: rgba(255, 255, 255, 0.65)
}

.card-inverse .card-header,
.card-inverse .card-footer {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2)
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
    color: #fff
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65)
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
    color: #fff
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0
}

.card-img {
    -webkit-border-radius: -webkit-calc(0.25rem - 1px);
    -moz-border-radius: -moz-calc(0.25rem - 1px);
    border-radius: calc(0.25rem - 1px)
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

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

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

@media (min-width: 576px) {
    .card-deck {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-deck .card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
        -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .card-deck .card:not(:first-child) {
        margin-left: 15px
    }
    .card-deck .card:not(:last-child) {
        margin-right: 15px
    }
}

@media (min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-group .card {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
        -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0
    }
    .card-group .card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group .card:first-child {
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0
    }
    .card-group .card:first-child .card-img-top {
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0
    }
    .card-group .card:first-child .card-img-bottom {
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0
    }
    .card-group .card:last-child {
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0
    }
    .card-group .card:last-child .card-img-top {
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0
    }
    .card-group .card:last-child .card-img-bottom {
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0
    }
    .card-group .card:not(:first-child):not(:last-child) {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
    .card-group .card:not(:first-child):not(:last-child) .card-img-top,
    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
}

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

.breadcrumb {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eceeef;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem
}

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

.breadcrumb-item {
    float: left
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #d4d4d4;
    content: "/"
}

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

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

.breadcrumb-item.active {
    color: #d4d4d4
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem
}

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

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

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.page-item.disabled .page-link {
    color: #d4d4d4;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0275d8;
    background-color: #fff;
    border: 1px solid #ddd
}

.page-link:focus,
.page-link:hover {
    color: #014c8c;
    text-decoration: none;
    background-color: #eceeef;
    border-color: #ddd
}

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

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

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

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

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

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

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem
}

.badge:empty {
    display: none
}

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

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

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

.badge-default {
    background-color: #d4d4d4
}

.badge-default[href]:focus,
.badge-default[href]:hover {
    background-color: #bbbbbb
}

.badge-primary {
    background-color: #0275d8
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    background-color: #025aa5
}

.badge-success {
    background-color: #5cb85c
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    background-color: #449d44
}

.badge-info {
    background-color: #5bc0de
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    background-color: #31b0d5
}

.badge-warning {
    background-color: #f0ad4e
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    background-color: #ec971f
}

.badge-danger {
    background-color: #d9534f
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    background-color: #c9302c
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eceeef;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-hr {
    border-top-color: #d0d5d8
}

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

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

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: bold
}

.alert-dismissible .close {
    position: relative;
    top: -0.75rem;
    right: -1.25rem;
    padding: 0.75rem 1.25rem;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c1e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6d5ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7ecb5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9b9
}

.alert-danger .alert-link {
    color: #843534
}

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

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

@-o-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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: 0.75rem;
    line-height: 1rem;
    text-align: center;
    background-color: #eceeef;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem
}

.progress-bar {
    height: 1rem;
    color: #fff;
    background-color: #0275d8
}

.progress-bar-striped {
    background-image: -webkit-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-image: -moz-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-image: -o-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-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);
    -webkit-background-size: 1rem 1rem;
    -moz-background-size: 1rem 1rem;
    -o-background-size: 1rem 1rem;
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    -moz-animation: progress-bar-stripes 1s linear infinite;
    -o-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #464a4c;
    text-align: inherit
}

.list-group-item-action .list-group-item-heading {
    color: #292b2c
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #464a4c;
    text-decoration: none;
    background-color: #f7f7f9
}

.list-group-item-action:active {
    color: #292b2c;
    background-color: #eceeef
}

.list-group-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

.list-group-item:first-child {
    -webkit-border-top-right-radius: 0.25rem;
    -moz-border-radius-topright: 0.25rem;
    border-top-right-radius: 0.25rem;
    -webkit-border-top-left-radius: 0.25rem;
    -moz-border-radius-topleft: 0.25rem;
    border-top-left-radius: 0.25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    -webkit-border-bottom-right-radius: 0.25rem;
    -moz-border-radius-bottomright: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    -webkit-border-bottom-left-radius: 0.25rem;
    -moz-border-radius-bottomleft: 0.25rem;
    border-bottom-left-radius: 0.25rem
}

.list-group-item:focus,
.list-group-item:hover {
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #d4d4d4;
    cursor: not-allowed;
    background-color: #fff
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item:disabled .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item:disabled .list-group-item-text {
    color: #d4d4d4
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text {
    color: #daeeff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
button.list-group-item-success.active {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
button.list-group-item-info.active {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

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

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -moz-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

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

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: 0.5
}

.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef
}

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

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px
}

.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #eceeef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

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

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: 0.9
}

.tooltip.tooltip-top,
.tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.tooltip-top .tooltip-inner::before,
.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.tooltip-right,
.tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.tooltip-right .tooltip-inner::before,
.tooltip.bs-tether-element-attached-left .tooltip-inner::before {
    top: 50%;
    left: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.tooltip-bottom .tooltip-inner::before,
.tooltip.bs-tether-element-attached-top .tooltip-inner::before {
    top: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip.tooltip-left .tooltip-inner::before,
.tooltip.bs-tether-element-attached-right .tooltip-inner::before {
    top: 50%;
    right: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

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

.tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem
}

.popover.popover-top,
.popover.bs-tether-element-attached-bottom {
    margin-top: -10px
}

.popover.popover-top::before,
.popover.popover-top::after,
.popover.bs-tether-element-attached-bottom::before,
.popover.bs-tether-element-attached-bottom::after {
    left: 50%;
    border-bottom-width: 0
}

.popover.popover-top::before,
.popover.bs-tether-element-attached-bottom::before {
    bottom: -11px;
    margin-left: -11px;
    border-top-color: rgba(0, 0, 0, 0.25)
}

.popover.popover-top::after,
.popover.bs-tether-element-attached-bottom::after {
    bottom: -10px;
    margin-left: -10px;
    border-top-color: #fff
}

.popover.popover-right,
.popover.bs-tether-element-attached-left {
    margin-left: 10px
}

.popover.popover-right::before,
.popover.popover-right::after,
.popover.bs-tether-element-attached-left::before,
.popover.bs-tether-element-attached-left::after {
    top: 50%;
    border-left-width: 0
}

.popover.popover-right::before,
.popover.bs-tether-element-attached-left::before {
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.popover-right::after,
.popover.bs-tether-element-attached-left::after {
    left: -10px;
    margin-top: -10px;
    border-right-color: #fff
}

.popover.popover-bottom,
.popover.bs-tether-element-attached-top {
    margin-top: 10px
}

.popover.popover-bottom::before,
.popover.popover-bottom::after,
.popover.bs-tether-element-attached-top::before,
.popover.bs-tether-element-attached-top::after {
    left: 50%;
    border-top-width: 0
}

.popover.popover-bottom::before,
.popover.bs-tether-element-attached-top::before {
    top: -11px;
    margin-left: -11px;
    border-bottom-color: rgba(0, 0, 0, 0.25)
}

.popover.popover-bottom::after,
.popover.bs-tether-element-attached-top::after {
    top: -10px;
    margin-left: -10px;
    border-bottom-color: #f7f7f7
}

.popover.popover-bottom .popover-title::before,
.popover.bs-tether-element-attached-top .popover-title::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.popover.popover-left,
.popover.bs-tether-element-attached-right {
    margin-left: -10px
}

.popover.popover-left::before,
.popover.popover-left::after,
.popover.bs-tether-element-attached-right::before,
.popover.bs-tether-element-attached-right::after {
    top: 50%;
    border-right-width: 0
}

.popover.popover-left::before,
.popover.bs-tether-element-attached-right::before {
    right: -11px;
    margin-top: -11px;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.popover-left::after,
.popover.bs-tether-element-attached-right::after {
    right: -10px;
    margin-top: -10px;
    border-left-color: #fff
}

.popover-title {
    padding: 8px 14px;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-top-right-radius: -webkit-calc(0.3rem - 1px);
    -moz-border-radius-topright: -moz-calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    -webkit-border-top-left-radius: -webkit-calc(0.3rem - 1px);
    -moz-border-radius-topleft: -moz-calc(0.3rem - 1px);
    border-top-left-radius: calc(0.3rem - 1px)
}

.popover-title:empty {
    display: none
}

.popover-content {
    padding: 9px 14px
}

.popover::before,
.popover::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover::before {
    content: "";
    border-width: 11px
}

.popover::after {
    content: "";
    border-width: 10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    width: 100%
}

@media (-webkit-transform-3d) {
    .carousel-item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        -moz-transition: transform 0.6s ease-in-out, -moz-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -moz-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }
}

@supports (-webkit-transform: translate3d(0,
0,
0)) or (transform: translate3d(0,
0,
0)) {
    .carousel-item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        -moz-transition: transform 0.6s ease-in-out, -moz-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -moz-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

@media (-webkit-transform-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .carousel-item-next,
    .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .carousel-item-prev,
    .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@supports (-webkit-transform: translate3d(0,
0,
0)) or (transform: translate3d(0,
0,
0)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .carousel-item-next,
    .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .carousel-item-prev,
    .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5
}

.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .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: transparent no-repeat center center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

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

.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-faded {
    background-color: #f7f7f7
}

.bg-primary {
    background-color: #0275d8 !important
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #025aa5 !important
}

.bg-success {
    background-color: #5cb85c !important
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #449d44 !important
}

.bg-info {
    background-color: #5bc0de !important
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #31b0d5 !important
}

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

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

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

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

.bg-inverse {
    background-color: #292b2c !important
}

a.bg-inverse:focus,
a.bg-inverse:hover {
    background-color: #101112 !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
}

.rounded {
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem
}

.rounded-top {
    -webkit-border-top-right-radius: 0.25rem;
    -moz-border-radius-topright: 0.25rem;
    border-top-right-radius: 0.25rem;
    -webkit-border-top-left-radius: 0.25rem;
    -moz-border-radius-topleft: 0.25rem;
    border-top-left-radius: 0.25rem
}

.rounded-right {
    -webkit-border-bottom-right-radius: 0.25rem;
    -moz-border-radius-bottomright: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    -webkit-border-top-right-radius: 0.25rem;
    -moz-border-radius-topright: 0.25rem;
    border-top-right-radius: 0.25rem
}

.rounded-bottom {
    -webkit-border-bottom-right-radius: 0.25rem;
    -moz-border-radius-bottomright: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    -webkit-border-bottom-left-radius: 0.25rem;
    -moz-border-radius-bottomleft: 0.25rem;
    border-bottom-left-radius: 0.25rem
}

.rounded-left {
    -webkit-border-bottom-left-radius: 0.25rem;
    -moz-border-radius-bottomleft: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    -webkit-border-top-left-radius: 0.25rem;
    -moz-border-radius-topleft: 0.25rem;
    border-top-left-radius: 0.25rem
}

.rounded-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

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

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

.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-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    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-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        display: -ms-inline-flexbox !important;
        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-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .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-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        display: -ms-inline-flexbox !important;
        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-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -moz-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.flex-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.flex-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

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

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

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

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

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

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

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .flex-sm-last {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .flex-sm-unordered {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -moz-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .flex-md-last {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .flex-md-unordered {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -moz-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .flex-lg-last {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .flex-lg-unordered {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -moz-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .flex-xl-last {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .flex-xl-unordered {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -moz-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -moz-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        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: 992px) {
    .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
    }
}

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

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030
}

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

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

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

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

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

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

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

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

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

.mr-0 {
    margin-right: 0 !important
}

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

.ml-0 {
    margin-left: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-6 {
    margin-right: 3.5rem !important
}

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

.ml-6 {
    margin-left: 3.5rem !important
}

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

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

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

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

.mr-7 {
    margin-right: 4rem !important
}

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

.ml-7 {
    margin-left: 4rem !important
}

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

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

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

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

.mr-8 {
    margin-right: 4.5rem !important
}

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

.ml-8 {
    margin-left: 4.5rem !important
}

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

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

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

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

.mr-9 {
    margin-right: 5rem !important
}

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

.ml-9 {
    margin-left: 5rem !important
}

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

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

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

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

.mr-10 {
    margin-right: 5.5rem !important
}

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

.ml-10 {
    margin-left: 5.5rem !important
}

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

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

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

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

.mr-11 {
    margin-right: 6rem !important
}

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

.ml-11 {
    margin-left: 6rem !important
}

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

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

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

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

.mr-12 {
    margin-right: 6.5rem !important
}

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

.ml-12 {
    margin-left: 6.5rem !important
}

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

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

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

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

.mr-13 {
    margin-right: 7rem !important
}

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

.ml-13 {
    margin-left: 7rem !important
}

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

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

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

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

.mr-14 {
    margin-right: 7.5rem !important
}

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

.ml-14 {
    margin-left: 7.5rem !important
}

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

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

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

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

.mr-15 {
    margin-right: 8rem !important
}

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

.ml-15 {
    margin-left: 8rem !important
}

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

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

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

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

.mr-16 {
    margin-right: 8.5rem !important
}

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

.ml-16 {
    margin-left: 8.5rem !important
}

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

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

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

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

.mr-17 {
    margin-right: 9rem !important
}

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

.ml-17 {
    margin-left: 9rem !important
}

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

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

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

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

.mr-18 {
    margin-right: 9.5rem !important
}

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

.ml-18 {
    margin-left: 9.5rem !important
}

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

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

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

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

.mr-19 {
    margin-right: 10rem !important
}

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

.ml-19 {
    margin-left: 10rem !important
}

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

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

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

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

.mr-20 {
    margin-right: 10.5rem !important
}

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

.ml-20 {
    margin-left: 10.5rem !important
}

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

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

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

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

.pr-0 {
    padding-right: 0 !important
}

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

.pl-0 {
    padding-left: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-6 {
    padding-top: 3.5rem !important
}

.pr-6 {
    padding-right: 3.5rem !important
}

.pb-6 {
    padding-bottom: 3.5rem !important
}

.pl-6 {
    padding-left: 3.5rem !important
}

.px-6 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important
}

.py-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important
}

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

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

.pr-7 {
    padding-right: 4rem !important
}

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

.pl-7 {
    padding-left: 4rem !important
}

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

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

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

.pt-8 {
    padding-top: 4.5rem !important
}

.pr-8 {
    padding-right: 4.5rem !important
}

.pb-8 {
    padding-bottom: 4.5rem !important
}

.pl-8 {
    padding-left: 4.5rem !important
}

.px-8 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important
}

.py-8 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important
}

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

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

.pr-9 {
    padding-right: 5rem !important
}

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

.pl-9 {
    padding-left: 5rem !important
}

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

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

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

.pt-10 {
    padding-top: 5.5rem !important
}

.pr-10 {
    padding-right: 5.5rem !important
}

.pb-10 {
    padding-bottom: 5.5rem !important
}

.pl-10 {
    padding-left: 5.5rem !important
}

.px-10 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important
}

.py-10 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important
}

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

.pt-11 {
    padding-top: 6rem !important
}

.pr-11 {
    padding-right: 6rem !important
}

.pb-11 {
    padding-bottom: 6rem !important
}

.pl-11 {
    padding-left: 6rem !important
}

.px-11 {
    padding-right: 6rem !important;
    padding-left: 6rem !important
}

.py-11 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
}

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

.pt-12 {
    padding-top: 6.5rem !important
}

.pr-12 {
    padding-right: 6.5rem !important
}

.pb-12 {
    padding-bottom: 6.5rem !important
}

.pl-12 {
    padding-left: 6.5rem !important
}

.px-12 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important
}

.py-12 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important
}

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

.pt-13 {
    padding-top: 7rem !important
}

.pr-13 {
    padding-right: 7rem !important
}

.pb-13 {
    padding-bottom: 7rem !important
}

.pl-13 {
    padding-left: 7rem !important
}

.px-13 {
    padding-right: 7rem !important;
    padding-left: 7rem !important
}

.py-13 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important
}

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

.pt-14 {
    padding-top: 7.5rem !important
}

.pr-14 {
    padding-right: 7.5rem !important
}

.pb-14 {
    padding-bottom: 7.5rem !important
}

.pl-14 {
    padding-left: 7.5rem !important
}

.px-14 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important
}

.py-14 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important
}

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

.pt-15 {
    padding-top: 8rem !important
}

.pr-15 {
    padding-right: 8rem !important
}

.pb-15 {
    padding-bottom: 8rem !important
}

.pl-15 {
    padding-left: 8rem !important
}

.px-15 {
    padding-right: 8rem !important;
    padding-left: 8rem !important
}

.py-15 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
}

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

.pt-16 {
    padding-top: 8.5rem !important
}

.pr-16 {
    padding-right: 8.5rem !important
}

.pb-16 {
    padding-bottom: 8.5rem !important
}

.pl-16 {
    padding-left: 8.5rem !important
}

.px-16 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important
}

.py-16 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important
}

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

.pt-17 {
    padding-top: 9rem !important
}

.pr-17 {
    padding-right: 9rem !important
}

.pb-17 {
    padding-bottom: 9rem !important
}

.pl-17 {
    padding-left: 9rem !important
}

.px-17 {
    padding-right: 9rem !important;
    padding-left: 9rem !important
}

.py-17 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important
}

.p-18 {
    padding: 9.5rem 9.5rem !important
}

.pt-18 {
    padding-top: 9.5rem !important
}

.pr-18 {
    padding-right: 9.5rem !important
}

.pb-18 {
    padding-bottom: 9.5rem !important
}

.pl-18 {
    padding-left: 9.5rem !important
}

.px-18 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important
}

.py-18 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important
}

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

.pt-19 {
    padding-top: 10rem !important
}

.pr-19 {
    padding-right: 10rem !important
}

.pb-19 {
    padding-bottom: 10rem !important
}

.pl-19 {
    padding-left: 10rem !important
}

.px-19 {
    padding-right: 10rem !important;
    padding-left: 10rem !important
}

.py-19 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important
}

.p-20 {
    padding: 10.5rem 10.5rem !important
}

.pt-20 {
    padding-top: 10.5rem !important
}

.pr-20 {
    padding-right: 10.5rem !important
}

.pb-20 {
    padding-bottom: 10.5rem !important
}

.pl-20 {
    padding-left: 10.5rem !important
}

.px-20 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important
}

.py-20 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important
}

.m-auto {
    margin: auto !important
}

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

.mr-auto {
    margin-right: auto !important
}

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

.ml-auto {
    margin-left: auto !important
}

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

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

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 0 !important
    }
    .mt-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0 {
        margin-left: 0 !important
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .m-sm-1 {
        margin: 0.25rem 0.25rem !important
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important
    }
    .mr-sm-1 {
        margin-right: 0.25rem !important
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important
    }
    .ml-sm-1 {
        margin-left: 0.25rem !important
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }
    .m-sm-2 {
        margin: 0.5rem 0.5rem !important
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important
    }
    .mr-sm-2 {
        margin-right: 0.5rem !important
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important
    }
    .ml-sm-2 {
        margin-left: 0.5rem !important
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }
    .m-sm-3 {
        margin: 1rem 1rem !important
    }
    .mt-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3 {
        margin-left: 1rem !important
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem 1.5rem !important
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4 {
        margin-left: 1.5rem !important
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem 3rem !important
    }
    .mt-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5 {
        margin-left: 3rem !important
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .m-sm-6 {
        margin: 3.5rem 3.5rem !important
    }
    .mt-sm-6 {
        margin-top: 3.5rem !important
    }
    .mr-sm-6 {
        margin-right: 3.5rem !important
    }
    .mb-sm-6 {
        margin-bottom: 3.5rem !important
    }
    .ml-sm-6 {
        margin-left: 3.5rem !important
    }
    .mx-sm-6 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important
    }
    .my-sm-6 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }
    .m-sm-7 {
        margin: 4rem 4rem !important
    }
    .mt-sm-7 {
        margin-top: 4rem !important
    }
    .mr-sm-7 {
        margin-right: 4rem !important
    }
    .mb-sm-7 {
        margin-bottom: 4rem !important
    }
    .ml-sm-7 {
        margin-left: 4rem !important
    }
    .mx-sm-7 {
        margin-right: 4rem !important;
        margin-left: 4rem !important
    }
    .my-sm-7 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }
    .m-sm-8 {
        margin: 4.5rem 4.5rem !important
    }
    .mt-sm-8 {
        margin-top: 4.5rem !important
    }
    .mr-sm-8 {
        margin-right: 4.5rem !important
    }
    .mb-sm-8 {
        margin-bottom: 4.5rem !important
    }
    .ml-sm-8 {
        margin-left: 4.5rem !important
    }
    .mx-sm-8 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important
    }
    .my-sm-8 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important
    }
    .m-sm-9 {
        margin: 5rem 5rem !important
    }
    .mt-sm-9 {
        margin-top: 5rem !important
    }
    .mr-sm-9 {
        margin-right: 5rem !important
    }
    .mb-sm-9 {
        margin-bottom: 5rem !important
    }
    .ml-sm-9 {
        margin-left: 5rem !important
    }
    .mx-sm-9 {
        margin-right: 5rem !important;
        margin-left: 5rem !important
    }
    .my-sm-9 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }
    .m-sm-10 {
        margin: 5.5rem 5.5rem !important
    }
    .mt-sm-10 {
        margin-top: 5.5rem !important
    }
    .mr-sm-10 {
        margin-right: 5.5rem !important
    }
    .mb-sm-10 {
        margin-bottom: 5.5rem !important
    }
    .ml-sm-10 {
        margin-left: 5.5rem !important
    }
    .mx-sm-10 {
        margin-right: 5.5rem !important;
        margin-left: 5.5rem !important
    }
    .my-sm-10 {
        margin-top: 5.5rem !important;
        margin-bottom: 5.5rem !important
    }
    .m-sm-11 {
        margin: 6rem 6rem !important
    }
    .mt-sm-11 {
        margin-top: 6rem !important
    }
    .mr-sm-11 {
        margin-right: 6rem !important
    }
    .mb-sm-11 {
        margin-bottom: 6rem !important
    }
    .ml-sm-11 {
        margin-left: 6rem !important
    }
    .mx-sm-11 {
        margin-right: 6rem !important;
        margin-left: 6rem !important
    }
    .my-sm-11 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important
    }
    .m-sm-12 {
        margin: 6.5rem 6.5rem !important
    }
    .mt-sm-12 {
        margin-top: 6.5rem !important
    }
    .mr-sm-12 {
        margin-right: 6.5rem !important
    }
    .mb-sm-12 {
        margin-bottom: 6.5rem !important
    }
    .ml-sm-12 {
        margin-left: 6.5rem !important
    }
    .mx-sm-12 {
        margin-right: 6.5rem !important;
        margin-left: 6.5rem !important
    }
    .my-sm-12 {
        margin-top: 6.5rem !important;
        margin-bottom: 6.5rem !important
    }
    .m-sm-13 {
        margin: 7rem 7rem !important
    }
    .mt-sm-13 {
        margin-top: 7rem !important
    }
    .mr-sm-13 {
        margin-right: 7rem !important
    }
    .mb-sm-13 {
        margin-bottom: 7rem !important
    }
    .ml-sm-13 {
        margin-left: 7rem !important
    }
    .mx-sm-13 {
        margin-right: 7rem !important;
        margin-left: 7rem !important
    }
    .my-sm-13 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important
    }
    .m-sm-14 {
        margin: 7.5rem 7.5rem !important
    }
    .mt-sm-14 {
        margin-top: 7.5rem !important
    }
    .mr-sm-14 {
        margin-right: 7.5rem !important
    }
    .mb-sm-14 {
        margin-bottom: 7.5rem !important
    }
    .ml-sm-14 {
        margin-left: 7.5rem !important
    }
    .mx-sm-14 {
        margin-right: 7.5rem !important;
        margin-left: 7.5rem !important
    }
    .my-sm-14 {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important
    }
    .m-sm-15 {
        margin: 8rem 8rem !important
    }
    .mt-sm-15 {
        margin-top: 8rem !important
    }
    .mr-sm-15 {
        margin-right: 8rem !important
    }
    .mb-sm-15 {
        margin-bottom: 8rem !important
    }
    .ml-sm-15 {
        margin-left: 8rem !important
    }
    .mx-sm-15 {
        margin-right: 8rem !important;
        margin-left: 8rem !important
    }
    .my-sm-15 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important
    }
    .m-sm-16 {
        margin: 8.5rem 8.5rem !important
    }
    .mt-sm-16 {
        margin-top: 8.5rem !important
    }
    .mr-sm-16 {
        margin-right: 8.5rem !important
    }
    .mb-sm-16 {
        margin-bottom: 8.5rem !important
    }
    .ml-sm-16 {
        margin-left: 8.5rem !important
    }
    .mx-sm-16 {
        margin-right: 8.5rem !important;
        margin-left: 8.5rem !important
    }
    .my-sm-16 {
        margin-top: 8.5rem !important;
        margin-bottom: 8.5rem !important
    }
    .m-sm-17 {
        margin: 9rem 9rem !important
    }
    .mt-sm-17 {
        margin-top: 9rem !important
    }
    .mr-sm-17 {
        margin-right: 9rem !important
    }
    .mb-sm-17 {
        margin-bottom: 9rem !important
    }
    .ml-sm-17 {
        margin-left: 9rem !important
    }
    .mx-sm-17 {
        margin-right: 9rem !important;
        margin-left: 9rem !important
    }
    .my-sm-17 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important
    }
    .m-sm-18 {
        margin: 9.5rem 9.5rem !important
    }
    .mt-sm-18 {
        margin-top: 9.5rem !important
    }
    .mr-sm-18 {
        margin-right: 9.5rem !important
    }
    .mb-sm-18 {
        margin-bottom: 9.5rem !important
    }
    .ml-sm-18 {
        margin-left: 9.5rem !important
    }
    .mx-sm-18 {
        margin-right: 9.5rem !important;
        margin-left: 9.5rem !important
    }
    .my-sm-18 {
        margin-top: 9.5rem !important;
        margin-bottom: 9.5rem !important
    }
    .m-sm-19 {
        margin: 10rem 10rem !important
    }
    .mt-sm-19 {
        margin-top: 10rem !important
    }
    .mr-sm-19 {
        margin-right: 10rem !important
    }
    .mb-sm-19 {
        margin-bottom: 10rem !important
    }
    .ml-sm-19 {
        margin-left: 10rem !important
    }
    .mx-sm-19 {
        margin-right: 10rem !important;
        margin-left: 10rem !important
    }
    .my-sm-19 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important
    }
    .m-sm-20 {
        margin: 10.5rem 10.5rem !important
    }
    .mt-sm-20 {
        margin-top: 10.5rem !important
    }
    .mr-sm-20 {
        margin-right: 10.5rem !important
    }
    .mb-sm-20 {
        margin-bottom: 10.5rem !important
    }
    .ml-sm-20 {
        margin-left: 10.5rem !important
    }
    .mx-sm-20 {
        margin-right: 10.5rem !important;
        margin-left: 10.5rem !important
    }
    .my-sm-20 {
        margin-top: 10.5rem !important;
        margin-bottom: 10.5rem !important
    }
    .p-sm-0 {
        padding: 0 0 !important
    }
    .pt-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0 {
        padding-left: 0 !important
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .p-sm-1 {
        padding: 0.25rem 0.25rem !important
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important
    }
    .pr-sm-1 {
        padding-right: 0.25rem !important
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important
    }
    .pl-sm-1 {
        padding-left: 0.25rem !important
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }
    .p-sm-2 {
        padding: 0.5rem 0.5rem !important
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important
    }
    .pr-sm-2 {
        padding-right: 0.5rem !important
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important
    }
    .pl-sm-2 {
        padding-left: 0.5rem !important
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }
    .p-sm-3 {
        padding: 1rem 1rem !important
    }
    .pt-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3 {
        padding-left: 1rem !important
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem 1.5rem !important
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4 {
        padding-left: 1.5rem !important
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem 3rem !important
    }
    .pt-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5 {
        padding-left: 3rem !important
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .p-sm-6 {
        padding: 3.5rem 3.5rem !important
    }
    .pt-sm-6 {
        padding-top: 3.5rem !important
    }
    .pr-sm-6 {
        padding-right: 3.5rem !important
    }
    .pb-sm-6 {
        padding-bottom: 3.5rem !important
    }
    .pl-sm-6 {
        padding-left: 3.5rem !important
    }
    .px-sm-6 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important
    }
    .py-sm-6 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }
    .p-sm-7 {
        padding: 4rem 4rem !important
    }
    .pt-sm-7 {
        padding-top: 4rem !important
    }
    .pr-sm-7 {
        padding-right: 4rem !important
    }
    .pb-sm-7 {
        padding-bottom: 4rem !important
    }
    .pl-sm-7 {
        padding-left: 4rem !important
    }
    .px-sm-7 {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }
    .py-sm-7 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }
    .p-sm-8 {
        padding: 4.5rem 4.5rem !important
    }
    .pt-sm-8 {
        padding-top: 4.5rem !important
    }
    .pr-sm-8 {
        padding-right: 4.5rem !important
    }
    .pb-sm-8 {
        padding-bottom: 4.5rem !important
    }
    .pl-sm-8 {
        padding-left: 4.5rem !important
    }
    .px-sm-8 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important
    }
    .py-sm-8 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }
    .p-sm-9 {
        padding: 5rem 5rem !important
    }
    .pt-sm-9 {
        padding-top: 5rem !important
    }
    .pr-sm-9 {
        padding-right: 5rem !important
    }
    .pb-sm-9 {
        padding-bottom: 5rem !important
    }
    .pl-sm-9 {
        padding-left: 5rem !important
    }
    .px-sm-9 {
        padding-right: 5rem !important;
        padding-left: 5rem !important
    }
    .py-sm-9 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }
    .p-sm-10 {
        padding: 5.5rem 5.5rem !important
    }
    .pt-sm-10 {
        padding-top: 5.5rem !important
    }
    .pr-sm-10 {
        padding-right: 5.5rem !important
    }
    .pb-sm-10 {
        padding-bottom: 5.5rem !important
    }
    .pl-sm-10 {
        padding-left: 5.5rem !important
    }
    .px-sm-10 {
        padding-right: 5.5rem !important;
        padding-left: 5.5rem !important
    }
    .py-sm-10 {
        padding-top: 5.5rem !important;
        padding-bottom: 5.5rem !important
    }
    .p-sm-11 {
        padding: 6rem 6rem !important
    }
    .pt-sm-11 {
        padding-top: 6rem !important
    }
    .pr-sm-11 {
        padding-right: 6rem !important
    }
    .pb-sm-11 {
        padding-bottom: 6rem !important
    }
    .pl-sm-11 {
        padding-left: 6rem !important
    }
    .px-sm-11 {
        padding-right: 6rem !important;
        padding-left: 6rem !important
    }
    .py-sm-11 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important
    }
    .p-sm-12 {
        padding: 6.5rem 6.5rem !important
    }
    .pt-sm-12 {
        padding-top: 6.5rem !important
    }
    .pr-sm-12 {
        padding-right: 6.5rem !important
    }
    .pb-sm-12 {
        padding-bottom: 6.5rem !important
    }
    .pl-sm-12 {
        padding-left: 6.5rem !important
    }
    .px-sm-12 {
        padding-right: 6.5rem !important;
        padding-left: 6.5rem !important
    }
    .py-sm-12 {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important
    }
    .p-sm-13 {
        padding: 7rem 7rem !important
    }
    .pt-sm-13 {
        padding-top: 7rem !important
    }
    .pr-sm-13 {
        padding-right: 7rem !important
    }
    .pb-sm-13 {
        padding-bottom: 7rem !important
    }
    .pl-sm-13 {
        padding-left: 7rem !important
    }
    .px-sm-13 {
        padding-right: 7rem !important;
        padding-left: 7rem !important
    }
    .py-sm-13 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important
    }
    .p-sm-14 {
        padding: 7.5rem 7.5rem !important
    }
    .pt-sm-14 {
        padding-top: 7.5rem !important
    }
    .pr-sm-14 {
        padding-right: 7.5rem !important
    }
    .pb-sm-14 {
        padding-bottom: 7.5rem !important
    }
    .pl-sm-14 {
        padding-left: 7.5rem !important
    }
    .px-sm-14 {
        padding-right: 7.5rem !important;
        padding-left: 7.5rem !important
    }
    .py-sm-14 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important
    }
    .p-sm-15 {
        padding: 8rem 8rem !important
    }
    .pt-sm-15 {
        padding-top: 8rem !important
    }
    .pr-sm-15 {
        padding-right: 8rem !important
    }
    .pb-sm-15 {
        padding-bottom: 8rem !important
    }
    .pl-sm-15 {
        padding-left: 8rem !important
    }
    .px-sm-15 {
        padding-right: 8rem !important;
        padding-left: 8rem !important
    }
    .py-sm-15 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important
    }
    .p-sm-16 {
        padding: 8.5rem 8.5rem !important
    }
    .pt-sm-16 {
        padding-top: 8.5rem !important
    }
    .pr-sm-16 {
        padding-right: 8.5rem !important
    }
    .pb-sm-16 {
        padding-bottom: 8.5rem !important
    }
    .pl-sm-16 {
        padding-left: 8.5rem !important
    }
    .px-sm-16 {
        padding-right: 8.5rem !important;
        padding-left: 8.5rem !important
    }
    .py-sm-16 {
        padding-top: 8.5rem !important;
        padding-bottom: 8.5rem !important
    }
    .p-sm-17 {
        padding: 9rem 9rem !important
    }
    .pt-sm-17 {
        padding-top: 9rem !important
    }
    .pr-sm-17 {
        padding-right: 9rem !important
    }
    .pb-sm-17 {
        padding-bottom: 9rem !important
    }
    .pl-sm-17 {
        padding-left: 9rem !important
    }
    .px-sm-17 {
        padding-right: 9rem !important;
        padding-left: 9rem !important
    }
    .py-sm-17 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important
    }
    .p-sm-18 {
        padding: 9.5rem 9.5rem !important
    }
    .pt-sm-18 {
        padding-top: 9.5rem !important
    }
    .pr-sm-18 {
        padding-right: 9.5rem !important
    }
    .pb-sm-18 {
        padding-bottom: 9.5rem !important
    }
    .pl-sm-18 {
        padding-left: 9.5rem !important
    }
    .px-sm-18 {
        padding-right: 9.5rem !important;
        padding-left: 9.5rem !important
    }
    .py-sm-18 {
        padding-top: 9.5rem !important;
        padding-bottom: 9.5rem !important
    }
    .p-sm-19 {
        padding: 10rem 10rem !important
    }
    .pt-sm-19 {
        padding-top: 10rem !important
    }
    .pr-sm-19 {
        padding-right: 10rem !important
    }
    .pb-sm-19 {
        padding-bottom: 10rem !important
    }
    .pl-sm-19 {
        padding-left: 10rem !important
    }
    .px-sm-19 {
        padding-right: 10rem !important;
        padding-left: 10rem !important
    }
    .py-sm-19 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important
    }
    .p-sm-20 {
        padding: 10.5rem 10.5rem !important
    }
    .pt-sm-20 {
        padding-top: 10.5rem !important
    }
    .pr-sm-20 {
        padding-right: 10.5rem !important
    }
    .pb-sm-20 {
        padding-bottom: 10.5rem !important
    }
    .pl-sm-20 {
        padding-left: 10.5rem !important
    }
    .px-sm-20 {
        padding-right: 10.5rem !important;
        padding-left: 10.5rem !important
    }
    .py-sm-20 {
        padding-top: 10.5rem !important;
        padding-bottom: 10.5rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto {
        margin-left: auto !important
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 0 !important
    }
    .mt-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0 {
        margin-left: 0 !important
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .m-md-1 {
        margin: 0.25rem 0.25rem !important
    }
    .mt-md-1 {
        margin-top: 0.25rem !important
    }
    .mr-md-1 {
        margin-right: 0.25rem !important
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important
    }
    .ml-md-1 {
        margin-left: 0.25rem !important
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }
    .m-md-2 {
        margin: 0.5rem 0.5rem !important
    }
    .mt-md-2 {
        margin-top: 0.5rem !important
    }
    .mr-md-2 {
        margin-right: 0.5rem !important
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important
    }
    .ml-md-2 {
        margin-left: 0.5rem !important
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }
    .m-md-3 {
        margin: 1rem 1rem !important
    }
    .mt-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3 {
        margin-left: 1rem !important
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem 1.5rem !important
    }
    .mt-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4 {
        margin-left: 1.5rem !important
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem 3rem !important
    }
    .mt-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5 {
        margin-left: 3rem !important
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .m-md-6 {
        margin: 3.5rem 3.5rem !important
    }
    .mt-md-6 {
        margin-top: 3.5rem !important
    }
    .mr-md-6 {
        margin-right: 3.5rem !important
    }
    .mb-md-6 {
        margin-bottom: 3.5rem !important
    }
    .ml-md-6 {
        margin-left: 3.5rem !important
    }
    .mx-md-6 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important
    }
    .my-md-6 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }
    .m-md-7 {
        margin: 4rem 4rem !important
    }
    .mt-md-7 {
        margin-top: 4rem !important
    }
    .mr-md-7 {
        margin-right: 4rem !important
    }
    .mb-md-7 {
        margin-bottom: 4rem !important
    }
    .ml-md-7 {
        margin-left: 4rem !important
    }
    .mx-md-7 {
        margin-right: 4rem !important;
        margin-left: 4rem !important
    }
    .my-md-7 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }
    .m-md-8 {
        margin: 4.5rem 4.5rem !important
    }
    .mt-md-8 {
        margin-top: 4.5rem !important
    }
    .mr-md-8 {
        margin-right: 4.5rem !important
    }
    .mb-md-8 {
        margin-bottom: 4.5rem !important
    }
    .ml-md-8 {
        margin-left: 4.5rem !important
    }
    .mx-md-8 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important
    }
    .my-md-8 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important
    }
    .m-md-9 {
        margin: 5rem 5rem !important
    }
    .mt-md-9 {
        margin-top: 5rem !important
    }
    .mr-md-9 {
        margin-right: 5rem !important
    }
    .mb-md-9 {
        margin-bottom: 5rem !important
    }
    .ml-md-9 {
        margin-left: 5rem !important
    }
    .mx-md-9 {
        margin-right: 5rem !important;
        margin-left: 5rem !important
    }
    .my-md-9 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }
    .m-md-10 {
        margin: 5.5rem 5.5rem !important
    }
    .mt-md-10 {
        margin-top: 5.5rem !important
    }
    .mr-md-10 {
        margin-right: 5.5rem !important
    }
    .mb-md-10 {
        margin-bottom: 5.5rem !important
    }
    .ml-md-10 {
        margin-left: 5.5rem !important
    }
    .mx-md-10 {
        margin-right: 5.5rem !important;
        margin-left: 5.5rem !important
    }
    .my-md-10 {
        margin-top: 5.5rem !important;
        margin-bottom: 5.5rem !important
    }
    .m-md-11 {
        margin: 6rem 6rem !important
    }
    .mt-md-11 {
        margin-top: 6rem !important
    }
    .mr-md-11 {
        margin-right: 6rem !important
    }
    .mb-md-11 {
        margin-bottom: 6rem !important
    }
    .ml-md-11 {
        margin-left: 6rem !important
    }
    .mx-md-11 {
        margin-right: 6rem !important;
        margin-left: 6rem !important
    }
    .my-md-11 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important
    }
    .m-md-12 {
        margin: 6.5rem 6.5rem !important
    }
    .mt-md-12 {
        margin-top: 6.5rem !important
    }
    .mr-md-12 {
        margin-right: 6.5rem !important
    }
    .mb-md-12 {
        margin-bottom: 6.5rem !important
    }
    .ml-md-12 {
        margin-left: 6.5rem !important
    }
    .mx-md-12 {
        margin-right: 6.5rem !important;
        margin-left: 6.5rem !important
    }
    .my-md-12 {
        margin-top: 6.5rem !important;
        margin-bottom: 6.5rem !important
    }
    .m-md-13 {
        margin: 7rem 7rem !important
    }
    .mt-md-13 {
        margin-top: 7rem !important
    }
    .mr-md-13 {
        margin-right: 7rem !important
    }
    .mb-md-13 {
        margin-bottom: 7rem !important
    }
    .ml-md-13 {
        margin-left: 7rem !important
    }
    .mx-md-13 {
        margin-right: 7rem !important;
        margin-left: 7rem !important
    }
    .my-md-13 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important
    }
    .m-md-14 {
        margin: 7.5rem 7.5rem !important
    }
    .mt-md-14 {
        margin-top: 7.5rem !important
    }
    .mr-md-14 {
        margin-right: 7.5rem !important
    }
    .mb-md-14 {
        margin-bottom: 7.5rem !important
    }
    .ml-md-14 {
        margin-left: 7.5rem !important
    }
    .mx-md-14 {
        margin-right: 7.5rem !important;
        margin-left: 7.5rem !important
    }
    .my-md-14 {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important
    }
    .m-md-15 {
        margin: 8rem 8rem !important
    }
    .mt-md-15 {
        margin-top: 8rem !important
    }
    .mr-md-15 {
        margin-right: 8rem !important
    }
    .mb-md-15 {
        margin-bottom: 8rem !important
    }
    .ml-md-15 {
        margin-left: 8rem !important
    }
    .mx-md-15 {
        margin-right: 8rem !important;
        margin-left: 8rem !important
    }
    .my-md-15 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important
    }
    .m-md-16 {
        margin: 8.5rem 8.5rem !important
    }
    .mt-md-16 {
        margin-top: 8.5rem !important
    }
    .mr-md-16 {
        margin-right: 8.5rem !important
    }
    .mb-md-16 {
        margin-bottom: 8.5rem !important
    }
    .ml-md-16 {
        margin-left: 8.5rem !important
    }
    .mx-md-16 {
        margin-right: 8.5rem !important;
        margin-left: 8.5rem !important
    }
    .my-md-16 {
        margin-top: 8.5rem !important;
        margin-bottom: 8.5rem !important
    }
    .m-md-17 {
        margin: 9rem 9rem !important
    }
    .mt-md-17 {
        margin-top: 9rem !important
    }
    .mr-md-17 {
        margin-right: 9rem !important
    }
    .mb-md-17 {
        margin-bottom: 9rem !important
    }
    .ml-md-17 {
        margin-left: 9rem !important
    }
    .mx-md-17 {
        margin-right: 9rem !important;
        margin-left: 9rem !important
    }
    .my-md-17 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important
    }
    .m-md-18 {
        margin: 9.5rem 9.5rem !important
    }
    .mt-md-18 {
        margin-top: 9.5rem !important
    }
    .mr-md-18 {
        margin-right: 9.5rem !important
    }
    .mb-md-18 {
        margin-bottom: 9.5rem !important
    }
    .ml-md-18 {
        margin-left: 9.5rem !important
    }
    .mx-md-18 {
        margin-right: 9.5rem !important;
        margin-left: 9.5rem !important
    }
    .my-md-18 {
        margin-top: 9.5rem !important;
        margin-bottom: 9.5rem !important
    }
    .m-md-19 {
        margin: 10rem 10rem !important
    }
    .mt-md-19 {
        margin-top: 10rem !important
    }
    .mr-md-19 {
        margin-right: 10rem !important
    }
    .mb-md-19 {
        margin-bottom: 10rem !important
    }
    .ml-md-19 {
        margin-left: 10rem !important
    }
    .mx-md-19 {
        margin-right: 10rem !important;
        margin-left: 10rem !important
    }
    .my-md-19 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important
    }
    .m-md-20 {
        margin: 10.5rem 10.5rem !important
    }
    .mt-md-20 {
        margin-top: 10.5rem !important
    }
    .mr-md-20 {
        margin-right: 10.5rem !important
    }
    .mb-md-20 {
        margin-bottom: 10.5rem !important
    }
    .ml-md-20 {
        margin-left: 10.5rem !important
    }
    .mx-md-20 {
        margin-right: 10.5rem !important;
        margin-left: 10.5rem !important
    }
    .my-md-20 {
        margin-top: 10.5rem !important;
        margin-bottom: 10.5rem !important
    }
    .p-md-0 {
        padding: 0 0 !important
    }
    .pt-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0 {
        padding-left: 0 !important
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .p-md-1 {
        padding: 0.25rem 0.25rem !important
    }
    .pt-md-1 {
        padding-top: 0.25rem !important
    }
    .pr-md-1 {
        padding-right: 0.25rem !important
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important
    }
    .pl-md-1 {
        padding-left: 0.25rem !important
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }
    .p-md-2 {
        padding: 0.5rem 0.5rem !important
    }
    .pt-md-2 {
        padding-top: 0.5rem !important
    }
    .pr-md-2 {
        padding-right: 0.5rem !important
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important
    }
    .pl-md-2 {
        padding-left: 0.5rem !important
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }
    .p-md-3 {
        padding: 1rem 1rem !important
    }
    .pt-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3 {
        padding-left: 1rem !important
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem 1.5rem !important
    }
    .pt-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4 {
        padding-left: 1.5rem !important
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem 3rem !important
    }
    .pt-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5 {
        padding-left: 3rem !important
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .p-md-6 {
        padding: 3.5rem 3.5rem !important
    }
    .pt-md-6 {
        padding-top: 3.5rem !important
    }
    .pr-md-6 {
        padding-right: 3.5rem !important
    }
    .pb-md-6 {
        padding-bottom: 3.5rem !important
    }
    .pl-md-6 {
        padding-left: 3.5rem !important
    }
    .px-md-6 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important
    }
    .py-md-6 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }
    .p-md-7 {
        padding: 4rem 4rem !important
    }
    .pt-md-7 {
        padding-top: 4rem !important
    }
    .pr-md-7 {
        padding-right: 4rem !important
    }
    .pb-md-7 {
        padding-bottom: 4rem !important
    }
    .pl-md-7 {
        padding-left: 4rem !important
    }
    .px-md-7 {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }
    .py-md-7 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }
    .p-md-8 {
        padding: 4.5rem 4.5rem !important
    }
    .pt-md-8 {
        padding-top: 4.5rem !important
    }
    .pr-md-8 {
        padding-right: 4.5rem !important
    }
    .pb-md-8 {
        padding-bottom: 4.5rem !important
    }
    .pl-md-8 {
        padding-left: 4.5rem !important
    }
    .px-md-8 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important
    }
    .py-md-8 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }
    .p-md-9 {
        padding: 5rem 5rem !important
    }
    .pt-md-9 {
        padding-top: 5rem !important
    }
    .pr-md-9 {
        padding-right: 5rem !important
    }
    .pb-md-9 {
        padding-bottom: 5rem !important
    }
    .pl-md-9 {
        padding-left: 5rem !important
    }
    .px-md-9 {
        padding-right: 5rem !important;
        padding-left: 5rem !important
    }
    .py-md-9 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }
    .p-md-10 {
        padding: 5.5rem 5.5rem !important
    }
    .pt-md-10 {
        padding-top: 5.5rem !important
    }
    .pr-md-10 {
        padding-right: 5.5rem !important
    }
    .pb-md-10 {
        padding-bottom: 5.5rem !important
    }
    .pl-md-10 {
        padding-left: 5.5rem !important
    }
    .px-md-10 {
        padding-right: 5.5rem !important;
        padding-left: 5.5rem !important
    }
    .py-md-10 {
        padding-top: 5.5rem !important;
        padding-bottom: 5.5rem !important
    }
    .p-md-11 {
        padding: 6rem 6rem !important
    }
    .pt-md-11 {
        padding-top: 6rem !important
    }
    .pr-md-11 {
        padding-right: 6rem !important
    }
    .pb-md-11 {
        padding-bottom: 6rem !important
    }
    .pl-md-11 {
        padding-left: 6rem !important
    }
    .px-md-11 {
        padding-right: 6rem !important;
        padding-left: 6rem !important
    }
    .py-md-11 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important
    }
    .p-md-12 {
        padding: 6.5rem 6.5rem !important
    }
    .pt-md-12 {
        padding-top: 6.5rem !important
    }
    .pr-md-12 {
        padding-right: 6.5rem !important
    }
    .pb-md-12 {
        padding-bottom: 6.5rem !important
    }
    .pl-md-12 {
        padding-left: 6.5rem !important
    }
    .px-md-12 {
        padding-right: 6.5rem !important;
        padding-left: 6.5rem !important
    }
    .py-md-12 {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important
    }
    .p-md-13 {
        padding: 7rem 7rem !important
    }
    .pt-md-13 {
        padding-top: 7rem !important
    }
    .pr-md-13 {
        padding-right: 7rem !important
    }
    .pb-md-13 {
        padding-bottom: 7rem !important
    }
    .pl-md-13 {
        padding-left: 7rem !important
    }
    .px-md-13 {
        padding-right: 7rem !important;
        padding-left: 7rem !important
    }
    .py-md-13 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important
    }
    .p-md-14 {
        padding: 7.5rem 7.5rem !important
    }
    .pt-md-14 {
        padding-top: 7.5rem !important
    }
    .pr-md-14 {
        padding-right: 7.5rem !important
    }
    .pb-md-14 {
        padding-bottom: 7.5rem !important
    }
    .pl-md-14 {
        padding-left: 7.5rem !important
    }
    .px-md-14 {
        padding-right: 7.5rem !important;
        padding-left: 7.5rem !important
    }
    .py-md-14 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important
    }
    .p-md-15 {
        padding: 8rem 8rem !important
    }
    .pt-md-15 {
        padding-top: 8rem !important
    }
    .pr-md-15 {
        padding-right: 8rem !important
    }
    .pb-md-15 {
        padding-bottom: 8rem !important
    }
    .pl-md-15 {
        padding-left: 8rem !important
    }
    .px-md-15 {
        padding-right: 8rem !important;
        padding-left: 8rem !important
    }
    .py-md-15 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important
    }
    .p-md-16 {
        padding: 8.5rem 8.5rem !important
    }
    .pt-md-16 {
        padding-top: 8.5rem !important
    }
    .pr-md-16 {
        padding-right: 8.5rem !important
    }
    .pb-md-16 {
        padding-bottom: 8.5rem !important
    }
    .pl-md-16 {
        padding-left: 8.5rem !important
    }
    .px-md-16 {
        padding-right: 8.5rem !important;
        padding-left: 8.5rem !important
    }
    .py-md-16 {
        padding-top: 8.5rem !important;
        padding-bottom: 8.5rem !important
    }
    .p-md-17 {
        padding: 9rem 9rem !important
    }
    .pt-md-17 {
        padding-top: 9rem !important
    }
    .pr-md-17 {
        padding-right: 9rem !important
    }
    .pb-md-17 {
        padding-bottom: 9rem !important
    }
    .pl-md-17 {
        padding-left: 9rem !important
    }
    .px-md-17 {
        padding-right: 9rem !important;
        padding-left: 9rem !important
    }
    .py-md-17 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important
    }
    .p-md-18 {
        padding: 9.5rem 9.5rem !important
    }
    .pt-md-18 {
        padding-top: 9.5rem !important
    }
    .pr-md-18 {
        padding-right: 9.5rem !important
    }
    .pb-md-18 {
        padding-bottom: 9.5rem !important
    }
    .pl-md-18 {
        padding-left: 9.5rem !important
    }
    .px-md-18 {
        padding-right: 9.5rem !important;
        padding-left: 9.5rem !important
    }
    .py-md-18 {
        padding-top: 9.5rem !important;
        padding-bottom: 9.5rem !important
    }
    .p-md-19 {
        padding: 10rem 10rem !important
    }
    .pt-md-19 {
        padding-top: 10rem !important
    }
    .pr-md-19 {
        padding-right: 10rem !important
    }
    .pb-md-19 {
        padding-bottom: 10rem !important
    }
    .pl-md-19 {
        padding-left: 10rem !important
    }
    .px-md-19 {
        padding-right: 10rem !important;
        padding-left: 10rem !important
    }
    .py-md-19 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important
    }
    .p-md-20 {
        padding: 10.5rem 10.5rem !important
    }
    .pt-md-20 {
        padding-top: 10.5rem !important
    }
    .pr-md-20 {
        padding-right: 10.5rem !important
    }
    .pb-md-20 {
        padding-bottom: 10.5rem !important
    }
    .pl-md-20 {
        padding-left: 10.5rem !important
    }
    .px-md-20 {
        padding-right: 10.5rem !important;
        padding-left: 10.5rem !important
    }
    .py-md-20 {
        padding-top: 10.5rem !important;
        padding-bottom: 10.5rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto {
        margin-left: auto !important
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 0 !important
    }
    .mt-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0 {
        margin-left: 0 !important
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .m-lg-1 {
        margin: 0.25rem 0.25rem !important
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important
    }
    .mr-lg-1 {
        margin-right: 0.25rem !important
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important
    }
    .ml-lg-1 {
        margin-left: 0.25rem !important
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }
    .m-lg-2 {
        margin: 0.5rem 0.5rem !important
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important
    }
    .mr-lg-2 {
        margin-right: 0.5rem !important
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important
    }
    .ml-lg-2 {
        margin-left: 0.5rem !important
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }
    .m-lg-3 {
        margin: 1rem 1rem !important
    }
    .mt-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3 {
        margin-left: 1rem !important
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem 1.5rem !important
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4 {
        margin-left: 1.5rem !important
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem 3rem !important
    }
    .mt-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5 {
        margin-left: 3rem !important
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .m-lg-6 {
        margin: 3.5rem 3.5rem !important
    }
    .mt-lg-6 {
        margin-top: 3.5rem !important
    }
    .mr-lg-6 {
        margin-right: 3.5rem !important
    }
    .mb-lg-6 {
        margin-bottom: 3.5rem !important
    }
    .ml-lg-6 {
        margin-left: 3.5rem !important
    }
    .mx-lg-6 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important
    }
    .my-lg-6 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }
    .m-lg-7 {
        margin: 4rem 4rem !important
    }
    .mt-lg-7 {
        margin-top: 4rem !important
    }
    .mr-lg-7 {
        margin-right: 4rem !important
    }
    .mb-lg-7 {
        margin-bottom: 4rem !important
    }
    .ml-lg-7 {
        margin-left: 4rem !important
    }
    .mx-lg-7 {
        margin-right: 4rem !important;
        margin-left: 4rem !important
    }
    .my-lg-7 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }
    .m-lg-8 {
        margin: 4.5rem 4.5rem !important
    }
    .mt-lg-8 {
        margin-top: 4.5rem !important
    }
    .mr-lg-8 {
        margin-right: 4.5rem !important
    }
    .mb-lg-8 {
        margin-bottom: 4.5rem !important
    }
    .ml-lg-8 {
        margin-left: 4.5rem !important
    }
    .mx-lg-8 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important
    }
    .my-lg-8 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important
    }
    .m-lg-9 {
        margin: 5rem 5rem !important
    }
    .mt-lg-9 {
        margin-top: 5rem !important
    }
    .mr-lg-9 {
        margin-right: 5rem !important
    }
    .mb-lg-9 {
        margin-bottom: 5rem !important
    }
    .ml-lg-9 {
        margin-left: 5rem !important
    }
    .mx-lg-9 {
        margin-right: 5rem !important;
        margin-left: 5rem !important
    }
    .my-lg-9 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }
    .m-lg-10 {
        margin: 5.5rem 5.5rem !important
    }
    .mt-lg-10 {
        margin-top: 5.5rem !important
    }
    .mr-lg-10 {
        margin-right: 5.5rem !important
    }
    .mb-lg-10 {
        margin-bottom: 5.5rem !important
    }
    .ml-lg-10 {
        margin-left: 5.5rem !important
    }
    .mx-lg-10 {
        margin-right: 5.5rem !important;
        margin-left: 5.5rem !important
    }
    .my-lg-10 {
        margin-top: 5.5rem !important;
        margin-bottom: 5.5rem !important
    }
    .m-lg-11 {
        margin: 6rem 6rem !important
    }
    .mt-lg-11 {
        margin-top: 6rem !important
    }
    .mr-lg-11 {
        margin-right: 6rem !important
    }
    .mb-lg-11 {
        margin-bottom: 6rem !important
    }
    .ml-lg-11 {
        margin-left: 6rem !important
    }
    .mx-lg-11 {
        margin-right: 6rem !important;
        margin-left: 6rem !important
    }
    .my-lg-11 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important
    }
    .m-lg-12 {
        margin: 6.5rem 6.5rem !important
    }
    .mt-lg-12 {
        margin-top: 6.5rem !important
    }
    .mr-lg-12 {
        margin-right: 6.5rem !important
    }
    .mb-lg-12 {
        margin-bottom: 6.5rem !important
    }
    .ml-lg-12 {
        margin-left: 6.5rem !important
    }
    .mx-lg-12 {
        margin-right: 6.5rem !important;
        margin-left: 6.5rem !important
    }
    .my-lg-12 {
        margin-top: 6.5rem !important;
        margin-bottom: 6.5rem !important
    }
    .m-lg-13 {
        margin: 7rem 7rem !important
    }
    .mt-lg-13 {
        margin-top: 7rem !important
    }
    .mr-lg-13 {
        margin-right: 7rem !important
    }
    .mb-lg-13 {
        margin-bottom: 7rem !important
    }
    .ml-lg-13 {
        margin-left: 7rem !important
    }
    .mx-lg-13 {
        margin-right: 7rem !important;
        margin-left: 7rem !important
    }
    .my-lg-13 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important
    }
    .m-lg-14 {
        margin: 7.5rem 7.5rem !important
    }
    .mt-lg-14 {
        margin-top: 7.5rem !important
    }
    .mr-lg-14 {
        margin-right: 7.5rem !important
    }
    .mb-lg-14 {
        margin-bottom: 7.5rem !important
    }
    .ml-lg-14 {
        margin-left: 7.5rem !important
    }
    .mx-lg-14 {
        margin-right: 7.5rem !important;
        margin-left: 7.5rem !important
    }
    .my-lg-14 {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important
    }
    .m-lg-15 {
        margin: 8rem 8rem !important
    }
    .mt-lg-15 {
        margin-top: 8rem !important
    }
    .mr-lg-15 {
        margin-right: 8rem !important
    }
    .mb-lg-15 {
        margin-bottom: 8rem !important
    }
    .ml-lg-15 {
        margin-left: 8rem !important
    }
    .mx-lg-15 {
        margin-right: 8rem !important;
        margin-left: 8rem !important
    }
    .my-lg-15 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important
    }
    .m-lg-16 {
        margin: 8.5rem 8.5rem !important
    }
    .mt-lg-16 {
        margin-top: 8.5rem !important
    }
    .mr-lg-16 {
        margin-right: 8.5rem !important
    }
    .mb-lg-16 {
        margin-bottom: 8.5rem !important
    }
    .ml-lg-16 {
        margin-left: 8.5rem !important
    }
    .mx-lg-16 {
        margin-right: 8.5rem !important;
        margin-left: 8.5rem !important
    }
    .my-lg-16 {
        margin-top: 8.5rem !important;
        margin-bottom: 8.5rem !important
    }
    .m-lg-17 {
        margin: 9rem 9rem !important
    }
    .mt-lg-17 {
        margin-top: 9rem !important
    }
    .mr-lg-17 {
        margin-right: 9rem !important
    }
    .mb-lg-17 {
        margin-bottom: 9rem !important
    }
    .ml-lg-17 {
        margin-left: 9rem !important
    }
    .mx-lg-17 {
        margin-right: 9rem !important;
        margin-left: 9rem !important
    }
    .my-lg-17 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important
    }
    .m-lg-18 {
        margin: 9.5rem 9.5rem !important
    }
    .mt-lg-18 {
        margin-top: 9.5rem !important
    }
    .mr-lg-18 {
        margin-right: 9.5rem !important
    }
    .mb-lg-18 {
        margin-bottom: 9.5rem !important
    }
    .ml-lg-18 {
        margin-left: 9.5rem !important
    }
    .mx-lg-18 {
        margin-right: 9.5rem !important;
        margin-left: 9.5rem !important
    }
    .my-lg-18 {
        margin-top: 9.5rem !important;
        margin-bottom: 9.5rem !important
    }
    .m-lg-19 {
        margin: 10rem 10rem !important
    }
    .mt-lg-19 {
        margin-top: 10rem !important
    }
    .mr-lg-19 {
        margin-right: 10rem !important
    }
    .mb-lg-19 {
        margin-bottom: 10rem !important
    }
    .ml-lg-19 {
        margin-left: 10rem !important
    }
    .mx-lg-19 {
        margin-right: 10rem !important;
        margin-left: 10rem !important
    }
    .my-lg-19 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important
    }
    .m-lg-20 {
        margin: 10.5rem 10.5rem !important
    }
    .mt-lg-20 {
        margin-top: 10.5rem !important
    }
    .mr-lg-20 {
        margin-right: 10.5rem !important
    }
    .mb-lg-20 {
        margin-bottom: 10.5rem !important
    }
    .ml-lg-20 {
        margin-left: 10.5rem !important
    }
    .mx-lg-20 {
        margin-right: 10.5rem !important;
        margin-left: 10.5rem !important
    }
    .my-lg-20 {
        margin-top: 10.5rem !important;
        margin-bottom: 10.5rem !important
    }
    .p-lg-0 {
        padding: 0 0 !important
    }
    .pt-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0 {
        padding-left: 0 !important
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .p-lg-1 {
        padding: 0.25rem 0.25rem !important
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important
    }
    .pr-lg-1 {
        padding-right: 0.25rem !important
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important
    }
    .pl-lg-1 {
        padding-left: 0.25rem !important
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }
    .p-lg-2 {
        padding: 0.5rem 0.5rem !important
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important
    }
    .pr-lg-2 {
        padding-right: 0.5rem !important
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important
    }
    .pl-lg-2 {
        padding-left: 0.5rem !important
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }
    .p-lg-3 {
        padding: 1rem 1rem !important
    }
    .pt-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3 {
        padding-left: 1rem !important
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem 1.5rem !important
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4 {
        padding-left: 1.5rem !important
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem 3rem !important
    }
    .pt-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5 {
        padding-left: 3rem !important
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .p-lg-6 {
        padding: 3.5rem 3.5rem !important
    }
    .pt-lg-6 {
        padding-top: 3.5rem !important
    }
    .pr-lg-6 {
        padding-right: 3.5rem !important
    }
    .pb-lg-6 {
        padding-bottom: 3.5rem !important
    }
    .pl-lg-6 {
        padding-left: 3.5rem !important
    }
    .px-lg-6 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important
    }
    .py-lg-6 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }
    .p-lg-7 {
        padding: 4rem 4rem !important
    }
    .pt-lg-7 {
        padding-top: 4rem !important
    }
    .pr-lg-7 {
        padding-right: 4rem !important
    }
    .pb-lg-7 {
        padding-bottom: 4rem !important
    }
    .pl-lg-7 {
        padding-left: 4rem !important
    }
    .px-lg-7 {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }
    .py-lg-7 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }
    .p-lg-8 {
        padding: 4.5rem 4.5rem !important
    }
    .pt-lg-8 {
        padding-top: 4.5rem !important
    }
    .pr-lg-8 {
        padding-right: 4.5rem !important
    }
    .pb-lg-8 {
        padding-bottom: 4.5rem !important
    }
    .pl-lg-8 {
        padding-left: 4.5rem !important
    }
    .px-lg-8 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important
    }
    .py-lg-8 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }
    .p-lg-9 {
        padding: 5rem 5rem !important
    }
    .pt-lg-9 {
        padding-top: 5rem !important
    }
    .pr-lg-9 {
        padding-right: 5rem !important
    }
    .pb-lg-9 {
        padding-bottom: 5rem !important
    }
    .pl-lg-9 {
        padding-left: 5rem !important
    }
    .px-lg-9 {
        padding-right: 5rem !important;
        padding-left: 5rem !important
    }
    .py-lg-9 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }
    .p-lg-10 {
        padding: 5.5rem 5.5rem !important
    }
    .pt-lg-10 {
        padding-top: 5.5rem !important
    }
    .pr-lg-10 {
        padding-right: 5.5rem !important
    }
    .pb-lg-10 {
        padding-bottom: 5.5rem !important
    }
    .pl-lg-10 {
        padding-left: 5.5rem !important
    }
    .px-lg-10 {
        padding-right: 5.5rem !important;
        padding-left: 5.5rem !important
    }
    .py-lg-10 {
        padding-top: 5.5rem !important;
        padding-bottom: 5.5rem !important
    }
    .p-lg-11 {
        padding: 6rem 6rem !important
    }
    .pt-lg-11 {
        padding-top: 6rem !important
    }
    .pr-lg-11 {
        padding-right: 6rem !important
    }
    .pb-lg-11 {
        padding-bottom: 6rem !important
    }
    .pl-lg-11 {
        padding-left: 6rem !important
    }
    .px-lg-11 {
        padding-right: 6rem !important;
        padding-left: 6rem !important
    }
    .py-lg-11 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important
    }
    .p-lg-12 {
        padding: 6.5rem 6.5rem !important
    }
    .pt-lg-12 {
        padding-top: 6.5rem !important
    }
    .pr-lg-12 {
        padding-right: 6.5rem !important
    }
    .pb-lg-12 {
        padding-bottom: 6.5rem !important
    }
    .pl-lg-12 {
        padding-left: 6.5rem !important
    }
    .px-lg-12 {
        padding-right: 6.5rem !important;
        padding-left: 6.5rem !important
    }
    .py-lg-12 {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important
    }
    .p-lg-13 {
        padding: 7rem 7rem !important
    }
    .pt-lg-13 {
        padding-top: 7rem !important
    }
    .pr-lg-13 {
        padding-right: 7rem !important
    }
    .pb-lg-13 {
        padding-bottom: 7rem !important
    }
    .pl-lg-13 {
        padding-left: 7rem !important
    }
    .px-lg-13 {
        padding-right: 7rem !important;
        padding-left: 7rem !important
    }
    .py-lg-13 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important
    }
    .p-lg-14 {
        padding: 7.5rem 7.5rem !important
    }
    .pt-lg-14 {
        padding-top: 7.5rem !important
    }
    .pr-lg-14 {
        padding-right: 7.5rem !important
    }
    .pb-lg-14 {
        padding-bottom: 7.5rem !important
    }
    .pl-lg-14 {
        padding-left: 7.5rem !important
    }
    .px-lg-14 {
        padding-right: 7.5rem !important;
        padding-left: 7.5rem !important
    }
    .py-lg-14 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important
    }
    .p-lg-15 {
        padding: 8rem 8rem !important
    }
    .pt-lg-15 {
        padding-top: 8rem !important
    }
    .pr-lg-15 {
        padding-right: 8rem !important
    }
    .pb-lg-15 {
        padding-bottom: 8rem !important
    }
    .pl-lg-15 {
        padding-left: 8rem !important
    }
    .px-lg-15 {
        padding-right: 8rem !important;
        padding-left: 8rem !important
    }
    .py-lg-15 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important
    }
    .p-lg-16 {
        padding: 8.5rem 8.5rem !important
    }
    .pt-lg-16 {
        padding-top: 8.5rem !important
    }
    .pr-lg-16 {
        padding-right: 8.5rem !important
    }
    .pb-lg-16 {
        padding-bottom: 8.5rem !important
    }
    .pl-lg-16 {
        padding-left: 8.5rem !important
    }
    .px-lg-16 {
        padding-right: 8.5rem !important;
        padding-left: 8.5rem !important
    }
    .py-lg-16 {
        padding-top: 8.5rem !important;
        padding-bottom: 8.5rem !important
    }
    .p-lg-17 {
        padding: 9rem 9rem !important
    }
    .pt-lg-17 {
        padding-top: 9rem !important
    }
    .pr-lg-17 {
        padding-right: 9rem !important
    }
    .pb-lg-17 {
        padding-bottom: 9rem !important
    }
    .pl-lg-17 {
        padding-left: 9rem !important
    }
    .px-lg-17 {
        padding-right: 9rem !important;
        padding-left: 9rem !important
    }
    .py-lg-17 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important
    }
    .p-lg-18 {
        padding: 9.5rem 9.5rem !important
    }
    .pt-lg-18 {
        padding-top: 9.5rem !important
    }
    .pr-lg-18 {
        padding-right: 9.5rem !important
    }
    .pb-lg-18 {
        padding-bottom: 9.5rem !important
    }
    .pl-lg-18 {
        padding-left: 9.5rem !important
    }
    .px-lg-18 {
        padding-right: 9.5rem !important;
        padding-left: 9.5rem !important
    }
    .py-lg-18 {
        padding-top: 9.5rem !important;
        padding-bottom: 9.5rem !important
    }
    .p-lg-19 {
        padding: 10rem 10rem !important
    }
    .pt-lg-19 {
        padding-top: 10rem !important
    }
    .pr-lg-19 {
        padding-right: 10rem !important
    }
    .pb-lg-19 {
        padding-bottom: 10rem !important
    }
    .pl-lg-19 {
        padding-left: 10rem !important
    }
    .px-lg-19 {
        padding-right: 10rem !important;
        padding-left: 10rem !important
    }
    .py-lg-19 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important
    }
    .p-lg-20 {
        padding: 10.5rem 10.5rem !important
    }
    .pt-lg-20 {
        padding-top: 10.5rem !important
    }
    .pr-lg-20 {
        padding-right: 10.5rem !important
    }
    .pb-lg-20 {
        padding-bottom: 10.5rem !important
    }
    .pl-lg-20 {
        padding-left: 10.5rem !important
    }
    .px-lg-20 {
        padding-right: 10.5rem !important;
        padding-left: 10.5rem !important
    }
    .py-lg-20 {
        padding-top: 10.5rem !important;
        padding-bottom: 10.5rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto {
        margin-left: auto !important
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 0 !important
    }
    .mt-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0 {
        margin-left: 0 !important
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .m-xl-1 {
        margin: 0.25rem 0.25rem !important
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important
    }
    .mr-xl-1 {
        margin-right: 0.25rem !important
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important
    }
    .ml-xl-1 {
        margin-left: 0.25rem !important
    }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important
    }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important
    }
    .m-xl-2 {
        margin: 0.5rem 0.5rem !important
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important
    }
    .mr-xl-2 {
        margin-right: 0.5rem !important
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important
    }
    .ml-xl-2 {
        margin-left: 0.5rem !important
    }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important
    }
    .m-xl-3 {
        margin: 1rem 1rem !important
    }
    .mt-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3 {
        margin-left: 1rem !important
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem 1.5rem !important
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4 {
        margin-left: 1.5rem !important
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem 3rem !important
    }
    .mt-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5 {
        margin-left: 3rem !important
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .m-xl-6 {
        margin: 3.5rem 3.5rem !important
    }
    .mt-xl-6 {
        margin-top: 3.5rem !important
    }
    .mr-xl-6 {
        margin-right: 3.5rem !important
    }
    .mb-xl-6 {
        margin-bottom: 3.5rem !important
    }
    .ml-xl-6 {
        margin-left: 3.5rem !important
    }
    .mx-xl-6 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important
    }
    .my-xl-6 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }
    .m-xl-7 {
        margin: 4rem 4rem !important
    }
    .mt-xl-7 {
        margin-top: 4rem !important
    }
    .mr-xl-7 {
        margin-right: 4rem !important
    }
    .mb-xl-7 {
        margin-bottom: 4rem !important
    }
    .ml-xl-7 {
        margin-left: 4rem !important
    }
    .mx-xl-7 {
        margin-right: 4rem !important;
        margin-left: 4rem !important
    }
    .my-xl-7 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }
    .m-xl-8 {
        margin: 4.5rem 4.5rem !important
    }
    .mt-xl-8 {
        margin-top: 4.5rem !important
    }
    .mr-xl-8 {
        margin-right: 4.5rem !important
    }
    .mb-xl-8 {
        margin-bottom: 4.5rem !important
    }
    .ml-xl-8 {
        margin-left: 4.5rem !important
    }
    .mx-xl-8 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important
    }
    .my-xl-8 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important
    }
    .m-xl-9 {
        margin: 5rem 5rem !important
    }
    .mt-xl-9 {
        margin-top: 5rem !important
    }
    .mr-xl-9 {
        margin-right: 5rem !important
    }
    .mb-xl-9 {
        margin-bottom: 5rem !important
    }
    .ml-xl-9 {
        margin-left: 5rem !important
    }
    .mx-xl-9 {
        margin-right: 5rem !important;
        margin-left: 5rem !important
    }
    .my-xl-9 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }
    .m-xl-10 {
        margin: 5.5rem 5.5rem !important
    }
    .mt-xl-10 {
        margin-top: 5.5rem !important
    }
    .mr-xl-10 {
        margin-right: 5.5rem !important
    }
    .mb-xl-10 {
        margin-bottom: 5.5rem !important
    }
    .ml-xl-10 {
        margin-left: 5.5rem !important
    }
    .mx-xl-10 {
        margin-right: 5.5rem !important;
        margin-left: 5.5rem !important
    }
    .my-xl-10 {
        margin-top: 5.5rem !important;
        margin-bottom: 5.5rem !important
    }
    .m-xl-11 {
        margin: 6rem 6rem !important
    }
    .mt-xl-11 {
        margin-top: 6rem !important
    }
    .mr-xl-11 {
        margin-right: 6rem !important
    }
    .mb-xl-11 {
        margin-bottom: 6rem !important
    }
    .ml-xl-11 {
        margin-left: 6rem !important
    }
    .mx-xl-11 {
        margin-right: 6rem !important;
        margin-left: 6rem !important
    }
    .my-xl-11 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important
    }
    .m-xl-12 {
        margin: 6.5rem 6.5rem !important
    }
    .mt-xl-12 {
        margin-top: 6.5rem !important
    }
    .mr-xl-12 {
        margin-right: 6.5rem !important
    }
    .mb-xl-12 {
        margin-bottom: 6.5rem !important
    }
    .ml-xl-12 {
        margin-left: 6.5rem !important
    }
    .mx-xl-12 {
        margin-right: 6.5rem !important;
        margin-left: 6.5rem !important
    }
    .my-xl-12 {
        margin-top: 6.5rem !important;
        margin-bottom: 6.5rem !important
    }
    .m-xl-13 {
        margin: 7rem 7rem !important
    }
    .mt-xl-13 {
        margin-top: 7rem !important
    }
    .mr-xl-13 {
        margin-right: 7rem !important
    }
    .mb-xl-13 {
        margin-bottom: 7rem !important
    }
    .ml-xl-13 {
        margin-left: 7rem !important
    }
    .mx-xl-13 {
        margin-right: 7rem !important;
        margin-left: 7rem !important
    }
    .my-xl-13 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important
    }
    .m-xl-14 {
        margin: 7.5rem 7.5rem !important
    }
    .mt-xl-14 {
        margin-top: 7.5rem !important
    }
    .mr-xl-14 {
        margin-right: 7.5rem !important
    }
    .mb-xl-14 {
        margin-bottom: 7.5rem !important
    }
    .ml-xl-14 {
        margin-left: 7.5rem !important
    }
    .mx-xl-14 {
        margin-right: 7.5rem !important;
        margin-left: 7.5rem !important
    }
    .my-xl-14 {
        margin-top: 7.5rem !important;
        margin-bottom: 7.5rem !important
    }
    .m-xl-15 {
        margin: 8rem 8rem !important
    }
    .mt-xl-15 {
        margin-top: 8rem !important
    }
    .mr-xl-15 {
        margin-right: 8rem !important
    }
    .mb-xl-15 {
        margin-bottom: 8rem !important
    }
    .ml-xl-15 {
        margin-left: 8rem !important
    }
    .mx-xl-15 {
        margin-right: 8rem !important;
        margin-left: 8rem !important
    }
    .my-xl-15 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important
    }
    .m-xl-16 {
        margin: 8.5rem 8.5rem !important
    }
    .mt-xl-16 {
        margin-top: 8.5rem !important
    }
    .mr-xl-16 {
        margin-right: 8.5rem !important
    }
    .mb-xl-16 {
        margin-bottom: 8.5rem !important
    }
    .ml-xl-16 {
        margin-left: 8.5rem !important
    }
    .mx-xl-16 {
        margin-right: 8.5rem !important;
        margin-left: 8.5rem !important
    }
    .my-xl-16 {
        margin-top: 8.5rem !important;
        margin-bottom: 8.5rem !important
    }
    .m-xl-17 {
        margin: 9rem 9rem !important
    }
    .mt-xl-17 {
        margin-top: 9rem !important
    }
    .mr-xl-17 {
        margin-right: 9rem !important
    }
    .mb-xl-17 {
        margin-bottom: 9rem !important
    }
    .ml-xl-17 {
        margin-left: 9rem !important
    }
    .mx-xl-17 {
        margin-right: 9rem !important;
        margin-left: 9rem !important
    }
    .my-xl-17 {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important
    }
    .m-xl-18 {
        margin: 9.5rem 9.5rem !important
    }
    .mt-xl-18 {
        margin-top: 9.5rem !important
    }
    .mr-xl-18 {
        margin-right: 9.5rem !important
    }
    .mb-xl-18 {
        margin-bottom: 9.5rem !important
    }
    .ml-xl-18 {
        margin-left: 9.5rem !important
    }
    .mx-xl-18 {
        margin-right: 9.5rem !important;
        margin-left: 9.5rem !important
    }
    .my-xl-18 {
        margin-top: 9.5rem !important;
        margin-bottom: 9.5rem !important
    }
    .m-xl-19 {
        margin: 10rem 10rem !important
    }
    .mt-xl-19 {
        margin-top: 10rem !important
    }
    .mr-xl-19 {
        margin-right: 10rem !important
    }
    .mb-xl-19 {
        margin-bottom: 10rem !important
    }
    .ml-xl-19 {
        margin-left: 10rem !important
    }
    .mx-xl-19 {
        margin-right: 10rem !important;
        margin-left: 10rem !important
    }
    .my-xl-19 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important
    }
    .m-xl-20 {
        margin: 10.5rem 10.5rem !important
    }
    .mt-xl-20 {
        margin-top: 10.5rem !important
    }
    .mr-xl-20 {
        margin-right: 10.5rem !important
    }
    .mb-xl-20 {
        margin-bottom: 10.5rem !important
    }
    .ml-xl-20 {
        margin-left: 10.5rem !important
    }
    .mx-xl-20 {
        margin-right: 10.5rem !important;
        margin-left: 10.5rem !important
    }
    .my-xl-20 {
        margin-top: 10.5rem !important;
        margin-bottom: 10.5rem !important
    }
    .p-xl-0 {
        padding: 0 0 !important
    }
    .pt-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0 {
        padding-left: 0 !important
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .p-xl-1 {
        padding: 0.25rem 0.25rem !important
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important
    }
    .pr-xl-1 {
        padding-right: 0.25rem !important
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important
    }
    .pl-xl-1 {
        padding-left: 0.25rem !important
    }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important
    }
    .p-xl-2 {
        padding: 0.5rem 0.5rem !important
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important
    }
    .pr-xl-2 {
        padding-right: 0.5rem !important
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important
    }
    .pl-xl-2 {
        padding-left: 0.5rem !important
    }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important
    }
    .p-xl-3 {
        padding: 1rem 1rem !important
    }
    .pt-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3 {
        padding-left: 1rem !important
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem 1.5rem !important
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4 {
        padding-left: 1.5rem !important
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem 3rem !important
    }
    .pt-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5 {
        padding-left: 3rem !important
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .p-xl-6 {
        padding: 3.5rem 3.5rem !important
    }
    .pt-xl-6 {
        padding-top: 3.5rem !important
    }
    .pr-xl-6 {
        padding-right: 3.5rem !important
    }
    .pb-xl-6 {
        padding-bottom: 3.5rem !important
    }
    .pl-xl-6 {
        padding-left: 3.5rem !important
    }
    .px-xl-6 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important
    }
    .py-xl-6 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }
    .p-xl-7 {
        padding: 4rem 4rem !important
    }
    .pt-xl-7 {
        padding-top: 4rem !important
    }
    .pr-xl-7 {
        padding-right: 4rem !important
    }
    .pb-xl-7 {
        padding-bottom: 4rem !important
    }
    .pl-xl-7 {
        padding-left: 4rem !important
    }
    .px-xl-7 {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }
    .py-xl-7 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }
    .p-xl-8 {
        padding: 4.5rem 4.5rem !important
    }
    .pt-xl-8 {
        padding-top: 4.5rem !important
    }
    .pr-xl-8 {
        padding-right: 4.5rem !important
    }
    .pb-xl-8 {
        padding-bottom: 4.5rem !important
    }
    .pl-xl-8 {
        padding-left: 4.5rem !important
    }
    .px-xl-8 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important
    }
    .py-xl-8 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important
    }
    .p-xl-9 {
        padding: 5rem 5rem !important
    }
    .pt-xl-9 {
        padding-top: 5rem !important
    }
    .pr-xl-9 {
        padding-right: 5rem !important
    }
    .pb-xl-9 {
        padding-bottom: 5rem !important
    }
    .pl-xl-9 {
        padding-left: 5rem !important
    }
    .px-xl-9 {
        padding-right: 5rem !important;
        padding-left: 5rem !important
    }
    .py-xl-9 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }
    .p-xl-10 {
        padding: 5.5rem 5.5rem !important
    }
    .pt-xl-10 {
        padding-top: 5.5rem !important
    }
    .pr-xl-10 {
        padding-right: 5.5rem !important
    }
    .pb-xl-10 {
        padding-bottom: 5.5rem !important
    }
    .pl-xl-10 {
        padding-left: 5.5rem !important
    }
    .px-xl-10 {
        padding-right: 5.5rem !important;
        padding-left: 5.5rem !important
    }
    .py-xl-10 {
        padding-top: 5.5rem !important;
        padding-bottom: 5.5rem !important
    }
    .p-xl-11 {
        padding: 6rem 6rem !important
    }
    .pt-xl-11 {
        padding-top: 6rem !important
    }
    .pr-xl-11 {
        padding-right: 6rem !important
    }
    .pb-xl-11 {
        padding-bottom: 6rem !important
    }
    .pl-xl-11 {
        padding-left: 6rem !important
    }
    .px-xl-11 {
        padding-right: 6rem !important;
        padding-left: 6rem !important
    }
    .py-xl-11 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important
    }
    .p-xl-12 {
        padding: 6.5rem 6.5rem !important
    }
    .pt-xl-12 {
        padding-top: 6.5rem !important
    }
    .pr-xl-12 {
        padding-right: 6.5rem !important
    }
    .pb-xl-12 {
        padding-bottom: 6.5rem !important
    }
    .pl-xl-12 {
        padding-left: 6.5rem !important
    }
    .px-xl-12 {
        padding-right: 6.5rem !important;
        padding-left: 6.5rem !important
    }
    .py-xl-12 {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important
    }
    .p-xl-13 {
        padding: 7rem 7rem !important
    }
    .pt-xl-13 {
        padding-top: 7rem !important
    }
    .pr-xl-13 {
        padding-right: 7rem !important
    }
    .pb-xl-13 {
        padding-bottom: 7rem !important
    }
    .pl-xl-13 {
        padding-left: 7rem !important
    }
    .px-xl-13 {
        padding-right: 7rem !important;
        padding-left: 7rem !important
    }
    .py-xl-13 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important
    }
    .p-xl-14 {
        padding: 7.5rem 7.5rem !important
    }
    .pt-xl-14 {
        padding-top: 7.5rem !important
    }
    .pr-xl-14 {
        padding-right: 7.5rem !important
    }
    .pb-xl-14 {
        padding-bottom: 7.5rem !important
    }
    .pl-xl-14 {
        padding-left: 7.5rem !important
    }
    .px-xl-14 {
        padding-right: 7.5rem !important;
        padding-left: 7.5rem !important
    }
    .py-xl-14 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important
    }
    .p-xl-15 {
        padding: 8rem 8rem !important
    }
    .pt-xl-15 {
        padding-top: 8rem !important
    }
    .pr-xl-15 {
        padding-right: 8rem !important
    }
    .pb-xl-15 {
        padding-bottom: 8rem !important
    }
    .pl-xl-15 {
        padding-left: 8rem !important
    }
    .px-xl-15 {
        padding-right: 8rem !important;
        padding-left: 8rem !important
    }
    .py-xl-15 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important
    }
    .p-xl-16 {
        padding: 8.5rem 8.5rem !important
    }
    .pt-xl-16 {
        padding-top: 8.5rem !important
    }
    .pr-xl-16 {
        padding-right: 8.5rem !important
    }
    .pb-xl-16 {
        padding-bottom: 8.5rem !important
    }
    .pl-xl-16 {
        padding-left: 8.5rem !important
    }
    .px-xl-16 {
        padding-right: 8.5rem !important;
        padding-left: 8.5rem !important
    }
    .py-xl-16 {
        padding-top: 8.5rem !important;
        padding-bottom: 8.5rem !important
    }
    .p-xl-17 {
        padding: 9rem 9rem !important
    }
    .pt-xl-17 {
        padding-top: 9rem !important
    }
    .pr-xl-17 {
        padding-right: 9rem !important
    }
    .pb-xl-17 {
        padding-bottom: 9rem !important
    }
    .pl-xl-17 {
        padding-left: 9rem !important
    }
    .px-xl-17 {
        padding-right: 9rem !important;
        padding-left: 9rem !important
    }
    .py-xl-17 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important
    }
    .p-xl-18 {
        padding: 9.5rem 9.5rem !important
    }
    .pt-xl-18 {
        padding-top: 9.5rem !important
    }
    .pr-xl-18 {
        padding-right: 9.5rem !important
    }
    .pb-xl-18 {
        padding-bottom: 9.5rem !important
    }
    .pl-xl-18 {
        padding-left: 9.5rem !important
    }
    .px-xl-18 {
        padding-right: 9.5rem !important;
        padding-left: 9.5rem !important
    }
    .py-xl-18 {
        padding-top: 9.5rem !important;
        padding-bottom: 9.5rem !important
    }
    .p-xl-19 {
        padding: 10rem 10rem !important
    }
    .pt-xl-19 {
        padding-top: 10rem !important
    }
    .pr-xl-19 {
        padding-right: 10rem !important
    }
    .pb-xl-19 {
        padding-bottom: 10rem !important
    }
    .pl-xl-19 {
        padding-left: 10rem !important
    }
    .px-xl-19 {
        padding-right: 10rem !important;
        padding-left: 10rem !important
    }
    .py-xl-19 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important
    }
    .p-xl-20 {
        padding: 10.5rem 10.5rem !important
    }
    .pt-xl-20 {
        padding-top: 10.5rem !important
    }
    .pr-xl-20 {
        padding-right: 10.5rem !important
    }
    .pb-xl-20 {
        padding-bottom: 10.5rem !important
    }
    .pl-xl-20 {
        padding-left: 10.5rem !important
    }
    .px-xl-20 {
        padding-right: 10.5rem !important;
        padding-left: 10.5rem !important
    }
    .py-xl-20 {
        padding-top: 10.5rem !important;
        padding-bottom: 10.5rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto {
        margin-left: auto !important
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

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

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

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    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: 992px) {
    .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
    }
}

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

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

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

.font-weight-normal {
    font-weight: normal
}

.font-weight-bold {
    font-weight: bold
}

.font-italic {
    font-style: italic
}

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

.text-muted {
    color: #d4d4d4 !important
}

a.text-muted:focus,
a.text-muted:hover {
    color: #bbbbbb !important
}

.text-primary {
    color: #0275d8 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #025aa5 !important
}

.text-success {
    color: #5cb85c !important
}

a.text-success:focus,
a.text-success:hover {
    color: #449d44 !important
}

.text-info {
    color: #5bc0de !important
}

a.text-info:focus,
a.text-info:hover {
    color: #31b0d5 !important
}

.text-warning {
    color: #f0ad4e !important
}

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

.text-danger {
    color: #d9534f !important
}

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

.text-gray-dark {
    color: #292b2c !important
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
    color: #101112 !important
}

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

.invisible {
    visibility: hidden !important
}

.hidden-xs-up {
    display: none !important
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important
    }
}

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

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important
    }
}

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

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important
    }
}

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

.hidden-xl-down {
    display: none !important
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url(//cdsw.pl/wp-content/themes/cdsw/assets/fonts/font_awesome/fa-brands-400.eot);
    src: url(//cdsw.pl/wp-content/themes/cdsw/assets/fonts/font_awesome/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//cdsw.pl/wp-content/themes/cdsw/assets/fonts/font_awesome/fa-brands-400.woff2) format("woff2"), url(//cdsw.pl/wp-content/themes/cdsw/assets/fonts/font_awesome/fa-brands-400.woff) format("woff"), url(//cdsw.pl/wp-content/themes/cdsw/assets/fonts/font_awesome/fa-brands-400.ttf) format("truetype"), url(//cdsw.pl/wp-content/themes/cdsw/assets/fonts/font_awesome/fa-brands-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(//cdsw.pl/wp-content/themes/cdsw/assets/fonts/font_awesome/fa-regular-400.eot);
    src: url(//cdsw.pl/wp-content/themes/cdsw/assets/fonts/font_awesome/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//cdsw.pl/wp-content/themes/cdsw/assets/fonts/font_awesome/fa-regular-400.woff2) format("woff2"), url(//cdsw.pl/wp-content/themes/cdsw/assets/fonts/font_awesome/fa-regular-400.woff) format("woff"), url(//cdsw.pl/wp-content/themes/cdsw/assets/fonts/font_awesome/fa-regular-400.ttf) format("truetype"), url(//cdsw.pl/wp-content/themes/cdsw/assets/fonts/font_awesome/fa-regular-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(//cdsw.pl/wp-content/themes/cdsw/assets/fonts/font_awesome/fa-solid-900.eot);
    src: url(//cdsw.pl/wp-content/themes/cdsw/assets/fonts/font_awesome/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//cdsw.pl/wp-content/themes/cdsw/assets/fonts/font_awesome/fa-solid-900.woff2) format("woff2"), url(//cdsw.pl/wp-content/themes/cdsw/assets/fonts/font_awesome/fa-solid-900.woff) format("woff"), url(//cdsw.pl/wp-content/themes/cdsw/assets/fonts/font_awesome/fa-solid-900.ttf) format("truetype"), url(//cdsw.pl/wp-content/themes/cdsw/assets/fonts/font_awesome/fa-solid-900.svg#fontawesome) format("svg")
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    -moz-animation-duration: 1000ms;
    -o-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-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;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    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(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -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 {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

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

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

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

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

.owl-carousel.owl-loaded {
    display: block
}

.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 {
    -ms-touch-action: pan-y;
    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: -moz-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 0.875rem;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 0.875rem;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 0.875rem;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.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(//cdsw.pl/wp-content/themes/cdsw/assets/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    -o-transition: -o-transform 100ms ease;
    -moz-transition: transform 100ms ease, -moz-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease, -moz-transform 100ms ease, -o-transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 0.875rem;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 0.875rem;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

:root {
    --unnamed-color-d1f4f2: #D1F4F2;
    --unnamed-color-ffffff: #FFFFFF;
    --unnamed-color-00b2ac: #00B2AC;
    --unnamed-color-00445c: #00445C;
    --unnamed-font-family-Gelasio: Gelasio;
    --unnamed-font-style-normal: normal;
    --unnamed-font-weight-normal: normal;
    --unnamed-font-size-16: 16px;
    --unnamed-character-spacing-0: 0px;
    --unnamed-line-spacing-24: 24px
}

.unnamed-character-style-1 {
    font-family: var(--unnamed-font-family-Gelasio);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-normal);
    font-size: var(--unnamed-font-size-16);
    line-height: var(--unnamed-line-spacing-24);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-00445c)
}