@charset "UTF-8";
/*! 
Theme Name: Tema
Version: 1.0
Text Domain: ms
!*/
/**

https://www.layoutgridcalculator.com/typographic-scale/
base 12 pt
golden ratio
tetratonic scale(x4)
**/
/* $size1: 4rem;
$size2: 2.3333rem;
$size3: 1.625rem;
$size4: 1.2917rem;
$size5: 1.1458rem;
$size6: 1rem;
$size7: 0.9167rem;
$size8: 0.8333rem;
$size9: 0.75rem; */
/* $size1_m: 2rem; //
$size2_m: 1.7rem; //
$size3_m: 1.3rem; //
$size4_m: 1.1rem; //
$size5_m: 1.1458rem;
$size6_m: 1rem;
$size7_m: 0.9167rem;
$size8_m: 0.8333rem;
$size9_m: 0.75rem; */
/**
* Colors
*/
/**
  * Z-index
  */
/**
  * Placeholder
  */
/**
   * Truncate
   */
/**
  * Cleafix
  */
/**
  * Triangle
  * https://codepen.io/flodar/pen/erism?editors=1100
  position: absolute;
  left: -10px;
  @include triangle(left, 10px, 10px, color(primary));
  */
/* $font-primary: 'Nunito Sans', 'Open Sans', -apple-system, system-ui, BlinkMacSystemFont,
	'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji',
	'Segoe UI Emoji', 'Segoe UI Symbol'; */
/* $secondary: color(primary) !default; */
/*!
 * Bootstrap v5.0.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
	--bs-primary: #414663;
	--bs-secondary: #242940;
	--bs-tertiary: #242940;
	--bs-tertiary2: #313857;
	--bs-red: #d12b2b;
	--bs-black: #262734;
	--bs-gray: #f6f6f6;
	--bs-gray_light: #ededed;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-font-sans-serif: Rubik;
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
		'Liberation Mono', 'Courier New', monospace;
	--bs-gradient: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.15),
		rgba(255, 255, 255, 0)
	);
}

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

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

body {
	margin: 0;
	font-family: var(--bs-font-sans-serif);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

h1,
.h1 {
	font-size: calc(1.475rem + 2.7vw);
}

@media (min-width: 1200px) {
	h1,
	.h1 {
		font-size: 3.5rem;
	}
}

h2,
.h2 {
	font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
	h2,
	.h2 {
		font-size: 2rem;
	}
}

h3,
.h3 {
	font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
	h3,
	.h3 {
		font-size: 1.75rem;
	}
}

h4,
.h4 {
	font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
	h4,
	.h4 {
		font-size: 1.5rem;
	}
}

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

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

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

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

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

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

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

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

dt {
	font-weight: 700;
}

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

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small,
.small {
	font-size: 0.875em;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	color: #262734;
	text-decoration: underline;
}

a:hover {
	color: #1e1f2a;
}

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

pre,
code,
kbd,
samp {
	font-family: var(--bs-font-monospace);
	font-size: 1em;
	direction: ltr /* rtl:ignore */;
	unicode-bidi: bidi-override;
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: 0.875em;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

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

a > code {
	color: inherit;
}

kbd {
	padding: 0.2rem 0.4rem;
	font-size: 0.875em;
	color: #fff;
	background-color: #212529;
}

kbd kbd {
	padding: 0;
	font-size: 1em;
	font-weight: 700;
}

figure {
	margin: 0 0 1rem;
}

img,
svg {
	vertical-align: middle;
}

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

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

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

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

label {
	display: inline-block;
}

button {
	border-radius: 0;
}

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

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

button,
select {
	text-transform: none;
}

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

select {
	word-wrap: normal;
}

select:disabled {
	opacity: 1;
}

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

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

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

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

textarea {
	resize: vertical;
}

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

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: calc(1.275rem + 0.3vw);
	line-height: inherit;
}

@media (min-width: 1200px) {
	legend {
		font-size: 1.5rem;
	}
}

legend + * {
	clear: left;
}

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

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

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

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

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

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

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

output {
	display: inline-block;
}

iframe {
	border: 0;
}

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

progress {
	vertical-align: baseline;
}

[hidden] {
	display: none !important;
}

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

/*   .display-1 {
    @include font-size($font-size);
    font-weight: $display-font-weight;
    line-height: $display-line-height;
  } */
/*   .display-2 {
    @include font-size($font-size);
    font-weight: $display-font-weight;
    line-height: $display-line-height;
  } */
/*   .display-3 {
    @include font-size($font-size);
    font-weight: $display-font-weight;
    line-height: $display-line-height;
  } */
/*   .display-4 {
    @include font-size($font-size);
    font-weight: $display-font-weight;
    line-height: $display-line-height;
  } */
/*   .display-5 {
    @include font-size($font-size);
    font-weight: $display-font-weight;
    line-height: $display-line-height;
  } */
/*   .display-6 {
    @include font-size($font-size);
    font-weight: $display-font-weight;
    line-height: $display-line-height;
  } */
.list-unstyled {
	padding-left: 0;
	list-style: none;
}

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

.list-inline-item {
	display: inline-block;
}

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

/* .initialism {
  @include font-size($initialism-font-size);
  text-transform: uppercase;
}
 */
.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.blockquote > :last-child {
	margin-bottom: 0;
}

/* .blockquote-footer {
  margin-top: -$blockquote-margin-y;
  margin-bottom: $blockquote-margin-y;
  @include font-size($blockquote-footer-font-size);
  color: $blockquote-footer-color;

  &::before {
    content: "\2014\00A0"; // em dash, nbsp
  }
}
 */
.img-fluid {
	max-width: 100%;
	height: auto;
}

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

/* 
.figure {
  // Ensures the caption's text aligns with the image.
  display: inline-block;
}

.figure-img {
  margin-bottom: $spacer / 2;
  line-height: 1;
}

.figure-caption {
  @include font-size($figure-caption-font-size);
  color: $figure-caption-color;
}
 */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
	width: 100%;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
}

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

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

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

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

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

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) / -2);
	margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) / 2);
	padding-left: calc(var(--bs-gutter-x) / 2);
	margin-top: var(--bs-gutter-y);
}

.col {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
}

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

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

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

.row-cols-3 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.33333%;
}

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

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

.row-cols-6 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 16.66667%;
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 8.33333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 16.66667%;
}

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

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.33333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 41.66667%;
}

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

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 58.33333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 66.66667%;
}

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

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 83.33333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 91.66667%;
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 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%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
	.col-sm {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}
	.row-cols-sm-auto > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-sm-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-sm-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-sm-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.row-cols-sm-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-sm-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-sm-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333%;
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%;
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%;
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%;
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333%;
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66667%;
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 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%;
	}
	.g-sm-0,
	.gx-sm-0 {
		--bs-gutter-x: 0;
	}
	.g-sm-0,
	.gy-sm-0 {
		--bs-gutter-y: 0;
	}
	.g-sm-1,
	.gx-sm-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 1rem;
	}
	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 1rem;
	}
	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 3rem;
	}
	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 3rem;
	}
	.g-sm-6,
	.gx-sm-6 {
		--bs-gutter-x: 6rem;
	}
	.g-sm-6,
	.gy-sm-6 {
		--bs-gutter-y: 6rem;
	}
}

@media (min-width: 768px) {
	.col-md {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}
	.row-cols-md-auto > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-md-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-md-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-md-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.row-cols-md-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-md-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-md-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333%;
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%;
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%;
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%;
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333%;
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66667%;
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 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%;
	}
	.g-md-0,
	.gx-md-0 {
		--bs-gutter-x: 0;
	}
	.g-md-0,
	.gy-md-0 {
		--bs-gutter-y: 0;
	}
	.g-md-1,
	.gx-md-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 1rem;
	}
	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 1rem;
	}
	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 3rem;
	}
	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 3rem;
	}
	.g-md-6,
	.gx-md-6 {
		--bs-gutter-x: 6rem;
	}
	.g-md-6,
	.gy-md-6 {
		--bs-gutter-y: 6rem;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}
	.row-cols-lg-auto > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-lg-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-lg-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-lg-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.row-cols-lg-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-lg-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-lg-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333%;
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%;
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%;
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%;
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333%;
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66667%;
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 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%;
	}
	.g-lg-0,
	.gx-lg-0 {
		--bs-gutter-x: 0;
	}
	.g-lg-0,
	.gy-lg-0 {
		--bs-gutter-y: 0;
	}
	.g-lg-1,
	.gx-lg-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 1rem;
	}
	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 1rem;
	}
	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 3rem;
	}
	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 3rem;
	}
	.g-lg-6,
	.gx-lg-6 {
		--bs-gutter-x: 6rem;
	}
	.g-lg-6,
	.gy-lg-6 {
		--bs-gutter-y: 6rem;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}
	.row-cols-xl-auto > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xl-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xl-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xl-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.row-cols-xl-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xl-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xl-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333%;
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%;
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%;
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%;
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333%;
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66667%;
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 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%;
	}
	.g-xl-0,
	.gx-xl-0 {
		--bs-gutter-x: 0;
	}
	.g-xl-0,
	.gy-xl-0 {
		--bs-gutter-y: 0;
	}
	.g-xl-1,
	.gx-xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 1rem;
	}
	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 1rem;
	}
	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 3rem;
	}
	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 3rem;
	}
	.g-xl-6,
	.gx-xl-6 {
		--bs-gutter-x: 6rem;
	}
	.g-xl-6,
	.gy-xl-6 {
		--bs-gutter-y: 6rem;
	}
}

@media (min-width: 1600px) {
	.col-xxl {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}
	.row-cols-xxl-auto > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xxl-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xxl-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xxl-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.row-cols-xxl-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xxl-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xxl-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-xxl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.col-xxl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333%;
	}
	.col-xxl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-xxl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xxl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.col-xxl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66667%;
	}
	.col-xxl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xxl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333%;
	}
	.col-xxl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66667%;
	}
	.col-xxl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xxl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333%;
	}
	.col-xxl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66667%;
	}
	.col-xxl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-xxl-0 {
		margin-left: 0;
	}
	.offset-xxl-1 {
		margin-left: 8.33333%;
	}
	.offset-xxl-2 {
		margin-left: 16.66667%;
	}
	.offset-xxl-3 {
		margin-left: 25%;
	}
	.offset-xxl-4 {
		margin-left: 33.33333%;
	}
	.offset-xxl-5 {
		margin-left: 41.66667%;
	}
	.offset-xxl-6 {
		margin-left: 50%;
	}
	.offset-xxl-7 {
		margin-left: 58.33333%;
	}
	.offset-xxl-8 {
		margin-left: 66.66667%;
	}
	.offset-xxl-9 {
		margin-left: 75%;
	}
	.offset-xxl-10 {
		margin-left: 83.33333%;
	}
	.offset-xxl-11 {
		margin-left: 91.66667%;
	}
	.g-xxl-0,
	.gx-xxl-0 {
		--bs-gutter-x: 0;
	}
	.g-xxl-0,
	.gy-xxl-0 {
		--bs-gutter-y: 0;
	}
	.g-xxl-1,
	.gx-xxl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 1rem;
	}
	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 1rem;
	}
	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 3rem;
	}
	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 3rem;
	}
	.g-xxl-6,
	.gx-xxl-6 {
		--bs-gutter-x: 6rem;
	}
	.g-xxl-6,
	.gy-xxl-6 {
		--bs-gutter-y: 6rem;
	}
}

.table {
	--bs-table-bg: transparent;
	--bs-table-striped-color: #212529;
	--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
	--bs-table-active-color: #212529;
	--bs-table-active-bg: rgba(0, 0, 0, 0.1);
	--bs-table-hover-color: #212529;
	--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
	vertical-align: top;
	border-color: #dee2e6;
}

.table > :not(caption) > * > * {
	padding: 0.5rem 0.5rem;
	background-color: var(--bs-table-bg);
	border-bottom-width: 1px;
	-webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
	box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
	vertical-align: inherit;
}

.table > thead {
	vertical-align: bottom;
}

.table > :not(:last-child) > :last-child > * {
	border-bottom-color: currentColor;
}

.caption-top {
	caption-side: top;
}

.table-sm > :not(caption) > * > * {
	padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
	border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
	border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
	border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	--bs-table-accent-bg: var(--bs-table-striped-bg);
	color: var(--bs-table-striped-color);
}

.table-active {
	--bs-table-accent-bg: var(--bs-table-active-bg);
	color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
	--bs-table-accent-bg: var(--bs-table-hover-bg);
	color: var(--bs-table-hover-color);
}

.table-primary {
	--bs-table-bg: #cfe2ff;
	--bs-table-striped-bg: #c5d7f2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bacbe6;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfd1ec;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #bacbe6;
}

.table-secondary {
	--bs-table-bg: #e2e3e5;
	--bs-table-striped-bg: #d7d8da;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #cbccce;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #d1d2d4;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #cbccce;
}

.table-success {
	--bs-table-bg: #d1e7dd;
	--bs-table-striped-bg: #c7dbd2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bcd0c7;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #c1d6cc;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #bcd0c7;
}

.table-info {
	--bs-table-bg: #cff4fc;
	--bs-table-striped-bg: #c5e8ef;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #badce3;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfe2e9;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #badce3;
}

.table-warning {
	--bs-table-bg: #fff3cd;
	--bs-table-striped-bg: #f2e7c3;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #e6dbb9;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #ece1be;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #e6dbb9;
}

.table-danger {
	--bs-table-bg: #f8d7da;
	--bs-table-striped-bg: #eccccf;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfc2c4;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5c7ca;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #dfc2c4;
}

.table-light {
	--bs-table-bg: #f8f9fa;
	--bs-table-striped-bg: #ecedee;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfe0e1;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5e6e7;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #dfe0e1;
}

.table-dark {
	--bs-table-bg: #212529;
	--bs-table-striped-bg: #2c3034;
	--bs-table-striped-color: #fff;
	--bs-table-active-bg: #373b3e;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #323539;
	--bs-table-hover-color: #fff;
	color: #fff;
	border-color: #373b3e;
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
	.table-responsive-sm {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width: 767.98px) {
	.table-responsive-md {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width: 991.98px) {
	.table-responsive-lg {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width: 1199.98px) {
	.table-responsive-xl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width: 1599.98px) {
	.table-responsive-xxl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

.form-label {
	margin-bottom: 0.5rem;
}

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

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

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

/* @import "forms/form-text"; */
.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	-webkit-transition: border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.form-control {
		-webkit-transition: none;
		transition: none;
	}
}

.form-control[type='file'] {
	overflow: hidden;
}

.form-control[type='file']:not(:disabled):not(:-moz-read-only) {
	cursor: pointer;
}

.form-control[type='file']:not(:disabled):not(:read-only) {
	cursor: pointer;
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
	height: 1.5em;
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:disabled,
.form-control:-moz-read-only {
	background-color: #e9ecef;
	opacity: 1;
}

.form-control:disabled,
.form-control:read-only {
	background-color: #e9ecef;
	opacity: 1;
}

.form-control::file-selector-button {
	padding: 0.375rem 0.75rem;
	margin: -0.375rem -0.75rem;
	-webkit-margin-end: 0.75rem;
	margin-inline-end: 0.75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	-webkit-transition: color 0.15s ease-in-out,
		background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.form-control::file-selector-button {
		-webkit-transition: none;
		transition: none;
	}
}

.form-control:hover:not(:disabled):not(:-moz-read-only)::file-selector-button {
	background-color: #dde0e3;
}

.form-control:hover:not(:disabled):not(:read-only)::file-selector-button {
	background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
	padding: 0.375rem 0.75rem;
	margin: -0.375rem -0.75rem;
	-webkit-margin-end: 0.75rem;
	margin-inline-end: 0.75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	-webkit-transition: color 0.15s ease-in-out,
		background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.form-control::-webkit-file-upload-button {
		-webkit-transition: none;
		transition: none;
	}
}

.form-control:hover:not(:disabled):not(:read-only)::-webkit-file-upload-button {
	background-color: #dde0e3;
}

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

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}

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

.form-control-sm::file-selector-button {
	padding: 0.25rem 0.5rem;
	margin: -0.25rem -0.5rem;
	-webkit-margin-end: 0.5rem;
	margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
	padding: 0.25rem 0.5rem;
	margin: -0.25rem -0.5rem;
	-webkit-margin-end: 0.5rem;
	margin-inline-end: 0.5rem;
}

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

.form-control-lg::file-selector-button {
	padding: 0.5rem 1rem;
	margin: -0.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
	padding: 0.5rem 1rem;
	margin: -0.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
}

textarea.form-control {
	min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-sm {
	min-height: calc(1.5em + 0.5rem + 2px);
}

textarea.form-control-lg {
	min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
	max-width: 3rem;
	height: auto;
	padding: 0.375rem;
}

.form-control-color:not(:disabled):not(:-moz-read-only) {
	cursor: pointer;
}

.form-control-color:not(:disabled):not(:read-only) {
	cursor: pointer;
}

.form-control-color::-moz-color-swatch {
	height: 1.5em;
}

.form-control-color::-webkit-color-swatch {
	height: 1.5em;
}

.form-select {
	display: block;
	width: 100%;
	padding: 0.375rem 2.25rem 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-select:focus {
	border-color: #86b7fe;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple],
.form-select[size]:not([size='1']) {
	padding-right: 0.75rem;
	background-image: none;
}

.form-select:disabled {
	background-color: #e9ecef;
}

.form-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #212529;
}

.form-select-sm {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	font-size: 0.875rem;
}

.form-select-lg {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
}

.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: 0.125rem;
}

.form-check .form-check-input {
	float: left;
	margin-left: -1.5em;
}

.form-check-input {
	width: 1em;
	height: 1em;
	margin-top: 0.25em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0, 0, 0, 0.25);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}

.form-check-input[type='radio'] {
	border-radius: 50%;
}

.form-check-input:active {
	-webkit-filter: brightness(90%);
	filter: brightness(90%);
}

.form-check-input:focus {
	border-color: #86b7fe;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.form-check-input:checked[type='checkbox'] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type='radio'] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type='checkbox']:indeterminate {
	background-color: #0d6efd;
	border-color: #0d6efd;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
	pointer-events: none;
	-webkit-filter: none;
	filter: none;
	opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
	opacity: 0.5;
}

.form-switch {
	padding-left: 2.5em;
}

.form-switch .form-check-input {
	width: 2em;
	margin-left: -2.5em;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
	background-position: left center;
	-webkit-transition: background-position 0.15s ease-in-out;
	transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.form-switch .form-check-input {
		-webkit-transition: none;
		transition: none;
	}
}

.form-switch .form-check-input:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
	background-position: right center;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
	display: inline-block;
	margin-right: 1rem;
}

.btn-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
	pointer-events: none;
	-webkit-filter: none;
	filter: none;
	opacity: 0.65;
}

/* @import "forms/form-range"; */
.form-floating {
	position: relative;
}

.form-floating > .form-control,
.form-floating > .form-select {
	height: calc(3.5rem + 2px);
	padding: 1rem 0.75rem;
}

.form-floating > label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 1rem 0.75rem;
	pointer-events: none;
	border: 1px solid transparent;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: opacity 0.1s ease-in-out,
		-webkit-transform 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out,
		-webkit-transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.form-floating > label {
		-webkit-transition: none;
		transition: none;
	}
}

.form-floating > .form-control::-webkit-input-placeholder {
	color: transparent;
}

.form-floating > .form-control::-ms-input-placeholder {
	color: transparent;
}

.form-floating > .form-control::placeholder {
	color: transparent;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}

.form-floating > .form-select {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
	opacity: 0.65;
	-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
	opacity: 0.65;
	-webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.input-group > .form-control,
.input-group > .form-select {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus {
	z-index: 3;
}

.input-group .btn {
	position: relative;
	z-index: 2;
}

.input-group .btn:focus {
	z-index: 3;
}

.input-group-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
	padding-right: 3rem;
}

.input-group
	> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
		.valid-feedback
	):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: #198754;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	color: #fff;
	background-color: rgba(25, 135, 84, 0.9);
}

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

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

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
	border-color: #198754;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
	box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

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

.was-validated .form-select:valid,
.form-select.is-valid {
	border-color: #198754;
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size='1'],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size='1'] {
	padding-right: 4.125rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
		url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-position: right 0.75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
	border-color: #198754;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
	box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
	border-color: #198754;
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
	background-color: #198754;
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
	box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

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

.form-check-inline .form-check-input ~ .valid-feedback {
	margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid,
.input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
	z-index: 3;
}

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

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.9);
}

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

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

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .form-select:invalid,
.form-select.is-invalid {
	border-color: #dc3545;
}

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size='1'],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size='1'] {
	padding-right: 4.125rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
		url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-position: right 0.75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

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

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

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

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

.form-check-inline .form-check-input ~ .invalid-feedback {
	margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid,
.input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
	z-index: 3;
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	border-radius: 0;
	-webkit-transition: color 0.15s ease-in-out,
		background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.btn {
		-webkit-transition: none;
		transition: none;
	}
}

.btn:hover {
	color: #212529;
}

.btn-check:focus + .btn,
.btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

.btn-primary {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.btn-primary:hover {
	color: #fff;
	background-color: #0b5ed7;
	border-color: #0a58ca;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
	color: #fff;
	background-color: #0b5ed7;
	border-color: #0a58ca;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0a58ca;
	border-color: #0a53be;
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-primary:disabled,
.btn-primary.disabled {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5c636a;
	border-color: #565e64;
}

.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
	color: #fff;
	background-color: #5c636a;
	border-color: #565e64;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #565e64;
	border-color: #51585e;
}

.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-secondary:disabled,
.btn-secondary.disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-success {
	color: #fff;
	background-color: #198754;
	border-color: #198754;
}

.btn-success:hover {
	color: #fff;
	background-color: #157347;
	border-color: #146c43;
}

.btn-check:focus + .btn-success,
.btn-success:focus {
	color: #fff;
	background-color: #157347;
	border-color: #146c43;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:checked + .btn-success,
.btn-check:active + .btn-success,
.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #146c43;
	border-color: #13653f;
}

.btn-check:checked + .btn-success:focus,
.btn-check:active + .btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-success:disabled,
.btn-success.disabled {
	color: #fff;
	background-color: #198754;
	border-color: #198754;
}

.btn-info {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-info:hover {
	color: #000;
	background-color: #31d2f2;
	border-color: #25cff2;
}

.btn-check:focus + .btn-info,
.btn-info:focus {
	color: #000;
	background-color: #31d2f2;
	border-color: #25cff2;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-check:checked + .btn-info,
.btn-check:active + .btn-info,
.btn-info:active,
.btn-info.active,
.show > .btn-info.dropdown-toggle {
	color: #000;
	background-color: #3dd5f3;
	border-color: #25cff2;
}

.btn-check:checked + .btn-info:focus,
.btn-check:active + .btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus,
.show > .btn-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-info:disabled,
.btn-info.disabled {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-warning {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:hover {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720;
}

.btn-check:focus + .btn-warning,
.btn-warning:focus {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning,
.btn-warning:active,
.btn-warning.active,
.show > .btn-warning.dropdown-toggle {
	color: #000;
	background-color: #ffcd39;
	border-color: #ffc720;
}

.btn-check:checked + .btn-warning:focus,
.btn-check:active + .btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus,
.show > .btn-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-warning:disabled,
.btn-warning.disabled {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:hover {
	color: #fff;
	background-color: #bb2d3b;
	border-color: #b02a37;
}

.btn-check:focus + .btn-danger,
.btn-danger:focus {
	color: #fff;
	background-color: #bb2d3b;
	border-color: #b02a37;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-check:checked + .btn-danger,
.btn-check:active + .btn-danger,
.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #b02a37;
	border-color: #a52834;
}

.btn-check:checked + .btn-danger:focus,
.btn-check:active + .btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus,
.show > .btn-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-danger:disabled,
.btn-danger.disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-light {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:hover {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
}

.btn-check:focus + .btn-light,
.btn-light:focus {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-check:checked + .btn-light,
.btn-check:active + .btn-light,
.btn-light:active,
.btn-light.active,
.show > .btn-light.dropdown-toggle {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
}

.btn-check:checked + .btn-light:focus,
.btn-check:active + .btn-light:focus,
.btn-light:active:focus,
.btn-light.active:focus,
.show > .btn-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-light:disabled,
.btn-light.disabled {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-dark {
	color: #fff;
	background-color: #212529;
	border-color: #212529;
}

.btn-dark:hover {
	color: #fff;
	background-color: #1c1f23;
	border-color: #1a1e21;
}

.btn-check:focus + .btn-dark,
.btn-dark:focus {
	color: #fff;
	background-color: #1c1f23;
	border-color: #1a1e21;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-check:checked + .btn-dark,
.btn-check:active + .btn-dark,
.btn-dark:active,
.btn-dark.active,
.show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1a1e21;
	border-color: #191c1f;
}

.btn-check:checked + .btn-dark:focus,
.btn-check:active + .btn-dark:focus,
.btn-dark:active:focus,
.btn-dark.active:focus,
.show > .btn-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-dark:disabled,
.btn-dark.disabled {
	color: #fff;
	background-color: #212529;
	border-color: #212529;
}

.btn-outline-primary {
	color: #0d6efd;
	border-color: #0d6efd;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
	color: #0d6efd;
	background-color: transparent;
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-check:checked + .btn-outline-secondary,
.btn-check:active + .btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:active + .btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
	color: #6c757d;
	background-color: transparent;
}

.btn-outline-success {
	color: #198754;
	border-color: #198754;
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #198754;
	border-color: #198754;
}

.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-check:checked + .btn-outline-success,
.btn-check:active + .btn-outline-success,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show {
	color: #fff;
	background-color: #198754;
	border-color: #198754;
}

.btn-check:checked + .btn-outline-success:focus,
.btn-check:active + .btn-outline-success:focus,
.btn-outline-success:active:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-outline-success:disabled,
.btn-outline-success.disabled {
	color: #198754;
	background-color: transparent;
}

.btn-outline-info {
	color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-outline-info:hover {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-check:checked + .btn-outline-info,
.btn-check:active + .btn-outline-info,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-check:checked + .btn-outline-info:focus,
.btn-check:active + .btn-outline-info:focus,
.btn-outline-info:active:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-outline-info:disabled,
.btn-outline-info.disabled {
	color: #0dcaf0;
	background-color: transparent;
}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:hover {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-check:checked + .btn-outline-warning,
.btn-check:active + .btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-check:checked + .btn-outline-warning:focus,
.btn-check:active + .btn-outline-warning:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning:disabled,
.btn-outline-warning.disabled {
	color: #ffc107;
	background-color: transparent;
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-check:checked + .btn-outline-danger,
.btn-check:active + .btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-check:checked + .btn-outline-danger:focus,
.btn-check:active + .btn-outline-danger:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:disabled,
.btn-outline-danger.disabled {
	color: #dc3545;
	background-color: transparent;
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:hover {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-check:checked + .btn-outline-light,
.btn-check:active + .btn-outline-light,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-check:checked + .btn-outline-light:focus,
.btn-check:active + .btn-outline-light:focus,
.btn-outline-light:active:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:disabled,
.btn-outline-light.disabled {
	color: #f8f9fa;
	background-color: transparent;
}

.btn-outline-dark {
	color: #212529;
	border-color: #212529;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #212529;
	border-color: #212529;
}

.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-check:checked + .btn-outline-dark,
.btn-check:active + .btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show {
	color: #fff;
	background-color: #212529;
	border-color: #212529;
}

.btn-check:checked + .btn-outline-dark:focus,
.btn-check:active + .btn-outline-dark:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
	box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-outline-dark:disabled,
.btn-outline-dark.disabled {
	color: #212529;
	background-color: transparent;
}

.btn-link {
	font-weight: 400;
	color: #262734;
	text-decoration: underline;
}

.btn-link:hover {
	color: #1e1f2a;
}

.btn-link:disabled,
.btn-link.disabled {
	color: #6c757d;
}

.btn-lg {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	border-radius: 0;
}

.btn-sm {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0;
}

.fade {
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
	.fade {
		-webkit-transition: none;
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

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

.collapsing {
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
	.collapsing {
		-webkit-transition: none;
		transition: none;
	}
}

.dropup,
.dropend,
.dropdown,
.dropstart {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}

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

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

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

.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 0;
	margin-top: 0.125rem;
}

.dropdown-menu-start {
	--bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
	right: auto /* rtl:ignore */;
	left: 0 /* rtl:ignore */;
}

.dropdown-menu-end {
	--bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
	right: 0 /* rtl:ignore */;
	left: auto /* rtl:ignore */;
}

@media (min-width: 576px) {
	.dropdown-menu-sm-start {
		--bs-position: start;
	}
	.dropdown-menu-sm-start[data-bs-popper] {
		right: auto /* rtl:ignore */;
		left: 0 /* rtl:ignore */;
	}
	.dropdown-menu-sm-end {
		--bs-position: end;
	}
	.dropdown-menu-sm-end[data-bs-popper] {
		right: 0 /* rtl:ignore */;
		left: auto /* rtl:ignore */;
	}
}

@media (min-width: 768px) {
	.dropdown-menu-md-start {
		--bs-position: start;
	}
	.dropdown-menu-md-start[data-bs-popper] {
		right: auto /* rtl:ignore */;
		left: 0 /* rtl:ignore */;
	}
	.dropdown-menu-md-end {
		--bs-position: end;
	}
	.dropdown-menu-md-end[data-bs-popper] {
		right: 0 /* rtl:ignore */;
		left: auto /* rtl:ignore */;
	}
}

@media (min-width: 992px) {
	.dropdown-menu-lg-start {
		--bs-position: start;
	}
	.dropdown-menu-lg-start[data-bs-popper] {
		right: auto /* rtl:ignore */;
		left: 0 /* rtl:ignore */;
	}
	.dropdown-menu-lg-end {
		--bs-position: end;
	}
	.dropdown-menu-lg-end[data-bs-popper] {
		right: 0 /* rtl:ignore */;
		left: auto /* rtl:ignore */;
	}
}

@media (min-width: 1200px) {
	.dropdown-menu-xl-start {
		--bs-position: start;
	}
	.dropdown-menu-xl-start[data-bs-popper] {
		right: auto /* rtl:ignore */;
		left: 0 /* rtl:ignore */;
	}
	.dropdown-menu-xl-end {
		--bs-position: end;
	}
	.dropdown-menu-xl-end[data-bs-popper] {
		right: 0 /* rtl:ignore */;
		left: auto /* rtl:ignore */;
	}
}

@media (min-width: 1600px) {
	.dropdown-menu-xxl-start {
		--bs-position: start;
	}
	.dropdown-menu-xxl-start[data-bs-popper] {
		right: auto /* rtl:ignore */;
		left: 0 /* rtl:ignore */;
	}
	.dropdown-menu-xxl-end {
		--bs-position: end;
	}
	.dropdown-menu-xxl-end[data-bs-popper] {
		right: 0 /* rtl:ignore */;
		left: auto /* rtl:ignore */;
	}
}

/* 
.dropup {
  .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: $dropdown-spacer;
  }

  .dropdown-toggle {
    @include caret(up);
  }
}

.dropend {
  .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: $dropdown-spacer;
  }

  .dropdown-toggle {
    @include caret(end);
    &::after {
      vertical-align: 0;
    }
  }
}

.dropstart {
  .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: $dropdown-spacer;
  }

  .dropdown-toggle {
    @include caret(start);
    &::before {
      vertical-align: 0;
    }
  }
}


// Dividers (basically an `<hr>`) within the dropdown
.dropdown-divider {
  height: 0;
  margin: $dropdown-divider-margin-y 0;
  overflow: hidden;
  border-top: 1px solid $dropdown-divider-bg;
}

// Links, buttons, and more within the dropdown menu
//
// `<button>`-specific styles are denoted with `// For <button>s`
.dropdown-item {
  display: block;
  width: 100%; // For `<button>`s
  padding: $dropdown-item-padding-y $dropdown-item-padding-x;
  clear: both;
  font-weight: $font-weight-normal;
  color: $dropdown-link-color;
  text-align: inherit; // For `<button>`s
  text-decoration: if($link-decoration == none, null, none);
  white-space: nowrap; // prevent links from randomly breaking onto new lines
  background-color: transparent; // For `<button>`s
  border: 0; // For `<button>`s

  // Prevent dropdown overflow if there's no padding
  // See https://github.com/twbs/bootstrap/pull/27703
  @if $dropdown-padding-y == 0 {
    &:first-child {
      @include border-top-radius($dropdown-inner-border-radius);
    }

    &:last-child {
      @include border-bottom-radius($dropdown-inner-border-radius);
    }
  }

  &:hover,
  &:focus {
    color: $dropdown-link-hover-color;
    text-decoration: if($link-hover-decoration == underline, none, null);
    @include gradient-bg($dropdown-link-hover-bg);
  }

  &.active,
  &:active {
    color: $dropdown-link-active-color;
    text-decoration: none;
    @include gradient-bg($dropdown-link-active-bg);
  }

  &.disabled,
  &:disabled {
    color: $dropdown-link-disabled-color;
    pointer-events: none;
    background-color: transparent;
    // Remove CSS gradients if they're enabled
    background-image: if($enable-gradients, none, null);
  }
}

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

// Dropdown section headers
.dropdown-header {
  display: block;
  padding: $dropdown-header-padding;
  margin-bottom: 0; // for use with heading elements
  @include font-size($font-size-sm);
  color: $dropdown-header-color;
  white-space: nowrap; // as with > li > a
}

// Dropdown text
.dropdown-item-text {
  display: block;
  padding: $dropdown-item-padding-y $dropdown-item-padding-x;
  color: $dropdown-link-color;
}

// Dark dropdowns
.dropdown-menu-dark {
  color: $dropdown-dark-color;
  background-color: $dropdown-dark-bg;
  border-color: $dropdown-dark-border-color;
  @include box-shadow($dropdown-dark-box-shadow);

  .dropdown-item {
    color: $dropdown-dark-link-color;

    &:hover,
    &:focus {
      color: $dropdown-dark-link-hover-color;
      @include gradient-bg($dropdown-dark-link-hover-bg);
    }

    &.active,
    &:active {
      color: $dropdown-dark-link-active-color;
      @include gradient-bg($dropdown-dark-link-active-bg);
    }

    &.disabled,
    &:disabled {
      color: $dropdown-dark-link-disabled-color;
    }
  }

  .dropdown-divider {
    border-color: $dropdown-dark-divider-bg;
  }

  .dropdown-item-text {
    color: $dropdown-dark-link-color;
  }

  .dropdown-header {
    color: $dropdown-dark-header-color;
  }
}
 */
.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: 0.5rem 1rem;
	color: #262734;
	text-decoration: none;
	-webkit-transition: color 0.15s ease-in-out,
		background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.nav-link {
		-webkit-transition: none;
		transition: none;
	}
}

.nav-link:hover,
.nav-link:focus {
	color: #1e1f2a;
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}

/* 
.nav-tabs {
  border-bottom: $nav-tabs-border-width solid $nav-tabs-border-color;

  .nav-link {
    margin-bottom: -$nav-tabs-border-width;
    background: none;
    border: $nav-tabs-border-width solid transparent;
    @include border-top-radius($nav-tabs-border-radius);

    &:hover,
    &:focus {
      border-color: $nav-tabs-link-hover-border-color;
      // Prevents active .nav-link tab overlapping focus outline of previous/next .nav-link
      isolation: isolate;
    }

    &.disabled {
      color: $nav-link-disabled-color;
      background-color: transparent;
      border-color: transparent;
    }
  }

  .nav-link.active,
  .nav-item.show .nav-link {
    color: $nav-tabs-link-active-color;
    background-color: $nav-tabs-link-active-bg;
    border-color: $nav-tabs-link-active-border-color;
  }

  .dropdown-menu {
    // Make dropdown border overlap tab border
    margin-top: -$nav-tabs-border-width;
    // Remove the top rounded corners here since there is a hard edge above the menu
    @include border-top-radius(0);
  }
}


//
// Pills
//

.nav-pills {
  .nav-link {
    background: none;
    border: 0;
    @include border-radius($nav-pills-border-radius);
  }

  .nav-link.active,
  .show > .nav-link {
    color: $nav-pills-link-active-color;
    @include gradient-bg($nav-pills-link-active-bg);
  }
}


//
// Justified variants
//

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

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

.nav-fill,
.nav-justified {
  .nav-item .nav-link {
    width: 100%; // Make sure button will grow
  }
}


// Tabbable tabs
//
// Hide tabbable panes to start, show them when `.active`

.tab-content {
  > .tab-pane {
    display: none;
  }
  > .active {
    display: block;
  }
}
 */
.navbar {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: inherit;
	flex-wrap: inherit;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navbar-brand {
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	text-decoration: none;
	white-space: nowrap;
}

.navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-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-nav .dropdown-menu {
	position: static;
}

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

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	-webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
	transition: -webkit-box-shadow 0.15s ease-in-out;
	transition: box-shadow 0.15s ease-in-out;
	transition: box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.navbar-toggler {
		-webkit-transition: none;
		transition: none;
	}
}

.navbar-toggler:hover {
	text-decoration: none;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.25rem;
	box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.navbar-nav-scroll {
	max-height: var(--bs-scroll-height, 75vh);
	overflow-y: auto;
}

@media (min-width: 576px) {
	.navbar-expand-sm {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-sm .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-sm .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-md .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-lg .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-xl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-xl .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
}

@media (min-width: 1600px) {
	.navbar-expand-xxl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-xxl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-xxl .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-xxl .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.navbar-expand-xxl .navbar-toggler {
		display: none;
	}
}

.navbar-expand {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.navbar-expand .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.navbar-expand .navbar-nav-scroll {
	overflow: visible;
}

.navbar-expand .navbar-collapse {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

/* 
.navbar-light {
  .navbar-brand {
    color: $navbar-light-brand-color;

    &:hover,
    &:focus {
      color: $navbar-light-brand-hover-color;
    }
  }

  .navbar-nav {
    .nav-link {
      color: $navbar-light-color;

      &:hover,
      &:focus {
        color: $navbar-light-hover-color;
      }

      &.disabled {
        color: $navbar-light-disabled-color;
      }
    }

    .show > .nav-link,
    .nav-link.active {
      color: $navbar-light-active-color;
    }
  }

  .navbar-toggler {
    color: $navbar-light-color;
    border-color: $navbar-light-toggler-border-color;
  }

  .navbar-toggler-icon {
    background-image: escape-svg($navbar-light-toggler-icon-bg);
  }

  .navbar-text {
    color: $navbar-light-color;

    a,
    a:hover,
    a:focus  {
      color: $navbar-light-active-color;
    }
  }
}

// White links against a dark background
.navbar-dark {
  .navbar-brand {
    color: $navbar-dark-brand-color;

    &:hover,
    &:focus {
      color: $navbar-dark-brand-hover-color;
    }
  }

  .navbar-nav {
    .nav-link {
      color: $navbar-dark-color;

      &:hover,
      &:focus {
        color: $navbar-dark-hover-color;
      }

      &.disabled {
        color: $navbar-dark-disabled-color;
      }
    }

    .show > .nav-link,
    .nav-link.active {
      color: $navbar-dark-active-color;
    }
  }

  .navbar-toggler {
    color: $navbar-dark-color;
    border-color: $navbar-dark-toggler-border-color;
  }

  .navbar-toggler-icon {
    background-image: escape-svg($navbar-dark-toggler-icon-bg);
  }

  .navbar-text {
    color: $navbar-dark-color;
    a,
    a:hover,
    a:focus {
      color: $navbar-dark-active-color;
    }
  }
}
 */
/* @import "accordion"; */
.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0;
	margin-bottom: 1rem;
	list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
	float: left;
	padding-right: 0.5rem;
	color: #6c757d;
	content: var(--bs-breadcrumb-divider, '/')
		/* rtl: var(--bs-breadcrumb-divider, "/") */;
}

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

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
}

/* 
.page-link {
  position: relative;
  display: block;
  color: $pagination-color;
  text-decoration: if($link-decoration == none, null, none);
  background-color: $pagination-bg;
  border: $pagination-border-width solid $pagination-border-color;
  @include transition($pagination-transition);

  &:hover {
    z-index: 2;
    color: $pagination-hover-color;
    text-decoration: if($link-hover-decoration == underline, none, null);
    background-color: $pagination-hover-bg;
    border-color: $pagination-hover-border-color;
  }

  &:focus {
    z-index: 3;
    color: $pagination-focus-color;
    background-color: $pagination-focus-bg;
    outline: $pagination-focus-outline;
    box-shadow: $pagination-focus-box-shadow;
  }
}

.page-item {
  &:not(:first-child) .page-link {
    margin-left: $pagination-margin-start;
  }

  &.active .page-link {
    z-index: 3;
    color: $pagination-active-color;
    @include gradient-bg($pagination-active-bg);
    border-color: $pagination-active-border-color;
  }

  &.disabled .page-link {
    color: $pagination-disabled-color;
    pointer-events: none;
    background-color: $pagination-disabled-bg;
    border-color: $pagination-disabled-border-color;
  }
} */
.page-link {
	padding: 0.375rem 0.75rem;
}

/* 
.pagination-lg {
  @include pagination-size($pagination-padding-y-lg, $pagination-padding-x-lg, $font-size-lg, $pagination-border-radius-lg);
}

.pagination-sm {
  @include pagination-size($pagination-padding-y-sm, $pagination-padding-x-sm, $font-size-sm, $pagination-border-radius-sm);
}
 */
.clearfix::after {
	display: block;
	clear: both;
	content: '';
}

/* @import "helpers/colored-links"; */
.ratio {
	position: relative;
	width: 100%;
}

.ratio::before {
	display: block;
	padding-top: var(--bs-aspect-ratio);
	content: '';
}

.ratio > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ratio-1x1 {
	--bs-aspect-ratio: 100%;
}

.ratio-4x3 {
	--bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
	--bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
	--bs-aspect-ratio: calc(9 / 21 * 100%);
}

.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: $zindex-fixed;
}
 */
.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1020;
}

@media (min-width: 576px) {
	.sticky-sm-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width: 768px) {
	.sticky-md-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width: 992px) {
	.sticky-lg-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width: 1200px) {
	.sticky-xl-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width: 1600px) {
	.sticky-xxl-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

/* @import "helpers/stretched-link";
@import "helpers/text-truncation"; */
.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

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

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

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

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

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

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

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

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

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

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

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

.top-50 {
	top: 50% !important;
}

.top-100 {
	top: 100% !important;
}

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

.bottom-50 {
	bottom: 50% !important;
}

.bottom-100 {
	bottom: 100% !important;
}

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

.start-50 {
	left: 50% !important;
}

.start-100 {
	left: 100% !important;
}

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

.end-50 {
	right: 50% !important;
}

.end-100 {
	right: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
	border-color: #0d6efd !important;
}

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

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

.border-info {
	border-color: #0dcaf0 !important;
}

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

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

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

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

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

.border-1 {
	border-width: 1px !important;
}

.border-2 {
	border-width: 2px !important;
}

.border-3 {
	border-width: 3px !important;
}

.border-4 {
	border-width: 4px !important;
}

.border-5 {
	border-width: 5px !important;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-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;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-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;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

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

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

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

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

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

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

.gap-1 {
	gap: 0.25rem !important;
}

.gap-2 {
	gap: 0.5rem !important;
}

.gap-3 {
	gap: 1rem !important;
}

.gap-4 {
	gap: 1.5rem !important;
}

.gap-5 {
	gap: 3rem !important;
}

.gap-6 {
	gap: 6rem !important;
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.justify-content-evenly {
	-webkit-box-pack: space-evenly !important;
	-ms-flex-pack: space-evenly !important;
	justify-content: space-evenly !important;
}

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

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

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

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

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

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

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

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

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

.order-first {
	-webkit-box-ordinal-group: 0 !important;
	-ms-flex-order: -1 !important;
	order: -1 !important;
}

.order-0 {
	-webkit-box-ordinal-group: 1 !important;
	-ms-flex-order: 0 !important;
	order: 0 !important;
}

.order-1 {
	-webkit-box-ordinal-group: 2 !important;
	-ms-flex-order: 1 !important;
	order: 1 !important;
}

.order-2 {
	-webkit-box-ordinal-group: 3 !important;
	-ms-flex-order: 2 !important;
	order: 2 !important;
}

.order-3 {
	-webkit-box-ordinal-group: 4 !important;
	-ms-flex-order: 3 !important;
	order: 3 !important;
}

.order-4 {
	-webkit-box-ordinal-group: 5 !important;
	-ms-flex-order: 4 !important;
	order: 4 !important;
}

.order-5 {
	-webkit-box-ordinal-group: 6 !important;
	-ms-flex-order: 5 !important;
	order: 5 !important;
}

.order-last {
	-webkit-box-ordinal-group: 7 !important;
	-ms-flex-order: 6 !important;
	order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-monospace {
	font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
	font-size: calc(1.475rem + 2.7vw) !important;
}

.fs-2 {
	font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
	font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
	font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
	font-size: 1.25rem !important;
}

.fs-6 {
	font-size: 1rem !important;
}

.fs-7 {
	font-size: 0.9rem !important;
}

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

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

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

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

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

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

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

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

.lh-sm {
	line-height: 1.25 !important;
}

.lh-base {
	line-height: 1.5 !important;
}

.lh-lg {
	line-height: 2 !important;
}

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

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

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

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

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

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

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
	color: #0d6efd !important;
}

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

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

.text-info {
	color: #0dcaf0 !important;
}

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

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

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

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

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

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

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

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

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

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

.bg-primary {
	background-color: #0d6efd !important;
}

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

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

.bg-info {
	background-color: #0dcaf0 !important;
}

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

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

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

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

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

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

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

.bg-gradient {
	background-image: var(--bs-gradient) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

@media (min-width: 576px) {
	.float-sm-start {
		float: left !important;
	}
	.float-sm-end {
		float: right !important;
	}
	.float-sm-none {
		float: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-grid {
		display: grid !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
	.d-sm-none {
		display: none !important;
	}
	.flex-sm-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-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;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-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;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.gap-sm-0 {
		gap: 0 !important;
	}
	.gap-sm-1 {
		gap: 0.25rem !important;
	}
	.gap-sm-2 {
		gap: 0.5rem !important;
	}
	.gap-sm-3 {
		gap: 1rem !important;
	}
	.gap-sm-4 {
		gap: 1.5rem !important;
	}
	.gap-sm-5 {
		gap: 3rem !important;
	}
	.gap-sm-6 {
		gap: 6rem !important;
	}
	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.justify-content-sm-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}
	.align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}
	.m-sm-0 {
		margin: 0 !important;
	}
	.m-sm-1 {
		margin: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.m-sm-3 {
		margin: 1rem !important;
	}
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	.m-sm-5 {
		margin: 3rem !important;
	}
	.m-sm-6 {
		margin: 6rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-sm-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-sm-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-sm-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-sm-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-sm-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-sm-6 {
		margin-right: 6rem !important;
		margin-left: 6rem !important;
	}
	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-sm-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-sm-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-sm-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-sm-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-sm-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-sm-6 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important;
	}
	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-sm-0 {
		margin-top: 0 !important;
	}
	.mt-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mt-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mt-sm-3 {
		margin-top: 1rem !important;
	}
	.mt-sm-4 {
		margin-top: 1.5rem !important;
	}
	.mt-sm-5 {
		margin-top: 3rem !important;
	}
	.mt-sm-6 {
		margin-top: 6rem !important;
	}
	.mt-sm-auto {
		margin-top: auto !important;
	}
	.me-sm-0 {
		margin-right: 0 !important;
	}
	.me-sm-1 {
		margin-right: 0.25rem !important;
	}
	.me-sm-2 {
		margin-right: 0.5rem !important;
	}
	.me-sm-3 {
		margin-right: 1rem !important;
	}
	.me-sm-4 {
		margin-right: 1.5rem !important;
	}
	.me-sm-5 {
		margin-right: 3rem !important;
	}
	.me-sm-6 {
		margin-right: 6rem !important;
	}
	.me-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-0 {
		margin-bottom: 0 !important;
	}
	.mb-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-sm-3 {
		margin-bottom: 1rem !important;
	}
	.mb-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-sm-5 {
		margin-bottom: 3rem !important;
	}
	.mb-sm-6 {
		margin-bottom: 6rem !important;
	}
	.mb-sm-auto {
		margin-bottom: auto !important;
	}
	.ms-sm-0 {
		margin-left: 0 !important;
	}
	.ms-sm-1 {
		margin-left: 0.25rem !important;
	}
	.ms-sm-2 {
		margin-left: 0.5rem !important;
	}
	.ms-sm-3 {
		margin-left: 1rem !important;
	}
	.ms-sm-4 {
		margin-left: 1.5rem !important;
	}
	.ms-sm-5 {
		margin-left: 3rem !important;
	}
	.ms-sm-6 {
		margin-left: 6rem !important;
	}
	.ms-sm-auto {
		margin-left: auto !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.p-sm-1 {
		padding: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.p-sm-3 {
		padding: 1rem !important;
	}
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	.p-sm-5 {
		padding: 3rem !important;
	}
	.p-sm-6 {
		padding: 6rem !important;
	}
	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-sm-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-sm-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-sm-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-sm-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-sm-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.px-sm-6 {
		padding-right: 6rem !important;
		padding-left: 6rem !important;
	}
	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-sm-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-sm-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-sm-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-sm-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-sm-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.py-sm-6 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important;
	}
	.pt-sm-0 {
		padding-top: 0 !important;
	}
	.pt-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pt-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pt-sm-3 {
		padding-top: 1rem !important;
	}
	.pt-sm-4 {
		padding-top: 1.5rem !important;
	}
	.pt-sm-5 {
		padding-top: 3rem !important;
	}
	.pt-sm-6 {
		padding-top: 6rem !important;
	}
	.pe-sm-0 {
		padding-right: 0 !important;
	}
	.pe-sm-1 {
		padding-right: 0.25rem !important;
	}
	.pe-sm-2 {
		padding-right: 0.5rem !important;
	}
	.pe-sm-3 {
		padding-right: 1rem !important;
	}
	.pe-sm-4 {
		padding-right: 1.5rem !important;
	}
	.pe-sm-5 {
		padding-right: 3rem !important;
	}
	.pe-sm-6 {
		padding-right: 6rem !important;
	}
	.pb-sm-0 {
		padding-bottom: 0 !important;
	}
	.pb-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-sm-3 {
		padding-bottom: 1rem !important;
	}
	.pb-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-sm-5 {
		padding-bottom: 3rem !important;
	}
	.pb-sm-6 {
		padding-bottom: 6rem !important;
	}
	.ps-sm-0 {
		padding-left: 0 !important;
	}
	.ps-sm-1 {
		padding-left: 0.25rem !important;
	}
	.ps-sm-2 {
		padding-left: 0.5rem !important;
	}
	.ps-sm-3 {
		padding-left: 1rem !important;
	}
	.ps-sm-4 {
		padding-left: 1.5rem !important;
	}
	.ps-sm-5 {
		padding-left: 3rem !important;
	}
	.ps-sm-6 {
		padding-left: 6rem !important;
	}
	.text-sm-start {
		text-align: left !important;
	}
	.text-sm-end {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 768px) {
	.float-md-start {
		float: left !important;
	}
	.float-md-end {
		float: right !important;
	}
	.float-md-none {
		float: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-grid {
		display: grid !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
	.d-md-none {
		display: none !important;
	}
	.flex-md-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-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;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-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;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.gap-md-0 {
		gap: 0 !important;
	}
	.gap-md-1 {
		gap: 0.25rem !important;
	}
	.gap-md-2 {
		gap: 0.5rem !important;
	}
	.gap-md-3 {
		gap: 1rem !important;
	}
	.gap-md-4 {
		gap: 1.5rem !important;
	}
	.gap-md-5 {
		gap: 3rem !important;
	}
	.gap-md-6 {
		gap: 6rem !important;
	}
	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.justify-content-md-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}
	.align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}
	.order-md-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}
	.m-md-0 {
		margin: 0 !important;
	}
	.m-md-1 {
		margin: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.m-md-3 {
		margin: 1rem !important;
	}
	.m-md-4 {
		margin: 1.5rem !important;
	}
	.m-md-5 {
		margin: 3rem !important;
	}
	.m-md-6 {
		margin: 6rem !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-md-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-md-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-md-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-md-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-md-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-md-6 {
		margin-right: 6rem !important;
		margin-left: 6rem !important;
	}
	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-md-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-md-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-md-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-md-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-md-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-md-6 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important;
	}
	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-md-0 {
		margin-top: 0 !important;
	}
	.mt-md-1 {
		margin-top: 0.25rem !important;
	}
	.mt-md-2 {
		margin-top: 0.5rem !important;
	}
	.mt-md-3 {
		margin-top: 1rem !important;
	}
	.mt-md-4 {
		margin-top: 1.5rem !important;
	}
	.mt-md-5 {
		margin-top: 3rem !important;
	}
	.mt-md-6 {
		margin-top: 6rem !important;
	}
	.mt-md-auto {
		margin-top: auto !important;
	}
	.me-md-0 {
		margin-right: 0 !important;
	}
	.me-md-1 {
		margin-right: 0.25rem !important;
	}
	.me-md-2 {
		margin-right: 0.5rem !important;
	}
	.me-md-3 {
		margin-right: 1rem !important;
	}
	.me-md-4 {
		margin-right: 1.5rem !important;
	}
	.me-md-5 {
		margin-right: 3rem !important;
	}
	.me-md-6 {
		margin-right: 6rem !important;
	}
	.me-md-auto {
		margin-right: auto !important;
	}
	.mb-md-0 {
		margin-bottom: 0 !important;
	}
	.mb-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-md-3 {
		margin-bottom: 1rem !important;
	}
	.mb-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-md-5 {
		margin-bottom: 3rem !important;
	}
	.mb-md-6 {
		margin-bottom: 6rem !important;
	}
	.mb-md-auto {
		margin-bottom: auto !important;
	}
	.ms-md-0 {
		margin-left: 0 !important;
	}
	.ms-md-1 {
		margin-left: 0.25rem !important;
	}
	.ms-md-2 {
		margin-left: 0.5rem !important;
	}
	.ms-md-3 {
		margin-left: 1rem !important;
	}
	.ms-md-4 {
		margin-left: 1.5rem !important;
	}
	.ms-md-5 {
		margin-left: 3rem !important;
	}
	.ms-md-6 {
		margin-left: 6rem !important;
	}
	.ms-md-auto {
		margin-left: auto !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.p-md-1 {
		padding: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.p-md-3 {
		padding: 1rem !important;
	}
	.p-md-4 {
		padding: 1.5rem !important;
	}
	.p-md-5 {
		padding: 3rem !important;
	}
	.p-md-6 {
		padding: 6rem !important;
	}
	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-md-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-md-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-md-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-md-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-md-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.px-md-6 {
		padding-right: 6rem !important;
		padding-left: 6rem !important;
	}
	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-md-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-md-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-md-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-md-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-md-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.py-md-6 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important;
	}
	.pt-md-0 {
		padding-top: 0 !important;
	}
	.pt-md-1 {
		padding-top: 0.25rem !important;
	}
	.pt-md-2 {
		padding-top: 0.5rem !important;
	}
	.pt-md-3 {
		padding-top: 1rem !important;
	}
	.pt-md-4 {
		padding-top: 1.5rem !important;
	}
	.pt-md-5 {
		padding-top: 3rem !important;
	}
	.pt-md-6 {
		padding-top: 6rem !important;
	}
	.pe-md-0 {
		padding-right: 0 !important;
	}
	.pe-md-1 {
		padding-right: 0.25rem !important;
	}
	.pe-md-2 {
		padding-right: 0.5rem !important;
	}
	.pe-md-3 {
		padding-right: 1rem !important;
	}
	.pe-md-4 {
		padding-right: 1.5rem !important;
	}
	.pe-md-5 {
		padding-right: 3rem !important;
	}
	.pe-md-6 {
		padding-right: 6rem !important;
	}
	.pb-md-0 {
		padding-bottom: 0 !important;
	}
	.pb-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-md-3 {
		padding-bottom: 1rem !important;
	}
	.pb-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-md-5 {
		padding-bottom: 3rem !important;
	}
	.pb-md-6 {
		padding-bottom: 6rem !important;
	}
	.ps-md-0 {
		padding-left: 0 !important;
	}
	.ps-md-1 {
		padding-left: 0.25rem !important;
	}
	.ps-md-2 {
		padding-left: 0.5rem !important;
	}
	.ps-md-3 {
		padding-left: 1rem !important;
	}
	.ps-md-4 {
		padding-left: 1.5rem !important;
	}
	.ps-md-5 {
		padding-left: 3rem !important;
	}
	.ps-md-6 {
		padding-left: 6rem !important;
	}
	.text-md-start {
		text-align: left !important;
	}
	.text-md-end {
		text-align: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 992px) {
	.float-lg-start {
		float: left !important;
	}
	.float-lg-end {
		float: right !important;
	}
	.float-lg-none {
		float: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-grid {
		display: grid !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
	.d-lg-none {
		display: none !important;
	}
	.flex-lg-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-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;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-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;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.gap-lg-0 {
		gap: 0 !important;
	}
	.gap-lg-1 {
		gap: 0.25rem !important;
	}
	.gap-lg-2 {
		gap: 0.5rem !important;
	}
	.gap-lg-3 {
		gap: 1rem !important;
	}
	.gap-lg-4 {
		gap: 1.5rem !important;
	}
	.gap-lg-5 {
		gap: 3rem !important;
	}
	.gap-lg-6 {
		gap: 6rem !important;
	}
	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.justify-content-lg-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}
	.align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}
	.m-lg-0 {
		margin: 0 !important;
	}
	.m-lg-1 {
		margin: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.m-lg-3 {
		margin: 1rem !important;
	}
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	.m-lg-5 {
		margin: 3rem !important;
	}
	.m-lg-6 {
		margin: 6rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-lg-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-lg-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-lg-6 {
		margin-right: 6rem !important;
		margin-left: 6rem !important;
	}
	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-lg-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-lg-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-lg-6 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important;
	}
	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-lg-0 {
		margin-top: 0 !important;
	}
	.mt-lg-1 {
		margin-top: 0.25rem !important;
	}
	.mt-lg-2 {
		margin-top: 0.5rem !important;
	}
	.mt-lg-3 {
		margin-top: 1rem !important;
	}
	.mt-lg-4 {
		margin-top: 1.5rem !important;
	}
	.mt-lg-5 {
		margin-top: 3rem !important;
	}
	.mt-lg-6 {
		margin-top: 6rem !important;
	}
	.mt-lg-auto {
		margin-top: auto !important;
	}
	.me-lg-0 {
		margin-right: 0 !important;
	}
	.me-lg-1 {
		margin-right: 0.25rem !important;
	}
	.me-lg-2 {
		margin-right: 0.5rem !important;
	}
	.me-lg-3 {
		margin-right: 1rem !important;
	}
	.me-lg-4 {
		margin-right: 1.5rem !important;
	}
	.me-lg-5 {
		margin-right: 3rem !important;
	}
	.me-lg-6 {
		margin-right: 6rem !important;
	}
	.me-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-0 {
		margin-bottom: 0 !important;
	}
	.mb-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-lg-3 {
		margin-bottom: 1rem !important;
	}
	.mb-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-lg-5 {
		margin-bottom: 3rem !important;
	}
	.mb-lg-6 {
		margin-bottom: 6rem !important;
	}
	.mb-lg-auto {
		margin-bottom: auto !important;
	}
	.ms-lg-0 {
		margin-left: 0 !important;
	}
	.ms-lg-1 {
		margin-left: 0.25rem !important;
	}
	.ms-lg-2 {
		margin-left: 0.5rem !important;
	}
	.ms-lg-3 {
		margin-left: 1rem !important;
	}
	.ms-lg-4 {
		margin-left: 1.5rem !important;
	}
	.ms-lg-5 {
		margin-left: 3rem !important;
	}
	.ms-lg-6 {
		margin-left: 6rem !important;
	}
	.ms-lg-auto {
		margin-left: auto !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.p-lg-1 {
		padding: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.p-lg-3 {
		padding: 1rem !important;
	}
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	.p-lg-5 {
		padding: 3rem !important;
	}
	.p-lg-6 {
		padding: 6rem !important;
	}
	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-lg-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-lg-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.px-lg-6 {
		padding-right: 6rem !important;
		padding-left: 6rem !important;
	}
	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-lg-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-lg-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.py-lg-6 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important;
	}
	.pt-lg-0 {
		padding-top: 0 !important;
	}
	.pt-lg-1 {
		padding-top: 0.25rem !important;
	}
	.pt-lg-2 {
		padding-top: 0.5rem !important;
	}
	.pt-lg-3 {
		padding-top: 1rem !important;
	}
	.pt-lg-4 {
		padding-top: 1.5rem !important;
	}
	.pt-lg-5 {
		padding-top: 3rem !important;
	}
	.pt-lg-6 {
		padding-top: 6rem !important;
	}
	.pe-lg-0 {
		padding-right: 0 !important;
	}
	.pe-lg-1 {
		padding-right: 0.25rem !important;
	}
	.pe-lg-2 {
		padding-right: 0.5rem !important;
	}
	.pe-lg-3 {
		padding-right: 1rem !important;
	}
	.pe-lg-4 {
		padding-right: 1.5rem !important;
	}
	.pe-lg-5 {
		padding-right: 3rem !important;
	}
	.pe-lg-6 {
		padding-right: 6rem !important;
	}
	.pb-lg-0 {
		padding-bottom: 0 !important;
	}
	.pb-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-lg-3 {
		padding-bottom: 1rem !important;
	}
	.pb-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-lg-5 {
		padding-bottom: 3rem !important;
	}
	.pb-lg-6 {
		padding-bottom: 6rem !important;
	}
	.ps-lg-0 {
		padding-left: 0 !important;
	}
	.ps-lg-1 {
		padding-left: 0.25rem !important;
	}
	.ps-lg-2 {
		padding-left: 0.5rem !important;
	}
	.ps-lg-3 {
		padding-left: 1rem !important;
	}
	.ps-lg-4 {
		padding-left: 1.5rem !important;
	}
	.ps-lg-5 {
		padding-left: 3rem !important;
	}
	.ps-lg-6 {
		padding-left: 6rem !important;
	}
	.text-lg-start {
		text-align: left !important;
	}
	.text-lg-end {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.float-xl-start {
		float: left !important;
	}
	.float-xl-end {
		float: right !important;
	}
	.float-xl-none {
		float: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-grid {
		display: grid !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
	.d-xl-none {
		display: none !important;
	}
	.flex-xl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-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;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-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;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.gap-xl-0 {
		gap: 0 !important;
	}
	.gap-xl-1 {
		gap: 0.25rem !important;
	}
	.gap-xl-2 {
		gap: 0.5rem !important;
	}
	.gap-xl-3 {
		gap: 1rem !important;
	}
	.gap-xl-4 {
		gap: 1.5rem !important;
	}
	.gap-xl-5 {
		gap: 3rem !important;
	}
	.gap-xl-6 {
		gap: 6rem !important;
	}
	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.justify-content-xl-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}
	.align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}
	.m-xl-0 {
		margin: 0 !important;
	}
	.m-xl-1 {
		margin: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.5rem !important;
	}
	.m-xl-3 {
		margin: 1rem !important;
	}
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	.m-xl-5 {
		margin: 3rem !important;
	}
	.m-xl-6 {
		margin: 6rem !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-xl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-xl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-xl-6 {
		margin-right: 6rem !important;
		margin-left: 6rem !important;
	}
	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-xl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-xl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-xl-6 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important;
	}
	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-xl-0 {
		margin-top: 0 !important;
	}
	.mt-xl-1 {
		margin-top: 0.25rem !important;
	}
	.mt-xl-2 {
		margin-top: 0.5rem !important;
	}
	.mt-xl-3 {
		margin-top: 1rem !important;
	}
	.mt-xl-4 {
		margin-top: 1.5rem !important;
	}
	.mt-xl-5 {
		margin-top: 3rem !important;
	}
	.mt-xl-6 {
		margin-top: 6rem !important;
	}
	.mt-xl-auto {
		margin-top: auto !important;
	}
	.me-xl-0 {
		margin-right: 0 !important;
	}
	.me-xl-1 {
		margin-right: 0.25rem !important;
	}
	.me-xl-2 {
		margin-right: 0.5rem !important;
	}
	.me-xl-3 {
		margin-right: 1rem !important;
	}
	.me-xl-4 {
		margin-right: 1.5rem !important;
	}
	.me-xl-5 {
		margin-right: 3rem !important;
	}
	.me-xl-6 {
		margin-right: 6rem !important;
	}
	.me-xl-auto {
		margin-right: auto !important;
	}
	.mb-xl-0 {
		margin-bottom: 0 !important;
	}
	.mb-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-xl-3 {
		margin-bottom: 1rem !important;
	}
	.mb-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-xl-5 {
		margin-bottom: 3rem !important;
	}
	.mb-xl-6 {
		margin-bottom: 6rem !important;
	}
	.mb-xl-auto {
		margin-bottom: auto !important;
	}
	.ms-xl-0 {
		margin-left: 0 !important;
	}
	.ms-xl-1 {
		margin-left: 0.25rem !important;
	}
	.ms-xl-2 {
		margin-left: 0.5rem !important;
	}
	.ms-xl-3 {
		margin-left: 1rem !important;
	}
	.ms-xl-4 {
		margin-left: 1.5rem !important;
	}
	.ms-xl-5 {
		margin-left: 3rem !important;
	}
	.ms-xl-6 {
		margin-left: 6rem !important;
	}
	.ms-xl-auto {
		margin-left: auto !important;
	}
	.p-xl-0 {
		padding: 0 !important;
	}
	.p-xl-1 {
		padding: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.5rem !important;
	}
	.p-xl-3 {
		padding: 1rem !important;
	}
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	.p-xl-5 {
		padding: 3rem !important;
	}
	.p-xl-6 {
		padding: 6rem !important;
	}
	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-xl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-xl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.px-xl-6 {
		padding-right: 6rem !important;
		padding-left: 6rem !important;
	}
	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-xl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-xl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.py-xl-6 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important;
	}
	.pt-xl-0 {
		padding-top: 0 !important;
	}
	.pt-xl-1 {
		padding-top: 0.25rem !important;
	}
	.pt-xl-2 {
		padding-top: 0.5rem !important;
	}
	.pt-xl-3 {
		padding-top: 1rem !important;
	}
	.pt-xl-4 {
		padding-top: 1.5rem !important;
	}
	.pt-xl-5 {
		padding-top: 3rem !important;
	}
	.pt-xl-6 {
		padding-top: 6rem !important;
	}
	.pe-xl-0 {
		padding-right: 0 !important;
	}
	.pe-xl-1 {
		padding-right: 0.25rem !important;
	}
	.pe-xl-2 {
		padding-right: 0.5rem !important;
	}
	.pe-xl-3 {
		padding-right: 1rem !important;
	}
	.pe-xl-4 {
		padding-right: 1.5rem !important;
	}
	.pe-xl-5 {
		padding-right: 3rem !important;
	}
	.pe-xl-6 {
		padding-right: 6rem !important;
	}
	.pb-xl-0 {
		padding-bottom: 0 !important;
	}
	.pb-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-xl-3 {
		padding-bottom: 1rem !important;
	}
	.pb-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-xl-5 {
		padding-bottom: 3rem !important;
	}
	.pb-xl-6 {
		padding-bottom: 6rem !important;
	}
	.ps-xl-0 {
		padding-left: 0 !important;
	}
	.ps-xl-1 {
		padding-left: 0.25rem !important;
	}
	.ps-xl-2 {
		padding-left: 0.5rem !important;
	}
	.ps-xl-3 {
		padding-left: 1rem !important;
	}
	.ps-xl-4 {
		padding-left: 1.5rem !important;
	}
	.ps-xl-5 {
		padding-left: 3rem !important;
	}
	.ps-xl-6 {
		padding-left: 6rem !important;
	}
	.text-xl-start {
		text-align: left !important;
	}
	.text-xl-end {
		text-align: right !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}

@media (min-width: 1600px) {
	.float-xxl-start {
		float: left !important;
	}
	.float-xxl-end {
		float: right !important;
	}
	.float-xxl-none {
		float: none !important;
	}
	.d-xxl-inline {
		display: inline !important;
	}
	.d-xxl-inline-block {
		display: inline-block !important;
	}
	.d-xxl-block {
		display: block !important;
	}
	.d-xxl-grid {
		display: grid !important;
	}
	.d-xxl-table {
		display: table !important;
	}
	.d-xxl-table-row {
		display: table-row !important;
	}
	.d-xxl-table-cell {
		display: table-cell !important;
	}
	.d-xxl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xxl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
	.d-xxl-none {
		display: none !important;
	}
	.flex-xxl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-xxl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xxl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xxl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xxl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xxl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-xxl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-xxl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-xxl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.flex-xxl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xxl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xxl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.gap-xxl-0 {
		gap: 0 !important;
	}
	.gap-xxl-1 {
		gap: 0.25rem !important;
	}
	.gap-xxl-2 {
		gap: 0.5rem !important;
	}
	.gap-xxl-3 {
		gap: 1rem !important;
	}
	.gap-xxl-4 {
		gap: 1.5rem !important;
	}
	.gap-xxl-5 {
		gap: 3rem !important;
	}
	.gap-xxl-6 {
		gap: 6rem !important;
	}
	.justify-content-xxl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xxl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xxl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xxl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-xxl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.justify-content-xxl-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}
	.align-items-xxl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xxl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xxl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xxl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xxl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xxl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xxl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xxl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xxl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xxl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xxl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xxl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xxl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xxl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xxl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-xxl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xxl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
	.order-xxl-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}
	.order-xxl-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}
	.order-xxl-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}
	.order-xxl-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}
	.order-xxl-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}
	.order-xxl-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}
	.order-xxl-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}
	.order-xxl-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}
	.m-xxl-0 {
		margin: 0 !important;
	}
	.m-xxl-1 {
		margin: 0.25rem !important;
	}
	.m-xxl-2 {
		margin: 0.5rem !important;
	}
	.m-xxl-3 {
		margin: 1rem !important;
	}
	.m-xxl-4 {
		margin: 1.5rem !important;
	}
	.m-xxl-5 {
		margin: 3rem !important;
	}
	.m-xxl-6 {
		margin: 6rem !important;
	}
	.m-xxl-auto {
		margin: auto !important;
	}
	.mx-xxl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-xxl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-xxl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-xxl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-xxl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-xxl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-xxl-6 {
		margin-right: 6rem !important;
		margin-left: 6rem !important;
	}
	.mx-xxl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-xxl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-xxl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-xxl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-xxl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-xxl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-xxl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-xxl-6 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important;
	}
	.my-xxl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-xxl-0 {
		margin-top: 0 !important;
	}
	.mt-xxl-1 {
		margin-top: 0.25rem !important;
	}
	.mt-xxl-2 {
		margin-top: 0.5rem !important;
	}
	.mt-xxl-3 {
		margin-top: 1rem !important;
	}
	.mt-xxl-4 {
		margin-top: 1.5rem !important;
	}
	.mt-xxl-5 {
		margin-top: 3rem !important;
	}
	.mt-xxl-6 {
		margin-top: 6rem !important;
	}
	.mt-xxl-auto {
		margin-top: auto !important;
	}
	.me-xxl-0 {
		margin-right: 0 !important;
	}
	.me-xxl-1 {
		margin-right: 0.25rem !important;
	}
	.me-xxl-2 {
		margin-right: 0.5rem !important;
	}
	.me-xxl-3 {
		margin-right: 1rem !important;
	}
	.me-xxl-4 {
		margin-right: 1.5rem !important;
	}
	.me-xxl-5 {
		margin-right: 3rem !important;
	}
	.me-xxl-6 {
		margin-right: 6rem !important;
	}
	.me-xxl-auto {
		margin-right: auto !important;
	}
	.mb-xxl-0 {
		margin-bottom: 0 !important;
	}
	.mb-xxl-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-xxl-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-xxl-3 {
		margin-bottom: 1rem !important;
	}
	.mb-xxl-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-xxl-5 {
		margin-bottom: 3rem !important;
	}
	.mb-xxl-6 {
		margin-bottom: 6rem !important;
	}
	.mb-xxl-auto {
		margin-bottom: auto !important;
	}
	.ms-xxl-0 {
		margin-left: 0 !important;
	}
	.ms-xxl-1 {
		margin-left: 0.25rem !important;
	}
	.ms-xxl-2 {
		margin-left: 0.5rem !important;
	}
	.ms-xxl-3 {
		margin-left: 1rem !important;
	}
	.ms-xxl-4 {
		margin-left: 1.5rem !important;
	}
	.ms-xxl-5 {
		margin-left: 3rem !important;
	}
	.ms-xxl-6 {
		margin-left: 6rem !important;
	}
	.ms-xxl-auto {
		margin-left: auto !important;
	}
	.p-xxl-0 {
		padding: 0 !important;
	}
	.p-xxl-1 {
		padding: 0.25rem !important;
	}
	.p-xxl-2 {
		padding: 0.5rem !important;
	}
	.p-xxl-3 {
		padding: 1rem !important;
	}
	.p-xxl-4 {
		padding: 1.5rem !important;
	}
	.p-xxl-5 {
		padding: 3rem !important;
	}
	.p-xxl-6 {
		padding: 6rem !important;
	}
	.px-xxl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-xxl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-xxl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-xxl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-xxl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-xxl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.px-xxl-6 {
		padding-right: 6rem !important;
		padding-left: 6rem !important;
	}
	.py-xxl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-xxl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-xxl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-xxl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-xxl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-xxl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.py-xxl-6 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important;
	}
	.pt-xxl-0 {
		padding-top: 0 !important;
	}
	.pt-xxl-1 {
		padding-top: 0.25rem !important;
	}
	.pt-xxl-2 {
		padding-top: 0.5rem !important;
	}
	.pt-xxl-3 {
		padding-top: 1rem !important;
	}
	.pt-xxl-4 {
		padding-top: 1.5rem !important;
	}
	.pt-xxl-5 {
		padding-top: 3rem !important;
	}
	.pt-xxl-6 {
		padding-top: 6rem !important;
	}
	.pe-xxl-0 {
		padding-right: 0 !important;
	}
	.pe-xxl-1 {
		padding-right: 0.25rem !important;
	}
	.pe-xxl-2 {
		padding-right: 0.5rem !important;
	}
	.pe-xxl-3 {
		padding-right: 1rem !important;
	}
	.pe-xxl-4 {
		padding-right: 1.5rem !important;
	}
	.pe-xxl-5 {
		padding-right: 3rem !important;
	}
	.pe-xxl-6 {
		padding-right: 6rem !important;
	}
	.pb-xxl-0 {
		padding-bottom: 0 !important;
	}
	.pb-xxl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-xxl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-xxl-3 {
		padding-bottom: 1rem !important;
	}
	.pb-xxl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-xxl-5 {
		padding-bottom: 3rem !important;
	}
	.pb-xxl-6 {
		padding-bottom: 6rem !important;
	}
	.ps-xxl-0 {
		padding-left: 0 !important;
	}
	.ps-xxl-1 {
		padding-left: 0.25rem !important;
	}
	.ps-xxl-2 {
		padding-left: 0.5rem !important;
	}
	.ps-xxl-3 {
		padding-left: 1rem !important;
	}
	.ps-xxl-4 {
		padding-left: 1.5rem !important;
	}
	.ps-xxl-5 {
		padding-left: 3rem !important;
	}
	.ps-xxl-6 {
		padding-left: 6rem !important;
	}
	.text-xxl-start {
		text-align: left !important;
	}
	.text-xxl-end {
		text-align: right !important;
	}
	.text-xxl-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.fs-1 {
		font-size: 3.5rem !important;
	}
	.fs-2 {
		font-size: 2rem !important;
	}
	.fs-3 {
		font-size: 1.75rem !important;
	}
	.fs-4 {
		font-size: 1.5rem !important;
	}
}

@media print {
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-grid {
		display: grid !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
	.d-print-none {
		display: none !important;
	}
}

/* @import 'vendor/hamburgers/settings';
@import 'node_modules/hamburgers/_sass/hamburgers/hamburgers'; */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.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;
	/* fix for flashing background */
	-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: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
	/**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-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;
	transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url('owl.video.play.png') no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 100ms ease;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
	transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-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;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.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: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}

.owl-theme .owl-nav .disabled {
	opacity: 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;
	transition: opacity 200ms ease;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}

a {
	-webkit-transition: all 150ms;
	transition: all 150ms;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

a[href^='tel'] {
	/* 	&:hover,
		&:focus {
			color: inherit;
			text-decoration: none;
		} */
	/* @media screen and (min-width: $screen-md-min) {
			pointer-events: none;
		} */
}

a.link-external {
	position: relative;
	display: inline-block;
	padding-right: 3px;
	margin-right: 10px;
}

a.link-external:after {
	margin-left: 2px;
	content: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2024%2024%22%3E\a 			%20%20%20%20%3Cpath%20fill%3D%22%23da3737%22%20d%3D%22M14%2C3V5H17.59L7.76%2C14.83L9.17%2C16.24L19%2C6.41V10H21V3M19%2C19H5V5H12V3H5C3.89%2C3%203%2C3.9%203%2C5V19A2%2C2%200%200%2C0%205%2C21H19A2%2C2%200%200%2C0%2021%2C19V12H19V19Z%22%20%2F%3E\a 			%3C%2Fsvg%3E');
	/* top: -2px; */
	position: absolute;
}

.content img {
	display: block;
	margin: auto;
}

/* 
// Obojeni circle na listi
ul.list-colored-type {
	li {
		position: relative;
		padding-left: 20px;
		&:before {
			content: '';
			position: absolute;
			display: block;
			width: 8px;
			height: 8px;
			background: color(primary);
			border-radius: 100%;
			top: 50%;
			left: 0;
			transform: translateY(-50%);
		}
	}
} */
.form-control {
	border-radius: 0;
	height: 36px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* .waypoint {
	transform: translateY(50px);
	transition: all 400ms ease-in-out;
}

@media screen and (min-width: $screen-lg-min) {
	.disappear {
		opacity: 0;
		&.appeared {
			opacity: 1;
			transform: translateY(0px);
		}
	}
} */
.text-uppercase {
	text-transform: uppercase;
	font-family: 'Jura', 'sans-serif';
}

.color-white {
	color: #fff;
}

.color-primary {
	color: #333 !important;
}

.color-secondary {
	color: #242940 !important;
}

.color-black {
	color: #262734;
}

.text-italic {
	font-style: italic;
}

.font-primary {
	font-family: 'Rubik';
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.relative {
	position: relative;
}

input:disabled {
	background: #f1f1f1;
	cursor: not-allowed;
}

.overflow {
	overflow: hidden;
}

.wp-content a:not(.btn) {
	text-decoration: underline;
	font-weight: 400;
	position: relative;
}

.wp-content h2,
.wp-content .h2 {
	color: #262734;
	font-weight: 600;
	/* margin-top: 2rem;
		margin-bottom: 1rem; */
}

@media screen and (min-width: 992px) {
	.wp-content h2,
	.wp-content .h2 {
		margin-top: 2rem;
		margin-bottom: 1.6rem;
		font-size: 22px;
	}
}

.wp-content h3,
.wp-content .h3 {
	color: #414663;
}

@media screen and (min-width: 992px) {
	.wp-content h3,
	.wp-content .h3 {
		margin-top: 2rem;
		margin-bottom: 1.25rem;
		font-weight: 600;
		font-size: 18px;
	}
}

.wp-content ul {
	margin-top: 1rem;
}

.wp-content p,
.wp-content li {
	/* @media screen and (min-width: 1600px) {
			font-size: 1.1rem;
		} */
}

@media screen and (min-width: 992px) {
	.wp-content p,
	.wp-content li {
		font-size: 1.1rem;
		line-height: 1.55;
	}
}

.wp-content li {
	margin-bottom: 0.25rem;
	/* @media screen and (min-width: $screen-lg-min) {
			margin-bottom: .25rem;
		} */
}

.wp-content li::marker {
	color: #414663;
	font-size: 1rem;
}

.wp-content strong,
.wp-content b {
	color: #414663;
}

.wp-content img {
	max-width: 100%;
}

@media screen and (min-width: 992px) {
	.wp-content img {
		margin: 30px auto;
	}
}

.wp-content-center {
	max-width: 820px;
	background-color: #fff;
}

.hr {
	margin: 1.5rem 0;
}

@media screen and (min-width: 992px) {
	.hr {
		margin: 3rem 0;
	}
	.headerwrap .container {
		justify-content: flex-start !important;
	}
}

.bordered {
	border: 1px solid #242940;
}

@media screen and (min-width: 992px) {
	/* .disappear {
		opacity: 0;
	} */
/* 	.disappear.appeared {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	.animate {
		-webkit-transform: translateY(80px);
		transform: translateY(80px);
		-webkit-transition: all 800ms ease-in-out;
		transition: all 800ms ease-in-out;
	} */
}

.animate-delay--1 {
	-webkit-transition-delay: 150ms;
	transition-delay: 150ms;
}

.animate-delay--2 {
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}

.animate-delay--3 {
	-webkit-transition-delay: 450ms;
	transition-delay: 450ms;
}

.animate-delay--4 {
	-webkit-transition-delay: 600ms;
	transition-delay: 600ms;
}

.animate-delay--5 {
	-webkit-transition-delay: 750ms;
	transition-delay: 750ms;
}

.animate-delay--6 {
	-webkit-transition-delay: 900ms;
	transition-delay: 900ms;
}

.tags {
	text-align: center;
}

.tags li {
	display: inline-block;
	margin: 0.5rem;
}

.tags li a {
	font-weight: 400;
}

.hide {
	display: none !important;
}

strong,
b {
	color: #262734;
}

.list {
	list-style: none;
	padding-left: 1.5rem;
}

.list > li {
	position: relative;
}

.list > li::before {
	position: absolute;
	top: 10px;
	left: -1.25rem;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	pointer-events: none;
	content: '';
	border: 1px solid #262734;
	background: transparent;
}

@media screen and (min-width: 768px) {
	.list > li::before {
		top: 0.75rem;
		/* 	width: 3px;
				height: 3px; */
	}
}

.list-circles {
	list-style-type: none;
}

.list-circles li {
	margin-bottom: 6px;
	position: relative;
}

.list-circles li:before {
	content: '•';
	position: absolute;
	top: 0;
	left: -1.75rem;
	color: #414663;
	border: 0;
	width: 3px;
	height: 3px;
}

.bg-gray {
	background: #fafafa;
}

small,
.small {
	font-size: 0.8em;
}

body {
	color: #262734;
	/* 	overflow-x: hidden; */
}

/* .wrapper {
	overflow: hidden;
}
 */
@media screen and (max-width: 767.98px) {
	.container {
		padding: 0 25px;
	}
}

.row--pullout {
	margin-left: calc(var(--bs-gutter-x) / -2 + -1px);
	margin-right: calc(var(--bs-gutter-x) / -2 + -1px);
}

.content {
	position: relative;
	z-index: 999;
	margin-top: 20px;
	margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
	.content {
		margin-top: 120px;
		margin-bottom: 100px;
	}
}

@media screen and (min-width: 992px) {
	.content--post {
		margin-top: 50px;
	}
}

.content--7 {
	/* 	@media screen and (min-width: $screen-lg-min) {
			margin-bottom: 0;
		} */
}

@media screen and (min-width: 992px) {
	.content--8 {
		margin-top: 50px;
	}
}

@media screen and (min-width: 992px) {
	.content--245 {
		margin-bottom: 50px;
	}
}

@media screen and (min-width: 992px) {
	.content--9 {
		margin-top: -250px;
	}
}

@media screen and (min-width: 992px) {
	.content--11 {
		margin-top: -350px;
	}
}

@media screen and (min-width: 992px) {
	.content--343 {
		margin-top: -150px;
	}
}

.content--33 {
	margin-top: -150px;
	margin-bottom: 50px;
}

@media screen and (min-width: 992px) {
	.content--33 {
		margin-top: -250px;
		margin-bottom: 50px;
	}
}

.content--3,
.content--833 {
	margin-top: -250px;
	margin-bottom: 50px;
	/* @media screen and (min-width: $screen-lg-min) {
			margin-bottom: 50px;
		} */
}

@media screen and (min-width: 992px) {
	.content--center-narrow {
		max-width: 950px;
		margin-left: auto;
		margin-right: auto;
	}
}

.content h1,
.content .h1 {
	margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
	.content h1,
	.content .h1 {
		margin-bottom: 3rem;
	}
}

body.post-type-archive-video .content,
body.tax-kategorije-video .content {
	margin-top: -175px;
}

@media screen and (min-width: 992px) {
	body.post-type-archive-video .content,
	body.tax-kategorije-video .content {
		margin-top: -125px;
		margin-bottom: 25px;
	}
}

.parent-pageid-9 .content {
	margin-top: 20px;
}

@media screen and (min-width: 992px) {
	.parent-pageid-9 .quotes__blockquote {
		margin-top: 1.5rem;
	}
}

.parent-pageid-9 .about {
	margin-top: -50px;
}

@media screen and (min-width: 992px) {
	.parent-pageid-9 .about {
		margin-top: -120px;
	}
}

body.search .content {
	position: relative;
	z-index: 999;
	margin-top: -150px;
}

@media screen and (min-width: 768px) {
	body.search .content {
		margin-top: -100px;
	}
}

body.category .content {
	position: relative;
	z-index: 999;
	margin-top: -100px;
	/* @media screen and (min-width: $screen-md-min) {
		margin-top: -100px;
	} */
}

body.page-id-245 .why {
	border-bottom: 0;
}

body.page-id-245 .related {
	margin-top: 8rem;
}

@media screen and (min-width: 992px) {
	.alternate--1 > div:first-child {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

@media screen and (min-width: 992px) {
	.alternate--2 .alternate__img {
		padding-right: 5%;
	}
}

@media screen and (min-width: 992px) {
	.alternate--2 .alternate__content {
		padding-right: 4%;
	}
}

.alternate strong {
	color: #242940;
}

@media screen and (min-width: 992px) {
	.alternate__text {
		max-width: 90%;
		font-size: 1.1rem;
	}
}

@media screen and (min-width: 992px) {
	.alternate__text {
		max-width: 85%;
	}
}

@font-face {
	font-family: BonheurRoyale;
	src: url('assets/fonts/BonheurRoyale.otf') format('opentype');
}

html {
	font-family: 'Rubik';
	color: #262734;
}

h1,
.h1,
.h1 {
	font-weight: 700;
	font-family: 'Inter', serif;
}

h2,
.h2,
.h2 {
	font-weight: 700;
	font-family: 'Inter', serif;
}

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

h3,
.h3,
.h4 {
	font-weight: 600;
	font-family: 'Inter', serif;
}

.lead {
	font-size: 1.15rem;
}

@media screen and (max-width: 575.98px) {
	.lead {
		font-size: 1.05rem;
	}
}

.lead-2 p {
	font-family: 'Inter', serif;
	font-size: 1.25rem;
}

@media screen and (min-width: 992px) {
	.lead-2 p {
		font-size: 1.75rem;
	}
}

span.own-signature {
	font-family: BonheurRoyale;
}

@media screen and (min-width: 992px) {
	span.own-signature {
		font-size: 42px;
	}
}

.lead h2,
.lead .h2,
.lead h3,
.lead .h3,
.lead h4,
.lead .h4,
.lead h5,
.lead .h5,
.lead h6,
.lead .h6 {
	color: #414663;
}

.btn {
	letter-spacing: 0.045rem;
	-webkit-transition: background 250ms;
	transition: background 250ms;
}

.btn:focus {
	/* 		color: color(black) !important;
		background-color: color(gray_light) !important; */
}

.btn__in {
	display: inline-block;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}

.btn-primary {
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
	font-weight: 400;
	font-family: 'Rubik';
	position: relative;
	display: inline-block;
	padding: 0.75rem 2.5rem;
	background: #414663;
	border: 0;
	font-weight: 400;
	padding: 10px 30px;
	text-transform: uppercase;
	color: #262734;
	/* @media screen and (min-width: $screen-xl-min) {
		padding: 1.25rem 3rem;
	} */
}

.btn-primary:hover {
	border-color: transparent;
	background: #414663;
	color: #262734;
}

.btn-secondary {
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
	font-weight: 400;
	font-family: 'Rubik';
	position: relative;
	display: inline-block;
	padding: 0.75rem 2.5rem;
	background: #414663;
	border: 0;
	font-weight: 400;
	padding: 10px 30px;
	text-transform: uppercase;
	color: #262734;
	background-color: #fffba6;
	text-decoration: none;
	text-transform: initial;
	/* @media screen and (min-width: $screen-xl-min) {
		padding: 1.25rem 3rem;
	} */
}

.btn-secondary:hover {
	border-color: transparent;
	background: #414663;
}

.btn-secondary svg {
	margin-left: 10px;
}

.btn-hamb__in {
	width: 24px;
	height: 24px;
	overflow: hidden;
	position: relative;
}

.btn-hamb.is-active span {
	-webkit-transition: top 0.3s, opacity 0s, -webkit-transform 0.3s;
	transition: top 0.3s, opacity 0s, -webkit-transform 0.3s;
	transition: top 0.3s, transform 0.3s, opacity 0s;
	transition: top 0.3s, transform 0.3s, opacity 0s, -webkit-transform 0.3s;
	-webkit-transition-delay: 0s, 0.3s, 0.3s;
	transition-delay: 0s, 0.3s, 0.3s;
}

.btn-hamb.is-active span:nth-child(1) {
	top: 50%;
	-webkit-transform: translate(0, -50%) rotate(-45deg);
	transform: translate(0, -50%) rotate(-45deg);
}

.btn-hamb.is-active span:nth-child(2) {
	opacity: 0;
}

.btn-hamb.is-active span:nth-child(3) {
	top: 50%;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}

.btn-hamb span {
	position: absolute;
	left: 10%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 24px;
	height: 2px;
	border-radius: 2px;
	background: #333;
	opacity: 1;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}

.btn-hamb span:nth-child(1) {
	top: 25%;
}

.btn-hamb span:nth-child(2) {
	top: 50%;
}

.btn-hamb span:nth-child(3) {
	top: 75%;
}

.btn-remove__in {
	width: 24px;
	height: 24px;
	position: relative;
}

.btn-remove span {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 24px;
	height: 2px;
	border-radius: 2px;
	background: #262734;
	opacity: 1;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}

.btn-remove span:nth-child(1) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.btn-remove span:nth-child(2) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.btn-remove:hover span {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.footer {
	background-color: #414663;
	position: relative;
	color: #fff;
	font-weight: 300;
}

@media screen and (min-width: 768px) {
	.footer {
		padding-top: 50px;
	}
}

.footer ul {
	list-style-type: none;
}
.footer ul a {
	padding-left: 0;
	padding-bottom: 0;
	font-weight: 300;
}

.footer-title2 {
	margin-top: 40px;
}

.footer b {
	color: #fff;
}

.footer a {
	color: #fff;
}

.footer a:hover,
.footer a:focus {
	color: #fff;
}

.footer__in {
	position: relative;
	z-index: 2;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.footer__in {
		padding-top: 50px;
		padding-bottom: 00px;
	}
}

.footercomplextext {
	color: #fff;
}

.footercomplextext * {
	color: #fff;
}

.footer-title {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	color: #fff;
}

.footertext {
	color: #fff;
}

.footer-nav li a {
	padding: 3px 0;
}

.footer-nav li a:hover {
	text-decoration: underline;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(11.63%, #1d427d),
		color-stop(87.82%, #322558)
	);
	background: linear-gradient(90deg, #1d427d 11.63%, #322558 87.82%);
}

@media screen and (max-width: 767.98px) {
	#moove_gdpr_cookie_info_bar
		.moove-gdpr-info-bar-container
		.moove-gdpr-info-bar-content
		button.mgbutton {
		background: #2858a5 !important;
	}
}

.footerlogo {
	border-radius: 2px;
}

.footeroutside {
	background-color: #fff;
}

@media screen and (min-width: 768px) {
	.footeroutside {
		padding-left: 290px;
	}
}

@media screen and (min-width: 768px) {
	.footercerts {
		position: absolute;
		left: 15px;
		z-index: 10;
		bottom: 0px;
		top: initial;
	}
}

.footercomplex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footercomplex .footercomplextext {
	color: #fff;
}

.footercomplex svg {
	width: 50px;
}

.footercomplex strong,
.footercomplex b {
	font-weight: 400;
}

.footerimgs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media screen and (min-width: 992px) {
	.footerimgs img {
		margin-left: -15px;
	}
}

.footerimgs img:first-child {
	margin-left: 0;
}

.footernav a {
	text-decoration: underline;
	opacity: 0.8;
}

.footernav a:hover {
	opacity: 1;
}

.page-header-wrapper {
	overflow: hidden;
}

@media screen and (min-width: 992px) {
	.page-id-11 .page-header-wrapper {
		padding-bottom: 100px;
	}
}

.page-header {
	color: #fff;
	min-height: 450px;
	position: relative;
	z-index: 2;
	text-align: center;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	left: -250px;
	width: calc(100% + 500px);
	padding-left: 250px;
	padding-right: 250px;
	padding-bottom: 4rem;
	overflow: hidden;
}

@media screen and (min-width: 992px) {
	.page-header {
		min-height: 500px;
		padding-top: 250px;
		padding-bottom: 8rem;
	}
}

@media screen and (max-width: 991.98px) {
	.page-header {
		padding-top: 140px;
	}
}

.page-header--frontpage {
	text-align: left;
}

@media screen and (min-width: 768px) {
	.page-header--frontpage {
		padding-bottom: 8rem;
	}
}

@media screen and (min-width: 992px) {
	.page-header--frontpage:after {
		-webkit-transform: translateX(200%) scale(3.5);
		transform: translateX(200%) scale(3.5);
	}
}

.page-header:not(.page-header--frontpage) h1,
.page-header:not(.page-header--frontpage) .h1 {
	font-size: 2rem;
}

@media screen and (min-width: 576px) {
	.page-header:not(.page-header--frontpage) h1,
	.page-header:not(.page-header--frontpage) .h1 {
		font-size: 2.5rem;
	}
}

@media screen and (min-width: 992px) {
	.page-header:not(.page-header--frontpage) h1,
	.page-header:not(.page-header--frontpage) .h1 {
		font-size: 4.5rem;
	}
}

@media screen and (min-width: 768px) {
	.page-header__main:not(.page-header__program) {
		padding-bottom: 6rem;
	}
}

.page-header__featured {
	position: relative;
	padding: 0;
	z-index: 100;
	margin-top: -180px;
	/* @media screen and (min-width: $screen-lg-min) {
			margin-top: -180px;
		} */
}

@media screen and (max-width: 991.98px) {
	.page-header__featured {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

@media screen and (max-width: 575.98px) {
	.page-header__featured {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.page-header__featured img {
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.page-header__featured--post {
	margin-top: -150px;
}

@media screen and (min-width: 992px) {
	.page-header__featured--post {
		margin-top: -120px;
	}
}

@media screen and (min-width: 992px) {
	.page-header__desc {
		min-width: 750px;
	}
}

.page-header__date {
	background: #414663;
	border-radius: 25px;
	font-size: 14px;
	line-height: 26px;
	color: #939393;
	padding: 0.25rem 0.5rem;
	display: inline-block;
	margin-top: 2rem;
}

@media screen and (min-width: 992px) {
	.page-header__youtube {
		margin-top: -150px;
		z-index: 50;
	}
}

@media screen and (min-width: 992px) {
	.page-header--post {
		padding-bottom: 1rem !important;
	}
}

.page-header h1,
.page-header .h1 {
	color: #fff;
	/* background: rgba(20,20,20,.85); */
}

.page-header strong {
	color: #242940;
	position: relative;
}

.page-header__meta {
	position: absolute;
	bottom: -2rem;
	right: 0;
}

.page-header__meta svg {
	fill: #6e717b;
}

.page-header__desc {
	/* background: #333; */
}

.page-header-frontpage {
	text-align: left;
}

.page-header-frontpage h1,
.page-header-frontpage .h1 {
	font-weight: 400;
}

.page-header-frontpage span {
	opacity: 0.8;
}

@media screen and (max-width: 450px) {
	body.page-id-88 .page-header__featured {
		margin-top: -140px;
	}
}

.breadcrumbs {
	margin-bottom: 0.25rem;
	display: inline-block;
	font-size: 0.8rem;
	opacity: 0.7;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (min-width: 992px) {
	.breadcrumbs {
		margin-bottom: 1rem;
		font-size: 0.9rem;
	}
}

.breadcrumbs a {
	color: #242940;
	text-decoration: underline;
}

.breadcrumbs > span:first-child span:first-child {
	color: #9a9a9a;
}

.breadcrumbs__separator {
	margin: 0 0.25rem;
}

@media screen and (min-width: 576px) {
	.breadcrumbs__separator {
		margin: 0 0.5rem;
	}
}

.breadcrumbs-title {
	color: #929292;
	text-transform: uppercase;
	margin-bottom: 10px;
}

li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
}

li:hover .multinav {
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important;
}

.navbar-nav .dropdown-menu {
	position: relative;
	min-width: 340px !important;
	/* &:before {
		position: absolute;
		width: 0px;
		height: 0px;
		border: 15px solid transparent;
		border-bottom-color: #fff;
		top: -23px;
		left: 20px;
		pointer-events: none;
		@media screen and (min-width: $screen-xl-min) {
			content: '';
		}
	} */
}

@media screen and (min-width: 1200px) {
	.navbar-nav .dropdown-menu {
		left: 20px !important;
		top: 100% !important;
		-webkit-transform: translateY(0) !important;
		transform: translateY(0) !important;
	}
}

.navbar-nav .dropdown-menu.open {
	opacity: 1;
	visibility: visible;
}

@media screen and (min-width: 992px) {
	.navbar-nav .multinav {
		-webkit-transform: translateY(10px) !important;
		transform: translateY(10px) !important;
	}
}

@media screen and (max-width: 1199.98px) {
	.multinav {
		background: #f6f6f6;
		border: 0;
	}
}

@media screen and (min-width: 992px) {
	.multinav {
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
	}
}

.multinav__li {
	-webkit-transition: background-color 250ms;
	transition: background-color 250ms;
}

.multinav__li:hover {
	background-color: #f6f6f6;
}

.multinav__li:hover .multinav__suptitle {
	color: #080a0f;
}

.multinav__li a:hover {
	color: #262734 !important;
}

.multinav__li:not(:last-child) {
	border-bottom: 1px solid #ededed;
}

.multinav svg {
	width: 45px;
	height: 45px;
}

.multinav__img {
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 1200px) {
	.multinav__img {
		margin-left: auto !important;
	}
}

@media screen and (min-width: 1200px) {
	.multinav__suptitle {
		font-size: 1rem;
	}
}

@media screen and (max-width: 1199.98px) {
	.multinav__suptitle {
		font-size: 0.95rem;
	}
}

@media screen and (min-width: 1200px) {
	.multinav__title {
		font-size: 22px;
		font-family: 'Inter', serif;
	}
}

/* } */
.chevron__line {
	stroke-width: 10;
	stroke-linecap: round;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	-webkit-transform-origin: 50px 50px;
	transform-origin: 50px 50px;
}

.chevron__line-1 {
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
}

.chevron__line-2 {
	-webkit-transform: rotate(-40deg);
	transform: rotate(-40deg);
}

.chevron--up .chevron__g {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.chevron--up .chevron__line {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* .header {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	@include z-index(header);
	@media screen and (min-width: $screen-xl-min) {
		position: fixed;
	}
} */
.midkontakt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

@media screen and (max-width: 992px) {
	.midkontakt {
		display: none;
	}
}

.midkontakt svg {
	margin-right: 7px;
}

.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 992px) {
	.logo {
		width: 160px;
		min-width: 240px;
	}
}

@media screen and (max-width: 1199.98px) {
	.logo {
		max-width: 160px;
	}
}

/* .header {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	@include z-index(header);
	@media screen and (min-width: $screen-xl-min) {
		position: fixed;
	}
} */
.navbar {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 1199.98px) {
	.navbar {
		display: block;
	}
}

.midbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 575.98px) {
	.navbar-nav {
		width: 100%;
		left: 0;
	}
}

.navbar-nav li {
	position: relative;
}

.navbar-nav li:last-child a {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar-nav a {
	font-family: 'Rubik';
	display: block;
}

@media screen and (max-width: 991.98px) {
	.navbar-nav a {
		padding: 0.8rem 1rem;
		border-bottom: 1px solid #eee;
	}
}

@media screen and (min-width: 992px) {
	.navbar-nav a {
		border-left: 1px solid rgba(255, 255, 255, 0.2);
	}
}

.navbar-nav > li:last-child a {
	border-bottom: 0;
}

@media screen and (min-width: 1200px) {
	.navbar-nav > li > a {
		padding: 1.15rem 1.25rem;
		font-size: 15px;
		color: #262734;
	}
}

@media screen and (min-width: 1600px) {
	.navbar-nav > li > a {
		font-size: 16px;
	}
}

@media screen and (min-width: 1200px) {
	.navbar-nav > li > a:hover,
	.navbar-nav > li > a:focus {
		color: #262734;
		background-color: transparent;
	}
}

.navbar-nav > li > a:hover:after,
.navbar-nav > li > a:focus:after {
	border-color: #414663;
}

.navbar-nav .dropdown-menu {
	-webkit-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
	padding-top: 0;
}

@media screen and (min-width: 1200px) {
	.navbar-nav .dropdown-menu {
		display: block;
		top: 100%;
		left: 0;
		min-width: 300px;
		top: 100% !important;
		border-radius: 5px;
		visibility: hidden;
		opacity: 0;
		padding: 20px 15px;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		top: -5px;
		border: 0;
		-webkit-transition: all 250ms ease;
		transition: all 250ms ease;
		border-radius: 0;
		border: 1px solid #333;
	}
}

.navbar-nav .dropdown-menu a {
	text-transform: initial;
	padding: 0.5rem 0.25rem;
	display: block;
}

@media screen and (min-width: 1200px) {
	.navbar-nav .dropdown-menu a {
		line-height: 1.5;
	}
}

@media screen and (max-width: 1199.98px) {
	.navbar-nav .dropdown-menu a {
		padding-left: 30px !important;
	}
}

.navbar-nav .dropdown-menu a:after {
	border-width: 2px;
}

.navbar-nav .dropdown-menu a:hover {
	color: #242940;
}

.menu-item-has-children {
	position: relative;
	/* @media screen and (max-width: $screen-lg) {
		max-height: 50px;
	} */
}

.menu-item-has-children:after {
	content: '';
	margin-left: 10px;
	display: inline-block;
	border-left: 1px solid #262734;
	border-bottom: 1px solid #262734;
	width: 10px;
	height: 10px;
	-webkit-transform: translateY(-5px) rotate(-45deg);
	transform: translateY(-5px) rotate(-45deg);
	position: absolute;
	top: 50%;
	right: 8px;
	width: 6px;
	height: 6px;
}

@media screen and (max-width: 1199.98px) {
	.menu-item-has-children .header-link {
		width: calc(100% - 60px);
		border-right: 1px solid #f6f6f6;
	}
}

.menu-item-has-children:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
}

.menu-item-has-children a:hover {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	color: #414663;
}

.menu-item-has-children .dropdown-side-icon {
	width: 60px;
	height: 51px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	/* display: flex;
		align-items: center; */
}

@media screen and (min-width: 1200px) {
	.menu-item-has-children .dropdown-side-icon {
		pointer-events: none;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0;
		height: 2rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 1.25rem;
	}
}

@media screen and (min-width: 1200px) {
	.menu-item-has-children .chevron {
		stroke: #fff;
		position: absolute;
		right: 0.25rem;
		top: 50%;
		-webkit-transform: translateY(-40%);
		transform: translateY(-40%);
	}
}

@media screen and (max-width: 1199.98px) {
	.navbar-collapse {
		margin: 0 -15px;
		margin-top: 15px;
	}
}

@media screen and (max-width: 1199.98px) {
	.navbar-collapse .navbar-nav {
		border-radius: 3px;
		background: #fff;
	}
}

@media screen and (min-width: 992px) {
	.navbar-collapse .navbar-nav {
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
		width: 100%;
	}
}

@media screen and (max-width: 1199.98px) {
	.navbar-collapse .navbar-nav:before {
		position: absolute;
		content: '';
		width: 0px;
		height: 0px;
		border: 15px solid transparent;
		border-bottom-color: #fff;
		top: -23px;
		right: 15px;
	}
}

@media screen and (max-width: 1199.98px) {
	.navbar-collapse li.menu-item-has-children {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 767.98px) {
	.navbar-collapse li.menu-item-has-children .dropdown-menu {
		display: block !important;
		max-width: none !important;
		min-width: 100% !important;
		border: 0 !important;
	}
}

@media screen and (max-width: 767.98px) {
	.navbar-collapse li.menu-item-has-children .dropdown-menu a {
		padding-left: 45px !important;
		width: 100% !important;
		background: #f6f6f6;
	}
}

.navbar-toggler {
	position: absolute;
	right: 15px;
	z-index: 555;
	top: -50px;
	z-index: 99999;
}

.navbar-toggler:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header {
	-webkit-transition: background-color 350ms ease, border 350ms ease,
		-webkit-transform 350ms ease-in-out;
	transition: background-color 350ms ease, border 350ms ease,
		-webkit-transform 350ms ease-in-out;
	transition: transform 350ms ease-in-out, background-color 350ms ease,
		border 350ms ease;
	transition: transform 350ms ease-in-out, background-color 350ms ease,
		border 350ms ease, -webkit-transform 350ms ease-in-out;
}

.header.affix-top {
	-webkit-transform: translateY(-36px);
	transform: translateY(-36px);
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(11.63%, #1d427d),
		color-stop(87.82%, #322558)
	);
	background: linear-gradient(90deg, #1d427d 11.63%, #322558 87.82%);
	-webkit-box-shadow: 0 0 55px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 55px rgba(0, 0, 0, 0.1);
}

.header.affix-top.upward-scroll {
	border-color: #eee;
}

@media screen and (min-width: 1200px) {
	.header.affix-top.upward-scroll {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.header.affix-top .logo {
	width: 70px;
}

.header.affix-top .navbar-nav > li > a {
	padding: 0.85rem 1.5rem;
	font-size: 14px;
}

.header.affix-top .btn--open-search {
	top: 38px;
}

@media screen and (min-width: 1200px) {
	.navbar-search {
		position: relative;
	}
}

.sr-main {
	background: #fff;
	padding: 3px 10px;
	display: block;
	text-align: center;
	z-index: 9999;
	width: 100%;
	-webkit-transition: none;
	transition: none;
	position: absolute;
	outline: none;
	border: 1px solid #242940;
}

.show {
	display: block;
}

@media screen and (min-width: 992px) {
	.header-link {
		font-size: 0.95rem;
	}
}

/* 
// Sticky header
.header {
	transition: transform 350ms ease-in-out, background-color 350ms ease,
		border 350ms ease;
	&.affix-top {
		transform: translateY(-36px);
		background: linear-gradient(90deg, #1d427d 11.63%, #322558 87.82%);
		box-shadow: 0 0 55px rgba(0, 0, 0, 0.1);
		&.upward-scroll {
			border-color: #eee;
			@media screen and (min-width: $screen-xl-min) {
				transform: translateY(0);
			}
		}
		.logo {
			width: 70px;
		}
		.navbar-nav > li > a {
			padding: 0.85rem 1.5rem;
			font-size: 14px;
		}
		.btn--open-search {
			top: 38px;
		}
	}
} */
@media screen and (min-width: 1200px) {
	.navbar-search {
		position: relative;
	}
}

.sr-main {
	background: #fff;
	padding: 3px 10px;
	display: block;
	text-align: center;
	z-index: 9999;
	width: 100%;
	-webkit-transition: none;
	transition: none;
	position: absolute;
	outline: none;
	border: 1px solid #242940;
}

.show {
	display: block;
}

@media screen and (min-width: 992px) {
	.header-link {
		font-size: 0.95rem;
	}
}

.topbar {
	font-size: 0.9rem;
	letter-spacing: 0.02rem;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #f4f4f4;
	border-bottom: 1px solid #d6d6d6;
}

.topbar .container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.topbar a {
	color: inherit;
}

ul#menu-secondary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
}

ul#menu-secondary li {
	position: relative;
	padding-left: 0;
	position: relative;
	margin-right: 25px;
}

ul#menu-secondary li:first-child {
	list-style-type: none;
}

ul#menu-secondary li:last-child {
	margin-right: 0;
}

ul#menu-secondary li a {
	padding: 0;
}

.headerwrap {
}

@media screen and (min-width: 992px) {
	.headerwrap {
		padding: 15px 0;
	}
}

.headerwrap > .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.headerwrap .headerwrap__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 991.98px) {
	.headerwrap .headerwrap__col {
		display: none;
	}
}

.headerwrap .headerwrap__col svg {
	margin-right: 10px;
}

.headerwrap .headerwrap__col div {
	line-height: 1.3;
}

.headerwrap .searchf input {
	background-color: #5a5a5a;
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 0 !important;
	color: #fff;
}

.headerwrap .searchf button {
	background-color: transparent !important;
	border: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.headerwrap .searchf svg * {
	fill: #414663;
}

@media screen and (max-width: 991.98px) {
	.navbar-nav li:last-child:after {
		display: none;
	}
}

@media screen and (min-width: 992px) {
	.navbar-nav li:last-child .dropdown-menu {
		max-width: 50px;
		min-width: 65px !important;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

.searchf__input-wrapper {
	position: relative;
	/* 	&:before {
			position: absolute;
			opacity: 0.3;
			left: 17px;
			top: 16px;
			content: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20aria-hidden%3D%22true%22%3E%3Cpath%20d%3D%22M508.5%20481.6l-129-129c-2.3-2.3-5.3-3.5-8.5-3.5h-10.3C395%20312%20416%20262.5%20416%20208%20416%2093.1%20322.9%200%20208%200S0%2093.1%200%20208s93.1%20208%20208%20208c54.5%200%20104-21%20141.1-55.2V371c0%203.2%201.3%206.2%203.5%208.5l129%20129c4.7%204.7%2012.3%204.7%2017%200l9.9-9.9c4.7-4.7%204.7-12.3%200-17zM208%20384c-97.3%200-176-78.7-176-176S110.7%2032%20208%2032s176%2078.7%20176%20176-78.7%20176-176%20176z%22%2F%3E%3C%2Fsvg%3E');
			@media screen and (min-width: 1400px) {
				display: block;
				left: 1.25rem;
			}
		} */
}

.searchf input {
	border: 1px solid #e8e9f3;
	border-radius: 3px;
	height: 40px;
	padding: 0 20px 0 0px;
	font-size: 16px;
}

@media screen and (min-width: 992px) {
	.searchf input {
		padding-left: 15px;
		min-width: 250px;
	}
}

.btn--open-search {
	position: absolute;
	top: 50px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: transparent !important;
	padding: 0;
	-webkit-transition: all 250ms;
	transition: all 250ms;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 50px;
	height: 50px;
	right: 65px;
	z-index: 9999999;
}

@media screen and (min-width: 576px) {
	.btn--open-search {
		right: 75px;
	}
}

@media screen and (min-width: 1200px) {
	.btn--open-search {
		right: -50px;
		top: 80px;
	}
}

@media screen and (min-width: 1200px) {
	.btn--open-search:focus {
		outline: 1px solid #fff;
	}
}

@media screen and (max-width: 575.98px) {
	.btn--open-search {
		padding-left: 18px;
		padding-right: 18px;
		position: absolute;
	}
	.btn--open-search:focus {
		border-radius: 0;
	}
}

.btn--open-search svg {
	vertical-align: baseline;
	margin-top: 1px;
	min-width: 18px;
}

.btn--open-search:hover svg path {
	fill: #242940;
}

.btn--close-search {
	background: #fff !important;
	position: absolute;
	top: 10px;
	left: 5px;
	z-index: 50;
	color: #f01;
}

@media screen and (min-width: 992px) {
	.btn--close-search {
		display: none !important;
	}
}

button.btn.btn--search {
	background: #f4f4f4;
	height: 40px;
	width: 40px !important;
	top: 0;
	position: absolute;
	right: 0 !important;
	margin-left: -1px;
	border: 1px solid #e8e9f3;
}

.search-form {
	display: none;
	position: absolute;
	z-index: 10;
	left: 10px;
	right: 10px;
	top: 70px;
}

@media screen and (min-width: 992px) {
	.search-form {
		position: static;
		left: initial;
		z-index: 999;
		top: initial;
		right: initial;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.search-form input {
	/* 	@media screen and (min-width: 1200px) and (max-width: 1400px) {
			padding-left: 20px;
		} */
}

@media screen and (max-width: 991.98px) {
	.search-form input {
		border-radius: 0 !important;
		width: 100%;
		outline: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.search .btn--search {
	display: block;
	background: #414663;
	width: 78px;
	height: 40px;
	right: 6px;
	top: 5px;
	position: absolute;
	z-index: 1;
	border-radius: 6px;
	color: #fff;
	padding: 0;
	text-align: center;
	line-height: 40px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	font-size: 0.9rem;
}

.search .btn--search:hover,
.search .btn--search:focus {
	color: #fff;
}

li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
}

li:hover .multinav {
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important;
}

.navbar-nav .dropdown-menu {
	position: relative;
	min-width: 340px !important;
	/* &:before {
		position: absolute;
		width: 0px;
		height: 0px;
		border: 15px solid transparent;
		border-bottom-color: #fff;
		top: -23px;
		left: 20px;
		pointer-events: none;
		@media screen and (min-width: $screen-xl-min) {
			content: '';
		}
	} */
}

@media screen and (min-width: 1200px) {
	.navbar-nav .dropdown-menu {
		left: 20px !important;
		top: 100% !important;
		-webkit-transform: translateY(0) !important;
		transform: translateY(0) !important;
	}
}

.navbar-nav .dropdown-menu.open {
	opacity: 1;
	visibility: visible;
}

@media screen and (min-width: 992px) {
	.navbar-nav .multinav {
		-webkit-transform: translateY(10px) !important;
		transform: translateY(10px) !important;
	}
}

@media screen and (max-width: 1199.98px) {
	.multinav {
		background: #f6f6f6;
		border: 0;
	}
}

@media screen and (min-width: 992px) {
	.multinav {
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
	}
}

.multinav__li {
	-webkit-transition: background-color 250ms;
	transition: background-color 250ms;
}

.multinav__li:hover {
	background-color: #f6f6f6;
}

.multinav__li:hover .multinav__suptitle {
	color: #080a0f;
}

.multinav__li a:hover {
	color: #262734 !important;
}

.multinav__li:not(:last-child) {
	border-bottom: 1px solid #ededed;
}

.multinav svg {
	width: 45px;
	height: 45px;
}

.multinav__img {
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 1200px) {
	.multinav__img {
		margin-left: auto !important;
	}
}

@media screen and (min-width: 1200px) {
	.multinav__suptitle {
		font-size: 1rem;
	}
}

@media screen and (max-width: 1199.98px) {
	.multinav__suptitle {
		font-size: 0.95rem;
	}
}

@media screen and (min-width: 1200px) {
	.multinav__title {
		font-size: 22px;
		font-family: 'Inter', serif;
	}
}

/* } */
.chevron__line {
	stroke-width: 10;
	stroke-linecap: round;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	-webkit-transform-origin: 50px 50px;
	transform-origin: 50px 50px;
}

.chevron__line-1 {
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
}

.chevron__line-2 {
	-webkit-transform: rotate(-40deg);
	transform: rotate(-40deg);
}

.chevron--up .chevron__g {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.chevron--up .chevron__line {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* .header {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	@include z-index(header);
	@media screen and (min-width: $screen-xl-min) {
		position: fixed;
	}
} */
.midkontakt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

@media screen and (max-width: 992px) {
	.midkontakt {
		display: none;
	}
}

.midkontakt svg {
	margin-right: 7px;
}

.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 992px) {
	.logo {
		width: 160px;
		min-width: 240px;
	}
}

@media screen and (max-width: 1199.98px) {
	.logo {
		max-width: 160px;
	}
}

/* .header {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	@include z-index(header);
	@media screen and (min-width: $screen-xl-min) {
		position: fixed;
	}
} */
.navbar {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 1199.98px) {
	.navbar {
		display: block;
	}
}

.midbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 575.98px) {
	.navbar-nav {
		width: 100%;
		left: 0;
	}
}

.navbar-nav li {
	position: relative;
}

.navbar-nav li:last-child a {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar-nav a {
	font-family: 'Rubik';
	display: block;
}

@media screen and (max-width: 991.98px) {
	.navbar-nav a {
		padding: 0.8rem 1rem;
		border-bottom: 1px solid #eee;
	}
}

@media screen and (min-width: 992px) {
	.navbar-nav a {
		border-left: 1px solid rgba(255, 255, 255, 0.2);
	}
}

.navbar-nav > li:last-child a {
	border-bottom: 0;
}

@media screen and (min-width: 1200px) {
	.navbar-nav > li > a {
		padding: 1.15rem 1.25rem;
		font-size: 15px;
		color: #262734;
	}
}

@media screen and (min-width: 1600px) {
	.navbar-nav > li > a {
		font-size: 16px;
	}
}

@media screen and (min-width: 1200px) {
	.navbar-nav > li > a:hover,
	.navbar-nav > li > a:focus {
		color: #262734;
		background-color: transparent;
	}
}

.navbar-nav > li > a:hover:after,
.navbar-nav > li > a:focus:after {
	border-color: #414663;
}

.navbar-nav .dropdown-menu {
	-webkit-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
	padding-top: 0;
}

@media screen and (min-width: 1200px) {
	.navbar-nav .dropdown-menu {
		display: block;
		top: 100%;
		left: 0;
		min-width: 300px;
		top: 100% !important;
		border-radius: 5px;
		visibility: hidden;
		opacity: 0;
		padding: 20px 15px;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		top: -5px;
		border: 0;
		-webkit-transition: all 250ms ease;
		transition: all 250ms ease;
		border-radius: 0;
		border: 1px solid #333;
	}
}

.navbar-nav .dropdown-menu a {
	text-transform: initial;
	padding: 0.5rem 0.25rem;
	display: block;
}

@media screen and (min-width: 1200px) {
	.navbar-nav .dropdown-menu a {
		line-height: 1.5;
	}
}

@media screen and (max-width: 1199.98px) {
	.navbar-nav .dropdown-menu a {
		padding-left: 30px !important;
	}
}

.navbar-nav .dropdown-menu a:after {
	border-width: 2px;
}

.navbar-nav .dropdown-menu a:hover {
	color: #242940;
}

.menu-item-has-children {
	position: relative;
	/* @media screen and (max-width: $screen-lg) {
		max-height: 50px;
	} */
}

.menu-item-has-children:after {
	content: '';
	margin-left: 10px;
	display: inline-block;
	border-left: 1px solid #262734;
	border-bottom: 1px solid #262734;
	width: 10px;
	height: 10px;
	-webkit-transform: translateY(-5px) rotate(-45deg);
	transform: translateY(-5px) rotate(-45deg);
	position: absolute;
	top: 50%;
	right: 8px;
	width: 6px;
	height: 6px;
}

@media screen and (max-width: 1199.98px) {
	.menu-item-has-children .header-link {
		width: calc(100% - 60px);
		border-right: 1px solid #f6f6f6;
	}
}

.menu-item-has-children:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
}

.menu-item-has-children a:hover {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	color: #414663;
}

.menu-item-has-children .dropdown-side-icon {
	width: 60px;
	height: 51px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	/* display: flex;
		align-items: center; */
}

@media screen and (min-width: 1200px) {
	.menu-item-has-children .dropdown-side-icon {
		pointer-events: none;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0;
		height: 2rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 1.25rem;
	}
}

@media screen and (min-width: 1200px) {
	.menu-item-has-children .chevron {
		stroke: #fff;
		position: absolute;
		right: 0.25rem;
		top: 50%;
		-webkit-transform: translateY(-40%);
		transform: translateY(-40%);
	}
}

@media screen and (max-width: 1199.98px) {
	.navbar-collapse {
		margin: 0 -15px;
		margin-top: 15px;
	}
}

@media screen and (max-width: 1199.98px) {
	.navbar-collapse .navbar-nav {
		border-radius: 3px;
		background: #fff;
	}
}

@media screen and (min-width: 992px) {
	.navbar-collapse .navbar-nav {
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
		width: 100%;
	}
}

@media screen and (max-width: 1199.98px) {
	.navbar-collapse .navbar-nav:before {
		position: absolute;
		content: '';
		width: 0px;
		height: 0px;
		border: 15px solid transparent;
		border-bottom-color: #fff;
		top: -23px;
		right: 15px;
	}
}

@media screen and (max-width: 1199.98px) {
	.navbar-collapse li.menu-item-has-children {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 767.98px) {
	.navbar-collapse li.menu-item-has-children .dropdown-menu {
		display: block !important;
		max-width: none !important;
		min-width: 100% !important;
		border: 0 !important;
	}
}

@media screen and (max-width: 767.98px) {
	.navbar-collapse li.menu-item-has-children .dropdown-menu a {
		padding-left: 45px !important;
		width: 100% !important;
		background: #f6f6f6;
	}
}

.navbar-toggler {
	position: absolute;
	right: 15px;
	z-index: 555;
	top: -50px;
	z-index: 99999;
}

.navbar-toggler:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header {
	-webkit-transition: background-color 350ms ease, border 350ms ease,
		-webkit-transform 350ms ease-in-out;
	transition: background-color 350ms ease, border 350ms ease,
		-webkit-transform 350ms ease-in-out;
	transition: transform 350ms ease-in-out, background-color 350ms ease,
		border 350ms ease;
	transition: transform 350ms ease-in-out, background-color 350ms ease,
		border 350ms ease, -webkit-transform 350ms ease-in-out;
}

.header.affix-top {
	-webkit-transform: translateY(-36px);
	transform: translateY(-36px);
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(11.63%, #1d427d),
		color-stop(87.82%, #322558)
	);
	background: linear-gradient(90deg, #1d427d 11.63%, #322558 87.82%);
	-webkit-box-shadow: 0 0 55px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 55px rgba(0, 0, 0, 0.1);
}

.header.affix-top.upward-scroll {
	border-color: #eee;
}

@media screen and (min-width: 1200px) {
	.header.affix-top.upward-scroll {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.header.affix-top .logo {
	width: 70px;
}

.header.affix-top .navbar-nav > li > a {
	padding: 0.85rem 1.5rem;
	font-size: 14px;
}

.header.affix-top .btn--open-search {
	top: 38px;
}

@media screen and (min-width: 1200px) {
	.navbar-search {
		position: relative;
	}
}

.sr-main {
	background: #fff;
	padding: 3px 10px;
	display: block;
	text-align: center;
	z-index: 9999;
	width: 100%;
	-webkit-transition: none;
	transition: none;
	position: absolute;
	outline: none;
	border: 1px solid #242940;
}

.show {
	display: block;
}

@media screen and (min-width: 992px) {
	.header-link {
		font-size: 0.95rem;
	}
}

/* 
// Sticky header
.header {
	transition: transform 350ms ease-in-out, background-color 350ms ease,
		border 350ms ease;
	&.affix-top {
		transform: translateY(-36px);
		background: linear-gradient(90deg, #1d427d 11.63%, #322558 87.82%);
		box-shadow: 0 0 55px rgba(0, 0, 0, 0.1);
		&.upward-scroll {
			border-color: #eee;
			@media screen and (min-width: $screen-xl-min) {
				transform: translateY(0);
			}
		}
		.logo {
			width: 70px;
		}
		.navbar-nav > li > a {
			padding: 0.85rem 1.5rem;
			font-size: 14px;
		}
		.btn--open-search {
			top: 38px;
		}
	}
} */
@media screen and (min-width: 1200px) {
	.navbar-search {
		position: relative;
	}
}

.sr-main {
	background: #fff;
	padding: 3px 10px;
	display: block;
	text-align: center;
	z-index: 9999;
	width: 100%;
	-webkit-transition: none;
	transition: none;
	position: absolute;
	outline: none;
	border: 1px solid #242940;
}

.show {
	display: block;
}

@media screen and (min-width: 992px) {
	.header-link {
		font-size: 0.95rem;
	}
}

.topbar {
	font-size: 0.9rem;
	letter-spacing: 0.02rem;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #f4f4f4;
	border-bottom: 1px solid #d6d6d6;
}

.topbar .container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.topbar a {
	color: inherit;
}

ul#menu-secondary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
}

ul#menu-secondary li {
	position: relative;
	padding-left: 0;
	position: relative;
	margin-right: 25px;
}

ul#menu-secondary li:first-child {
	list-style-type: none;
}

ul#menu-secondary li:last-child {
	margin-right: 0;
}

ul#menu-secondary li a {
	padding: 0;
}

.headerwrap {
	color: #fff;
}

@media screen and (min-width: 992px) {
	.headerwrap {
		padding: 15px 0;
	}
}

.headerwrap > .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.headerwrap .headerwrap__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 991.98px) {
	.headerwrap .headerwrap__col {
		display: none;
	}
}

.headerwrap .headerwrap__col svg {
	margin-right: 10px;
}

.headerwrap .headerwrap__col div {
	line-height: 1.3;
}

.headerwrap .searchf input {
	background-color: #5a5a5a;
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 0 !important;
	color: #fff;
}

.headerwrap .searchf button {
	background-color: transparent !important;
	border: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.headerwrap .searchf svg * {
	fill: #414663;
}

@media screen and (max-width: 991.98px) {
	.navbar-nav li:last-child:after {
		display: none;
	}
}

@media screen and (min-width: 992px) {
	.navbar-nav li:last-child .dropdown-menu {
		max-width: 50px;
		min-width: 65px !important;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

.searchf__input-wrapper {
	position: relative;
	/* 	&:before {
			position: absolute;
			opacity: 0.3;
			left: 17px;
			top: 16px;
			content: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20aria-hidden%3D%22true%22%3E%3Cpath%20d%3D%22M508.5%20481.6l-129-129c-2.3-2.3-5.3-3.5-8.5-3.5h-10.3C395%20312%20416%20262.5%20416%20208%20416%2093.1%20322.9%200%20208%200S0%2093.1%200%20208s93.1%20208%20208%20208c54.5%200%20104-21%20141.1-55.2V371c0%203.2%201.3%206.2%203.5%208.5l129%20129c4.7%204.7%2012.3%204.7%2017%200l9.9-9.9c4.7-4.7%204.7-12.3%200-17zM208%20384c-97.3%200-176-78.7-176-176S110.7%2032%20208%2032s176%2078.7%20176%20176-78.7%20176-176%20176z%22%2F%3E%3C%2Fsvg%3E');
			@media screen and (min-width: 1400px) {
				display: block;
				left: 1.25rem;
			}
		} */
}

.searchf input {
	border: 1px solid #e8e9f3;
	border-radius: 3px;
	height: 40px;
	padding: 0 20px 0 0px;
	font-size: 16px;
}

@media screen and (min-width: 992px) {
	.searchf input {
		padding-left: 15px;
		min-width: 250px;
	}
}

.btn--open-search {
	position: absolute;
	top: 50px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: transparent !important;
	padding: 0;
	-webkit-transition: all 250ms;
	transition: all 250ms;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 50px;
	height: 50px;
	right: 65px;
	z-index: 9999999;
}

@media screen and (min-width: 576px) {
	.btn--open-search {
		right: 75px;
	}
}

@media screen and (min-width: 1200px) {
	.btn--open-search {
		right: -50px;
		top: 80px;
	}
}

@media screen and (min-width: 1200px) {
	.btn--open-search:focus {
		outline: 1px solid #fff;
	}
}

@media screen and (max-width: 575.98px) {
	.btn--open-search {
		padding-left: 18px;
		padding-right: 18px;
		position: absolute;
	}
	.btn--open-search:focus {
		border-radius: 0;
	}
}

.btn--open-search svg {
	vertical-align: baseline;
	margin-top: 1px;
	min-width: 18px;
}

.btn--open-search:hover svg path {
	fill: #242940;
}

.btn--close-search {
	background: #fff !important;
	position: absolute;
	top: 10px;
	left: 5px;
	z-index: 50;
	color: #f01;
}

@media screen and (min-width: 992px) {
	.btn--close-search {
		display: none !important;
	}
}

button.btn.btn--search {
	background: #f4f4f4;
	height: 40px;
	width: 40px !important;
	top: 0;
	position: absolute;
	right: 0 !important;
	margin-left: -1px;
	border: 1px solid #e8e9f3;
}

.search-form {
	display: none;
	position: absolute;
	z-index: 10;
	left: 10px;
	right: 10px;
	top: 70px;
}

@media screen and (min-width: 992px) {
	.search-form {
		position: static;
		left: initial;
		z-index: 999;
		top: initial;
		right: initial;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.search-form input {
	/* 	@media screen and (min-width: 1200px) and (max-width: 1400px) {
			padding-left: 20px;
		} */
}

@media screen and (max-width: 991.98px) {
	.search-form input {
		border-radius: 0 !important;
		width: 100%;
		outline: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.search .btn--search {
	display: block;
	background: #414663;
	width: 78px;
	height: 40px;
	right: 6px;
	top: 5px;
	position: absolute;
	z-index: 1;
	border-radius: 6px;
	color: #fff;
	padding: 0;
	text-align: center;
	line-height: 40px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	font-size: 0.9rem;
}

.search .btn--search:hover,
.search .btn--search:focus {
	color: #fff;
}

.wpcf-wrapper {
	background: #fafafa;
	margin: 0 -15px 100px;
}

.wpcf7 label {
	color: #262734;
}

.wpcf7 input {
	height: 40px;
}

@media (min-width: 768px) {
	.wpcf7 input {
		height: 50px;
	}
}

.wpcf7 textarea {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 0;
	height: 120px;
	padding-top: 15px;
}

.wpcf7 .wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
}

.wpcf7 .wpcf7-form-control {
	/* font-size: 1rem; */
	width: 100%;
	max-width: 100%;
	border: 2px solid #dfdfdf;
	border-radius: 3px;
	padding-left: 15px;
	outline-color: #262734;
	margin-top: 0.25rem;
}

.wpcf7 small,
.wpcf7 .small {
	margin-top: 0;
	margin-bottom: 0.25rem;
	line-height: 1;
	color: #6c757d !important;
	font-size: 0.95rem;
	letter-spacing: 0;
}

.wpcf7 .wpcf7-list-item {
	margin-left: 0.25rem;
}

.wpcf7 .wpcf7-list-item input {
	margin-top: -0.5rem;
	font-size: 16px;
}

.wpcf7 .wpcf7-acceptance {
	border: 0;
	padding-left: 0;
}

.wpcf7 .wpcf7-acceptance label {
	font-weight: 400;
	/* font-size: 1rem; */
	letter-spacing: 0;
	line-height: 1.3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wpcf7 .wpcf7-acceptance a {
	text-decoration: underline;
	font-weight: 500;
}

.wpcf7 .wpcf7-list-item-label {
	display: inline-block;
	margin-left: 0.5rem;
	margin-top: 0.4rem;
}

.wpcf7 .wpcf7-list-item-label a {
	font-weight: 700;
	color: #414663;
}

.wpcf7 .btn {
	border: 0;
	width: 100%;
	margin-top: 1rem;
	margin-bottom: 2rem;
	max-width: 260px;
}

.wpcf7-form > div {
	position: relative;
	margin-bottom: 1rem;
}

.your-program input {
	background: #f1f1f1;
	color: #2d2d2d;
	cursor: not-allowed;
}

.your-program input:focus {
	outline-color: #777777;
}

.wpcf7-not-valid-tip {
	color: #d12b2b;
	font-weight: 500;
	display: inline-block;
}

.unaccepted .wpcf7-response-output {
	color: #d12b2b !important;
	font-weight: 500;
}

.wpcf7-response-output {
	border: 0 !important;
	margin: -1.5rem 0 0.5rem !important;
	padding-left: 0.5rem !important;
	line-height: 1.4;
	color: #1b9426 !important;
}

@media screen and (min-width: 992px) {
	.wpcf7-response-output {
		margin-bottom: 40px !important;
		font-size: 1.1rem !important;
	}
}

label {
	width: 100%;
}

.content--833 .boxed p {
	color: #1b9426;
}

/* Animacija gumba kad se šalje */
.wpcf7-form.submitting .btn-text {
	display: none;
}

.wpcf7-form.submitting .btn:before {
	-webkit-animation: spinAround 500ms infinite linear;
	animation: spinAround 500ms infinite linear;
	border: 2px solid #dbdbdb;
	border-radius: 290486px;
	border-right-color: rgba(0, 0, 0, 0);
	border-top-color: rgba(0, 0, 0, 0);
	content: '';
	display: block;
	position: absolute !important;
	height: 16px;
	width: 16px;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
}

.wpcf7-form.sent label,
.wpcf7-form.sent input,
.wpcf7-form.sent p {
	display: none;
}

@-webkit-keyframes spinAround {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes spinAround {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

/* .form-label {
	@include z-index(formLabel);
	pointer-events: none;
	transition: transform 250ms ease, scale 250ms ease, background 450ms ease;
	background: #fff;
    position: absolute;
    top: 2.25rem;
    left: .5rem;
    z-index: 5;
    width: 90%;
    padding: 5px 10px;
	cursor: pointer;
	transform-origin: 0;
}
.form-label--focused {
	//transform: translateY(-13px);
	background: #ffff;
	@media screen and (min-width: $screen-md-min) {
		//font-size: 15px;
		transform: translateY(-25px) scale(.85);
	}
} */
/* .cfwrap {
    margin-bottom: -1rem !important;
	.wpcf7-not-valid-tip {
		margin-top: .5rem;
	}
} */
/* 

// modalni prozor za uspješno slanje
.modal-dialog {
	height: calc(100vh - 1rem);
	@media screen and (min-width: $screen-lg-min) {
		height: calc(100vh - 10rem);
		margin: 5rem auto;
	}
	@media screen and (min-width: $screen-xxl-min) {
		height: calc(100vh - 20rem);
		margin: 10rem auto;
		max-height: 500px;
	}
}
 */
.exit-popup {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999999;
	padding: 0;
	border: 0;
}

.exit-popup .search-form__acceptance {
	color: #fff;
}

.exit-popup .search-form__acceptance a {
	color: #fff !important;
}

.exit-popup .btn-link {
	color: #828282 !important;
}

.exit-popup .btn-link:hover,
.exit-popup .btn-link:focus {
	text-decoration: none !important;
}

@media screen and (max-width: 575.98px) {
	.exit-popup .form-check {
		padding-left: 0 !important;
	}
}

.js-exitpopup-btn-1 {
	content: '';
	position: absolute;
	top: 1rem;
	right: 1rem;
}

@media screen and (min-width: 576px) {
	.js-exitpopup-btn-1 {
		top: 2rem;
		right: 2rem;
	}
}

@media screen and (min-width: 576px) {
	.js-exitpopup-btn-1 svg {
		width: 40px;
		height: 40px;
	}
}

.js-exitpopup-btn-1:hover svg,
.js-exitpopup-btn-1:focus svg {
	fill: #b3aa7e;
}

.fpintro {
	position: relative;
	/* .owl-dots {
		position: absolute;
		bottom: 170px;
		left: 0;
		right: 0;
	} */
}

@media screen and (min-width: 992px) {
	.fpintro {
	}
}

@media screen and (min-width: 1200px) {
	.fpintro {
	}
}

.fpintro #thumbs {
	position: absolute;
	width: 100%;
	left: 0%;
	bottom: 0px;
	text-align: center;
	bottom: -50px;
}

@media screen and (max-width: 991.98px) {
	.fpintro #thumbs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media screen and (min-width: 1200px) {
	.fpintro #thumbs {
		width: 900px;
	}
}

.fpintro #thumbs .owl-stage-outer {
	padding: 10px;
}

.fpintro #thumbs button {
	background-color: #fff;
}

.fpintro #thumbs .owl-item {
	border: none;
	cursor: pointer;
	border: 0 !important;
	outline: none !important;
	/* width: 200px;
			height: 98px;
			overflow: hidden;
			position: relative; */
	/* outline: 2px solid #fff; */
	/* &.current {
				outline: 3px solid #204782 !important;
				@media screen and (min-width: $screen-xl-min) {
					outline: 5px solid #204782 !important;
				}
			} */
}

.fpintro #thumbs .owl-item img {
	/* width: 100%; 
				height: auto; 
				height: 100px;
				display: block; 
				position: absolute;
				top: 50%; 
				left: 50%; 
				transform: translate(
					-50%,
					-50%
				); 
				object-fit: cover; */
	-webkit-transition: all 250ms, outline none;
	transition: all 250ms, outline none;
}

.fpintro #thumbs img {
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
	border: 2px solid #fff;
}

.fpintro .owl-nav button {
	position: absolute;
	top: 35%;
	z-index: 4;
}

@media screen and (min-width: 992px) {
	.fpintro .owl-nav button {
		top: 50%;
	}
}

.fpintro .owl-nav button:hover,
.fpintro .owl-nav button:focus,
.fpintro .owl-nav button:active {
	border: 0 !important;
	background-color: transparent !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: none !important;
}

.fpintro .owl-nav button.owl-prev {
	left: 20px;
}

.fpintro .owl-nav button.owl-next {
	right: 20px;
}

@media screen and (min-width: 992px) {
	.fpintro .owl-nav button svg {
		width: 35px;
		height: 30px;
	}
}

.search-form-wrapper {
	max-width: 480px;
}

@media screen and (min-width: 992px) {
	.search-form-wrapper {
		max-width: 570px;
	}
}

@media screen and (min-width: 1600px) {
	.search-form-wrapper {
		max-width: 660px;
	}
}

.search-form__label {
	position: absolute;
	top: 50%;
	left: 30px;
	z-index: 10;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	color: #262734;
	width: auto;
	padding-left: 1.5rem;
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

@media screen and (min-width: 576px) {
	.search-form__label {
		left: 75px;
	}
}

.search-form__input {
	width: 100%;
	height: 60px;
	font-size: 16px;
	background: #fff;
	cursor: pointer;
	-webkit-transition: -webkit-box-shadow 250ms ease;
	transition: -webkit-box-shadow 250ms ease;
	transition: box-shadow 250ms ease;
	transition: box-shadow 250ms ease, -webkit-box-shadow 250ms ease;
	padding-left: 30px;
	border: 2px solid #e3e0e0;
	border-radius: 50px;
}

@media screen and (min-width: 992px) {
	.search-form__input {
		padding-left: 75px;
	}
}

@media screen and (min-width: 1200px) {
	.search-form__input {
		height: 75px;
	}
}

.search-form__input:focus {
	outline: none;
	border: 3px solid #777;
}

.search-form__input-wrapper:before {
	content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20    \a 			fill='%231d427d'\a 			width%3D%2218%22%20height%3D%2218%22%20viewBox='0%200%20490.282%20490.282'%3E%3Cpath%20d='M.043%20245.197c.6%2010.1%207.3%2018.6%2017%2021.5l179.6%2054.3%206.6%20123.8c.3%204.9%203.6%209.2%208.3%2010.8%201.3.5%202.7.7%204%20.7%203.5%200%206.8-1.4%209.2-4.1l63.5-70.3%2090%2062.3c4%202.8%208.7%204.3%2013.6%204.3%2011.3%200%2021.1-8%2023.5-19.2l74.7-380.7c.9-4.4-.8-9-4.2-11.8-3.5-2.9-8.2-3.6-12.4-1.9l-459%20186.8c-9.3%204.2-15%2013.4-14.4%2023.5zm226%20168.9l-4.1-78.1%2046%2031.8-41.9%2046.3zm165.4%209.5l-163.8-113.4%20229.7-222.2-65.9%20335.6zm40.7-345.4l-227.1%20219.7-179.4-54.2%20406.5-165.5z'/%3E%3C/svg%3E");
	position: absolute;
	left: 2rem;
	top: 55%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}

@media screen and (max-width: 575.98px) {
	.search-form__input-wrapper:before {
		display: none;
	}
}

.search-form__acceptance {
	margin-left: 0.5rem;
	margin-top: -0.25rem;
}

.btn-search {
	border: 0;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	text-transform: initial;
	padding: 0.75rem 2rem;
}

@media screen and (min-width: 1600px) {
	.btn-search {
		right: 13px;
		padding: 0.9rem 2rem;
	}
}

.form-label-mailchimp {
	background: #fff;
	padding: 0 1rem;
	pointer-events: none;
	border-radius: 2px;
	/* &.form-label--focused {
		@media screen and (min-width: $screen-md-min) {
			transform: translateY(-52px) scale(0.85);
			background: #fff;
			padding: .25rem .75rem;
		}
	} */
}

.form-label-mailchimp.form-label--focused {
	-webkit-transform: translate(1rem, -2.5rem);
	transform: translate(1rem, -2.5rem);
}

@media screen and (min-width: 992px) {
	.form-label-mailchimp.form-label--focused {
		-webkit-transform: translateY(-3rem);
		transform: translateY(-3rem);
	}
}

.mc4wp-success p {
	color: #fff;
}

.exit-popup .form-label-mailchimp {
	-webkit-transition: none;
	transition: none;
}

.exit-popup .form-label--focused {
	opacity: 0;
	visibility: hidden;
}

.exit-popup .mc4wp-response p {
	color: #1fd01f;
}

.pagination li {
	margin: 0 0.2em;
}

.pagination a {
	padding: 0.25rem 1rem;
	color: #242940;
	display: inline-block;
	font: 500 1.1rem 'Inter', serif;
}

.pagination a:hover,
.pagination a:focus {
	color: #242940;
}

.pagination .active a {
	color: #414663;
	pointer-events: none;
	cursor: default;
	font-weight: bold;
}

.ss a:hover svg,
.ss a:focus svg {
	fill: #242940;
}

.ss__mobile {
	padding: 0;
}

.ss__mobile svg {
	-webkit-transform: scale(0.63) translateY(2px);
	transform: scale(0.63) translateY(2px);
}

@media screen and (min-width: 992px) {
	.ss__mobile {
		display: none;
	}
}

.link-read-more {
	text-decoration: underline;
}

.fpcolbox {
	border-radius: 4px;
	background: #fff;
	-webkit-box-shadow: 0px 4px 64.9px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 64.9px rgba(0, 0, 0, 0.25);
	padding: 25px;
}

@media screen and (min-width: 992px) {
	.fpcolbox {
		padding: 45px;
	}
}

.fpcolbox1 a {
	text-decoration: underline;
}

.fpcolbox1 a:hover {
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.fpcolbox2 {
		height: 100%;
	}
}

.fpcolbox2 a:hover h2,
.fpcolbox2 a:hover .h2,
.fpcolbox2 a:hover h3,
.fpcolbox2 a:hover .h3 {
	color: #414663;
}

.fponamanovosti {
	margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
	.fponamanovosti {
		margin-bottom: 60px;
		margin-top: -50px;
	}
}

.fpnovosti {
	padding-top: 20px;
	padding-bottom: 20px;
}

.fpnovosti .novost {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: block;
}

.fpnovosti .novost:hover .title {
	color: #414663;
}

.fpnovosti .novost:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.fpnovosti .novost .title {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
}

.fpnovosti .novost .date {
	color: #555555;
	font-size: 13px;
}

.galerija {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.galerija li a {
	display: block;
	margin-bottom: 5px;
	text-decoration: none !important;
}

.galerija li a:hover img {
	opacity: 0.756;
}

.galerija li img {
	overflow: hidden;
	border-radius: 2px;
	-webkit-transition: all 120ms ease;
	transition: all 120ms ease;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.galerijadivs a {
	display: block;
	margin-bottom: 5px;
	text-decoration: none !important;
}

.galerijadivs a:hover img {
	opacity: 0.756;
}

.galerijadivs img {
	overflow: hidden;
	border-radius: 2px;
	-webkit-transition: all 120ms ease;
	transition: all 120ms ease;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.ph {
	background-size: cover;
	position: relative;
	padding: 25px 0;
	margin-bottom: 20px;
}

/* @media screen and (min-width: 992px) {
  .ph {
    padding: 50px 0;
    margin-bottom: 100px;
  }
} */

/* .ph:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2b2a28;
  opacity: 0.93;
} */

.ph .container {
	position: relative;
	z-index: 5;
	/*   color: #fff; */
}

.ph .container a {
	/*  color: #fff; */
}

.ph h1 {
	font-size: 24px;
}

@media screen and (min-width: 1200px) {
	.ph h1 {
		font-size: 35px;
		font-weight: 300;
	}
}

.wp-content a {
	color: #414663;
	text-decoration: underline;
}

article.loop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.owl-slike-front img {
	border: 2px solid #fff;
	-webkit-transition: all 120ms ease;
	transition: all 120ms ease;
}

.owl-slike-front img:hover {
	opacity: 0.72;
}

.owl-slike-front .owl-nav button {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.owl-slike-front .owl-nav button:hover,
.owl-slike-front .owl-nav button:focus {
	background-color: transparent !important;
	border: 0 !important;
}

.owl-slike-front .owl-nav button.owl-prev {
	left: -36px;
}

@media screen and (min-width: 992px) {
	.owl-slike-front .owl-nav button.owl-prev {
		left: -60px;
	}
}

.owl-slike-front .owl-nav button.owl-next {
	right: -36px;
}

@media screen and (min-width: 992px) {
	.owl-slike-front .owl-nav button.owl-next {
		right: -60px;
	}
}

.slike-fp-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
}

.slike-fp-header__title {
	font-style: normal;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: 0.72px;
	text-transform: uppercase;
	font-size: 13px;
}

@media screen and (min-width: 992px) {
	.slike-fp-header__title {
		font-size: 15px;
	}
}

.slike-fp-header__link {
	text-decoration: underline;
	color: #fff;
}

@media screen and (max-width: 767.98px) {
	.slike-fp-header__link {
		font-size: 13px;
	}
}

.slike-fp-header__link:hover {
	color: #fff;
	text-decoration: none;
}

.owl-slike-front1 {
	margin-bottom: 30px;
}

.childpages a:hover h2,
.childpages a:hover .h2,
.childpages a:hover h3,
.childpages a:hover .h3 {
	text-decoration: underline;
}

.childpages a h2,
.childpages a .h2,
.childpages a h3,
.childpages a .h3 {
	display: inline-block;
}

.ph {
	text-align: center;
}

.imgcaption {
	font-size: 15px;
}

.certifikati__in {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 350px;
	margin: auto;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
	border: 1px solid #eee;
	text-decoration: none !important;
	padding: 0 !important;
}

.certifikati__in img {
	max-width: 60px;
	margin: 0 !important;
	margin-right: 10px !important;
	margin-left: -7px !important;
}

.certifikati__in:hover {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
	border: 1px solid #aaa;
}

.certifikati__in:hover a {
	text-decoration: none !important;
}

.certifikati__text {
	color: #262734;
}

b strong {
	font-weight: 700;
}

.cforma {
	max-width: 450px;
}

@media screen and (min-width: 992px) {
	.cforma {
		margin-left: 50px;
	}
}

@media screen and (max-width: 767.98px) {
	.cforma {
		margin-top: 25px;
	}
}

/* 
.benefits {
	&__col {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		font-family: $font-secondary;
		position: relative;
		z-index: 2;
		color: #fff;
		font-weight: 300;
		padding-top: 10px;
		padding-bottom: 10px;
		@media screen and (min-width: $screen-lg-min) {
			margin-left: -1px;
			padding-top: 30px;
			padding-bottom: 30px;
			margin-top: 0;
		}
		@media screen and (max-width: $screen-md-min) {
			margin-bottom: 0;
		}
	}
	svg {
		@media screen and (min-width: $screen-lg-min) {
			width: 60px;
			height: 60px;
		}
	}
	b,
	strong {
		font-weight: 600;
		font-size: 24px;
		font-weight: 700;
		display: inline-block;
		letter-spacing: 0;
		position: relative;
		@media screen and (min-width: $screen-lg-min) {
			font-size: 22px;
		}
		&:before {
			content: '';
			position: absolute;
			top: 0;
			left: 50%;
			width: 30px;
			height: 30px;
			background-color: #fffba6;
			border-radius: 50%;
			transform: translateX(-50%);
			z-index: -1;
		}
	}
	p {
		margin-bottom: 0;
	}
} */
.benefitswrap {
	background-color: #282826;
	color: #fff;
	position: relative;
	background-size: cover;
	/* box-shadow: 8px 8px 21.7px 8px rgba(0, 0, 0, 0.25); */
}

@media screen and (min-width: 992px) {
	.benefitswrap {
		position: relative;
		z-index: -1;
	}
}

.benefitswrap:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #282826;
	opacity: 0.7;
}

@media screen and (min-width: 992px) {
	.benefitswrap .benefitswrap_in {
		padding-top: 40px;
	}
}

.benefits__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-family: 'Inter', serif;
	position: relative;
	z-index: 2;
	color: #fff;
	font-weight: 300;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -1px;
	letter-spacing: 0.5px;
}

@media screen and (min-width: 992px) {
	.benefits__col {
		margin-left: -1px;
		padding-top: 30px;
		padding-bottom: 30px;
		margin-top: 0;
	}
}

@media screen and (max-width: 768px) {
	.benefits__col {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 992px) {
	.benefits svg {
		width: 60px;
		height: 60px;
	}
}

@media screen and (max-width: 768px) {
	.benefits div {
		font-size: 15px;
	}
}

.benefits b {
	color: #fff;
	font-weight: 300;
	font-size: 24px;
	display: block;
	letter-spacing: 0;
}

@media screen and (min-width: 992px) {
	.benefits b {
		font-size: 42px;
	}
}

.cta {
	text-align: center;
	padding: 100px 0;
	color: #fff;
	background-size: cover;
}

@media screen and (screen-lg-min: 992px) {
	.cta {
		padding: 450px 0;
	}
}

.galerijapodstranica .titlewrap {
	background-color: #fff;
	border: 1px solid #ccc;
	margin-top: -20px;
	position: relative;
	z-index: 1;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px !important;
}

.galerijapodstranica .titlewrap * {
	font-size: 16px !important;
	font-weight: 400;
	text-align: center;
	padding: 11px 5px;
	min-height: 62px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.galerijapodstranica .owl-nav button {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
}

@media screen and (min-width: 992px) {
	.galerijapodstranica .owl-nav button {
		top: 140px;
	}
}

.galerijapodstranica .owl-nav button:hover,
.galerijapodstranica .owl-nav button:focus {
	background-color: transparent !important;
	border: 0 !important;
}

.galerijapodstranica .owl-nav button.owl-prev {
	left: 15px;
}

@media screen and (min-width: 992px) {
	.galerijapodstranica .owl-nav button.owl-prev {
		left: 60px;
	}
}

.galerijapodstranica .owl-nav button.owl-next {
	right: 15px;
}

@media screen and (min-width: 992px) {
	.galerijapodstranica .owl-nav button.owl-next {
		right: 60px;
	}
}

@media screen and (min-width: 992px) {
	.galerijapodstranica .owl-nav button svg {
		width: 30px;
		height: 30px;
	}
}

.fponama h2,
.fponama .h2 {
	margin-bottom: 25px;
}

.galerijapodstranica.row {
	margin-top: 50px;
}

.wp-content .wpcf7-form {
	max-width: 600px;
	margin: auto;
	margin: 50px auto;
}

.wp-content .table {
	width: 100%;
}

.parentchilds h2,
.parentchilds .h2 {
	font-size: 18px;
}

@media screen and (min-width: 992px) {
	.parentchilds h2,
	.parentchilds .h2 {
		font-size: 23px;
	}
}

.loop__in {
	-webkit-transition: -webkit-box-shadow 250ms;
	transition: -webkit-box-shadow 250ms;
	transition: box-shadow 250ms;
	transition: box-shadow 250ms, -webkit-box-shadow 250ms;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.loop__in:hover .btn-link-2 {
	text-decoration: underline;
}

.loop__title {
	line-height: 1.2;
	color: #262734;
}

.loop__img {
	width: 100%;
}

.kontakt-left h2,
.kontakt-left .h2 {
	color: #242940;
	margin-bottom: 3rem;
}

.kontakt-above {
	z-index: 9;
}

@media screen and (max-width: 575.98px) {
	.kontakt-above {
		padding: 0 10px;
	}
}

.kontakt-f {
	border-radius: 3px;
}

.kontakt-podaci {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
	.kontakt-podaci svg {
		width: 21px;
		height: 21px;
		margin-right: 0.5rem;
	}
}

.kontakt-social {
	font-family: 'Inter', serif;
}

@media screen and (min-width: 992px) {
	.kontakt-social {
		font-size: 1.5rem !important;
	}
}

.kontakt-social a {
	text-decoration: underline;
	font-weight: 700;
}

.kontakt-social a:hover,
.kontakt-social a:focus {
	text-decoration: none;
	color: #242940;
}

@media screen and (min-width: 992px) {
	.kontakt-below {
		margin-bottom: -450px;
	}
}

@media screen and (min-width: 992px) {
	.page-id-11 .page-header {
		padding-bottom: 18rem;
	}
}

@media screen and (max-width: 575.98px) {
	.page-id-11 .page-header {
		border-radius: 0;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 575.98px) {
	.intro {
		padding-top: 75px;
	}
}

.intro__h1 {
	font-weight: 400;
}

.intro__svg {
	position: absolute;
	left: 0;
	top: 8.5rem;
}

@media screen and (min-width: 992px) {
	.intro__svg {
		top: 9.5rem;
	}
}

@media screen and (max-width: 767.98px) {
	.intro__svg svg {
		width: 30px;
	}
}

.intro__headline {
	font-weight: 400;
	padding-left: 3rem;
}

@media screen and (min-width: 768px) {
	.intro__headline {
		font-size: 65px;
		padding-left: 5rem;
	}
}

@media screen and (min-width: 1600px) {
	.intro__headline {
		font-size: 72px;
	}
}

.intro__headline span.light {
	font-weight: 400;
}

.intro__headline span.heavy {
	font-weight: 700;
	color: #cec59a;
}

@media screen and (max-width: 767.98px) {
	.intro__headline svg {
		width: 30px;
		height: 30px;
	}
}

.intro__hr {
	opacity: 0.15;
}

@media screen and (min-width: 992px) {
	.intro__bot p {
		margin: 0 2.25rem;
		font-size: 0.95rem;
	}
}

@media screen and (min-width: 1600px) {
	.intro__bot p {
		line-height: 1.7;
	}
}

.intro__bot svg {
	width: 105px;
	height: 125px;
}

[data-words] {
	vertical-align: top;
	position: static;
}

[data-words] > span {
	position: absolute;
}

@media screen and (min-width: 992px) {
	.intro__anim {
		position: absolute;
		top: 5.5rem;
		right: 0;
		z-index: 10;
	}
}

.svg-circle__animated-border {
	stroke-dasharray: 227;
	stroke-dashoffset: 227;
	stroke-width: 10px;
	stroke: #e6e0c3;
	fill: #2d3350;
}

.start-animating .svg-circle__animated-border {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: rotateCircleBorder;
	animation-name: rotateCircleBorder;
	-webkit-animation-duration: 3950ms;
	animation-duration: 3950ms;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.owl-prev,
.owl-next {
	border: 0px !important;
	border-radius: 50% !important;
	height: 35px;
	width: 35px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-transition: background 200ms;
	transition: background 200ms;
}

@media screen and (min-width: 992px) {
	.owl-prev,
	.owl-next {
		width: 40px;
		height: 40px;
	}
}

.owl-prev span,
.owl-next span {
	font-size: 30px;
	line-height: 1;
	color: #fff;
}

@media screen and (min-width: 992px) {
	.owl-prev span,
	.owl-next span {
		font-size: 36px;
	}
}

.owl-prev svg {
	-webkit-transform: scaleX(-1) translateX(10%);
	transform: scaleX(-1) translateX(10%);
}

@media screen and (max-width: 575.98px) {
	#owl-slike .owl-nav {
		display: none;
	}
}

#owl-slike .owl-prev,
#owl-slike .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	background: transparent !important;
	border: 0 !important;
}

#owl-slike .owl-prev:hover,
#owl-slike .owl-next:hover {
	background: #242940 !important;
}

#owl-slike .owl-prev:hover svg path,
#owl-slike .owl-next:hover svg path {
	fill: #fff;
}

#owl-slike .owl-prev {
	left: 5px;
}

#owl-slike .owl-next {
	right: 5px;
}

#owl-slike .owl-stage-outer {
	overflow: visible !important;
}

@media screen and (min-width: 992px) {
	.fpusluge {
		margin-bottom: -50px;
	}
}

.fpusluga {
	border-radius: 5px;
	background: #fff;
	height: 100%;
	-webkit-box-shadow: 0px 2px 29.6px 1px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 2px 29.6px 1px rgba(0, 0, 0, 0.12);
}

@media screen and (min-width: 992px) {
	.fpusluga {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.fpusluga .fpusluga__img {
	width: 100%;
	height: 200px;
	background-size: cover;
}

.fpusluga__in {
	padding: 25px;
}

@media screen and (min-width: 992px) {
	.fpusluga__in {
		height: calc(100% - 200px);
	}
}

.fpusluga__in h2,
.fpusluga__in .h2,
.fpusluga__in h3,
.fpusluga__in .h3 {
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.08px;
	text-transform: uppercase;
}

.fpusluga .usluga__sadrzaj ul {
	padding-left: 20px;
}

@media screen and (min-width: 992px) {
	.fpusluga .usluga__sadrzaj ul {
		padding-left: 30px;
	}
}

@media screen and (min-width: 992px) {
	.fpusluga .fpusluga__in {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.fpusluga .usluga__readmore {
	margin-top: auto;
}

.fpgalerijawrap {
	background-color: #242940;
	color: #fff;
	padding: 50px 0;
}

@media screen and (min-width: 992px) {
	.fpgalerijawrap {
		padding: 125px 0;
	}
}

.fp-owl-wrap {
	padding: 0 5px;
}

@media screen and (min-width: 992px) {
	.fp-owl-wrap {
		padding: 0 55px;
	}
}

.fat-maika-category-filter {
	margin-bottom: 30px !important;
}

@media screen and (min-width: 992px) {
	.content--7 {
		margin-top: -260px;
		z-index: 9;
	}
}

.owl-citat2 .owl-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* @media screen and (min-width: 1600px) {
			margin-left: 35px;
		} */
}

@media screen and (min-width: 992px) {
	.owl-citat2 .owl-nav {
		margin-top: 90px;
	}
}

.owl-citat2 .owl-nav svg {
	width: 12px;
	height: 12px;
}

@media screen and (min-width: 992px) {
	.owl-citat2 .owl-nav svg {
		width: 20px;
		height: 20px;
	}
}

.owl-citat2 .owl-nav svg path {
	fill: #fff;
}

.owl-citat2 .owl-prev,
.owl-citat2 .owl-next {
	position: static;
}

.owl-citat2 .owl-dots {
	display: none;
}

.ocekivati {
	color: #fff;
}

.ocekivati__col:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #fff;
	opacity: 0.2;
}

@media screen and (min-width: 992px) {
	.ocekivati__col:after {
		content: '';
	}
}

.ocekivati__title {
	font-family: 'Inter', serif;
	font-weight: 400;
}

@media screen and (max-width: 575.98px) {
	.ocekivati svg {
		height: 75px;
	}
}

.cijena {
	background: #f6f6f6;
	text-decoration: underline;
	color: #414663;
}

.cijena .h2 {
	font-weight: 400;
}

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

.cijena b {
	color: #414663 !important;
}

.contactf {
	border-radius: 2px;
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 999;
	background: #fff;
	margin-top: -75px;
}

@media screen and (min-width: 992px) {
	.contactf {
		margin-top: -125px;
	}
}

.contactf .btn {
	background: #242940;
}

.contactf__intro {
	font-style: italic;
}

@media screen and (max-width: 767.98px) {
	.fig__caption {
		font-size: 0.85rem;
	}
}

.social-text {
	color: #374761;
	font-family: 'Inter', serif;
	font-size: 1.25rem;
}

@media screen and (min-width: 992px) {
	.meta {
		position: absolute;
		bottom: -90px;
		right: 157px;
	}
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
	border-color: #414663;
}

.fancybox__button--zoom,
.fancybox__button--slideshow {
	display: none;
}

.vidnav {
	/* 	&__list {
		@media screen and (max-width: $screen-sm) {
			flex-wrap: wrap;
		}
	} */
}

.vidnav__li {
	border: 1px solid #d4d4d4;
	background-color: #fff;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-radius: 3px;
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

@media screen and (max-width: 991.98px) {
	.vidnav__li {
		margin-top: 2px;
		margin-left: -2px;
	}
}

@media screen and (max-width: 767.98px) {
	.vidnav__li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

.vidnav__li:hover {
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	background-color: #f6f6f6;
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}

.vidnav svg {
	width: 80px;
	height: 80px;
}

.vidnav__title {
	color: #414663;
}

@media screen and (min-width: 576px) and (max-width: 991.98px) {
	.vidnav__title {
		font-size: 20px;
	}
}

.vidnav .active {
	background-color: #e7e042;
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important;
	cursor: default;
}

.vidnav .active svg {
	fill: #242940;
}

.vidnav .active.vidnav__li {
	border: 1px solid #242940;
}

.vidnav .active .vidnav__title {
	color: #fff;
}

.vidnav .active .vidnav__count {
	color: #242940;
}

.vids-wrapper {
	cursor: pointer;
}

.vids {
	border-bottom: 1px solid #e2e2e2;
}

.vids:hover .vids__imgwrapper:before {
	background-color: rgba(0, 0, 0, 0.2);
}

.vids__imgwrapper:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: background-color 200ms;
	transition: background-color 200ms;
}

.vids__imgwrapper:after {
	content: url("data:image/svg+xml,%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg%3E%3Cpath d='M256,0C114.833,0,0,114.844,0,256s114.833,256,256,256s256-114.844,256-256S397.167,0,256,0z M256,490.667 C126.604,490.667,21.333,385.396,21.333,256S126.604,21.333,256,21.333S490.667,126.604,490.667,256S385.396,490.667,256,490.667 z'/%3E%3Cpath d='M357.771,247.031l-149.333-96c-3.271-2.135-7.5-2.25-10.875-0.396C194.125,152.51,192,156.094,192,160v192 c0,3.906,2.125,7.49,5.563,9.365c1.583,0.865,3.354,1.302,5.104,1.302c2,0,4.021-0.563,5.771-1.698l149.333-96 c3.042-1.958,4.896-5.344,4.896-8.969S360.813,248.99,357.771,247.031z M213.333,332.458V179.542L332.271,256L213.333,332.458z' /%3E%3C/g%3E%3C/svg%3E%0A");
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.vids img {
	margin: initial;
}

.vids__title {
	font-weight: 600 !important;
}

.vids__content p {
	font-size: 0.95rem !important;
}

/* 
#wpadminbar {
	bottom: 0;
	top: initial !important;
    position: fixed !important;
}
html[lang='hr'], html[lang='en-US'] {
	margin-top: 0 !important;
} */

.topbar {
	background-break: #f8f8ff;
}

.topbarleft {
	display: flex;
	flex: 1;
	align-items: center;
}

.topbarleft svg {
	width: 18px;
}

.btnsearchtoggle {
	border: 0;
	background: transparent;
}

.logotipoviwrap {
	background-color: #f3f3f3;
}

.owl-carousel-logotipovi {
	background-color: #f3f3f3;
}

.owl-carousel-logotipovi .owl-stage {
	display: flex;
	align-items: center;
}

.owl-carousel-logotipovi img {
	max-height: 100px;
	width: auto !important;
}

header#js-header {
	position: relative;
}

form#js-search-form {
	position: absolute;
	right: 0;
}

.topbar * {
	outline: none !important;
	box-shadow: none !important;
}

@media screen and (min-width: 1400px) {
	.navbar-nav > li > a {
		font-size: 18px;
	}
}

@media screen and (max-width: 768px) {
	.topbar {
		display: none !important;
	}
	button#js-btn-navbar-toggler {
		top: -35px;
	}
	.navbar {
		position: static;
	}
	.navbar-collapse .navbar-nav {
		position: absolute;
		top: 40px;
		left: 0;
		z-index: 1000;
	}
	.navbar-collapse.collapsing {
		display: none;
	}
}

h2 {
	font-size: 22px;
}

.news-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 10px;
	height: 600px;
}
.news-item {
	background-size: cover;
	background-position: center;
	color: white;
	display: flex;
	align-items: flex-end;
	padding: 20px;
	position: relative;
	color: #fff !important;
	text-transform: initial;
	font-size: 20px;
}
.item-0 {
	grid-column: span 2;
	grid-row: span 2;
}
.item-1 {
	grid-column: span 2;
	grid-row: span 1;
}
.item-2 {
	grid-column: span 2;
	grid-row: span 1;
}
.item-3 {
	grid-column: span 4;
	grid-row: span 1;
}

.news-item:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(45, 57, 115, 0.05);
	background-color: rgba(25, 78, 145, 0.75);
	pointer-events: none;
}
.news-item:hover *,
.news-item:active * {
	color: #fff;
}

.news-item * {
	position: relative;
	z-index: 99;
	text-transform: initial;
}

.owl-carousel-intro .owl-stage * {
	min-height: 300px;
	background-size: cover;
	background-position: center center;
}

@media screen and (min-width: 1200px) {
	.owl-carousel-intro .owl-stage * {
		min-height: 500px;
	}
}
.izdvojeno {
	border: 1px solid #2d3973;
	padding: 20px;
}

.izdvojeno ul {
	margin-bottom: 0;
	padding-bottom: 0;
}

.izdvojenowrap h3 {
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
}

.izdvojeno a {
	text-decoration: underline;
}

.fpispod {
	margin-bottom: 30px;
}

.izdvojenoslike {
	margin-top: 20px;
}

.izdvojenoslike img {
	width: 100%;
}

.fpcol__title {
	background: #505050;
	color: #fff;
	padding: 7px 10px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}

.wp-content a {
	color: #242940;
}
.wp-content li::marker {
	color: #242940;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme,
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
	background-color: #414663 !important;
}

button.change-settings-button:hover {
	color: #fff !important;
}

.moove-gdpr-company-logo-holder {
	display: none !important;
}

.fpnovosti h2 {
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 25px;
}

.news-grid-izdvajamo .izdvajamo-tiotle {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 15px;
}
.news-grid-izdvajamo p {
	font-weight: 300;
}
@media screen and (min-width: 1200px) {
	.fpnovosti h2 {
		font-size: 33px;
	}
	.news-grid-izdvajamo .izdvajamo-tiotle {
		font-size: 24px;
	}
	.fpnovosti {
		padding-top: 60px;
		padding-bottom: 10px;
	}
}

.fpnovosti {
	background-color: #f1f3f5;
}

.owl-theme .owl-nav {
	margin-top: 0;
}

.news-grid-izdvajamo p {
	font-weight: 300;
}

.arhiva h2 {
}

.single-post h1 {
	text-align: left;
}

table#wp-calendar {
	width: 100%;
}

.fpnovosti__col:hover {
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
	background: #f2f2f2;
}
.fpnovosti__col {
	height: 100%;
}

@media screen and (min-width: 1200px) {
	figure.loop__imgwrapper {
	}
}

.loop__imgwrapper img {
    width: auto;
    margin-left: 0;
}

.fpnovosti__col img {
    max-width: max-content;
}

.ph {
    background: #efefef;
}

body.category  .ph {
	background: #efefef;
	margin-top: -94px;
	padding-top: 100px;
	z-index: -1;
}

ul.pagination__in.pagination .active a {
    display: block;
    color: #333 !important;
}

.pagination .active a {
    color: #333 !important;
}



.acf-attachments {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 300px; /* Prilagodi po potrebi */
}

.attachment {
}

.preview {
    max-width: 150px; /* Thumbnail veličina */
    height: auto;
}

.doc-link {
    font-weight: bold;
    color: #0073aa;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.doc-link:hover {
    text-decoration: underline;
}


.acf-attachments li {
	margin: 0 !important;
}
.acf-attachments img {
	margin: 0 !important;
}
.acf-attachments a {
	text-decoration: none !important;
    display: block;
}



.documents-list {
	margin-top: 2.5rem;
	margin: 24px 0 0;
	padding: 0;
	list-style: none!important
}

.documents-list li {
	margin-bottom: 0
}

.documents-list li [class^=icon-] {
	display: inline-block;
	position: relative;
	padding-left: 40px;
	margin: 10px auto
}

.documents-list li [class^=icon-]:before {
	position: absolute;
	left: 0;
	top: -5px;
	width: 28px;
	height: 32px;
	content: "";
	background-size: contain;
	background-repeat: no-repeat
}

[class^=icon-] {
	display: inline-block;
	position: relative;
	padding-left: 40px;
	margin: 10px auto
}

[class^=icon-]:before {
	position: absolute;
	left: 0;
	top: -5px;
	width: 28px;
	height: 32px;
	content: "";
	background-size: contain;
	background-repeat: no-repeat
}

.icon-pdf:before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='32'%3E%3Cg data-name='Group 2383'%3E%3Cpath data-name='Path 2281' d='M6 0a2.006 2.006 0 00-2 2v28a2.006 2.006 0 002 2h20a2.006 2.006 0 002-2V8l-8-8z' fill='%23e2e5e7'/%3E%3Cpath data-name='Path 2282' d='M22 8h6l-8-8v6a2.006 2.006 0 002 2z' fill='%23b0b7bd'/%3E%3Cpath data-name='Path 2284' d='M24 26a1 1 0 01-1 1H1a1 1 0 01-1-1V16a1 1 0 011-1h22a1 1 0 011 1z' fill='%23f15642'/%3E%3Cg data-name='Group 2380' fill='%23fff'%3E%3Cpath data-name='Path 2285' d='M4.359 18.947a.55.55 0 01.543-.552h1.847a2 2 0 010 4H5.415v1.056a.5.5 0 01-.512.551.539.539 0 01-.543-.551zm1.055.455v1.992h1.335a1 1 0 000-1.992z'/%3E%3Cpath data-name='Path 2286' d='M10.291 23.995a.5.5 0 01-.552-.495v-4.542a.544.544 0 01.552-.5h1.831c3.654 0 3.574 5.533.072 5.533zm.5-4.557v3.582h1.327c2.159 0 2.255-3.582 0-3.582z'/%3E%3Cpath data-name='Path 2287' d='M16.992 19.51v1.271h2.039a.618.618 0 01.576.567.556.556 0 01-.576.48h-2.039v1.679a.474.474 0 01-.479.495.508.508 0 01-.567-.495v-4.542a.505.505 0 01.567-.5h2.807a.5.5 0 01.56.5.552.552 0 01-.56.544h-2.328z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.icon-xls:before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='32'%3E%3Cpath data-name='Path 2289' d='M6 0a2.006 2.006 0 00-2 2v28a2.006 2.006 0 002 2h20a2.006 2.006 0 002-2V8l-8-8z' fill='%23e2e5e7'/%3E%3Cpath data-name='Path 2290' d='M22 8h6l-8-8v6a2.006 2.006 0 002 2z' fill='%23b0b7bd'/%3E%3Cpath data-name='Path 2292' d='M24 26a1 1 0 01-1 1H1a1 1 0 01-1-1V16a1 1 0 011-1h22a1 1 0 011 1z' fill='%2384bd5a'/%3E%3Cg data-name='Group 2381' fill='%23fff'%3E%3Cpath data-name='Path 2293' d='M7.021 20.387l1.391-1.743c.416-.544 1.224.151.768.671a46.735 46.735 0 00-1.463 1.815l1.634 2.031a.525.525 0 11-.871.583l-1.472-1.887-1.447 1.928c-.408.583-1.312-.072-.856-.616l1.607-2.039c-.5-.632-.992-1.247-1.479-1.815a.517.517 0 11.8-.654z'/%3E%3Cpath data-name='Path 2294' d='M10.335 18.947a.5.5 0 01.5-.488.488.488 0 01.472.488v4.006h2.175a.528.528 0 110 1.047h-2.646a.483.483 0 01-.5-.487v-4.566z'/%3E%3Cpath data-name='Path 2295' d='M15.002 19.667c.184-1.552 2.526-1.831 3.63-.983a.468.468 0 11-.512.783c-.592-.375-1.935-.551-2.1.279-.216 1.312 3.262.561 3.206 2.688-.056 2.031-3 2.078-4.1 1.167a.591.591 0 01-.112-.784.472.472 0 01.712-.055c.655.447 2.343.783 2.462-.353-.108-1.182-3.434-.471-3.186-2.742z'/%3E%3C/g%3E%3C/svg%3E")
}

.icon-doc:before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='32'%3E%3Cg data-name='Group 2382'%3E%3Cpath data-name='Path 2273' d='M5.987 0a2.006 2.006 0 00-2 2v28a2.006 2.006 0 002 2h20.011a2.006 2.006 0 002-2V8l-8-8z' fill='%23e2e5e7'/%3E%3Cpath data-name='Path 2274' d='M22.019 7.974h5.98L20.026 0v5.98a2 2 0 001.993 1.994z' fill='%23b0b7bd'/%3E%3Cpath data-name='Path 2276' d='M24.013 25.994a1 1 0 01-1 1H1a1 1 0 01-1-1V16.03a1 1 0 011-1h22.012a1 1 0 011 1z' fill='%2350bee8'/%3E%3Cg data-name='Group 2379' fill='%23fff'%3E%3Cpath data-name='Path 2277' d='M3.773 23.994a.5.5 0 01-.55-.494v-4.526a.541.541 0 01.55-.494h1.825c3.642 0 3.561 5.515.071 5.515zm.5-4.543v3.57h1.323c2.152 0 2.247-3.57 0-3.57z'/%3E%3Cpath data-name='Path 2278' d='M12.209 24.074a2.783 2.783 0 01-3.005-2.87 2.929 2.929 0 015.858 0 2.779 2.779 0 01-2.853 2.87zm-.088-4.757a1.889 1.889 0 101.9 1.889 1.824 1.824 0 00-1.9-1.889z'/%3E%3Cpath data-name='Path 2279' d='M16 21.197a2.683 2.683 0 012.8-2.861 2.6 2.6 0 011.825.71.517.517 0 11-.71.749 1.375 1.375 0 00-1.115-.438 1.722 1.722 0 00-1.816 1.841 1.753 1.753 0 001.816 1.9 1.861 1.861 0 001.244-.51.535.535 0 01.733.1.55.55 0 01-.088.749 2.892 2.892 0 01-4.687-2.232z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

/* Bootstrap 5 Accordion Styles */
.accordion-button {
    font-weight: 600;
    text-align: left;
    padding: 1rem;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: .375rem;
    transition: background-color 0.15s ease;
}

.accordion-button:not(.collapsed) {
    background-color: #e9ecef;
    border-color: #ccc;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    padding: 1rem;
    font-size: 1rem;
    color: #495057;
    background-color: #fff;
    border-top: 1px solid #ddd;
}

.accordion-item {
    border: 1px solid #ddd;
    margin-bottom: 0.5rem;
    border-radius: .375rem;
}

div#accordionExample button {
    background: none;
    border: none;
    padding: 0;
    margin-left: 20px;
}

.accordion h2 {
    padding: 0 !important;
    margin: 1rem 0 !important;
}

.status-label b {
	display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
}

.status-label--zavrseno b {
	
	background-color: red;
}
.status-label--uskoro b {
	background-color: green;
	
}
.status-label--u-tijeku b {
	background-color: green;
}

table#wp-calendar a {
    font-weight: bold;
    color: #3749b3;
}
table#wp-calendar a:hover {
    color: #5f6cb6;
}

.loopdate {
    background: red;
    background-color: #ea3a61;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    height: 50px;
    padding: 10px;
    text-align: center;
    font-size: 15px;
}

.fpnovosti__col {
	position: relative;
}

.datumprikazivanja {
    color: #CB3232;
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    position: relative;
    top: 1px;
    margin-left: 3px;
}

.wp-block-latest-posts {
    list-style-type: none;
	padding-left: 0;
    margin-bottom: 0;
}

.wp-block-latest-posts li {
    display: flex;
    margin-bottom: 20px;
}
.wp-block-latest-posts li:last-child {
    margin-bottom: 0px;
}


.wp-block-latest-posts li img {
    max-width: 75px;
    margin-right: 20px;
}

body.home .loop__content {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

body.home h2.loop__title {
    font-size: 18px;
    margin-bottom: 10px !important;
}

body.home .btn-link-2 {
    margin-bottom: 10px !important;
    font-size: 14px;
}

.widget h2 {
    margin-bottom: 0 !important;
}

.najavasidebar h2 {
    font-size: 16px !important;
}

table img {
	margin: initial !important;
}