@charset "UTF-8";
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #a11230;
	--orange: #fd7e14;
	--yellow: #ffed00;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #01a2b9;
	--white: #fff;
	--gray: #999999;
	--gray-dark: #333333;
	--primary: #2f4858;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #01a2b9;
	--warning: #fd7e14;
	--danger: #d60000;
	--light: #f0f0f0;
	--dark: #333333;
	--brand-color: #ffed00;
	--gray-light: #eeeeee;
	--gray: #a7a7a7;
	--red: #a11230;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--breakpoint-2xl: 1330px;
	--font-family-sans-serif: "Open Sans", Arial, sans-serif;
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}

body {
	margin: 0;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #1d1d1b;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 1rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	        text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 600;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: 500;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #01a2b9;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #2f4858;
	text-decoration: none;
}

a:not([href]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):hover {
	color: inherit;
	text-decoration: none;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	color: #999999;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[role="button"] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 1rem;
	font-weight: 600;
	line-height: 1.25;
	color: #000;
}

h1, .h1 {
	font-size: 2.125rem;
}

h2, .h2 {
	font-size: 1.5rem;
}

h3, .h3 {
	font-size: 1.125rem;
}

h4, .h4 {
	font-size: 1rem;
}

h5, .h5 {
	font-size: 1rem;
}

h6, .h6 {
	font-size: 1rem;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.25;
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.25;
}

.display-3 {
	font-size: 4rem;
	font-weight: 300;
	line-height: 1.25;
}

.display-4 {
	font-size: 3rem;
	font-weight: 300;
	line-height: 1.25;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

small,
.small {
	font-size: 80%;
	font-weight: 400;
}

mark,
.mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #999999;
}

.blockquote-footer::before {
	content: "\2014\00A0";
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 0.25rem;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}

.figure-caption {
	font-size: 90%;
	color: #999999;
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-wrap: break-word;
}

a > code {
	color: inherit;
}

kbd {
	padding: 0.2rem 0.4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #1d1d1b;
	border-radius: 0.2rem;
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 600;
}

pre {
	display: block;
	font-size: 87.5%;
	color: #1d1d1b;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container, .footer-container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 992px) {
	.container, .footer-container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container, .footer-container {
		max-width: 1140px;
	}
}

@media (min-width: 1330px) {
	.container, .footer-container {
		max-width: 1228px;
	}
}

.container-fluid, .container-lg, .container-xl, .container-2xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 992px) {
	.container, .footer-container, .container-sm, .container-md, .container-lg {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container, .footer-container, .container-sm, .container-md, .container-lg, .container-xl {
		max-width: 1140px;
	}
}

@media (min-width: 1330px) {
	.container, .footer-container, .container-sm, .container-md, .container-lg, .container-xl, .container-2xl {
		max-width: 1228px;
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-2xl-1, .col-2xl-2, .col-2xl-3, .col-2xl-4, .col-2xl-5, .col-2xl-6, .col-2xl-7, .col-2xl-8, .col-2xl-9, .col-2xl-10, .col-2xl-11, .col-2xl-12, .col-2xl,
.col-2xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%;
}

.row-cols-1 > * {
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-2 > * {
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-3 > * {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.row-cols-4 > * {
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-5 > * {
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-6 > * {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	order: -1;
}

.order-last {
	order: 13;
}

.order-0 {
	order: 0;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-4 {
	order: 4;
}

.order-5 {
	order: 5;
}

.order-6 {
	order: 6;
}

.order-7 {
	order: 7;
}

.order-8 {
	order: 8;
}

.order-9 {
	order: 9;
}

.order-10 {
	order: 10;
}

.order-11 {
	order: 11;
}

.order-12 {
	order: 12;
}

.offset-1 {
	margin-left: 8.33333%;
}

.offset-2 {
	margin-left: 16.66667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333%;
}

.offset-5 {
	margin-left: 41.66667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333%;
}

.offset-8 {
	margin-left: 66.66667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333%;
}

.offset-11 {
	margin-left: 91.66667%;
}

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%;
	}
	.row-cols-sm-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-sm-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-sm-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-sm-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-sm-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-sm-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		order: -1;
	}
	.order-sm-last {
		order: 13;
	}
	.order-sm-0 {
		order: 0;
	}
	.order-sm-1 {
		order: 1;
	}
	.order-sm-2 {
		order: 2;
	}
	.order-sm-3 {
		order: 3;
	}
	.order-sm-4 {
		order: 4;
	}
	.order-sm-5 {
		order: 5;
	}
	.order-sm-6 {
		order: 6;
	}
	.order-sm-7 {
		order: 7;
	}
	.order-sm-8 {
		order: 8;
	}
	.order-sm-9 {
		order: 9;
	}
	.order-sm-10 {
		order: 10;
	}
	.order-sm-11 {
		order: 11;
	}
	.order-sm-12 {
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333%;
	}
	.offset-sm-2 {
		margin-left: 16.66667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333%;
	}
	.offset-sm-5 {
		margin-left: 41.66667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333%;
	}
	.offset-sm-8 {
		margin-left: 66.66667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333%;
	}
	.offset-sm-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%;
	}
	.row-cols-md-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-md-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-md-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-md-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-md-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-md-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		order: -1;
	}
	.order-md-last {
		order: 13;
	}
	.order-md-0 {
		order: 0;
	}
	.order-md-1 {
		order: 1;
	}
	.order-md-2 {
		order: 2;
	}
	.order-md-3 {
		order: 3;
	}
	.order-md-4 {
		order: 4;
	}
	.order-md-5 {
		order: 5;
	}
	.order-md-6 {
		order: 6;
	}
	.order-md-7 {
		order: 7;
	}
	.order-md-8 {
		order: 8;
	}
	.order-md-9 {
		order: 9;
	}
	.order-md-10 {
		order: 10;
	}
	.order-md-11 {
		order: 11;
	}
	.order-md-12 {
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333%;
	}
	.offset-md-2 {
		margin-left: 16.66667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333%;
	}
	.offset-md-5 {
		margin-left: 41.66667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333%;
	}
	.offset-md-8 {
		margin-left: 66.66667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333%;
	}
	.offset-md-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%;
	}
	.row-cols-lg-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-lg-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-lg-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-lg-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-lg-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-lg-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		order: -1;
	}
	.order-lg-last {
		order: 13;
	}
	.order-lg-0 {
		order: 0;
	}
	.order-lg-1 {
		order: 1;
	}
	.order-lg-2 {
		order: 2;
	}
	.order-lg-3 {
		order: 3;
	}
	.order-lg-4 {
		order: 4;
	}
	.order-lg-5 {
		order: 5;
	}
	.order-lg-6 {
		order: 6;
	}
	.order-lg-7 {
		order: 7;
	}
	.order-lg-8 {
		order: 8;
	}
	.order-lg-9 {
		order: 9;
	}
	.order-lg-10 {
		order: 10;
	}
	.order-lg-11 {
		order: 11;
	}
	.order-lg-12 {
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
	.offset-lg-2 {
		margin-left: 16.66667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333%;
	}
	.offset-lg-5 {
		margin-left: 41.66667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333%;
	}
	.offset-lg-8 {
		margin-left: 66.66667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333%;
	}
	.offset-lg-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%;
	}
	.row-cols-xl-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-xl-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-xl-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-xl-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-xl-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-xl-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		order: -1;
	}
	.order-xl-last {
		order: 13;
	}
	.order-xl-0 {
		order: 0;
	}
	.order-xl-1 {
		order: 1;
	}
	.order-xl-2 {
		order: 2;
	}
	.order-xl-3 {
		order: 3;
	}
	.order-xl-4 {
		order: 4;
	}
	.order-xl-5 {
		order: 5;
	}
	.order-xl-6 {
		order: 6;
	}
	.order-xl-7 {
		order: 7;
	}
	.order-xl-8 {
		order: 8;
	}
	.order-xl-9 {
		order: 9;
	}
	.order-xl-10 {
		order: 10;
	}
	.order-xl-11 {
		order: 11;
	}
	.order-xl-12 {
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333%;
	}
	.offset-xl-2 {
		margin-left: 16.66667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333%;
	}
	.offset-xl-5 {
		margin-left: 41.66667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333%;
	}
	.offset-xl-8 {
		margin-left: 66.66667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333%;
	}
	.offset-xl-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 1330px) {
	.col-2xl {
		flex-basis: 0;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%;
	}
	.row-cols-2xl-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-2xl-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-2xl-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-2xl-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-2xl-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-2xl-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-2xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-2xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-2xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-2xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-2xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-2xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-2xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-2xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-2xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-2xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-2xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-2xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-2xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-2xl-first {
		order: -1;
	}
	.order-2xl-last {
		order: 13;
	}
	.order-2xl-0 {
		order: 0;
	}
	.order-2xl-1 {
		order: 1;
	}
	.order-2xl-2 {
		order: 2;
	}
	.order-2xl-3 {
		order: 3;
	}
	.order-2xl-4 {
		order: 4;
	}
	.order-2xl-5 {
		order: 5;
	}
	.order-2xl-6 {
		order: 6;
	}
	.order-2xl-7 {
		order: 7;
	}
	.order-2xl-8 {
		order: 8;
	}
	.order-2xl-9 {
		order: 9;
	}
	.order-2xl-10 {
		order: 10;
	}
	.order-2xl-11 {
		order: 11;
	}
	.order-2xl-12 {
		order: 12;
	}
	.offset-2xl-0 {
		margin-left: 0;
	}
	.offset-2xl-1 {
		margin-left: 8.33333%;
	}
	.offset-2xl-2 {
		margin-left: 16.66667%;
	}
	.offset-2xl-3 {
		margin-left: 25%;
	}
	.offset-2xl-4 {
		margin-left: 33.33333%;
	}
	.offset-2xl-5 {
		margin-left: 41.66667%;
	}
	.offset-2xl-6 {
		margin-left: 50%;
	}
	.offset-2xl-7 {
		margin-left: 58.33333%;
	}
	.offset-2xl-8 {
		margin-left: 66.66667%;
	}
	.offset-2xl-9 {
		margin-left: 75%;
	}
	.offset-2xl-10 {
		margin-left: 83.33333%;
	}
	.offset-2xl-11 {
		margin-left: 91.66667%;
	}
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.625rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #1d1d1b;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #cccccc;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.form-control {
		transition: none;
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #1d1d1b;
}

.form-control:focus {
	color: #1d1d1b;
	background-color: #fff;
	border-color: #5e8ca9;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(47, 72, 88, 0.25);
}

.form-control::-webkit-input-placeholder {
	color: #5c5c5c;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #5c5c5c;
	opacity: 1;
}

.form-control::placeholder {
	color: #5c5c5c;
	opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #eeeeee;
	opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
	-webkit-appearance: none;
	        appearance: none;
}

select.form-control:focus::-ms-value {
	color: #1d1d1b;
	background-color: #fff;
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%;
}

.col-form-label {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5;
}

.col-form-label-sm {
	padding-top: calc(0.25rem + 1px);
	padding-bottom: calc(0.25rem + 1px);
	font-size: 0.875rem;
	line-height: 1.5;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: 0.375rem 0;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #1d1d1b;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	height: calc(1.5em + 0.5rem + 2px);
	padding: 0.25rem 0.75rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
	height: auto;
}

textarea.form-control {
	height: auto;
}

.form-group {
	margin-bottom: 1rem;
}

.form-text {
	display: block;
	margin-top: 0.25rem;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-check-input {
	position: absolute;
	margin-top: 0.3rem;
	margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
	color: #999999;
}

.form-check-label {
	margin-bottom: 0;
}

.form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: 0.3125rem;
	margin-left: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #28a745;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: .1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40, 167, 69, 0.9);
	border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
	border-color: #28a745;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
	border-color: #28a745;
	padding-right: calc(0.75em + 2.1875rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.625rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.625rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
	color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
	color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
	border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
	border-color: #34ce57;
	background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
	border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
	border-color: #28a745;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #d60000;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: .1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(214, 0, 0, 0.9);
	border-radius: 0.25rem;
}

.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: #d60000;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d60000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d60000' 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: #d60000;
	box-shadow: 0 0 0 0.2rem rgba(214, 0, 0, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
	border-color: #d60000;
	padding-right: calc(0.75em + 2.1875rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.625rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d60000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d60000' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.625rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
	border-color: #d60000;
	box-shadow: 0 0 0 0.2rem rgba(214, 0, 0, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
	color: #d60000;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
	color: #d60000;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
	border-color: #d60000;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
	border-color: #ff0a0a;
	background-color: #ff0a0a;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(214, 0, 0, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #d60000;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
	border-color: #d60000;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
	border-color: #d60000;
	box-shadow: 0 0 0 0.2rem rgba(214, 0, 0, 0.25);
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.form-inline .form-check {
	width: 100%;
}

@media (min-width: 576px) {
	.form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0;
	}
	.form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		align-items: center;
		margin-bottom: 0;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .form-control-plaintext {
		display: inline-block;
	}
	.form-inline .input-group,
	.form-inline .custom-select {
		width: auto;
	}
	.form-inline .form-check {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		padding-left: 0;
	}
	.form-inline .form-check-input {
		position: relative;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: 0.25rem;
		margin-left: 0;
	}
	.form-inline .custom-control {
		align-items: center;
		justify-content: center;
	}
	.form-inline .custom-control-label {
		margin-bottom: 0;
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #1d1d1b;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 1.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}

.btn:hover {
	color: #1d1d1b;
	text-decoration: none;
}

.btn:focus, .btn.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(47, 72, 88, 0.25);
}

.btn.disabled, .btn:disabled {
	opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none;
}

.btn-primary {
	color: #fff;
	background-color: #2f4858;
	border-color: #2f4858;
}

.btn-primary:hover {
	color: #fff;
	background-color: #22343f;
	border-color: #1d2d37;
}

.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #22343f;
	border-color: #1d2d37;
	box-shadow: 0 0 0 0.2rem rgba(78, 99, 113, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #2f4858;
	border-color: #2f4858;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #1d2d37;
	border-color: #19262e;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(78, 99, 113, 0.5);
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
	color: #fff;
	background-color: #01a2b9;
	border-color: #01a2b9;
}

.btn-info:hover {
	color: #fff;
	background-color: #018193;
	border-color: #017686;
}

.btn-info:focus, .btn-info.focus {
	color: #fff;
	background-color: #018193;
	border-color: #017686;
	box-shadow: 0 0 0 0.2rem rgba(39, 176, 196, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #01a2b9;
	border-color: #01a2b9;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #017686;
	border-color: #016a7a;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(39, 176, 196, 0.5);
}

.btn-warning {
	color: #1d1d1b;
	background-color: #fd7e14;
	border-color: #fd7e14;
}

.btn-warning:hover {
	color: #fff;
	background-color: #e96b02;
	border-color: #dc6502;
}

.btn-warning:focus, .btn-warning.focus {
	color: #fff;
	background-color: #e96b02;
	border-color: #dc6502;
	box-shadow: 0 0 0 0.2rem rgba(219, 111, 21, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
	color: #1d1d1b;
	background-color: #fd7e14;
	border-color: #fd7e14;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #dc6502;
	border-color: #cf5f02;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(219, 111, 21, 0.5);
}

.btn-danger {
	color: #fff;
	background-color: #d60000;
	border-color: #d60000;
}

.btn-danger:hover {
	color: #fff;
	background-color: #b00000;
	border-color: #a30000;
}

.btn-danger:focus, .btn-danger.focus {
	color: #fff;
	background-color: #b00000;
	border-color: #a30000;
	box-shadow: 0 0 0 0.2rem rgba(220, 38, 38, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #d60000;
	border-color: #d60000;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #a30000;
	border-color: #960000;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 38, 38, 0.5);
}

.btn-light {
	color: #1d1d1b;
	background-color: #f0f0f0;
	border-color: #f0f0f0;
}

.btn-light:hover {
	color: #1d1d1b;
	background-color: #dddddd;
	border-color: #d7d7d7;
}

.btn-light:focus, .btn-light.focus {
	color: #1d1d1b;
	background-color: #dddddd;
	border-color: #d7d7d7;
	box-shadow: 0 0 0 0.2rem rgba(208, 208, 208, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
	color: #1d1d1b;
	background-color: #f0f0f0;
	border-color: #f0f0f0;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
	color: #1d1d1b;
	background-color: #d7d7d7;
	border-color: #d0d0d0;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(208, 208, 208, 0.5);
}

.btn-dark {
	color: #fff;
	background-color: #333333;
	border-color: #333333;
}

.btn-dark:hover {
	color: #fff;
	background-color: #202020;
	border-color: #1a1a1a;
}

.btn-dark:focus, .btn-dark.focus {
	color: #fff;
	background-color: #202020;
	border-color: #1a1a1a;
	box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #333333;
	border-color: #333333;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1a1a1a;
	border-color: #131313;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}

.btn-brand-color {
	color: #1d1d1b;
	background-color: #ffed00;
	border-color: #ffed00;
}

.btn-brand-color:hover {
	color: #1d1d1b;
	background-color: #d9c900;
	border-color: #ccbe00;
}

.btn-brand-color:focus, .btn-brand-color.focus {
	color: #1d1d1b;
	background-color: #d9c900;
	border-color: #ccbe00;
	box-shadow: 0 0 0 0.2rem rgba(221, 206, 4, 0.5);
}

.btn-brand-color.disabled, .btn-brand-color:disabled {
	color: #1d1d1b;
	background-color: #ffed00;
	border-color: #ffed00;
}

.btn-brand-color:not(:disabled):not(.disabled):active, .btn-brand-color:not(:disabled):not(.disabled).active,
.show > .btn-brand-color.dropdown-toggle {
	color: #1d1d1b;
	background-color: #ccbe00;
	border-color: #bfb200;
}

.btn-brand-color:not(:disabled):not(.disabled):active:focus, .btn-brand-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-brand-color.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(221, 206, 4, 0.5);
}

.btn-gray-light {
	color: #1d1d1b;
	background-color: #eeeeee;
	border-color: #eeeeee;
}

.btn-gray-light:hover {
	color: #1d1d1b;
	background-color: #dbdbdb;
	border-color: #d5d5d5;
}

.btn-gray-light:focus, .btn-gray-light.focus {
	color: #1d1d1b;
	background-color: #dbdbdb;
	border-color: #d5d5d5;
	box-shadow: 0 0 0 0.2rem rgba(207, 207, 206, 0.5);
}

.btn-gray-light.disabled, .btn-gray-light:disabled {
	color: #1d1d1b;
	background-color: #eeeeee;
	border-color: #eeeeee;
}

.btn-gray-light:not(:disabled):not(.disabled):active, .btn-gray-light:not(:disabled):not(.disabled).active,
.show > .btn-gray-light.dropdown-toggle {
	color: #1d1d1b;
	background-color: #d5d5d5;
	border-color: #cecece;
}

.btn-gray-light:not(:disabled):not(.disabled):active:focus, .btn-gray-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(207, 207, 206, 0.5);
}

.btn-gray {
	color: #1d1d1b;
	background-color: #a7a7a7;
	border-color: #a7a7a7;
}

.btn-gray:hover {
	color: #fff;
	background-color: #949494;
	border-color: #8e8e8e;
}

.btn-gray:focus, .btn-gray.focus {
	color: #fff;
	background-color: #949494;
	border-color: #8e8e8e;
	box-shadow: 0 0 0 0.2rem rgba(146, 146, 146, 0.5);
}

.btn-gray.disabled, .btn-gray:disabled {
	color: #1d1d1b;
	background-color: #a7a7a7;
	border-color: #a7a7a7;
}

.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
	color: #fff;
	background-color: #8e8e8e;
	border-color: #878787;
}

.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(146, 146, 146, 0.5);
}

.btn-red {
	color: #fff;
	background-color: #a11230;
	border-color: #a11230;
}

.btn-red:hover {
	color: #fff;
	background-color: #7f0e26;
	border-color: #730d22;
}

.btn-red:focus, .btn-red.focus {
	color: #fff;
	background-color: #7f0e26;
	border-color: #730d22;
	box-shadow: 0 0 0 0.2rem rgba(175, 54, 79, 0.5);
}

.btn-red.disabled, .btn-red:disabled {
	color: #fff;
	background-color: #a11230;
	border-color: #a11230;
}

.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active,
.show > .btn-red.dropdown-toggle {
	color: #fff;
	background-color: #730d22;
	border-color: #680c1f;
}

.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-red.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(175, 54, 79, 0.5);
}

.btn-outline-primary {
	color: #2f4858;
	border-color: #2f4858;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #2f4858;
	border-color: #2f4858;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(47, 72, 88, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #2f4858;
	background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #2f4858;
	border-color: #2f4858;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(47, 72, 88, 0.5);
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
	color: #28a745;
	border-color: #28a745;
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
	color: #01a2b9;
	border-color: #01a2b9;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #01a2b9;
	border-color: #01a2b9;
}

.btn-outline-info:focus, .btn-outline-info.focus {
	box-shadow: 0 0 0 0.2rem rgba(1, 162, 185, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #01a2b9;
	background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #01a2b9;
	border-color: #01a2b9;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(1, 162, 185, 0.5);
}

.btn-outline-warning {
	color: #fd7e14;
	border-color: #fd7e14;
}

.btn-outline-warning:hover {
	color: #1d1d1b;
	background-color: #fd7e14;
	border-color: #fd7e14;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
	box-shadow: 0 0 0 0.2rem rgba(253, 126, 20, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #fd7e14;
	background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
	color: #1d1d1b;
	background-color: #fd7e14;
	border-color: #fd7e14;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(253, 126, 20, 0.5);
}

.btn-outline-danger {
	color: #d60000;
	border-color: #d60000;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #d60000;
	border-color: #d60000;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
	box-shadow: 0 0 0 0.2rem rgba(214, 0, 0, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #d60000;
	background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #d60000;
	border-color: #d60000;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(214, 0, 0, 0.5);
}

.btn-outline-light {
	color: #f0f0f0;
	border-color: #f0f0f0;
}

.btn-outline-light:hover {
	color: #1d1d1b;
	background-color: #f0f0f0;
	border-color: #f0f0f0;
}

.btn-outline-light:focus, .btn-outline-light.focus {
	box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #f0f0f0;
	background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
	color: #1d1d1b;
	background-color: #f0f0f0;
	border-color: #f0f0f0;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5);
}

.btn-outline-dark {
	color: #333333;
	border-color: #333333;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #333333;
	border-color: #333333;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
	box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #333333;
	background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #333333;
	border-color: #333333;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.btn-outline-brand-color {
	color: #ffed00;
	border-color: #ffed00;
}

.btn-outline-brand-color:hover {
	color: #1d1d1b;
	background-color: #ffed00;
	border-color: #ffed00;
}

.btn-outline-brand-color:focus, .btn-outline-brand-color.focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 237, 0, 0.5);
}

.btn-outline-brand-color.disabled, .btn-outline-brand-color:disabled {
	color: #ffed00;
	background-color: transparent;
}

.btn-outline-brand-color:not(:disabled):not(.disabled):active, .btn-outline-brand-color:not(:disabled):not(.disabled).active,
.show > .btn-outline-brand-color.dropdown-toggle {
	color: #1d1d1b;
	background-color: #ffed00;
	border-color: #ffed00;
}

.btn-outline-brand-color:not(:disabled):not(.disabled):active:focus, .btn-outline-brand-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-brand-color.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 237, 0, 0.5);
}

.btn-outline-gray-light {
	color: #eeeeee;
	border-color: #eeeeee;
}

.btn-outline-gray-light:hover {
	color: #1d1d1b;
	background-color: #eeeeee;
	border-color: #eeeeee;
}

.btn-outline-gray-light:focus, .btn-outline-gray-light.focus {
	box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

.btn-outline-gray-light.disabled, .btn-outline-gray-light:disabled {
	color: #eeeeee;
	background-color: transparent;
}

.btn-outline-gray-light:not(:disabled):not(.disabled):active, .btn-outline-gray-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-light.dropdown-toggle {
	color: #1d1d1b;
	background-color: #eeeeee;
	border-color: #eeeeee;
}

.btn-outline-gray-light:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

.btn-outline-gray {
	color: #a7a7a7;
	border-color: #a7a7a7;
}

.btn-outline-gray:hover {
	color: #1d1d1b;
	background-color: #a7a7a7;
	border-color: #a7a7a7;
}

.btn-outline-gray:focus, .btn-outline-gray.focus {
	box-shadow: 0 0 0 0.2rem rgba(167, 167, 167, 0.5);
}

.btn-outline-gray.disabled, .btn-outline-gray:disabled {
	color: #a7a7a7;
	background-color: transparent;
}

.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray.dropdown-toggle {
	color: #1d1d1b;
	background-color: #a7a7a7;
	border-color: #a7a7a7;
}

.btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(167, 167, 167, 0.5);
}

.btn-outline-red {
	color: #a11230;
	border-color: #a11230;
}

.btn-outline-red:hover {
	color: #fff;
	background-color: #a11230;
	border-color: #a11230;
}

.btn-outline-red:focus, .btn-outline-red.focus {
	box-shadow: 0 0 0 0.2rem rgba(161, 18, 48, 0.5);
}

.btn-outline-red.disabled, .btn-outline-red:disabled {
	color: #a11230;
	background-color: transparent;
}

.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active,
.show > .btn-outline-red.dropdown-toggle {
	color: #fff;
	background-color: #a11230;
	border-color: #a11230;
}

.btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-red.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(161, 18, 48, 0.5);
}

.btn-link {
	font-weight: 400;
	color: #01a2b9;
	text-decoration: none;
}

.btn-link:hover {
	color: #2f4858;
	text-decoration: none;
}

.btn-link:focus, .btn-link.focus {
	text-decoration: none;
}

.btn-link:disabled, .btn-link.disabled {
	color: #999999;
	pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 2rem;
}

.btn-sm, .btn-group-sm > .btn {
	padding: 0.25rem 0.75rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 1.25rem;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block + .btn-block {
	margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.fade {
	transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
	.fade {
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none;
	}
}

.dropup,
.dropright,
.dropdown,
.dropleft {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 18rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 0.875rem;
	color: #1d1d1b;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

@media (min-width: 576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0;
	}
	.dropdown-menu-sm-right {
		right: 0;
		left: auto;
	}
}

@media (min-width: 768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0;
	}
	.dropdown-menu-md-right {
		right: 0;
		left: auto;
	}
}

@media (min-width: 992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0;
	}
	.dropdown-menu-lg-right {
		right: 0;
		left: auto;
	}
}

@media (min-width: 1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0;
	}
	.dropdown-menu-xl-right {
		right: 0;
		left: auto;
	}
}

@media (min-width: 1330px) {
	.dropdown-menu-2xl-left {
		right: auto;
		left: 0;
	}
	.dropdown-menu-2xl-right {
		right: 0;
		left: auto;
	}
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 0.125rem;
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
	vertical-align: 0;
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
	right: auto;
	bottom: auto;
}

.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid #eeeeee;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.625rem 0.625rem;
	clear: both;
	font-weight: 400;
	color: #1d1d1b;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
	color: #000;
	text-decoration: none;
	background-color: #ffed00;
}

.dropdown-item.active, .dropdown-item:active {
	color: #000;
	text-decoration: none;
	background-color: #ebda00;
}

.dropdown-item.disabled, .dropdown-item:disabled {
	color: #999999;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: 0.5rem 0.625rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	color: #999999;
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: 0.625rem 0.625rem;
	color: #1d1d1b;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
	position: relative;
	flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
	z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
	z-index: 1;
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
	margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
	margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
	padding-right: 0.5625rem;
	padding-left: 0.5625rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
	width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
	margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
	margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
	margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
	z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
	z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group > .custom-file {
	display: flex;
	align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
	display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
	position: relative;
	z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
	z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
	margin-left: -1px;
}

.input-group-prepend {
	margin-right: -1px;
}

.input-group-append {
	margin-left: -1px;
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: 0.375rem 0.625rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #1d1d1b;
	text-align: center;
	white-space: nowrap;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
	margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
	height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
	height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
	padding: 0.25rem 0.75rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
	padding-right: 1.625rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem;
}

.custom-control-inline {
	display: inline-flex;
	margin-right: 1rem;
}

.custom-control-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 1rem;
	height: 1.25rem;
	opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #2f4858;
	background-color: #2f4858;
}

.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(47, 72, 88, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #5e8ca9;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	color: #fff;
	background-color: #7fa3bb;
	border-color: #7fa3bb;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
	color: #999999;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
	background-color: #eeeeee;
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
}

.custom-control-label::before {
	position: absolute;
	top: 0.25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #a7a7a7 solid 1px;
}

.custom-control-label::after {
	position: absolute;
	top: 0.25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
	border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	border-color: #2f4858;
	background-color: #2f4858;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(47, 72, 88, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
	background-color: rgba(47, 72, 88, 0.5);
}

.custom-radio .custom-control-label::before {
	border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(47, 72, 88, 0.5);
}

.custom-switch {
	padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
	top: calc(0.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #a7a7a7;
	border-radius: 0.5rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.custom-switch .custom-control-label::after {
		transition: none;
	}
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
	background-color: #fff;
	-webkit-transform: translateX(0.75rem);
	        transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(47, 72, 88, 0.5);
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 1.625rem 0.375rem 0.625rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #1d1d1b;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.625rem center/8px 10px;
	border: 1px solid #cccccc;
	border-radius: 0.25rem;
	-webkit-appearance: none;
	        appearance: none;
}

.custom-select:focus {
	border-color: #5e8ca9;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(47, 72, 88, 0.25);
}

.custom-select:focus::-ms-value {
	color: #1d1d1b;
	background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: 0.625rem;
	background-image: none;
}

.custom-select:disabled {
	color: #999999;
	background-color: #eeeeee;
}

.custom-select::-ms-expand {
	display: none;
}

.custom-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #1d1d1b;
}

.custom-select-sm {
	height: calc(1.5em + 0.5rem + 2px);
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.75rem;
	font-size: 0.875rem;
}

.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	margin-bottom: 0;
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	margin: 0;
	opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
	border-color: #5e8ca9;
	box-shadow: 0 0 0 0.2rem rgba(47, 72, 88, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
	background-color: #eeeeee;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
	content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
	content: attr(data-browse);
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.625rem;
	font-weight: 400;
	line-height: 1.5;
	color: #1d1d1b;
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 0.25rem;
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + 0.75rem);
	padding: 0.375rem 0.625rem;
	line-height: 1.5;
	color: #1d1d1b;
	content: "Browse";
	background-color: #eeeeee;
	border-left: inherit;
	border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
	width: 100%;
	height: 1.4rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	        appearance: none;
}

.custom-range:focus {
	outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(47, 72, 88, 0.25);
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(47, 72, 88, 0.25);
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(47, 72, 88, 0.25);
}

.custom-range::-moz-focus-outer {
	border: 0;
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -0.25rem;
	background-color: #2f4858;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	        appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none;
	}
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #7fa3bb;
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dcdcdc;
	border-color: transparent;
	border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #2f4858;
	border: 0;
	border-radius: 1rem;
	-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none;
	}
}

.custom-range::-moz-range-thumb:active {
	background-color: #7fa3bb;
}

.custom-range::-moz-range-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dcdcdc;
	border-color: transparent;
	border-radius: 1rem;
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: 0.2rem;
	margin-left: 0.2rem;
	background-color: #2f4858;
	border: 0;
	border-radius: 1rem;
	-ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-ms-thumb {
		-ms-transition: none;
		transition: none;
	}
}

.custom-range::-ms-thumb:active {
	background-color: #7fa3bb;
}

.custom-range::-ms-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
	background-color: #dcdcdc;
	border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dcdcdc;
	border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #a7a7a7;
}

.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
	background-color: #a7a7a7;
}

.custom-range:disabled::-moz-range-track {
	cursor: default;
}

.custom-range:disabled::-ms-thumb {
	background-color: #a7a7a7;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.custom-control-label::before,
	.custom-file-label,
	.custom-select {
		transition: none;
	}
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: 0.3125rem 1rem;
}

.nav-link:hover, .nav-link:focus {
	text-decoration: none;
}

.nav-link.disabled {
	color: #999999;
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	border-bottom: 1px solid #dcdcdc;
}

.nav-tabs .nav-item {
	margin-bottom: -1px;
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	border-color: #eeeeee #eeeeee #dcdcdc;
}

.nav-tabs .nav-link.disabled {
	color: #999999;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #5c5c5c;
	background-color: #fff;
	border-color: #dcdcdc #dcdcdc #fff;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills .nav-link {
	border-radius: 2rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: #fff;
	background-color: #2f4858;
}

.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center;
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0.5rem 1rem;
}

.navbar .container, .navbar .footer-container,
.navbar .container-fluid, .navbar .container-lg, .navbar .container-xl, .navbar .container-2xl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.navbar-brand {
	display: inline-block;
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none;
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}

.navbar-text {
	display: inline-block;
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
}

.navbar-toggler {
	padding: 0.45rem 0.75rem;
	font-size: 1rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 1.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
	text-decoration: none;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
}

@media (max-width: 575.98px) {
	.navbar-expand-sm > .container, .navbar-expand-sm > .footer-container,
	.navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-2xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 576px) {
	.navbar-expand-sm {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-sm .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-sm > .container, .navbar-expand-sm > .footer-container,
	.navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-2xl {
		flex-wrap: nowrap;
	}
	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.navbar-expand-md > .container, .navbar-expand-md > .footer-container,
	.navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-2xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-md .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-md > .container, .navbar-expand-md > .footer-container,
	.navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-2xl {
		flex-wrap: nowrap;
	}
	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.navbar-expand-lg > .container, .navbar-expand-lg > .footer-container,
	.navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-2xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-lg > .container, .navbar-expand-lg > .footer-container,
	.navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-2xl {
		flex-wrap: nowrap;
	}
	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

@media (max-width: 1199.98px) {
	.navbar-expand-xl > .container, .navbar-expand-xl > .footer-container,
	.navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-2xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-xl .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-xl > .container, .navbar-expand-xl > .footer-container,
	.navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-2xl {
		flex-wrap: nowrap;
	}
	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
}

@media (max-width: 1329.98px) {
	.navbar-expand-2xl > .container, .navbar-expand-2xl > .footer-container,
	.navbar-expand-2xl > .container-fluid, .navbar-expand-2xl > .container-lg, .navbar-expand-2xl > .container-xl, .navbar-expand-2xl > .container-2xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 1330px) {
	.navbar-expand-2xl {
		flex-flow: row nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-2xl .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-2xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-2xl .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar-expand-2xl > .container, .navbar-expand-2xl > .footer-container,
	.navbar-expand-2xl > .container-fluid, .navbar-expand-2xl > .container-lg, .navbar-expand-2xl > .container-xl, .navbar-expand-2xl > .container-2xl {
		flex-wrap: nowrap;
	}
	.navbar-expand-2xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-2xl .navbar-toggler {
		display: none;
	}
}

.navbar-expand {
	flex-flow: row nowrap;
	justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .footer-container,
.navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-2xl {
	padding-right: 0;
	padding-left: 0;
}

.navbar-expand .navbar-nav {
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.navbar-expand > .container, .navbar-expand > .footer-container,
.navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-2xl {
	flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
	color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
	color: #fff;
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
	color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
	color: #fff;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0.625rem 0;
	margin-bottom: 0;
	font-size: 0.875rem;
	list-style: none;
	border-radius: 0.25rem;
}

.breadcrumb-item {
	display: flex;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	color: #a7a7a7;
	content: "";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: none;
}

.breadcrumb-item.active {
	color: #2f4858;
}

.badge {
	display: inline-block;
	padding: 0.375rem 0.5rem;
	font-size: 75%;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.badge {
		transition: none;
	}
}

a.badge:hover, a.badge:focus {
	text-decoration: none;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.badge-pill {
	padding-right: 0.6em;
	padding-left: 0.6em;
	border-radius: 10rem;
}

.badge-primary {
	color: #fff;
	background-color: #2f4858;
}

a.badge-primary:hover, a.badge-primary:focus {
	color: #fff;
	background-color: #1d2d37;
}

a.badge-primary:focus, a.badge-primary.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(47, 72, 88, 0.5);
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
	color: #fff;
	background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
	color: #fff;
	background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
	color: #fff;
	background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
	color: #fff;
	background-color: #01a2b9;
}

a.badge-info:hover, a.badge-info:focus {
	color: #fff;
	background-color: #017686;
}

a.badge-info:focus, a.badge-info.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(1, 162, 185, 0.5);
}

.badge-warning {
	color: #1d1d1b;
	background-color: #fd7e14;
}

a.badge-warning:hover, a.badge-warning:focus {
	color: #1d1d1b;
	background-color: #dc6502;
}

a.badge-warning:focus, a.badge-warning.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(253, 126, 20, 0.5);
}

.badge-danger {
	color: #fff;
	background-color: #d60000;
}

a.badge-danger:hover, a.badge-danger:focus {
	color: #fff;
	background-color: #a30000;
}

a.badge-danger:focus, a.badge-danger.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(214, 0, 0, 0.5);
}

.badge-light {
	color: #1d1d1b;
	background-color: #f0f0f0;
}

a.badge-light:hover, a.badge-light:focus {
	color: #1d1d1b;
	background-color: #d7d7d7;
}

a.badge-light:focus, a.badge-light.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(240, 240, 240, 0.5);
}

.badge-dark {
	color: #fff;
	background-color: #333333;
}

a.badge-dark:hover, a.badge-dark:focus {
	color: #fff;
	background-color: #1a1a1a;
}

a.badge-dark:focus, a.badge-dark.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.badge-brand-color {
	color: #1d1d1b;
	background-color: #ffed00;
}

a.badge-brand-color:hover, a.badge-brand-color:focus {
	color: #1d1d1b;
	background-color: #ccbe00;
}

a.badge-brand-color:focus, a.badge-brand-color.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(255, 237, 0, 0.5);
}

.badge-gray-light {
	color: #1d1d1b;
	background-color: #eeeeee;
}

a.badge-gray-light:hover, a.badge-gray-light:focus {
	color: #1d1d1b;
	background-color: #d5d5d5;
}

a.badge-gray-light:focus, a.badge-gray-light.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5);
}

.badge-gray {
	color: #1d1d1b;
	background-color: #a7a7a7;
}

a.badge-gray:hover, a.badge-gray:focus {
	color: #1d1d1b;
	background-color: #8e8e8e;
}

a.badge-gray:focus, a.badge-gray.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(167, 167, 167, 0.5);
}

.badge-red {
	color: #fff;
	background-color: #a11230;
}

a.badge-red:hover, a.badge-red:focus {
	color: #fff;
	background-color: #730d22;
}

a.badge-red:focus, a.badge-red.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(161, 18, 48, 0.5);
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #eeeeee;
	border-radius: 0.3rem;
}

@media (min-width: 576px) {
	.jumbotron {
		padding: 4rem 2rem;
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
}

.alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 600;
}

.alert-dismissible {
	padding-right: 4rem;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.75rem 1.25rem;
	color: inherit;
}

.alert-primary {
	color: #18252e;
	background-color: #d5dade;
	border-color: #c5ccd0;
}

.alert-primary hr {
	border-top-color: #b7c0c5;
}

.alert-primary .alert-link {
	color: #070a0c;
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}

.alert-secondary hr {
	border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
	color: #202326;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-success hr {
	border-top-color: #b1dfbb;
}

.alert-success .alert-link {
	color: #0b2e13;
}

.alert-info {
	color: #015460;
	background-color: #ccecf1;
	border-color: #b8e5eb;
}

.alert-info hr {
	border-top-color: #a4dee5;
}

.alert-info .alert-link {
	color: #00282e;
}

.alert-warning {
	color: #84420a;
	background-color: #ffe5d0;
	border-color: #fedbbd;
}

.alert-warning hr {
	border-top-color: #fecda4;
}

.alert-warning .alert-link {
	color: #552a06;
}

.alert-danger {
	color: #6f0000;
	background-color: #f7cccc;
	border-color: #f4b8b8;
}

.alert-danger hr {
	border-top-color: #f1a2a2;
}

.alert-danger .alert-link {
	color: #3c0000;
}

.alert-light {
	color: #7d7d7d;
	background-color: #fcfcfc;
	border-color: #fbfbfb;
}

.alert-light hr {
	border-top-color: #eeeeee;
}

.alert-light .alert-link {
	color: #646464;
}

.alert-dark {
	color: #1b1b1b;
	background-color: #d6d6d6;
	border-color: #c6c6c6;
}

.alert-dark hr {
	border-top-color: #b9b9b9;
}

.alert-dark .alert-link {
	color: #020202;
}

.alert-brand-color {
	color: #857b00;
	background-color: #fffbcc;
	border-color: #fffab8;
}

.alert-brand-color hr {
	border-top-color: #fff89f;
}

.alert-brand-color .alert-link {
	color: #524c00;
}

.alert-gray-light {
	color: #7c7c7c;
	background-color: #fcfcfc;
	border-color: #fafafa;
}

.alert-gray-light hr {
	border-top-color: #ededed;
}

.alert-gray-light .alert-link {
	color: #636363;
}

.alert-gray {
	color: #575757;
	background-color: #ededed;
	border-color: #e6e6e6;
}

.alert-gray hr {
	border-top-color: #d9d9d9;
}

.alert-gray .alert-link {
	color: #3e3e3e;
}

.alert-red {
	color: #540919;
	background-color: #ecd0d6;
	border-color: #e5bdc5;
}

.alert-red hr {
	border-top-color: #deabb5;
}

.alert-red .alert-link {
	color: #26040b;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	to {
		background-position: 0 0;
	}
}

.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	line-height: 0;
	font-size: 0.75rem;
	background-color: #eeeeee;
	border-radius: 0.25rem;
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #2f4858;
	transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar {
		transition: none;
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	        animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar-animated {
		-webkit-animation: none;
		        animation: none;
	}
}

.media {
	display: flex;
	align-items: flex-start;
}

.media-body {
	flex: 1;
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: 0.25rem;
}

.list-group-item-action {
	width: 100%;
	color: #5c5c5c;
	text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
	z-index: 1;
	color: #5c5c5c;
	text-decoration: none;
	background-color: #f0f0f0;
}

.list-group-item-action:active {
	color: #1d1d1b;
	background-color: #eeeeee;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
	color: #999999;
	pointer-events: none;
	background-color: #fff;
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #2f4858;
	border-color: #2f4858;
}

.list-group-item + .list-group-item {
	border-top-width: 0;
}

.list-group-item + .list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px;
}

.list-group-horizontal {
	flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
	border-bottom-left-radius: 0.25rem;
	border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
	border-top-right-radius: 0.25rem;
	border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
	margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
	border-top-width: 1px;
	border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px;
}

@media (min-width: 576px) {
	.list-group-horizontal-sm {
		flex-direction: row;
	}
	.list-group-horizontal-sm > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-sm > .list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-sm > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-sm > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-sm > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width: 768px) {
	.list-group-horizontal-md {
		flex-direction: row;
	}
	.list-group-horizontal-md > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-md > .list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-md > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-md > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-md > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width: 992px) {
	.list-group-horizontal-lg {
		flex-direction: row;
	}
	.list-group-horizontal-lg > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-lg > .list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-lg > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-lg > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-lg > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width: 1200px) {
	.list-group-horizontal-xl {
		flex-direction: row;
	}
	.list-group-horizontal-xl > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-xl > .list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-xl > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-xl > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-xl > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width: 1330px) {
	.list-group-horizontal-2xl {
		flex-direction: row;
	}
	.list-group-horizontal-2xl > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0;
	}
	.list-group-horizontal-2xl > .list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-2xl > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-2xl > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	.list-group-horizontal-2xl > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

.list-group-flush {
	border-radius: 0;
}

.list-group-flush > .list-group-item {
	border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
	border-bottom-width: 0;
}

.list-group-item-primary {
	color: #18252e;
	background-color: #c5ccd0;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
	color: #18252e;
	background-color: #b7c0c5;
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #18252e;
	border-color: #18252e;
}

.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
	color: #383d41;
	background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41;
}

.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
	color: #155724;
	background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #155724;
	border-color: #155724;
}

.list-group-item-info {
	color: #015460;
	background-color: #b8e5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
	color: #015460;
	background-color: #a4dee5;
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #015460;
	border-color: #015460;
}

.list-group-item-warning {
	color: #84420a;
	background-color: #fedbbd;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
	color: #84420a;
	background-color: #fecda4;
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #84420a;
	border-color: #84420a;
}

.list-group-item-danger {
	color: #6f0000;
	background-color: #f4b8b8;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
	color: #6f0000;
	background-color: #f1a2a2;
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #6f0000;
	border-color: #6f0000;
}

.list-group-item-light {
	color: #7d7d7d;
	background-color: #fbfbfb;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
	color: #7d7d7d;
	background-color: #eeeeee;
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #7d7d7d;
	border-color: #7d7d7d;
}

.list-group-item-dark {
	color: #1b1b1b;
	background-color: #c6c6c6;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
	color: #1b1b1b;
	background-color: #b9b9b9;
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1b1b;
	border-color: #1b1b1b;
}

.list-group-item-brand-color {
	color: #857b00;
	background-color: #fffab8;
}

.list-group-item-brand-color.list-group-item-action:hover, .list-group-item-brand-color.list-group-item-action:focus {
	color: #857b00;
	background-color: #fff89f;
}

.list-group-item-brand-color.list-group-item-action.active {
	color: #fff;
	background-color: #857b00;
	border-color: #857b00;
}

.list-group-item-gray-light {
	color: #7c7c7c;
	background-color: #fafafa;
}

.list-group-item-gray-light.list-group-item-action:hover, .list-group-item-gray-light.list-group-item-action:focus {
	color: #7c7c7c;
	background-color: #ededed;
}

.list-group-item-gray-light.list-group-item-action.active {
	color: #fff;
	background-color: #7c7c7c;
	border-color: #7c7c7c;
}

.list-group-item-gray {
	color: #575757;
	background-color: #e6e6e6;
}

.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
	color: #575757;
	background-color: #d9d9d9;
}

.list-group-item-gray.list-group-item-action.active {
	color: #fff;
	background-color: #575757;
	border-color: #575757;
}

.list-group-item-red {
	color: #540919;
	background-color: #e5bdc5;
}

.list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
	color: #540919;
	background-color: #deabb5;
}

.list-group-item-red.list-group-item-action.active {
	color: #fff;
	background-color: #540919;
	border-color: #540919;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

.close:hover {
	color: #000;
	text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
	opacity: .75;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
}

a.close.disabled {
	pointer-events: none;
}

.toast {
	max-width: 350px;
	overflow: hidden;
	font-size: 0.875rem;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(10px);
	        backdrop-filter: blur(10px);
	opacity: 0;
	border-radius: 0.25rem;
}

.toast:not(:last-child) {
	margin-bottom: 0.75rem;
}

.toast.showing {
	opacity: 1;
}

.toast.show {
	display: block;
	opacity: 1;
}

.toast.hide {
	display: none;
}

.toast-header {
	display: flex;
	align-items: center;
	padding: 0.25rem 0.75rem;
	color: #999999;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
	padding: 0.75rem;
}

.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -50px);
	        transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	        transform: none;
}

.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	        transform: scale(1.02);
}

.modal-dialog-scrollable {
	display: flex;
	max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
	flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	height: -webkit-min-content;
	height: min-content;
	content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.75rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 0 solid #dcdcdc;
	border-top-left-radius: calc(0.75rem - 1px);
	border-top-right-radius: calc(0.75rem - 1px);
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.2;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: 0.75rem;
	border-top: 1px solid #dcdcdc;
	border-bottom-right-radius: calc(0.75rem - 1px);
	border-bottom-left-radius: calc(0.75rem - 1px);
}

.modal-footer > * {
	margin: 0.25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 546px;
		margin: 1.75rem auto;
	}
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem);
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
		height: -webkit-min-content;
		height: min-content;
	}
	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg,
	.modal-xl {
		max-width: 800px;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: "Open Sans", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: 0.9;
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: 0.8rem;
	height: 0.4rem;
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
	padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
	bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
	top: 0;
	border-width: 0.4rem 0.4rem 0;
	border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
	padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
	left: 0;
	width: 0.4rem;
	height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
	right: 0;
	border-width: 0.4rem 0.4rem 0.4rem 0;
	border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
	padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
	top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	bottom: 0;
	border-width: 0 0.4rem 0.4rem;
	border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
	padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
	right: 0;
	width: 0.4rem;
	height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
	left: 0;
	border-width: 0.4rem 0 0.4rem 0.4rem;
	border-left-color: #000;
}

.tooltip-inner {
	max-width: 200px;
	padding: 0.25rem 0.5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 0.25rem;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: "Open Sans", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: 0.5rem;
	margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
	margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
	bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
	bottom: 0;
	border-width: 0.5rem 0.5rem 0;
	border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
	bottom: 1px;
	border-width: 0.5rem 0.5rem 0;
	border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
	margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
	left: calc(-0.5rem - 1px);
	width: 0.5rem;
	height: 1rem;
	margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
	left: 0;
	border-width: 0.5rem 0.5rem 0.5rem 0;
	border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
	left: 1px;
	border-width: 0.5rem 0.5rem 0.5rem 0;
	border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
	margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
	top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
	top: 0;
	border-width: 0 0.5rem 0.5rem 0.5rem;
	border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
	top: 1px;
	border-width: 0 0.5rem 0.5rem 0.5rem;
	border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -0.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
	margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
	right: calc(-0.5rem - 1px);
	width: 0.5rem;
	height: 1rem;
	margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
	right: 0;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
	right: 1px;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	border-left-color: #fff;
}

.popover-header {
	padding: 0.5rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	color: #000;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: 0.5rem 0.75rem;
	color: #1d1d1b;
}

@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

.spinner-border {
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	vertical-align: text-bottom;
	border: 0.125rem solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	        animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
	width: 1.5rem;
	height: 1.5rem;
	border-width: 0.125rem;
}

@-webkit-keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	50% {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

@keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	50% {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

.spinner-grow {
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: spinner-grow .75s linear infinite;
	        animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
	width: 1.5rem;
	height: 1.5rem;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.bg-primary {
	background-color: #2f4858 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #1d2d37 !important;
}

.bg-secondary {
	background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #545b62 !important;
}

.bg-success {
	background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #1e7e34 !important;
}

.bg-info {
	background-color: #01a2b9 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #017686 !important;
}

.bg-warning {
	background-color: #fd7e14 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
	background-color: #dc6502 !important;
}

.bg-danger {
	background-color: #d60000 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
	background-color: #a30000 !important;
}

.bg-light {
	background-color: #f0f0f0 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #d7d7d7 !important;
}

.bg-dark {
	background-color: #333333 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #1a1a1a !important;
}

.bg-brand-color {
	background-color: #ffed00 !important;
}

a.bg-brand-color:hover, a.bg-brand-color:focus,
button.bg-brand-color:hover,
button.bg-brand-color:focus {
	background-color: #ccbe00 !important;
}

.bg-gray-light {
	background-color: #eeeeee !important;
}

a.bg-gray-light:hover, a.bg-gray-light:focus,
button.bg-gray-light:hover,
button.bg-gray-light:focus {
	background-color: #d5d5d5 !important;
}

.bg-gray {
	background-color: #a7a7a7 !important;
}

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
	background-color: #8e8e8e !important;
}

.bg-red {
	background-color: #a11230 !important;
}

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
	background-color: #730d22 !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.border {
	border: 1px solid #dcdcdc !important;
}

.border-top {
	border-top: 1px solid #dcdcdc !important;
}

.border-right {
	border-right: 1px solid #dcdcdc !important;
}

.border-bottom {
	border-bottom: 1px solid #dcdcdc !important;
}

.border-left {
	border-left: 1px solid #dcdcdc !important;
}

.border-0 {
	border: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.border-primary {
	border-color: #2f4858 !important;
}

.border-secondary {
	border-color: #6c757d !important;
}

.border-success {
	border-color: #28a745 !important;
}

.border-info {
	border-color: #01a2b9 !important;
}

.border-warning {
	border-color: #fd7e14 !important;
}

.border-danger {
	border-color: #d60000 !important;
}

.border-light {
	border-color: #f0f0f0 !important;
}

.border-dark {
	border-color: #333333 !important;
}

.border-brand-color {
	border-color: #ffed00 !important;
}

.border-gray-light {
	border-color: #eeeeee !important;
}

.border-gray {
	border-color: #a7a7a7 !important;
}

.border-red {
	border-color: #a11230 !important;
}

.border-white {
	border-color: #fff !important;
}

.rounded-sm {
	border-radius: 0.2rem !important;
}

.rounded {
	border-radius: 0.25rem !important;
}

.rounded-top {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}

.rounded-right {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
	border-bottom-right-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
	border-top-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
	border-radius: 0.3rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex, .footer-container {
	display: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: flex !important;
	}
	.d-md-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: inline-flex !important;
	}
}

@media (min-width: 1330px) {
	.d-2xl-none {
		display: none !important;
	}
	.d-2xl-inline {
		display: inline !important;
	}
	.d-2xl-inline-block {
		display: inline-block !important;
	}
	.d-2xl-block {
		display: block !important;
	}
	.d-2xl-table {
		display: table !important;
	}
	.d-2xl-table-row {
		display: table-row !important;
	}
	.d-2xl-table-cell {
		display: table-cell !important;
	}
	.d-2xl-flex {
		display: flex !important;
	}
	.d-2xl-inline-flex {
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: flex !important;
	}
	.d-print-inline-flex {
		display: inline-flex !important;
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	flex-grow: 0 !important;
}

.flex-grow-1 {
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	flex-shrink: 1 !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between, .footer-container {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

.align-content-start {
	align-content: flex-start !important;
}

.align-content-end {
	align-content: flex-end !important;
}

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.align-self-end {
	align-self: flex-end !important;
}

.align-self-center {
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		flex-direction: row !important;
	}
	.flex-sm-column {
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.flex-sm-fill {
		flex: 1 1 auto !important;
	}
	.flex-sm-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		flex-shrink: 1 !important;
	}
	.justify-content-sm-start {
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		justify-content: center !important;
	}
	.justify-content-sm-between {
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		align-items: center !important;
	}
	.align-items-sm-baseline {
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		align-items: stretch !important;
	}
	.align-content-sm-start {
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		align-content: center !important;
	}
	.align-content-sm-between {
		align-content: space-between !important;
	}
	.align-content-sm-around {
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		align-self: auto !important;
	}
	.align-self-sm-start {
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		align-self: center !important;
	}
	.align-self-sm-baseline {
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		flex-direction: row !important;
	}
	.flex-md-column {
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.flex-md-fill {
		flex: 1 1 auto !important;
	}
	.flex-md-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		flex-shrink: 1 !important;
	}
	.justify-content-md-start {
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		justify-content: center !important;
	}
	.justify-content-md-between {
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		justify-content: space-around !important;
	}
	.align-items-md-start {
		align-items: flex-start !important;
	}
	.align-items-md-end {
		align-items: flex-end !important;
	}
	.align-items-md-center {
		align-items: center !important;
	}
	.align-items-md-baseline {
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		align-items: stretch !important;
	}
	.align-content-md-start {
		align-content: flex-start !important;
	}
	.align-content-md-end {
		align-content: flex-end !important;
	}
	.align-content-md-center {
		align-content: center !important;
	}
	.align-content-md-between {
		align-content: space-between !important;
	}
	.align-content-md-around {
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		align-content: stretch !important;
	}
	.align-self-md-auto {
		align-self: auto !important;
	}
	.align-self-md-start {
		align-self: flex-start !important;
	}
	.align-self-md-end {
		align-self: flex-end !important;
	}
	.align-self-md-center {
		align-self: center !important;
	}
	.align-self-md-baseline {
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		flex-direction: row !important;
	}
	.flex-lg-column {
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.flex-lg-fill {
		flex: 1 1 auto !important;
	}
	.flex-lg-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		flex-shrink: 1 !important;
	}
	.justify-content-lg-start {
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		justify-content: center !important;
	}
	.justify-content-lg-between {
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		align-items: center !important;
	}
	.align-items-lg-baseline {
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		align-items: stretch !important;
	}
	.align-content-lg-start {
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		align-content: center !important;
	}
	.align-content-lg-between {
		align-content: space-between !important;
	}
	.align-content-lg-around {
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		align-self: auto !important;
	}
	.align-self-lg-start {
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		align-self: center !important;
	}
	.align-self-lg-baseline {
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		flex-direction: row !important;
	}
	.flex-xl-column {
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.flex-xl-fill {
		flex: 1 1 auto !important;
	}
	.flex-xl-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		flex-shrink: 1 !important;
	}
	.justify-content-xl-start {
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		justify-content: center !important;
	}
	.justify-content-xl-between {
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		align-items: center !important;
	}
	.align-items-xl-baseline {
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		align-items: stretch !important;
	}
	.align-content-xl-start {
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		align-content: center !important;
	}
	.align-content-xl-between {
		align-content: space-between !important;
	}
	.align-content-xl-around {
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		align-self: auto !important;
	}
	.align-self-xl-start {
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		align-self: center !important;
	}
	.align-self-xl-baseline {
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		align-self: stretch !important;
	}
}

@media (min-width: 1330px) {
	.flex-2xl-row {
		flex-direction: row !important;
	}
	.flex-2xl-column {
		flex-direction: column !important;
	}
	.flex-2xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-2xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-2xl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-2xl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-2xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.flex-2xl-fill {
		flex: 1 1 auto !important;
	}
	.flex-2xl-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-2xl-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-2xl-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-2xl-shrink-1 {
		flex-shrink: 1 !important;
	}
	.justify-content-2xl-start {
		justify-content: flex-start !important;
	}
	.justify-content-2xl-end {
		justify-content: flex-end !important;
	}
	.justify-content-2xl-center {
		justify-content: center !important;
	}
	.justify-content-2xl-between {
		justify-content: space-between !important;
	}
	.justify-content-2xl-around {
		justify-content: space-around !important;
	}
	.align-items-2xl-start {
		align-items: flex-start !important;
	}
	.align-items-2xl-end {
		align-items: flex-end !important;
	}
	.align-items-2xl-center {
		align-items: center !important;
	}
	.align-items-2xl-baseline {
		align-items: baseline !important;
	}
	.align-items-2xl-stretch {
		align-items: stretch !important;
	}
	.align-content-2xl-start {
		align-content: flex-start !important;
	}
	.align-content-2xl-end {
		align-content: flex-end !important;
	}
	.align-content-2xl-center {
		align-content: center !important;
	}
	.align-content-2xl-between {
		align-content: space-between !important;
	}
	.align-content-2xl-around {
		align-content: space-around !important;
	}
	.align-content-2xl-stretch {
		align-content: stretch !important;
	}
	.align-self-2xl-auto {
		align-self: auto !important;
	}
	.align-self-2xl-start {
		align-self: flex-start !important;
	}
	.align-self-2xl-end {
		align-self: flex-end !important;
	}
	.align-self-2xl-center {
		align-self: center !important;
	}
	.align-self-2xl-baseline {
		align-self: baseline !important;
	}
	.align-self-2xl-stretch {
		align-self: stretch !important;
	}
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

@media (min-width: 576px) {
	.float-sm-left {
		float: left !important;
	}
	.float-sm-right {
		float: right !important;
	}
	.float-sm-none {
		float: none !important;
	}
}

@media (min-width: 768px) {
	.float-md-left {
		float: left !important;
	}
	.float-md-right {
		float: right !important;
	}
	.float-md-none {
		float: none !important;
	}
}

@media (min-width: 992px) {
	.float-lg-left {
		float: left !important;
	}
	.float-lg-right {
		float: right !important;
	}
	.float-lg-none {
		float: none !important;
	}
}

@media (min-width: 1200px) {
	.float-xl-left {
		float: left !important;
	}
	.float-xl-right {
		float: right !important;
	}
	.float-xl-none {
		float: none !important;
	}
}

@media (min-width: 1330px) {
	.float-2xl-left {
		float: left !important;
	}
	.float-2xl-right {
		float: right !important;
	}
	.float-2xl-none {
		float: none !important;
	}
}

.user-select-all {
	-webkit-user-select: all !important;
	        user-select: all !important;
}

.user-select-auto {
	-webkit-user-select: auto !important;
	    -ms-user-select: auto !important;
	        user-select: auto !important;
}

.user-select-none {
	-webkit-user-select: none !important;
	    -ms-user-select: none !important;
	        user-select: none !important;
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
	box-shadow: 0 0.375rem 0.625rem rgba(0, 0, 0, 0.2) !important;
}

.shadow-lg {
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
	box-shadow: none !important;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.vw-100 {
	width: 100vw !important;
}

.vh-100 {
	height: 100vh !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.pr-3,
.px-3 {
	padding-right: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5,
.py-5 {
	padding-top: 3rem !important;
}

.pr-5,
.px-5 {
	padding-right: 3rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
	padding-left: 3rem !important;
}

.m-n1 {
	margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
	margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
	margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
	margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
	margin-left: -0.25rem !important;
}

.m-n2 {
	margin: -0.25rem !important;
}

.mt-n2,
.my-n2 {
	margin-top: -0.25rem !important;
}

.mr-n2,
.mx-n2 {
	margin-right: -0.25rem !important;
}

.mb-n2,
.my-n2 {
	margin-bottom: -0.25rem !important;
}

.ml-n2,
.mx-n2 {
	margin-left: -0.25rem !important;
}

.m-n3 {
	margin: -0.25rem !important;
}

.mt-n3,
.my-n3 {
	margin-top: -0.25rem !important;
}

.mr-n3,
.mx-n3 {
	margin-right: -0.25rem !important;
}

.mb-n3,
.my-n3 {
	margin-bottom: -0.25rem !important;
}

.ml-n3,
.mx-n3 {
	margin-left: -0.25rem !important;
}

.m-n4 {
	margin: -0.25rem !important;
}

.mt-n4,
.my-n4 {
	margin-top: -0.25rem !important;
}

.mr-n4,
.mx-n4 {
	margin-right: -0.25rem !important;
}

.mb-n4,
.my-n4 {
	margin-bottom: -0.25rem !important;
}

.ml-n4,
.mx-n4 {
	margin-left: -0.25rem !important;
}

.m-n5 {
	margin: -0.25rem !important;
}

.mt-n5,
.my-n5 {
	margin-top: -0.25rem !important;
}

.mr-n5,
.mx-n5 {
	margin-right: -0.25rem !important;
}

.mb-n5,
.my-n5 {
	margin-bottom: -0.25rem !important;
}

.ml-n5,
.mx-n5 {
	margin-left: -0.25rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important;
	}
	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important;
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important;
	}
	.m-sm-1 {
		margin: 0.25rem !important;
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important;
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.5rem !important;
	}
	.m-sm-3 {
		margin: 1rem !important;
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important;
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important;
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important;
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important;
	}
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important;
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	.m-sm-5 {
		margin: 3rem !important;
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important;
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important;
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important;
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important;
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important;
	}
	.p-sm-1 {
		padding: 0.25rem !important;
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.5rem !important;
	}
	.p-sm-3 {
		padding: 1rem !important;
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important;
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important;
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important;
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important;
	}
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important;
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important;
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important;
	}
	.p-sm-5 {
		padding: 3rem !important;
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important;
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important;
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important;
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important;
	}
	.m-sm-n1 {
		margin: -0.25rem !important;
	}
	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -0.25rem !important;
	}
	.m-sm-n2 {
		margin: -0.25rem !important;
	}
	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -0.25rem !important;
	}
	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -0.25rem !important;
	}
	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -0.25rem !important;
	}
	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -0.25rem !important;
	}
	.m-sm-n3 {
		margin: -0.25rem !important;
	}
	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -0.25rem !important;
	}
	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -0.25rem !important;
	}
	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -0.25rem !important;
	}
	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -0.25rem !important;
	}
	.m-sm-n4 {
		margin: -0.25rem !important;
	}
	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -0.25rem !important;
	}
	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -0.25rem !important;
	}
	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -0.25rem !important;
	}
	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -0.25rem !important;
	}
	.m-sm-n5 {
		margin: -0.25rem !important;
	}
	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -0.25rem !important;
	}
	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -0.25rem !important;
	}
	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -0.25rem !important;
	}
	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -0.25rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
	}
	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}
	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important;
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important;
	}
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important;
	}
	.m-md-1 {
		margin: 0.25rem !important;
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important;
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important;
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.5rem !important;
	}
	.m-md-3 {
		margin: 1rem !important;
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important;
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important;
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important;
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important;
	}
	.m-md-4 {
		margin: 1.5rem !important;
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important;
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important;
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important;
	}
	.m-md-5 {
		margin: 3rem !important;
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important;
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important;
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important;
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}
	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important;
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important;
	}
	.p-md-1 {
		padding: 0.25rem !important;
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: 0.5rem !important;
	}
	.p-md-3 {
		padding: 1rem !important;
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important;
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important;
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important;
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important;
	}
	.p-md-4 {
		padding: 1.5rem !important;
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important;
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important;
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important;
	}
	.p-md-5 {
		padding: 3rem !important;
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important;
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important;
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important;
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important;
	}
	.m-md-n1 {
		margin: -0.25rem !important;
	}
	.mt-md-n1,
	.my-md-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -0.25rem !important;
	}
	.m-md-n2 {
		margin: -0.25rem !important;
	}
	.mt-md-n2,
	.my-md-n2 {
		margin-top: -0.25rem !important;
	}
	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -0.25rem !important;
	}
	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -0.25rem !important;
	}
	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -0.25rem !important;
	}
	.m-md-n3 {
		margin: -0.25rem !important;
	}
	.mt-md-n3,
	.my-md-n3 {
		margin-top: -0.25rem !important;
	}
	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -0.25rem !important;
	}
	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -0.25rem !important;
	}
	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -0.25rem !important;
	}
	.m-md-n4 {
		margin: -0.25rem !important;
	}
	.mt-md-n4,
	.my-md-n4 {
		margin-top: -0.25rem !important;
	}
	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -0.25rem !important;
	}
	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -0.25rem !important;
	}
	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -0.25rem !important;
	}
	.m-md-n5 {
		margin: -0.25rem !important;
	}
	.mt-md-n5,
	.my-md-n5 {
		margin-top: -0.25rem !important;
	}
	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -0.25rem !important;
	}
	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -0.25rem !important;
	}
	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -0.25rem !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
	}
	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important;
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important;
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important;
	}
	.m-lg-1 {
		margin: 0.25rem !important;
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important;
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important;
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.5rem !important;
	}
	.m-lg-3 {
		margin: 1rem !important;
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important;
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important;
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important;
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important;
	}
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important;
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	.m-lg-5 {
		margin: 3rem !important;
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important;
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important;
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important;
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
	}
	.p-lg-1 {
		padding: 0.25rem !important;
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.5rem !important;
	}
	.p-lg-3 {
		padding: 1rem !important;
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important;
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important;
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important;
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important;
	}
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important;
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important;
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important;
	}
	.p-lg-5 {
		padding: 3rem !important;
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important;
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important;
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important;
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important;
	}
	.m-lg-n1 {
		margin: -0.25rem !important;
	}
	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -0.25rem !important;
	}
	.m-lg-n2 {
		margin: -0.25rem !important;
	}
	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -0.25rem !important;
	}
	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -0.25rem !important;
	}
	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -0.25rem !important;
	}
	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -0.25rem !important;
	}
	.m-lg-n3 {
		margin: -0.25rem !important;
	}
	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -0.25rem !important;
	}
	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -0.25rem !important;
	}
	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -0.25rem !important;
	}
	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -0.25rem !important;
	}
	.m-lg-n4 {
		margin: -0.25rem !important;
	}
	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -0.25rem !important;
	}
	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -0.25rem !important;
	}
	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -0.25rem !important;
	}
	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -0.25rem !important;
	}
	.m-lg-n5 {
		margin: -0.25rem !important;
	}
	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -0.25rem !important;
	}
	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -0.25rem !important;
	}
	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -0.25rem !important;
	}
	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -0.25rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important;
	}
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important;
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important;
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important;
	}
	.m-xl-1 {
		margin: 0.25rem !important;
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important;
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important;
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.5rem !important;
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.5rem !important;
	}
	.m-xl-3 {
		margin: 1rem !important;
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important;
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important;
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important;
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important;
	}
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important;
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	.m-xl-5 {
		margin: 3rem !important;
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important;
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important;
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important;
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important;
	}
	.p-xl-0 {
		padding: 0 !important;
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important;
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important;
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important;
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important;
	}
	.p-xl-1 {
		padding: 0.25rem !important;
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important;
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.5rem !important;
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important;
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.5rem !important;
	}
	.p-xl-3 {
		padding: 1rem !important;
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important;
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important;
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important;
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important;
	}
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important;
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important;
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important;
	}
	.p-xl-5 {
		padding: 3rem !important;
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important;
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important;
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important;
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important;
	}
	.m-xl-n1 {
		margin: -0.25rem !important;
	}
	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -0.25rem !important;
	}
	.m-xl-n2 {
		margin: -0.25rem !important;
	}
	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -0.25rem !important;
	}
	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -0.25rem !important;
	}
	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -0.25rem !important;
	}
	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -0.25rem !important;
	}
	.m-xl-n3 {
		margin: -0.25rem !important;
	}
	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -0.25rem !important;
	}
	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -0.25rem !important;
	}
	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -0.25rem !important;
	}
	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -0.25rem !important;
	}
	.m-xl-n4 {
		margin: -0.25rem !important;
	}
	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -0.25rem !important;
	}
	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -0.25rem !important;
	}
	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -0.25rem !important;
	}
	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -0.25rem !important;
	}
	.m-xl-n5 {
		margin: -0.25rem !important;
	}
	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -0.25rem !important;
	}
	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -0.25rem !important;
	}
	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -0.25rem !important;
	}
	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -0.25rem !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important;
	}
	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important;
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important;
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 1330px) {
	.m-2xl-0 {
		margin: 0 !important;
	}
	.mt-2xl-0,
	.my-2xl-0 {
		margin-top: 0 !important;
	}
	.mr-2xl-0,
	.mx-2xl-0 {
		margin-right: 0 !important;
	}
	.mb-2xl-0,
	.my-2xl-0 {
		margin-bottom: 0 !important;
	}
	.ml-2xl-0,
	.mx-2xl-0 {
		margin-left: 0 !important;
	}
	.m-2xl-1 {
		margin: 0.25rem !important;
	}
	.mt-2xl-1,
	.my-2xl-1 {
		margin-top: 0.25rem !important;
	}
	.mr-2xl-1,
	.mx-2xl-1 {
		margin-right: 0.25rem !important;
	}
	.mb-2xl-1,
	.my-2xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-2xl-1,
	.mx-2xl-1 {
		margin-left: 0.25rem !important;
	}
	.m-2xl-2 {
		margin: 0.5rem !important;
	}
	.mt-2xl-2,
	.my-2xl-2 {
		margin-top: 0.5rem !important;
	}
	.mr-2xl-2,
	.mx-2xl-2 {
		margin-right: 0.5rem !important;
	}
	.mb-2xl-2,
	.my-2xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-2xl-2,
	.mx-2xl-2 {
		margin-left: 0.5rem !important;
	}
	.m-2xl-3 {
		margin: 1rem !important;
	}
	.mt-2xl-3,
	.my-2xl-3 {
		margin-top: 1rem !important;
	}
	.mr-2xl-3,
	.mx-2xl-3 {
		margin-right: 1rem !important;
	}
	.mb-2xl-3,
	.my-2xl-3 {
		margin-bottom: 1rem !important;
	}
	.ml-2xl-3,
	.mx-2xl-3 {
		margin-left: 1rem !important;
	}
	.m-2xl-4 {
		margin: 1.5rem !important;
	}
	.mt-2xl-4,
	.my-2xl-4 {
		margin-top: 1.5rem !important;
	}
	.mr-2xl-4,
	.mx-2xl-4 {
		margin-right: 1.5rem !important;
	}
	.mb-2xl-4,
	.my-2xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-2xl-4,
	.mx-2xl-4 {
		margin-left: 1.5rem !important;
	}
	.m-2xl-5 {
		margin: 3rem !important;
	}
	.mt-2xl-5,
	.my-2xl-5 {
		margin-top: 3rem !important;
	}
	.mr-2xl-5,
	.mx-2xl-5 {
		margin-right: 3rem !important;
	}
	.mb-2xl-5,
	.my-2xl-5 {
		margin-bottom: 3rem !important;
	}
	.ml-2xl-5,
	.mx-2xl-5 {
		margin-left: 3rem !important;
	}
	.p-2xl-0 {
		padding: 0 !important;
	}
	.pt-2xl-0,
	.py-2xl-0 {
		padding-top: 0 !important;
	}
	.pr-2xl-0,
	.px-2xl-0 {
		padding-right: 0 !important;
	}
	.pb-2xl-0,
	.py-2xl-0 {
		padding-bottom: 0 !important;
	}
	.pl-2xl-0,
	.px-2xl-0 {
		padding-left: 0 !important;
	}
	.p-2xl-1 {
		padding: 0.25rem !important;
	}
	.pt-2xl-1,
	.py-2xl-1 {
		padding-top: 0.25rem !important;
	}
	.pr-2xl-1,
	.px-2xl-1 {
		padding-right: 0.25rem !important;
	}
	.pb-2xl-1,
	.py-2xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-2xl-1,
	.px-2xl-1 {
		padding-left: 0.25rem !important;
	}
	.p-2xl-2 {
		padding: 0.5rem !important;
	}
	.pt-2xl-2,
	.py-2xl-2 {
		padding-top: 0.5rem !important;
	}
	.pr-2xl-2,
	.px-2xl-2 {
		padding-right: 0.5rem !important;
	}
	.pb-2xl-2,
	.py-2xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-2xl-2,
	.px-2xl-2 {
		padding-left: 0.5rem !important;
	}
	.p-2xl-3 {
		padding: 1rem !important;
	}
	.pt-2xl-3,
	.py-2xl-3 {
		padding-top: 1rem !important;
	}
	.pr-2xl-3,
	.px-2xl-3 {
		padding-right: 1rem !important;
	}
	.pb-2xl-3,
	.py-2xl-3 {
		padding-bottom: 1rem !important;
	}
	.pl-2xl-3,
	.px-2xl-3 {
		padding-left: 1rem !important;
	}
	.p-2xl-4 {
		padding: 1.5rem !important;
	}
	.pt-2xl-4,
	.py-2xl-4 {
		padding-top: 1.5rem !important;
	}
	.pr-2xl-4,
	.px-2xl-4 {
		padding-right: 1.5rem !important;
	}
	.pb-2xl-4,
	.py-2xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-2xl-4,
	.px-2xl-4 {
		padding-left: 1.5rem !important;
	}
	.p-2xl-5 {
		padding: 3rem !important;
	}
	.pt-2xl-5,
	.py-2xl-5 {
		padding-top: 3rem !important;
	}
	.pr-2xl-5,
	.px-2xl-5 {
		padding-right: 3rem !important;
	}
	.pb-2xl-5,
	.py-2xl-5 {
		padding-bottom: 3rem !important;
	}
	.pl-2xl-5,
	.px-2xl-5 {
		padding-left: 3rem !important;
	}
	.m-2xl-n1 {
		margin: -0.25rem !important;
	}
	.mt-2xl-n1,
	.my-2xl-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-2xl-n1,
	.mx-2xl-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-2xl-n1,
	.my-2xl-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-2xl-n1,
	.mx-2xl-n1 {
		margin-left: -0.25rem !important;
	}
	.m-2xl-n2 {
		margin: -0.25rem !important;
	}
	.mt-2xl-n2,
	.my-2xl-n2 {
		margin-top: -0.25rem !important;
	}
	.mr-2xl-n2,
	.mx-2xl-n2 {
		margin-right: -0.25rem !important;
	}
	.mb-2xl-n2,
	.my-2xl-n2 {
		margin-bottom: -0.25rem !important;
	}
	.ml-2xl-n2,
	.mx-2xl-n2 {
		margin-left: -0.25rem !important;
	}
	.m-2xl-n3 {
		margin: -0.25rem !important;
	}
	.mt-2xl-n3,
	.my-2xl-n3 {
		margin-top: -0.25rem !important;
	}
	.mr-2xl-n3,
	.mx-2xl-n3 {
		margin-right: -0.25rem !important;
	}
	.mb-2xl-n3,
	.my-2xl-n3 {
		margin-bottom: -0.25rem !important;
	}
	.ml-2xl-n3,
	.mx-2xl-n3 {
		margin-left: -0.25rem !important;
	}
	.m-2xl-n4 {
		margin: -0.25rem !important;
	}
	.mt-2xl-n4,
	.my-2xl-n4 {
		margin-top: -0.25rem !important;
	}
	.mr-2xl-n4,
	.mx-2xl-n4 {
		margin-right: -0.25rem !important;
	}
	.mb-2xl-n4,
	.my-2xl-n4 {
		margin-bottom: -0.25rem !important;
	}
	.ml-2xl-n4,
	.mx-2xl-n4 {
		margin-left: -0.25rem !important;
	}
	.m-2xl-n5 {
		margin: -0.25rem !important;
	}
	.mt-2xl-n5,
	.my-2xl-n5 {
		margin-top: -0.25rem !important;
	}
	.mr-2xl-n5,
	.mx-2xl-n5 {
		margin-right: -0.25rem !important;
	}
	.mb-2xl-n5,
	.my-2xl-n5 {
		margin-bottom: -0.25rem !important;
	}
	.ml-2xl-n5,
	.mx-2xl-n5 {
		margin-left: -0.25rem !important;
	}
	.m-2xl-auto {
		margin: auto !important;
	}
	.mt-2xl-auto,
	.my-2xl-auto {
		margin-top: auto !important;
	}
	.mr-2xl-auto,
	.mx-2xl-auto {
		margin-right: auto !important;
	}
	.mb-2xl-auto,
	.my-2xl-auto {
		margin-bottom: auto !important;
	}
	.ml-2xl-auto,
	.mx-2xl-auto {
		margin-left: auto !important;
	}
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important;
	}
	.text-sm-right {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}
	.text-md-right {
		text-align: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important;
	}
	.text-lg-right {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
	}
	.text-xl-right {
		text-align: right !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}

@media (min-width: 1330px) {
	.text-2xl-left {
		text-align: left !important;
	}
	.text-2xl-right {
		text-align: right !important;
	}
	.text-2xl-center {
		text-align: center !important;
	}
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-lighter {
	font-weight: lighter !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-bold {
	font-weight: 600 !important;
}

.font-weight-bolder {
	font-weight: 500 !important;
}

.font-italic {
	font-style: italic !important;
}

.text-white {
	color: #fff !important;
}

.text-primary {
	color: #2f4858 !important;
}

a.text-primary:hover, a.text-primary:focus {
	color: #141f26 !important;
}

.text-secondary {
	color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
	color: #494f54 !important;
}

.text-success {
	color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
	color: #19692c !important;
}

.text-info {
	color: #01a2b9 !important;
}

a.text-info:hover, a.text-info:focus {
	color: #015f6d !important;
}

.text-warning {
	color: #fd7e14 !important;
}

a.text-warning:hover, a.text-warning:focus {
	color: #c35a02 !important;
}

.text-danger {
	color: #d60000 !important;
}

a.text-danger:hover, a.text-danger:focus {
	color: #8a0000 !important;
}

.text-light {
	color: #f0f0f0 !important;
}

a.text-light:hover, a.text-light:focus {
	color: #cacaca !important;
}

.text-dark {
	color: #333333 !important;
}

a.text-dark:hover, a.text-dark:focus {
	color: #0d0d0d !important;
}

.text-brand-color {
	color: #ffed00 !important;
}

a.text-brand-color:hover, a.text-brand-color:focus {
	color: #b3a600 !important;
}

.text-gray-light {
	color: #eeeeee !important;
}

a.text-gray-light:hover, a.text-gray-light:focus {
	color: #c8c8c8 !important;
}

.text-gray {
	color: #a7a7a7 !important;
}

a.text-gray:hover, a.text-gray:focus {
	color: #818181 !important;
}

.text-red {
	color: #a11230 !important;
}

a.text-red:hover, a.text-red:focus {
	color: #5c0a1b !important;
}

.text-body {
	color: #1d1d1b !important;
}

.text-muted {
	color: #999999 !important;
}

.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-break {
	word-wrap: break-word !important;
}

.text-reset {
	color: inherit !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

@media print {
	*,
	*::before,
	*::after {
		text-shadow: none !important;
		box-shadow: none !important;
	}
	a:not(.btn) {
		text-decoration: underline;
	}
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	pre {
		white-space: pre-wrap !important;
	}
	pre,
	blockquote {
		border: 1px solid #a7a7a7;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	@page {
		size: a4;
	}
	body {
		min-width: 992px !important;
	}
	.container, .footer-container {
		min-width: 992px !important;
	}
	.navbar {
		display: none;
	}
	.badge {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #dcdcdc !important;
	}
	.table-dark {
		color: inherit;
	}
	.table-dark th,
	.table-dark td,
	.table-dark thead th,
	.table-dark tbody + tbody {
		border-color: transparent;
	}
	.table .thead-dark th {
		color: inherit;
		border-color: transparent;
	}
}

/*
 *  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;
	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);
	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;
	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;
	-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 {
	touch-action: pan-y;
	-webkit-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 {
	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;
	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;
}

/*
 Theme Name:   FoundationPress child
 Theme URI:    http://my-childtheme.dev
 Description:  FoundationPress child theme
 Author:       Ole Fredrik Lie
 Author URI:   http://olefredrik.com
 Template:     FoundationPress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  FoundationPress child-theme
*/
@font-face {
	font-family: "iconfont";
	src: url("../fonts/iconfont/fonts/iconfont.ttf?2sdp86") format("truetype"), url("../fonts/iconfont/fonts/iconfont.woff?2sdp86") format("woff"), url("../fonts/iconfont/fonts/iconfont.svg?2sdp86#iconfont") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "iconfont" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-academy-alt:before {
	content: "";
}

.icon-admin:before {
	content: "";
}

.icon-admin-alt:before {
	content: "";
}

.icon-alarm-clock:before {
	content: "";
}

.icon-appeal:before, .node-i23g8ggf5urfou18cgtv .icon:before {
	content: "";
}

.icon-arrow-big-down:before {
	content: "";
}

.icon-arrow-big-left:before {
	content: "";
}

.icon-arrow-big-right:before {
	content: "";
}

.icon-arrow-big-up:before {
	content: "";
}

.icon-arrow-down:before {
	content: "";
}

.icon-arrow-left:before {
	content: "";
}

.icon-arrow-right:before {
	content: "";
}

.icon-arrow-switch:before {
	content: "";
}

.icon-arrow-up:before {
	content: "";
}

.icon-audio-video:before {
	content: "";
}

.icon-audio-video-alt:before {
	content: "";
}

.icon-balance-scale:before, .ala_content--title-rechtsprechung:before {
	content: "";
}

.icon-beaker:before {
	content: "";
}

.icon-bell:before {
	content: "";
}

.icon-bell-slash:before {
	content: "";
}

.icon-book:before {
	content: "";
}

.icon-book-comments:before, .ala_content--title-buch:before {
	content: "";
}

.icon-book-ivz:before {
	content: "";
}

.icon-book-k:before {
	content: "";
}

.icon-book-opened:before {
	content: "";
}

.icon-book-opened-2:before {
	content: "";
}

.icon-briefcase:before {
	content: "";
}

.icon-calculator:before, .node-5g7efsslh6qaa9zbz2xa .icon:before {
	content: "";
}

.icon-calendar:before {
	content: "";
}

.icon-calendar-alt:before {
	content: "";
}

.icon-calendar-empty:before {
	content: "";
}

.icon-card-bp:before {
	content: "";
}

.icon-caret-down:before {
	content: "";
}

.icon-caret-down-o:before {
	content: "";
}

.icon-caret-left:before {
	content: "";
}

.icon-caret-left-o:before {
	content: "";
}

.icon-caret-right:before {
	content: "";
}

.icon-caret-right-o:before {
	content: "";
}

.icon-caret-up:before {
	content: "";
}

.icon-caret-up-o:before {
	content: "";
}

.icon-cart:before {
	content: "";
}

.icon-check:before {
	content: "";
}

.icon-checklist:before, .node-cjvny32jggz3a1m1le6t .icon:before {
	content: "";
}

.icon-checklist-conventional:before {
	content: "";
}

.icon-checklist-server:before {
	content: "";
}

.icon-chevron-down:before {
	content: "";
}

.icon-chevron-left:before {
	content: "";
}

.icon-chevron-right:before {
	content: "";
}

.icon-chevron-up:before {
	content: "";
}

.icon-climate-neutral:before {
	content: "";
}

.icon-clip:before {
	content: "";
}

.icon-clock:before {
	content: "";
}

.icon-close:before {
	content: "";
}

.icon-comment:before {
	content: "";
}

.icon-comment-alt:before {
	content: "";
}

.icon-comments:before {
	content: "";
}

.icon-comments-m:before {
	content: "";
}

.icon-comments-o:before {
	content: "";
}

.icon-community:before {
	content: "";
}

.icon-compare-vz:before {
	content: "";
}

.icon-contract:before, .node-iq3g8ggf4urqou98cotv .icon:before {
	content: "";
}

.icon-copy:before {
	content: "";
}

.icon-dashboard:before {
	content: "";
}

.icon-database:before {
	content: "";
}

.icon-database-alt:before {
	content: "";
}

.icon-database-help:before, .node-ju7ucgp6364atxld8oe1 .icon:before {
	content: "";
}

.icon-desktop:before {
	content: "";
}

.icon-diamond:before {
	content: "";
}

.icon-diary:before {
	content: "";
}

.icon-doc-management:before, .ala_content--title-verwaltung:before {
	content: "";
}

.icon-doc-move-alt:before {
	content: "";
}

.icon-doc-search:before {
	content: "";
}

.icon-doc-search-alt:before {
	content: "";
}

.icon-doc-types:before {
	content: "";
}

.icon-download:before {
	content: "";
}

.icon-editions-distribution:before {
	content: "";
}

.icon-education:before {
	content: "";
}

.icon-ellipsis-h:before {
	content: "";
}

.icon-ellipsis-v:before {
	content: "";
}

.icon-eye:before {
	content: "";
}

.icon-face-id:before {
	content: "";
}

.icon-favs:before {
	content: "";
}

.icon-feather:before {
	content: "";
}

.icon-file-html:before {
	content: "";
}

.icon-file-pdf:before {
	content: "";
}

.icon-file-rss:before {
	content: "";
}

.icon-file-word:before {
	content: "";
}

.icon-fill:before {
	content: "";
}

.icon-filter:before {
	content: "";
}

.icon-folder:before {
	content: "";
}

.icon-folder-add:before {
	content: "";
}

.icon-folder-open:before {
	content: "";
}

.icon-folder-user:before {
	content: "";
}

.icon-folder-user-o:before {
	content: "";
}

.icon-form:before, .node-gfyr6eppjnrdd9s73qi6 .icon:before {
	content: "";
}

.icon-gavel:before {
	content: "";
}

.icon-grid-o:before {
	content: "";
}

.icon-guide:before {
	content: "";
}

.icon-hand:before {
	content: "";
}

.icon-headset:before {
	content: "";
}

.icon-home:before {
	content: "";
}

.icon-home-alt:before {
	content: "";
}

.icon-image:before, .node-e7pql71pqn5oigwdnwbv .icon:before {
	content: "";
}

.icon-images:before {
	content: "";
}

.icon-index:before {
	content: "";
}

.icon-info:before {
	content: "";
}

.icon-info-o:before, .ala_content--title-info:before {
	content: "";
}

.icon-infocenter:before {
	content: "";
}

.icon-infocenter-o:before {
	content: "";
}

.icon-invation:before {
	content: "";
}

.icon-invoice:before {
	content: "";
}

.icon-job:before {
	content: "";
}

.icon-jobs:before {
	content: "";
}

.icon-landmark:before {
	content: "";
}

.icon-laufzettel:before {
	content: "";
}

.icon-laws:before {
	content: "";
}

.icon-license:before {
	content: "";
}

.icon-lightbulb:before {
	content: "";
}

.icon-lightbulb-glow:before {
	content: "";
}

.icon-lightning:before {
	content: "";
}

.icon-link:before {
	content: "";
}

.icon-link-add:before {
	content: "";
}

.icon-list:before {
	content: "";
}

.icon-list-o:before {
	content: "";
}

.icon-lock:before {
	content: "";
}

.icon-locked:before {
	content: "";
}

.icon-login:before {
	content: "";
}

.icon-logout:before {
	content: "";
}

.icon-magazine:before {
	content: "";
}

.icon-magazine-alt:before {
	content: "";
}

.icon-magazine-k:before {
	content: "";
}

.icon-magazine-opened:before, .ala_content--title-zeitschrift:before {
	content: "";
}

.icon-mail:before {
	content: "";
}

.icon-mail-open:before {
	content: "";
}

.icon-marked:before {
	content: "";
}

.icon-marker:before {
	content: "";
}

.icon-megaphone:before {
	content: "";
}

.icon-menu:before {
	content: "";
}

.icon-message:before, .ala_content--title-nachricht:before {
	content: "";
}

.icon-microphone:before {
	content: "";
}

.icon-minus:before {
	content: "";
}

.icon-minus-o:before {
	content: "";
}

.icon-module-focus:before {
	content: "";
}

.icon-money:before {
	content: "";
}

.icon-multimedia:before {
	content: "";
}

.icon-multiple-filter:before {
	content: "";
}

.icon-news:before {
	content: "";
}

.icon-online-learning:before {
	content: "";
}

.icon-online-shop:before {
	content: "";
}

.icon-online-training:before, .node-dnwwf1q673lcw6bhbhyi .icon:before {
	content: "";
}

.icon-order-alphabetical:before {
	content: "";
}

.icon-order-numeric:before {
	content: "";
}

.icon-order-thematic:before {
	content: "";
}

.icon-paper-plane:before {
	content: "";
}

.icon-paragraph:before, .ala_content--title-norm:before {
	content: "";
}

.icon-pause:before {
	content: "";
}

.icon-pencil:before {
	content: "";
}

.icon-people:before, .node-u5ltg8doq4bk618hyql0 .icon:before {
	content: "";
}

.icon-phone:before {
	content: "";
}

.icon-pin:before {
	content: "";
}

.icon-play:before {
	content: "";
}

.icon-plus:before {
	content: "";
}

.icon-plus-o:before {
	content: "";
}

.icon-presentation:before, .node-p4hlm47yqn8jbmsmgekq .icon:before {
	content: "";
}

.icon-print:before {
	content: "";
}

.icon-puzzle:before {
	content: "";
}

.icon-quick-start:before {
	content: "";
}

.icon-quick-start-alt:before {
	content: "";
}

.icon-radar:before {
	content: "";
}

.icon-read-mode:before {
	content: "";
}

.icon-refresh:before {
	content: "";
}

.icon-reg:before {
	content: "";
}

.icon-regulations:before {
	content: "";
}

.icon-regulations-alt:before {
	content: "";
}

.icon-remove:before {
	content: "";
}

.icon-rocket:before {
	content: "";
}

.icon-rss-o:before {
	content: "";
}

.icon-save-o:before {
	content: "";
}

.icon-search:before {
	content: "";
}

.icon-seminar:before {
	content: "";
}

.icon-seminar-alt:before, .node-wm87abqpibhw307fypv3 .icon:before {
	content: "";
}

.icon-send:before {
	content: "";
}

.icon-settings:before {
	content: "";
}

.icon-share:before {
	content: "";
}

.icon-share-alt:before {
	content: "";
}

.icon-share-o:before {
	content: "";
}

.icon-shopping-cart:before {
	content: "";
}

.icon-star:before {
	content: "";
}

.icon-star-o:before {
	content: "";
}

.icon-stb-scout:before, .ala_content--title-scout:before {
	content: "";
}

.icon-sustainability:before {
	content: "";
}

.icon-table:before, .node-o1hlrk7yq38jcmagj52d .icon:before {
	content: "";
}

.icon-table-alt:before {
	content: "";
}

.icon-tax-policies:before {
	content: "";
}

.icon-theme:before {
	content: "";
}

.icon-themes:before {
	content: "";
}

.icon-themes-alt:before {
	content: "";
}

.icon-thumb:before {
	content: "";
}

.icon-tools:before, .ala_content--title-arbeitshilfe:before, .node-bctga0dvtqeb2u3ir98x .icon:before {
	content: "";
}

.icon-topics:before {
	content: "";
}

.icon-touch-id:before {
	content: "";
}

.icon-touch-id-o:before {
	content: "";
}

.icon-trash:before {
	content: "";
}

.icon-trash-full:before {
	content: "";
}

.icon-type-rss:before {
	content: "";
}

.icon-unlink:before {
	content: "";
}

.icon-unlock:before {
	content: "";
}

.icon-user:before {
	content: "";
}

.icon-user-add:before {
	content: "";
}

.icon-user-alt:before {
	content: "";
}

.icon-user-m:before {
	content: "";
}

.icon-user-remove:before {
	content: "";
}

.icon-user-w:before {
	content: "";
}

.icon-video:before {
	content: "";
}

.icon-volume:before {
	content: "";
}

.icon-volume-down:before {
	content: "";
}

.icon-volume-mute:before {
	content: "";
}

.icon-volume-up:before {
	content: "";
}

.icon-warning:before {
	content: "";
}

.icon-warning-o:before {
	content: "";
}

.icon-webcam:before {
	content: "";
}

.icon-work-helpers:before {
	content: "";
}

.icon-x1 {
	font-size: 1.125rem !important;
}

.icon-x2 {
	font-size: 1.5rem !important;
}

.icon-x3 {
	font-size: 2rem !important;
}

.icon-x4 {
	font-size: 2.5rem !important;
}

.icon-x5 {
	font-size: 3rem !important;
}

[class*="icon-circle-"] {
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-circle-1 {
	height: 2rem;
	width: 2rem;
}

.icon-circle-2 {
	height: 2.5rem;
	min-width: 2.5rem;
	width: 2.5rem;
}

.icon-circle-2 [class*="icon-"] {
	font-size: 1.25rem;
}

.icon-circle-3 {
	height: 3.375rem;
	width: 3.375rem;
}

.icon-circle-3 [class*="icon-"] {
	font-size: 1.5rem;
}

.icon-circle-4 {
	height: 4rem;
	width: 4rem;
}

.icon-circle-4 [class*="icon-"] {
	font-size: 2rem;
}

@font-face {
	font-family: "Open Sans";
	src: url("../fonts/opensans/open-sans-v17-latin-300.woff") format("woff"), url("../fonts/opensans/open-sans-v17-latin-300.woff2") format("woff2"), url("../fonts/opensans/open-sans-v17-latin-300.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: optional;
	font-display: auto;
}

@font-face {
	font-family: "Open Sans";
	src: url("../fonts/opensans/open-sans-v17-latin-regular.woff") format("woff"), url("../fonts/opensans/open-sans-v17-latin-regular.woff2") format("woff2"), url("../fonts/opensans/open-sans-v17-latin-regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: optional;
	font-display: auto;
}

@font-face {
	font-family: "Open Sans";
	src: url("../fonts/opensans/open-sans-v17-latin-italic.woff") format("woff"), url("../fonts/opensans/open-sans-v17-latin-italic.woff2") format("woff2"), url("../fonts/opensans/open-sans-v17-latin-italic.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
	font-display: optional;
	font-display: auto;
}

@font-face {
	font-family: "Open Sans";
	src: url("../fonts/opensans/open-sans-v17-latin-600.woff") format("woff"), url("../fonts/opensans/open-sans-v17-latin-600.woff2") format("woff2"), url("../fonts/opensans/open-sans-v17-latin-600.ttf") format("truetype");
	font-weight: 600;
	font-style: bold;
	font-display: optional;
	font-display: auto;
}

@font-face {
	font-family: "Open Sans";
	src: url("../fonts/opensans/open-sans-v17-latin-600italic.woff") format("woff"), url("../fonts/opensans/open-sans-v17-latin-600italic.woff2") format("woff2"), url("../fonts/opensans/open-sans-v17-latin-600italic.ttf") format("truetype");
	font-weight: 600;
	font-style: italic;
	font-display: optional;
	font-display: auto;
}

@font-face {
	font-family: "Open Sans";
	src: url("../fonts/opensans/open-sans-v17-latin-700.woff") format("woff"), url("../fonts/opensans/open-sans-v17-latin-700.woff2") format("woff2"), url("../fonts/opensans/open-sans-v17-latin-700.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: optional;
	font-display: auto;
}

@font-face {
	font-family: "Open Sans";
	src: url("../fonts/opensans/open-sans-v17-latin-700italic.woff") format("woff"), url("../fonts/opensans/open-sans-v17-latin-700italic.woff2") format("woff2"), url("../fonts/opensans/open-sans-v17-latin-700italic.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
	font-display: optional;
	font-display: auto;
}

strong,
b {
	font-weight: 600;
}

.ad-container {
	margin-bottom: 2rem;
}

.ad-container a {
	display: block;
}

.ad-desc {
	background-color: #f0f0f0;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 600;
	margin-top: 1.25rem;
	padding: 0.325rem 1rem;
	text-align: left;
}

.ad-desc-link {
	color: #5c5c5c !important;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 400 !important;
	margin-top: 0.5rem;
}

.ad-desc-link:hover, .ad-desc-link:focus {
	color: #2f4858 !important;
}

.ad-image {
	height: auto;
	width: 100%;
}

.affix,
.affix-bottom {
	transition: all 0.3s ease-in-out;
}

.affix-bottom {
	top: auto !important;
}

@media screen and (min-width: 992px) {
	.affix-bottom {
		bottom: 6rem !important;
	}
}

@-webkit-keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 237, 0, 0.4);
	}
	100% {
		box-shadow: 0 0 0 2.25rem rgba(255, 237, 0, 0);
	}
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 237, 0, 0.4);
	}
	100% {
		box-shadow: 0 0 0 2.25rem rgba(255, 237, 0, 0);
	}
}

@-webkit-keyframes shadow-pulse-dark {
	0% {
		box-shadow: 0 0 0 0 rgba(47, 72, 88, 0.1);
	}
	100% {
		box-shadow: 0 0 0 2.25rem rgba(47, 72, 88, 0);
	}
}

@keyframes shadow-pulse-dark {
	0% {
		box-shadow: 0 0 0 0 rgba(47, 72, 88, 0.1);
	}
	100% {
		box-shadow: 0 0 0 2.25rem rgba(47, 72, 88, 0);
	}
}

@-webkit-keyframes shadow-ani {
	0% {
		box-shadow: 0 0 0 0px rgba(255, 237, 0, 0.2);
	}
	100% {
		box-shadow: 0 6px 7px rgba(0, 0, 0, 0.16);
	}
}

@keyframes shadow-ani {
	0% {
		box-shadow: 0 0 0 0px rgba(255, 237, 0, 0.2);
	}
	100% {
		box-shadow: 0 6px 7px rgba(0, 0, 0, 0.16);
	}
}

@-webkit-keyframes animation-blink {
	0% {
		opacity: 0.1;
	}
	100% {
		opacity: 1;
	}
}

@keyframes animation-blink {
	0% {
		opacity: 0.1;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		        transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 1.15, 1.15);
		        transform: scale3d(1.15, 1.15, 1.15);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		        transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		        transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 1.15, 1.15);
		        transform: scale3d(1.15, 1.15, 1.15);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		        transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes slideDown {
	0% {
		opacity: 0;
		top: -100%;
	}
	100% {
		opacity: 1;
		top: 0;
	}
}

@keyframes slideDown {
	0% {
		opacity: 0;
		top: -100%;
	}
	100% {
		opacity: 1;
		top: 0;
	}
}

@-webkit-keyframes slideUp {
	0% {
		top: 0;
	}
	100% {
		top: -100%;
	}
}

@keyframes slideUp {
	0% {
		top: 0;
	}
	100% {
		top: -100%;
	}
}

@-webkit-keyframes height-ani {
	0% {
		height: var(--heightMax);
	}
	100% {
		height: var(--heightMin);
	}
}

@keyframes height-ani {
	0% {
		height: var(--heightMax);
	}
	100% {
		height: var(--heightMin);
	}
}

.ani-pulse {
	-webkit-animation-name: pulse;
	        animation-name: pulse;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-timing-function: ease-in-out;
	        animation-timing-function: ease-in-out;
}

.ani-blink {
	-webkit-animation-name: animation-blink;
	        animation-name: animation-blink;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
}

.ani-shadow-pulse {
	-webkit-animation-name: shadow-pulse-dark, pulse;
	        animation-name: shadow-pulse-dark, pulse;
	-webkit-animation-duration: 0.8s;
	        animation-duration: 0.8s;
}

.article-link {
	display: block;
	outline: 0;
	z-index: 3;
}

.article-link:visited h3 {
	color: #627b8b;
}

.article-link:hover h3, .article-link:focus h3 {
	color: #01a2b9;
}

#main {
	overflow: unset;
	flex-basis: 0;
	flex-grow: 999;
	min-width: 40%;
}

.is-widthfull {
	max-width: 100%;
	flex: 0 0 auto;
}

@media screen and (min-width: 992px) {
	.is-widthfull #dokumentinhalt #dokumentinhaltcontent .listPoint,
	.is-widthfull #dokumentinhalt #dokumentinhaltcontent .ad-container {
		margin-left: 0;
	}
}

.is-widthfull .audioplayer,
.is-widthfull .audioplayer.playlist,
.is-widthfull .audioplayer.standard {
	margin-left: 13.75rem;
}

@media (min-width: 768px) {
	#dokumentinhaltcontent.stretch > *:not(h1) {
		margin-left: 220px;
	}
}

#dokumentinhaltcontent.stretch .marginal-wrapper {
	width: 194px;
}

#dokumentinhaltcontent.stretch .manuelList .listPoint .marginal-wrapper {
	margin-left: -256px;
}

#dokumentinhaltcontent.stretch .manuelList .listPoint .listPoint .marginal-wrapper {
	margin-left: -280px;
}

#dokumentinhaltcontent.stretch .manuelList .listPoint .listPoint .listPoint .marginal-wrapper {
	margin-left: -316px;
}

#dokumentinhaltcontent.stretch .manuelList .listPoint .listPoint .listPoint .listPoint .marginal-wrapper {
	margin-left: -358px;
}

.future-of-taxes .heading {
	margin-top: 2.5rem !important;
	padding-top: 2.625rem;
	position: relative;
}

.future-of-taxes .heading::before {
	background-color: #ffed00;
	border-radius: 0.25rem;
	content: "Zukunft steuern";
	color: #000;
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 600;
	margin-top: 0;
	padding: 0.3125rem 0.625rem;
	position: absolute;
	text-transform: uppercase;
	top: 0;
}

[class*="ala_content--title-"] {
	overflow: hidden;
	position: relative;
	text-overflow: ellipsis;
}

[class*="ala_content--title-"]::before {
	color: #f0f0f0;
	font-family: "iconfont";
	font-size: 1.25rem;
	font-weight: 400;
	margin-left: 0.625rem;
	margin-right: 1.375rem;
	position: relative;
	top: 0.25rem;
}

[class*="ala_content--title-"]::after {
	content: "";
	background-color: #2f4858;
	border-radius: 50%;
	top: 0;
	left: 0;
	position: absolute;
	height: 2.5rem;
	min-width: 2.5rem;
	width: 2.5rem;
	z-index: -1;
}

.ala_content {
	padding-top: 0.3125rem;
	padding-bottom: 1.875rem;
	transition: all 0.3s ease-in-out;
}

.ala_content ul {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}

.ala_content > ul ul {
	border-top: 0.0625rem solid #cccccc;
	font-size: 0.875rem;
	line-height: 1.25;
	margin-top: 1.3125rem;
	margin-bottom: 2.5rem;
	padding-top: 1.875rem;
	position: relative;
}

.ala_content > ul ul::before, .ala_content > ul ul::after {
	content: "";
	position: absolute;
}

.ala_content > ul ul::before {
	height: 0;
	width: 0;
	border-left: 0.75rem solid transparent;
	border-right: 0.75rem solid transparent;
	border-top: 0.75rem solid #cccccc;
	top: 0;
	left: 3.125rem;
}

.ala_content > ul ul::after {
	height: 0;
	width: 0;
	border-left: 0.75rem solid transparent;
	border-right: 0.75rem solid transparent;
	border-top: 0.75rem solid #fff;
	top: -0.125rem;
	left: 3.125rem;
}

.ala_content > ul > li {
	color: #2f4858;
	font-size: 0.875rem;
	font-weight: 600;
	text-transform: uppercase;
}

.ala_content > ul > li::before {
	font-family: "iconfont";
}

.ala_content > ul > li > ul > li {
	font-size: 1rem;
	font-weight: normal;
	text-transform: none;
}

.ala_content a {
	display: block;
	line-height: 1.5;
	margin-bottom: 0.9375rem;
	padding-left: 0.9375rem;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.ala_content a::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #01a2b9;
}

.aside {
	flex-grow: 1;
	align-self: flex-start;
}

@media screen and (min-width: 1200px) {
	.aside {
		flex-basis: calc(33.33333% - 1.875rem);
	}
}

@media screen and (min-width: 992px) {
	.aside[data-sticky] {
		height: 100%;
		padding-right: 0.5rem;
		overflow-x: hidden;
		overflow-y: auto;
		position: -webkit-sticky;
		position: sticky;
		top: 0.5rem;
	}
	.aside[data-sticky]::-webkit-scrollbar {
		background-color: #f0f0f0;
		width: 0.1875rem;
		height: 0.375rem;
	}
	.aside[data-sticky]::-webkit-scrollbar-track {
		background-color: rgba(255, 255, 255, 0.1);
		border-radius: 0.5rem;
	}
	.aside[data-sticky]::-webkit-scrollbar-thumb {
		background-color: rgba(47, 72, 88, 0.45);
		border-radius: 0.5rem;
	}
}

@media screen and (min-width: 992px) and (min-width: 992px) {
	.aside[data-sticky]::-webkit-scrollbar {
		width: 0.5rem;
	}
	.aside[data-sticky]::-webkit-scrollbar-thumb {
		max-height: 3rem;
		background-color: rgba(47, 72, 88, 0.25);
		border-radius: 0.5rem;
	}
}

.aside[data-sticky] .aside-content,
.aside[data-sticky] .ala_content {
	padding-bottom: 0;
}

.aside[data-sticky] .ala_content > ul:last-child ul {
	margin-bottom: 1rem;
}

@media screen and (min-width: 1200px) {
	.aside.left {
		margin-right: 1.875rem;
	}
}

@media screen and (max-width: 991px) {
	.aside.right {
		margin-top: 1.875rem;
	}
}

@media screen and (min-width: 1200px) {
	.aside.right {
		margin-left: 1.875rem;
	}
}

.aside.right.home {
	padding-top: 3rem;
}

@media screen and (max-width: 991px) {
	.aside.right.home {
		margin-bottom: -3rem;
		padding-bottom: 3rem;
	}
}

@media screen and (min-width: 992px) {
	.aside.right.home {
		margin-top: -3rem;
		overflow: hidden;
		padding-top: 3rem;
		position: relative;
		width: 100%;
	}
	.aside.right.home::before {
		content: "";
		height: 0;
		width: 0;
		border-top: 1.5rem solid #fff;
		border-right: 35vw solid transparent;
		position: absolute;
		top: 0;
		left: 0;
	}
}

.aside-content {
	padding-top: 0.3125rem;
	padding-bottom: 1.875rem;
	transition: all 0.3s ease-in-out;
}

.aside-content a:not(.teaser-sidebar):not(.text-link):not(.post-link):not(.aside-link) {
	display: block;
	margin-bottom: 0.3125rem;
	padding-left: 1rem;
	position: relative;
}

.aside-content a:not(.teaser-sidebar):not(.text-link):not(.post-link):not(.aside-link)::before {
	content: "";
	height: 0;
	width: 0;
	border-bottom: 0.25rem solid transparent;
	border-left: 0.6rem solid #01a2b9;
	border-top: 0.25rem solid transparent;
	opacity: 0;
	position: absolute;
	transition: all 0.3s ease-in-out;
	top: 0.4375rem;
	left: 0;
}

.aside-content a:not(.teaser-sidebar):not(.text-link):not(.post-link):not(.aside-link).is-active {
	color: #01a2b9;
	font-weight: 600;
}

.aside-content a:not(.teaser-sidebar):not(.text-link):not(.post-link):not(.aside-link).is-active::before {
	opacity: 1;
}

.aside-content a:not(.link):not(.text-link) {
	color: #1d1d1b;
}

.aside-content a:not(.link):not(.text-link):hover, .aside-content a:not(.link):not(.text-link):focus {
	color: #01a2b9;
}

.aside-section:not(:first-child) .aside-header {
	border-top: 0.0625rem solid transparent;
}

.aside-section-card {
	background-color: #f0f0f0;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
	padding: 1rem 1rem 0;
}

.aside-section .aside-header[aria-expanded="false"] {
	border-top: 0.0625rem solid #cccccc;
	margin-bottom: -0.0625rem;
}

.aside-section .aside-header[aria-expanded="false"] + .aside-content {
	padding-bottom: 0;
}

.aside-section .ala_content a {
	font-size: 0.875rem;
}

.aside .table-of-contents .book-title {
	margin-bottom: 2rem;
	padding-bottom: 0.25rem;
	position: relative;
}

.aside .table-of-contents .book-title::after {
	content: "";
	border-bottom: 0.25rem solid #cccccc;
	bottom: -0.5rem;
	margin-left: 1rem;
	position: absolute;
	width: calc(100% - 1rem);
}

.aside .table-of-contents .book-title a {
	color: #01a2b9;
	margin-top: -1.25rem;
}

.aside .table-of-contents .tree li:not(.book-title) > span > a {
	margin-bottom: 0 !important;
	padding-left: 0 !important;
}

.aside .table-of-contents .tree li:not(.book-title) > span > a::before {
	content: none;
}

.table-of-contents {
	-webkit-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
}

.table-of-contents .sticky-header {
	display: none;
}

.table-of-contents .book-title {
	display: block;
	font-weight: 600;
}

.table-of-contents ul {
	list-style: none;
	padding-left: 0;
}

.table-of-contents .tree ul {
	display: none;
	margin-top: 0.25rem;
	margin-bottom: 0.9375rem;
}

.table-of-contents .tree ul ul {
	margin-top: 0;
	margin-left: 1.125rem;
	margin-bottom: 0.5rem;
}

.table-of-contents .tree li.open > ul {
	display: block !important;
}

.table-of-contents .tree > .open > span,
.table-of-contents .tree > .toggle-chapter > span {
	font-weight: 600;
	line-height: 1.25;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.table-of-contents .tree > li.toggle-chapter.selected > span::before {
	border-left-color: #fff;
}

.table-of-contents .tree li li {
	font-size: 0.875rem;
}

.table-of-contents .tree > .toggle-chapter > ul {
	margin-top: 0;
}

.table-of-contents .tree > .toggle-chapter > span > a {
	padding-left: 0;
}

.table-of-contents .tree > .toggle-chapter > ul > .toggle-chapter > span {
	display: block;
	font-weight: 700;
	padding-left: 1.5rem;
}

.table-of-contents .tree li:not(.book-title) span:not(.new) {
	cursor: pointer;
	display: inline-block;
	padding: 0.25rem 0.25rem 0.25rem 1rem;
	position: relative;
	transition: all 0.15s ease-in-out;
	width: 100%;
}

.table-of-contents .tree li:not(.selected):not(.book-title) span:not(.new):hover, .table-of-contents .tree li:not(.selected):not(.book-title) span:not(.new):focus {
	color: #01a2b9;
}

.table-of-contents .tree .book-title-oneliner {
	display: block;
	margin-left: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.table-of-contents .tree li.selected > span {
	background-color: #01a2b9;
	color: #fff;
}

.table-of-contents .tree li.selected > span:hover, .table-of-contents .tree li.selected > span:focus {
	color: #fff !important;
}

.table-of-contents .tree li.selected > span .new {
	background-color: #fff;
	color: #01a2b9;
}

.table-of-contents .tree li.selected > span > a {
	color: #fff;
}

.table-of-contents .tree li.selected > span > a:hover, .table-of-contents .tree li.selected > span > a:focus {
	color: #fff;
}

.table-of-contents .tree .new {
	display: none;
}

.new {
	background-color: #01a2b9;
	border-radius: 0.125rem;
	color: #fff;
	display: inline-block;
	font-size: 0.625rem;
	font-weight: 600;
	margin-top: -0.25rem;
	margin-right: 0.375rem;
	padding: 0.125rem 0.25rem;
	text-transform: uppercase;
	vertical-align: middle;
}

.ala_heading {
	display: none;
}

.aside-header {
	border-bottom: 0.0625rem solid #cccccc;
	display: flex;
	align-items: center;
	font-size: 0.875rem;
	line-height: 1.25;
	margin-bottom: 1.25rem;
	padding-bottom: 0.625rem;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.aside-header::before, .aside-header::after {
	content: "";
	position: absolute;
	transition: all 0.3s ease-in-out;
}

.aside-header::before {
	height: 0;
	width: 0;
	border-left: 0.75rem solid transparent;
	border-right: 0.75rem solid transparent;
	border-top: 0.75rem solid #cccccc;
	bottom: -0.75rem;
	left: 3.125rem;
}

.aside-header::after {
	height: 0;
	width: 0;
	border-left: 0.625rem solid transparent;
	border-right: 0.625rem solid transparent;
	border-top: 0.625rem solid #fff;
	bottom: -0.625rem;
	left: 3.25rem;
}

.aside-header--head {
	color: #2f4858;
	font-weight: 600;
	text-transform: uppercase;
}

.aside-header [class*="icon-circle-"] {
	background-color: #2f4858;
	color: #f0f0f0;
}

.aside-header[aria-expanded="false"] {
	margin-bottom: 0;
}

.aside-header[aria-expanded="false"]::before, .aside-header[aria-expanded="false"]::after {
	opacity: 0;
}

.aside-header[aria-expanded="false"] .headline-featured::before {
	height: 0;
	width: 0;
	border-left: 0 solid transparent;
	border-right: 0 solid transparent;
	border-top: 0 solid rgba(47, 72, 88, 0.5);
	bottom: 0;
}

.aside-header[aria-expanded="false"] .headline-featured::after {
	height: 0;
	width: 0;
	border-left: 0 solid transparent;
	border-right: 0 solid transparent;
	border-top: 0 solid #fff;
	bottom: 0;
}

.aside-header[aria-expanded="true"] .collapse-status::after {
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
	opacity: 0;
}

.collapse-status {
	display: flex;
	align-items: center;
	height: 1.125rem;
	width: 1.125rem;
	transition: all 0.3s ease-in-out;
}

.collapse-status::before, .collapse-status::after {
	content: "";
	background-color: #2f4858;
	height: 0.0625rem;
	width: 1.125rem;
	opacity: 1;
	position: absolute;
	transition: all 0.3s ease-in-out;
}

.collapse-status::after {
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

.aside-section-card .aside-header::after,
.home.bg-light .aside-header::after {
	border-top-color: #f0f0f0;
}

.home.bg-light .aside-section:not(:first-child) .aside-header {
	padding-top: 0.625rem;
}

.aside-link {
	display: block;
	margin-bottom: 0.9375rem;
	padding-left: 0.9375rem;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.aside-link::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #01a2b9;
}

.audioplayer {
	background: #eeeeee;
	border: none;
	margin-bottom: 1.25rem;
	padding: 1.25rem;
	position: relative;
	max-width: 71.25rem;
}

.audioplayer .title-time-container {
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

.audioplayer .title-time-container .title-container {
	flex: 0 1 auto;
	margin-right: 15px;
}

.audioplayer .title-time-container .time-container {
	flex: auto;
	text-align: right;
	white-space: nowrap;
}

.audioplayer .title-time-container .time-container span {
	padding: 0;
	margin: 0;
}

.audioplayer .time-bar {
	width: 100%;
	height: 5px;
	margin: 10px 0;
	background: #fff;
	position: relative;
	cursor: pointer;
}

.audioplayer .time-bar .played {
	width: 0%;
	max-width: 100%;
	height: 100%;
	background: #a7a7a7;
	position: absolute;
	left: 0;
	transition: width linear 0.1s;
	overflow: hidden;
	z-index: 10;
}

.audioplayer .time-bar .played .played-dragger {
	width: 10px;
	background: #333;
	position: relative;
	float: right;
	height: 100%;
}

.audioplayer .time-bar .buffered {
	width: 0%;
	height: 100%;
	position: absolute;
	background: #eee;
	left: 0;
	z-index: 1;
}

.audioplayer .time-bar.time-bar-disabled {
	cursor: auto;
}

.audioplayer .time-bar.time-bar-disabled .played .played-dragger {
	cursor: auto;
}

.audioplayer .btn-audio-play span {
	background-image: url("../img/icon-play-16.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.audioplayer .btn-audio-play span {
		background-image: url("../img/icon-play-16@2x.png");
	}
}

.audioplayer .btn-audio-play.toggled span {
	background-image: url("../img/icon-pause-16.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.audioplayer .btn-audio-play.toggled span {
		background-image: url("../img/icon-pause-16@2x.png");
	}
}

.audioplayer .btn-audio-volume span {
	background-image: url("../img/icon-volle-lautstaerke-16.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.audioplayer .btn-audio-volume span {
		background-image: url("../img/icon-volle-lautstaerke-16@2x.png");
	}
}

.audioplayer .btn-audio-volume.low-volume span {
	background-image: url("../img/icon-geringe-lautstaerke-16.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.audioplayer .btn-audio-volume.low-volume span {
		background-image: url("../img/icon-geringe-lautstaerke-16@2x.png");
	}
}

.audioplayer .btn-audio-volume.middle-volume span {
	background-image: url("../img/icon-normale-lautstaerke-16.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.audioplayer .btn-audio-volume.middle-volume span {
		background-image: url("../img/icon-normale-lautstaerke-16@2x.png");
	}
}

.audioplayer .btn-audio-volume.mute span {
	background-image: url("../img/icon-stumm-16.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.audioplayer .btn-audio-volume.mute span {
		background-image: url("../img/icon-stumm-16@2x.png");
	}
}

.audioplayer .btn-audio-back span {
	background-image: url("../img/icon-vorheriger-titel-16.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.audioplayer .btn-audio-back span {
		background-image: url("../img/icon-vorheriger-titel-16@2x.png");
	}
}

.audioplayer .btn-audio-forward span {
	background-image: url("../img/icon-naechster-titel-16.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.audioplayer .btn-audio-forward span {
		background-image: url("../img/icon-naechster-titel-16@2x.png");
	}
}

.audioplayer .btn-audio-volume {
	margin-left: 15px;
}

.audioplayer .audio-volume-control {
	vertical-align: top;
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 0%;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	height: 35px;
	background-color: transparent;
}

.audioplayer .audio-volume-control .volume-bar {
	margin: 15px 5px 15px 5px;
	width: calc(100% - 10px);
	height: 5px;
	background-color: #ffffff;
	position: relative;
	display: none;
}

.audioplayer .audio-volume-control .volume-bar .selected-volume {
	width: 100%;
	max-width: 100%;
	height: 100%;
	background: #333;
	position: absolute;
	left: 0;
	transition: width linear 0.05s;
	overflow: hidden;
	z-index: 10;
}

.audioplayer .audio-volume-control.hovered {
	width: 110px;
}

.audioplayer .audio-volume-control.hovered .volume-bar {
	display: block;
}

.audioplayer .audio-volume-control.sound-muted {
	display: none !important;
}

.audioplayer .btn__download {
	background-image: none;
	border: 1px solid transparent;
	width: 35px;
	height: 35px;
	padding: 0;
	margin-right: 0px;
	white-space: normal;
	display: inline-block;
	position: absolute;
	right: 20px;
}

.audioplayer .btn__download div {
	width: inherit;
	height: inherit;
	background-image: url("../img/icon-download-16.png");
	background-size: 16px;
	background-position: center;
	background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.audioplayer .btn__download div {
		background-image: url("../img/icon-download-16@2x.png");
	}
}

.audioplayer .btn__download.active {
	border: 1px solid #cccccc;
	background: linear-gradient(0deg, #ffffff 0%, #f0f0f0 100%);
}

.audioplayer .btn-audio-volume,
.audioplayer .btn-audio-back {
	margin-left: 15px;
}

.audioplayer .playlist-list {
	cursor: pointer;
	display: table;
	margin-top: 10px;
	width: 100%;
}

.audioplayer .playlist-list .item-row {
	background: transparent;
	color: #333;
	display: table-row;
	width: 100%;
}

.audioplayer .playlist-list .item-row .title-container {
	color: #fff;
	display: table-cell;
	padding: 5px 5px 5px 10px;
	vertical-align: middle;
}

.audioplayer .playlist-list .item-row .time-container {
	display: table-cell;
	padding: 5px;
	text-align: right;
	vertical-align: middle;
}

.audioplayer .playlist-list .item-row .download-container {
	display: table-cell;
	height: 35px;
	width: 35px;
}

.audioplayer .playlist-list .item-row.current {
	background: #5c5c5c;
	color: #fff;
	cursor: auto;
}

.audioplayer .playlist-list .item-row.current .download-container .btn__download div {
	background-image: url("../img/icon-download-weiss-16.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.audioplayer .playlist-list .item-row.current .download-container .btn__download div {
		background-image: url("../img/icon-download-weiss-16@2x.png");
	}
}

.badge-hit {
	border-radius: 1rem;
	color: #1d1d1b;
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: 400;
	-webkit-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
	line-height: 1.5rem;
	padding: 0 0.625rem;
	margin-right: 0.3125rem;
	margin-bottom: 0.625rem;
	white-space: nowrap;
}

.badge-hit a {
	color: #2f4858;
	white-space: nowrap;
}

.badge-hit a:hover, .badge-hit a:focus {
	color: #fd7e14;
}

.badge-hit > i {
	margin-left: 0.5rem;
}

.badge-filter {
	background-color: #2f4858;
	color: #fff;
}

.badge-filter a {
	color: #fff;
}

.hits-reset {
	color: #1d1d1b;
}

.hits-toolbar {
	padding-top: 1rem;
}

.highlight {
	padding-left: 0.375rem;
	padding-right: 0.375rem;
}

.search-bg0 {
	background-color: rgba(255, 237, 0, 0.5) !important;
}

.search-bg1 {
	background-color: rgba(1, 162, 185, 0.2) !important;
}

.search-bg2 {
	background-color: rgba(111, 66, 193, 0.2) !important;
}

.search-bg3 {
	background-color: rgba(0, 123, 255, 0.2) !important;
}

.search-bg4 {
	background-color: rgba(232, 62, 140, 0.2) !important;
}

.search-bg5 {
	background-color: rgba(253, 126, 20, 0.4) !important;
}

.search-bg6 {
	background-color: rgba(40, 167, 69, 0.15) !important;
}

.search-bg7 {
	background-color: rgba(32, 201, 151, 0.3) !important;
}

.search-bg8 {
	background-color: rgba(161, 18, 48, 0.15) !important;
}

.search-bg9 {
	background-color: rgba(102, 16, 242, 0.2) !important;
}

.search-bgMarkiert {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	border: 0.125rem dashed #000;
}

.filter.hits-toolbar {
	background-color: #f0f0f0;
	margin-top: 1rem;
	padding: 1rem 1rem 0.5rem;
}

.badge-price {
	background-color: #a11230;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -1rem;
	top: -12%;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transform: rotate(10deg);
	        transform: rotate(10deg);
	transition: right 0.3s ease-in-out;
	height: 8.75rem;
	width: 8.75rem;
	white-space: normal;
}

@media screen and (min-width: 768px) {
	.badge-price {
		height: calc(8.75rem + 1rem);
		width: calc(8.75rem + 1rem);
	}
}

@media screen and (min-width: 992px) {
	.badge-price {
		right: -3rem;
		top: -12%;
		height: calc(8.75rem + 2rem);
		width: calc(8.75rem + 2rem);
	}
}

@media screen and (min-width: 1200px) {
	.badge-price {
		top: -18%;
	}
}

@media screen and (min-width: 1258px) {
	.badge-price {
		height: calc(8.75rem + 3rem);
		width: calc(8.75rem + 3rem);
	}
}

.badge-text {
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.5rem;
}

@media screen and (min-width: 768px) {
	.badge-text {
		font-size: 1.375rem;
	}
}

@media screen and (min-width: 992px) {
	.badge-text {
		font-size: 1.5rem;
		line-height: 1.625rem;
	}
}

.badge-text small,
.lead small {
	font-weight: 300;
}

.badge-text--small {
	font-size: 0.8125rem;
	line-height: 1;
}

@media screen and (min-width: 768px) {
	.badge-text--small {
		font-size: 0.875rem;
	}
}

@media screen and (min-width: 992px) {
	.badge-text--small {
		font-size: 1rem;
	}
}

@media screen and (min-width: 992px) {
	.is-open .badge-price,
	.is-widthfull .badge-price {
		right: -1rem;
	}
}

.banner-status {
	background-color: #f0f0f0;
	border: 0.0625rem solid #dcdcdc;
	border-radius: 0.25rem;
	margin: 0 auto 1.875rem auto;
	width: calc(100% - 1.875rem);
}

.banner-status-img {
	border: 0.125rem solid #01a2b9;
	border-radius: 50%;
	color: #01a2b9;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	height: 4rem;
	width: 4rem;
	margin: auto;
}

.banner-status-title {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	letter-spacing: 0.0625rem;
	margin: 0 auto;
	position: relative;
	text-transform: uppercase;
	max-width: 24rem;
}

.banner-status-title::after {
	content: "";
	background-color: #5c5c5c;
	height: 0.0625rem;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.banner-status-title span {
	background-color: #fff;
	padding: 1rem;
	max-width: 19rem;
	z-index: 1;
}

a,
.btn:not(.btn-search) {
	transition: all 0.3s ease-in-out;
}

button.close:focus {
	outline: 0;
}

.tab-pane--list-item {
	position: relative;
	transition: all 0.3s ease-in-out;
}

.tab-pane--list-item::after {
	content: "";
	border-bottom: 0.0625rem solid #6c757d;
	left: 0;
	position: absolute;
	transition: all 0.3s ease-in-out;
	width: 0;
}

.tab-pane--list-item:hover::after, .tab-pane--list-item:focus::after {
	width: 100%;
}

.btn {
	white-space: nowrap;
}

.btn:focus {
	box-shadow: none;
	outline: none;
}

.btn-app {
	background-color: #f0f0f0;
	border: 0.0625rem solid #cccccc;
	border-radius: 50%;
	box-shadow: 0 0.375rem 0.625rem rgba(0, 0, 0, 0.2);
	bottom: 0;
	color: #2f4858;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3.375rem;
	position: absolute;
	width: 3.375rem;
}

.btn-app-group {
	display: flex;
	bottom: 1rem;
	left: auto;
	right: auto;
	position: fixed;
	z-index: 10;
	width: calc(100% - 1.875rem);
}

@media screen and (min-width: 992px) {
	.btn-app-group {
		width: 930px;
	}
}

@media screen and (min-width: 1200px) {
	.btn-app-group {
		width: 1110px;
	}
}

@media screen and (min-width: 1330px) {
	.btn-app-group {
		width: 1198px;
	}
}

.btn-app.btn-back {
	margin-left: -0.5rem;
}

@media screen and (min-width: 992px) {
	.btn-app.btn-back {
		margin-left: -2rem;
	}
}

@media screen and (min-width: 1366px) {
	.btn-app.btn-back {
		margin-left: -4.5rem;
	}
}

@media screen and (min-width: 1440px) {
	.btn-app.btn-back {
		margin-left: -6rem;
	}
}

.btn-app.btn-totop {
	margin-left: auto;
	margin-right: -0.5rem;
	right: 0;
}

@media screen and (min-width: 992px) {
	.btn-app.btn-totop {
		margin-right: -2rem;
	}
}

@media screen and (min-width: 1366px) {
	.btn-app.btn-totop {
		margin-right: -4.5rem;
	}
}

@media screen and (min-width: 1440px) {
	.btn-app.btn-totop {
		margin-right: -6rem;
	}
}

.btn-group .btn:first-child {
	border-radius: 2rem 0 0 2rem;
}

.btn-group .btn:last-child {
	border-radius: 0 2rem 2rem 0;
}

.btn-group .dropdown:first-child .btn {
	border-radius: 2rem 0 0 2rem;
}

.btn-group .dropdown:last-child .btn {
	border-radius: 0 2rem 2rem 0;
	margin-left: -0.0625rem;
}

.btn-group-label {
	font-size: 0.875rem;
	margin-right: 0.625rem;
}

.btn-ui {
	-webkit-animation: shadow-pulse 2s 3;
	        animation: shadow-pulse 2s 3;
	background-color: #ffed00;
	border-radius: 3.375rem;
	display: block;
	height: 3.375rem;
	line-height: 3.5rem;
	overflow: hidden;
	width: 3.375rem;
}

.btn-ui:hover, .btn-ui.is-active {
	box-shadow: 0 6px 7px rgba(0, 0, 0, 0.16);
	width: 11rem;
}

.btn-ui:hover .btn-ui--icon, .btn-ui.is-active .btn-ui--icon {
	background-color: #2f4858;
	color: #ffed00;
}

.btn-ui:hover .btn-ui--dialog, .btn-ui.is-active .btn-ui--dialog {
	color: #1d1d1b;
	opacity: 1;
	padding-right: 3.375rem;
	width: 100%;
}

.btn-ui--dialog {
	transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out;
	bottom: 0;
	color: #2f4858;
	font-weight: 600;
	font-size: 0.75rem;
	height: 100%;
	opacity: 0;
	padding: 0 0 0 1.25rem;
	position: absolute;
	text-transform: uppercase;
	white-space: nowrap;
	width: 0;
}

.btn-ui--icon {
	transition: all 0.4s ease-in-out;
	background-color: #ffed00;
	border: 0 solid transparent;
	border-radius: 3.375rem;
	bottom: 0;
	color: #2f4858;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3.375rem;
	line-height: 3.375rem;
	margin-left: 0;
	position: absolute;
	right: 0;
	width: 3.375rem;
	z-index: 1;
}

.btn-ui--icon [class*="icon-"] {
	font-size: 1.25rem;
}

.btn-ui-group {
	position: fixed;
	bottom: 1rem;
	left: auto;
	right: auto;
	width: calc(100% - 1.875rem);
	z-index: 1011;
}

@media screen and (min-width: 992px) {
	.btn-ui-group {
		top: 8.5rem;
		bottom: calc(100% - 8.5rem);
		width: 930px;
	}
}

@media screen and (min-width: 1200px) {
	.btn-ui-group {
		width: 1110px;
	}
}

@media screen and (min-width: 1330px) {
	.btn-ui-group {
		width: 1198px;
	}
}

@media screen and (max-width: 991px) {
	.btn-ui-group.is-top .btn-mag {
		margin-right: -0.5rem;
	}
}

@media screen and (min-width: 992px) {
	.btn-ui-group.is-top {
		top: 14rem;
		bottom: calc(100% - 14rem);
	}
}

.btn-ui-group .btn-ui {
	box-shadow: 0 0.375rem 0.625rem rgba(0, 0, 0, 0.2);
	bottom: 0;
	position: absolute;
	right: 0;
}

@media screen and (max-width: 991px) {
	.btn-ui-group .btn-mag {
		margin-right: 3.25rem;
	}
}

@media screen and (min-width: 992px) {
	.btn-ui-group .btn-mag {
		margin-right: -2rem;
	}
}

@media screen and (min-width: 1366px) {
	.btn-ui-group .btn-mag {
		margin-right: -4.5rem;
	}
}

@media screen and (min-width: 1440px) {
	.btn-ui-group .btn-mag {
		margin-right: -6rem;
	}
}

.block {
	border-top: 0.0625rem solid #cccccc;
	border-bottom: 0.0625rem solid #cccccc;
	margin-top: -0.0625rem;
	padding: 1.25rem 0;
}

.breadcrumb-wrapper {
	position: -webkit-sticky;
	position: sticky;
	top: 3.25rem;
}

@media screen and (min-width: 992px) {
	.breadcrumb-wrapper {
		top: 4.4375rem;
	}
}

[aria-label="breadcrumb"] {
	background-color: #fff;
	box-shadow: 0 1rem 1rem -1rem rgba(0, 0, 0, 0.16);
	position: -webkit-sticky;
	position: sticky;
	top: 3.25rem;
	transition: box-shadow 0.3s ease-in-out;
	z-index: 1010;
}

@media screen and (min-width: 992px) {
	[aria-label="breadcrumb"] {
		top: 4.4375rem;
	}
}

body.home [aria-label="breadcrumb"] {
	box-shadow: none;
	position: relative;
	top: 0;
	z-index: 10;
}

.breadcrumb [class*="icon-"] {
	color: #a7a7a7;
	font-size: 1rem;
}

.breadcrumb-item {
	display: inline-flex;
	align-items: center;
}

@media screen and (max-width: 575px) {
	.breadcrumb-item {
		font-size: 0.8125rem;
	}
}

.breadcrumb-item a {
	color: #999999;
}

.breadcrumb-item a:hover {
	color: #2f4858;
}

@media screen and (max-width: 575px) {
	.breadcrumb-item + .breadcrumb-item {
		padding-left: 0.25rem;
	}
}

.breadcrumb-item + .breadcrumb-item:before {
	font-family: "iconfont";
}

@media screen and (max-width: 575px) {
	.breadcrumb-item + .breadcrumb-item:before {
		font-size: 0.6875rem;
		padding-right: 0.25rem;
	}
}

.breadcrumb-item.active a {
	cursor: default;
	color: #2f4858;
	font-weight: 600;
}

.carousel-indicators li {
	background-color: transparent;
	border: 1px solid #a7a7a7;
	border-radius: 50%;
	opacity: 1;
}

.carousel-indicators .active {
	border-color: #01a2b9;
}

@media screen and (max-width: 991px) {
	.carousel-caption {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.carousel-control-prev,
	.carousel-control-next {
		display: none;
	}
}

.owl-dots {
	position: relative;
}

.privacy-warning {
	background-color: rgba(0, 0, 0, 0.85);
	color: #fff;
	height: auto;
	margin: 0;
	opacity: 1;
	padding: 1.25rem 1.25rem 0;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 1100;
}

.privacy-warning h3 {
	color: inherit;
	font-size: 1.17031rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
}

.privacy-warning p {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
	margin: 0;
}

.privacy-warning .info {
	margin: 0 auto;
}

.privacy-warning .submit {
	display: inline-block;
	vertical-align: middle;
	padding: 20px 0;
}

.privacy-warning .submit a {
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	text-align: center;
	vertical-align: middle;
	border: 1px solid transparent;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	margin: 0;
	text-decoration: none !important;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.8125rem;
	color: #000;
	background-color: #ffed00;
	padding: 0.375rem 1rem;
	min-width: 8.75rem;
	height: 2.8125rem;
	border-radius: 0.75rem;
}

@media screen and (min-width: 992px) {
	.privacy-warning .submit a {
		min-width: 11.25rem;
	}
}

/*!
 * Datepicker v1.0.9
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-09-21T06:57:30.334Z
 */
.datepicker-container {
	background-color: #fff;
	direction: ltr;
	left: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	touch-action: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: -1;
}

.datepicker-container::before,
.datepicker-container::after {
	border: 10px solid transparent;
	content: " ";
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}

.datepicker-dropdown {
	border: 1px solid #cccccc;
	box-shadow: 0 3px 6px #cccccc;
	box-sizing: content-box;
	position: absolute;
	z-index: 1;
}

.datepicker-inline {
	position: static;
}

.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
	border-top: 0;
	left: 20px;
	top: -10px;
}

.datepicker-top-left::before,
.datepicker-top-right::before {
	border-bottom-color: #cccccc;
}

.datepicker-top-left::after,
.datepicker-top-right::after {
	border-bottom-color: #fff;
	top: -9px;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
	border-bottom-color: #cccccc;
}

.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
	border-bottom: 0;
	bottom: -5px;
	left: 10px;
}

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
	border-top-color: #39f;
}

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
	border-top-color: #fff;
	bottom: -4px;
}

.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
	left: auto;
	right: 10px;
}

.datepicker-panel > ul > li:hover {
	background-color: #e5f2ff;
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
	color: #999999;
}

.datepicker-panel > ul > li.highlighted {
	background-color: #e5f2ff;
}

.datepicker-panel > ul > li.highlighted:hover {
	background-color: #cce5ff;
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
	color: #39f;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
	background-color: #fff;
	color: #cccccc;
	cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
	background-color: #e5f2ff;
}

.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="next"] {
	font-size: 18px;
}

.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
	width: 150px;
}

.datepicker-panel > ul[data-view="years"] > li,
.datepicker-panel > ul[data-view="months"] > li {
	height: 52.5px;
	line-height: 52.5px;
	width: 52.5px;
}

.datepicker-hide {
	display: none;
}

.datepicker-container {
	border-radius: 0.25rem;
	width: 18.125rem;
}

.datepicker-panel > ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0.25rem;
	width: 100%;
}

.datepicker-panel > ul:not([data-view="years"]):not([data-view="months"]):not([data-view="week"]):not([data-view="days"]) {
	align-items: center;
	justify-content: space-between;
}

.datepicker-panel > ul[data-view="week"] {
	background-color: #f0f0f0;
}

.datepicker-panel > ul[data-view="week"] > li {
	cursor: default;
	font-size: 0.8125rem;
	font-weight: 700;
	text-transform: uppercase;
}

.datepicker-panel > ul > li {
	background-color: transparent;
	border-radius: 2.5rem;
	cursor: pointer;
	font-size: 1rem;
	height: 2.5rem;
	line-height: 2.5rem;
	list-style: none;
	text-align: center;
	transition: all 0.3s ease-in-out;
	width: 2.5rem;
}

.datepicker-panel > ul > li:hover {
	background-color: #eeeeee;
}

.datepicker-panel > ul > li.highlighted {
	background-color: #ffed00;
	color: #000;
	font-weight: 600;
}

.datepicker-panel > ul > li.highlighted:hover {
	background-color: #ffed00;
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
	background-color: #01a2b9;
	color: #fff;
	font-weight: 600;
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
	color: #cccccc;
}

.datepicker-trigger {
	background: transparent;
	border: 0.0625rem solid #cccccc;
	border-radius: 0 0.25rem 0.25rem 0;
	padding-left: 1rem;
	padding-right: 1rem;
	transition: all 0.3s ease-in-out;
}

.datepicker-trigger:hover, .datepicker-trigger:focus {
	background-color: rgba(108, 117, 125, 0.85);
	border-color: rgba(108, 117, 125, 0.85);
	color: #fff;
	outline: 0;
}

.document h3,
.document .h3 {
	margin-top: 1.40625rem;
}

.document h4,
.document .h4 {
	margin-top: 1.25rem;
}

@media screen and (min-width: 992px) {
	.document #featured-layout {
		padding-top: 5rem;
	}
}

.document small + .h3 {
	margin-top: 1.125rem;
}

.image-size-w33 {
	height: auto;
	width: 33%;
}

.image-size-w50 {
	height: auto;
	width: 50%;
}

.image-size-full {
	height: auto;
	width: 100%;
}

[class*="image-size-"] > img {
	width: 100%;
}

.doc-title-top {
	background-color: #6c757d;
	border-radius: 0.25rem;
	color: #fff;
	display: inline-block;
	font-size: 0.6875rem;
	font-weight: 600;
	margin-bottom: 1.25rem;
	opacity: 1;
	padding: 0.25rem 0.75rem;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	z-index: 0;
}

@media screen and (min-width: 576px) {
	.doc-title-top {
		margin-top: -0.8125rem;
		position: absolute;
	}
}

.dropdown-menu {
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.175);
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	max-width: 34rem;
}

.dropdown-menu[x-placement="bottom-start"]::before, .dropdown-menu[x-placement="bottom-start"]::after, .dropdown-menu[x-placement="bottom-end"]::before, .dropdown-menu[x-placement="bottom-end"]::after {
	content: "";
	position: absolute;
}

.dropdown-menu[x-placement="bottom-start"]::before, .dropdown-menu[x-placement="bottom-end"]::before {
	height: 0;
	width: 0;
	border-bottom: 11px solid #dcdcdc;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	top: -0.75rem;
}

.dropdown-menu[x-placement="bottom-start"]::after, .dropdown-menu[x-placement="bottom-end"]::after {
	height: 0;
	width: 0;
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	top: -0.625rem;
}

.dropdown-menu[x-placement="bottom-start"]::before, .dropdown-menu[x-placement="top-start"]::before {
	left: 2.4375rem;
}

.dropdown-menu[x-placement="bottom-start"]::after, .dropdown-menu[x-placement="top-start"]::after {
	left: 2.5rem;
}

.dropdown-menu[x-placement="top-start"]::before, .dropdown-menu[x-placement="top-start"]::after, .dropdown-menu[x-placement="top-end"]::before, .dropdown-menu[x-placement="top-end"]::after {
	content: "";
	position: absolute;
}

.dropdown-menu[x-placement="top-start"]::before, .dropdown-menu[x-placement="top-end"]::before {
	height: 0;
	width: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-top: 11px solid #dcdcdc;
	bottom: -0.75rem;
}

.dropdown-menu[x-placement="top-start"]::after, .dropdown-menu[x-placement="top-end"]::after {
	height: 0;
	width: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	bottom: -0.625rem;
}

.dropdown-menu[x-placement="bottom-end"]::before, .dropdown-menu[x-placement="top-end"]::before {
	right: 2.4375rem;
}

.dropdown-menu[x-placement="bottom-end"]::after, .dropdown-menu[x-placement="top-end"]::after {
	right: 2.5rem;
}

.dropdown-item {
	transition: background 0.3s linear, color 0.3s linear;
	cursor: pointer;
	position: relative;
	vertical-align: middle;
	margin-bottom: 0;
	white-space: normal;
}

.dropdown-item:first-child {
	margin-top: 0.625rem;
}

.dropdown-item:last-child {
	border-radius: 0 0 0.25rem 0.25rem;
}

.dropdown-item--icon {
	font-size: 1rem;
	height: 1rem;
	position: absolute;
	top: 0.6875rem;
	width: 1rem;
}

.dropdown-item--icon > img {
	display: inline-block;
	margin-top: -0.4375rem;
}

.dropdown-item--title,
.dropdown-item--subtitle {
	display: block;
	padding-left: 1.625rem;
}

.dropdown-item--title {
	color: #000;
	font-size: 0.875rem;
	font-weight: 600;
	text-transform: uppercase;
}

.dropdown-item--subtitle {
	color: #5c5c5c;
	line-height: 1.5;
}

@media screen and (max-width: 991px) {
	.dropdown-item--subtitle {
		margin-top: 0.3125rem;
	}
}

.dropdown-default-toggle::after {
	content: "";
	display: inline-block;
}

.dropdown-default-toggle + .dropdown-menu {
	background-image: linear-gradient(180deg, #fff 0%, #f0f0f0 100%);
	padding: 0;
	top: 2px !important;
}

.dropdown-default-toggle + .dropdown-menu .dropdown-item {
	border-bottom: 1px solid #eeeeee;
	padding: 0.75rem 1.0625rem;
}

.dropdown-default-toggle + .dropdown-menu .dropdown-item:hover {
	background-color: #eeeeee;
	color: #007bff;
}

.dropdown-toggle [class*="icon-"] {
	font-size: 0.5625rem;
	margin-left: 0.625rem;
}

main .dropdown-menu {
	max-height: 18rem;
	overflow-x: hidden;
}

@media screen and (min-width: 375px) {
	main .dropdown-menu {
		max-height: 24rem;
	}
}

@media screen and (min-width: 992px) {
	main .dropdown-menu {
		max-height: 30rem;
	}
}

.editorial .post {
	margin: 0;
}

.editorial .post-body {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0.25rem;
}

.editorial .post:last-child .post-link {
	border-bottom: 0;
}

.editorial .post-head,
.editorial .post-text,
.editorial .post-links {
	display: none;
}

@media screen and (min-width: 992px) {
	.editorial.scrolling {
		height: calc(100vh - 26rem);
	}
}

.editors-choice {
	display: flex;
}

@media screen and (max-width: 767px) {
	.editors-choice {
		margin-bottom: 1rem;
	}
}

.editors-choice-img {
	display: inherit;
	align-items: center;
	height: 5.3125rem;
	overflow: hidden;
	min-width: 5.3125rem;
	width: 5.3125rem;
}

.editors-choice-img img {
	height: auto;
	margin: -0.0625rem;
	min-width: calc(100% + 0.125rem);
	max-width: calc(100% + 0.125rem);
}

.event {
	background-color: rgba(255, 237, 0, 0.25);
	margin-top: 2rem;
	margin-bottom: 4rem;
	padding: 1.25rem 1.25rem 1.875rem;
	position: relative;
}

@media screen and (max-width: 575px) {
	.event {
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
	}
}

.event::after {
	content: "";
	height: 1.875rem;
	position: absolute;
	width: 100%;
}

.event::after {
	top: 100%;
	background: linear-gradient(to right bottom, rgba(255, 237, 0, 0.25) 50%, transparent 50%);
	left: 0;
}

.event-icon {
	font-size: 1.5rem;
	margin-right: 0.9375rem;
}

.event-title {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 0.625rem;
}

.event-content p {
	margin-bottom: 0;
}

.checkbox {
	position: relative;
}

.checkbox.dropdown-item {
	padding: 0 !important;
}

.checkbox.dropdown-item [type="checkbox"] + label {
	padding: 0.75rem 1.0625rem 0.75rem 2.875rem;
}

.checkbox.dropdown-item [type="checkbox"] + label:before {
	left: 1.0625rem;
	top: 0.8125rem;
}

.checkbox.dropdown-item [type="checkbox"] + label:after {
	left: 1.3125rem;
	top: 1.0625rem;
}

.checkbox-label {
	display: block;
	width: 100%;
}

.checkbox-inline .checkbox-label {
	width: auto;
}

.checkbox [type="checkbox"] {
	display: none;
}

.checkbox [type="checkbox"] + label {
	cursor: pointer;
	margin-bottom: 0;
	padding-left: 2.25rem;
	position: relative;
}

.checkbox [type="checkbox"] + label:before, .checkbox [type="checkbox"] + label:after {
	position: absolute;
}

.checkbox [type="checkbox"] + label:before {
	content: "";
	border: 1px solid #cccccc;
	background: #fff;
	height: 1.4375rem;
	left: 0;
	top: 0;
	width: 1.4375rem;
}

.checkbox [type="checkbox"] + label:after {
	transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
	transition: opacity 0.3s linear, transform 0.3s linear;
	transition: opacity 0.3s linear, transform 0.3s linear, -webkit-transform 0.3s linear;
	content: "\e928";
	font-family: "iconfont";
	color: #01a2b9;
	left: 0.25rem;
	line-height: 1;
	opacity: 0;
	-webkit-transform: scale(0);
	        transform: scale(0);
	top: 0.25rem;
}

.checkbox [type="checkbox"] + label:hover:before {
	box-shadow: 0 0 0 2px #eeeeee;
}

.checkbox [type="checkbox"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.checkbox [type="checkbox"]:disabled + label {
	cursor: not-allowed;
	opacity: 0.5;
}

.checkbox [type="checkbox"]:disabled + label:hover:before {
	box-shadow: none;
}

.form-check.dropdown-item {
	padding: 0 !important;
}

.form-check.dropdown-item [type="radio"] + label {
	padding: 0.75rem 1.0625rem 0.75rem 2.875rem;
}

.form-check.dropdown-item [type="radio"] + label:before {
	left: 1.0625rem;
	top: 0.8125rem;
}

.form-check.dropdown-item [type="radio"] + label:after {
	left: 1.3125rem;
	top: 1.0625rem;
}

.form-check-label {
	display: block;
	width: 100%;
}

.form-check-inline .form-check-label {
	width: auto;
}

.form-check [type="radio"] {
	display: none;
}

.form-check [type="radio"] + label {
	cursor: pointer;
	margin-bottom: 0.625rem;
	padding-left: 1.875rem;
	position: relative;
}

.form-check [type="radio"] + label:before, .form-check [type="radio"] + label:after {
	border-radius: 50%;
	content: "";
	position: absolute;
}

.form-check [type="radio"] + label:before {
	border: 1px solid #cccccc;
	background-color: #fff;
	height: 1.3125rem;
	left: 0;
	top: 0.125rem;
	width: 1.3125rem;
}

.form-check [type="radio"] + label:after {
	transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
	transition: opacity 0.3s linear, transform 0.3s linear;
	transition: opacity 0.3s linear, transform 0.3s linear, -webkit-transform 0.3s linear;
	background-color: #01a2b9;
	height: 0.8125rem;
	left: 0.25rem;
	opacity: 0;
	-webkit-transform: scale(0);
	        transform: scale(0);
	top: 0.375rem;
	width: 0.8125rem;
}

.form-check [type="radio"] + label:hover:before {
	box-shadow: 0 0 0 2px #eeeeee;
}

.form-check [type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.form-check [type="radio"]:disabled + label {
	background-color: #f0f0f0;
	cursor: not-allowed;
	opacity: 0.5;
}

.form-check [type="radio"]:disabled + label:hover:before {
	box-shadow: none;
}

.select-chapters {
	border-radius: 0.3rem;
	border: 0.0625rem solid #dcdcdc;
	margin-left: 1.75rem;
	padding: 0.625rem;
}

.btn-fav {
	align-items: center;
}

.btn-fav [class*="icon-"] {
	-webkit-animation-delay: 0.5s;
	        animation-delay: 0.5s;
	border-radius: 50%;
	height: 1rem;
	width: 1rem;
}

.favorites-list {
	border: 0.0625rem solid #dcdcdc;
	list-style: none;
	padding: 1rem;
}

.favorites-list--item {
	cursor: pointer;
	margin: 0.25rem 0;
	padding: 0.5rem 0.75rem;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.favorites-list--item:hover, .favorites-list--item:focus {
	background-color: #eeeeee;
}

.favorites-list--item:not(:last-child)::after {
	content: "";
	background-color: #eeeeee;
	bottom: 0;
	display: block;
	height: 0.0625rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.favorites-list--item.is-select {
	background-color: #eeeeee;
	font-weight: bold;
}

.is-favorite.is-add-fav {
	-webkit-animation: shadow-pulse-dark 0.8s;
	        animation: shadow-pulse-dark 0.8s;
}

.fav-image {
	border-radius: 1.25rem;
}

.filter-abc {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 3rem -0.5rem;
}

.filter-abc--item {
	border: 0.0625rem solid #6c757d;
	color: #6c757d;
	display: inherit;
	align-items: center;
	justify-content: center;
	margin: 0.25rem;
	height: 2.5rem;
	width: 2.5rem;
}

.filter-abc--item:hover, .filter-abc--item:focus, .filter-abc--item.is-active {
	background-color: #6c757d;
	color: #fff;
}

.filter-category {
	background-color: #eeeeee;
	border-style: solid;
	border-color: #eeeeee;
	border-width: 0.625rem 0;
	height: 2.75rem;
	overflow: hidden;
	padding: 0 2.75rem;
	z-index: 0;
}

@media screen and (max-width: 991px) {
	.filter-category {
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
	}
}

.filter-category a {
	color: #1d1d1b;
	margin: 0 0.3125rem;
}

.filter-category a:hover, .filter-category a:focus {
	color: #2f4858;
}

.filter-carousel {
	position: relative;
}

.filter-carousel .owl-stage-outer {
	height: 1.5rem;
	overflow: hidden;
	white-space: nowrap;
}

.filter-carousel .owl-item {
	display: inline-block;
}

.filter-carousel .owl-item:not(:last-child) a::after {
	content: "|";
	color: #a7a7a7;
	margin: 0 0 0 0.625rem;
}

.filter-carousel .owl-prev,
.filter-carousel .owl-next {
	background-color: transparent;
	border: 0;
	color: #a7a7a7;
	height: 2.75rem;
	position: absolute;
	text-align: center;
	top: -0.625rem;
	transition: all 0.3s ease-in-out;
	width: 2.75rem;
	z-index: 10;
}

.filter-carousel .owl-prev:hover, .filter-carousel .owl-prev:focus,
.filter-carousel .owl-next:hover,
.filter-carousel .owl-next:focus {
	color: #1d1d1b;
	outline: 0;
}

.filter-carousel .owl-prev {
	left: 0;
}

.filter-carousel .owl-prev::after {
	content: "";
	background: linear-gradient(90deg, #eeeeee 0%, rgba(238, 238, 238, 0) 100%);
	height: 2.75rem;
	position: absolute;
	right: -0.625rem;
	top: 0;
	width: 0.625rem;
}

.filter-carousel .owl-next {
	right: 0;
}

.filter-carousel .owl-next::before {
	content: "";
	background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, #eeeeee 100%);
	height: 2.75rem;
	left: -0.625rem;
	position: absolute;
	top: 0;
	width: 0.625rem;
}

.introduction-author {
	color: #5c5c5c;
	font-weight: 600;
	font-style: italic;
}

.introduction-title {
	color: #5c5c5c;
	display: block;
}

@media screen and (min-width: 576px) {
	.introduction img {
		margin-left: 1.25rem;
		max-width: 12.5rem;
	}
}

@media screen and (min-width: 1258px) {
	.introduction img {
		margin-left: 1.875rem;
		max-width: 20rem;
	}
}

.introduction .rounded-circle {
	display: flex;
	align-items: center;
	height: 12.5rem;
	min-width: 12.5rem;
	width: 12.5rem;
	overflow: hidden;
}

@media screen and (max-width: 575px) {
	.introduction .rounded-circle {
		margin: 0 auto;
	}
}

@media screen and (min-width: 576px) {
	.introduction .rounded-circle {
		margin-left: 1.875rem;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.introduction .rounded-circle {
		height: 10rem;
		min-width: 10rem;
		width: 10rem;
	}
}

.introduction .rounded-circle > img {
	margin-left: 0;
	width: 100%;
}

.header-btn {
	display: inline-flex;
	flex-direction: column;
	align-self: center;
	height: auto;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

@media screen and (max-width: 991px) {
	.header-btn .far,
	.header-btn .fal,
	.header-btn .fas {
		font-size: 1.75rem;
	}
}

@media screen and (min-width: 992px) {
	.header-btn .far,
	.header-btn .fal,
	.header-btn .fas {
		font-size: 2.0625rem;
	}
}

.header-btn--desc {
	font-size: 0.625rem;
	font-weight: 600;
	margin-top: 0.1875rem;
	text-transform: uppercase;
}

@media screen and (max-width: 991px) {
	.header-btn--desc {
		display: none;
	}
}

.headline {
	margin-bottom: 2rem;
}

@media screen and (min-width: 1200px) {
	.headline {
		margin-bottom: 2.5rem;
	}
}

.headline-top, .headline-featured {
	position: relative;
}

.headline-top::before, .headline-top::after, .headline-featured::before, .headline-featured::after {
	content: "";
	position: absolute;
}

.headline-top::before, .headline-featured::before {
	bottom: -0.75rem;
	left: 3.125rem;
}

.headline-top::after, .headline-featured::after {
	bottom: -0.625rem;
	left: 3.125rem;
}

.headline-top {
	font-size: 1.5rem;
	border-bottom: 0.0625rem solid #cccccc;
	margin-bottom: 1.875rem;
	padding-bottom: 1.875rem;
}

.headline-top::before {
	height: 0;
	width: 0;
	border-left: 0.75rem solid transparent;
	border-right: 0.75rem solid transparent;
	border-top: 0.75rem solid #cccccc;
}

.headline-top::after {
	height: 0;
	width: 0;
	border-left: 0.75rem solid transparent;
	border-right: 0.75rem solid transparent;
	border-top: 0.75rem solid #fff;
}

.headline-featured {
	border-bottom: 0.0625rem solid rgba(47, 72, 88, 0.5);
	color: #2f4858;
	display: flex;
	align-items: center;
	margin-bottom: 1.25rem;
	padding-bottom: 0.625rem;
}

.headline-featured::before {
	height: 0;
	width: 0;
	border-left: 0.75rem solid transparent;
	border-right: 0.75rem solid transparent;
	border-top: 0.75rem solid rgba(47, 72, 88, 0.5);
}

.headline-featured::after {
	height: 0;
	width: 0;
	border-left: 0.75rem solid transparent;
	border-right: 0.75rem solid transparent;
	border-top: 0.75rem solid #fff;
}

.headline-featured [class*="icon-"] {
	background-color: #2f4858;
	border-radius: 50%;
	color: #fff;
	display: inherit;
	align-items: inherit;
	justify-content: center;
	font-size: 1.5rem;
	height: 2.5rem;
	margin-right: 0.625rem;
	padding: 0.625rem;
	width: 2.5rem;
}

.headline .btn-lg, .headline .btn-group-lg > .btn {
	color: #2f4858;
}

@media screen and (max-width: 419px) {
	.headline-filter {
		font-size: 1rem;
	}
}

@media screen and (min-width: 420px) and (max-width: 575px) {
	.headline-filter {
		font-size: calc(1rem + 0.5vw);
	}
}

@media screen and (max-width: 575px) {
	.headline-filter {
		text-align: center;
	}
}

@media screen and (max-width: 575px) {
	.headline-filter .dropdown-menu {
		margin-left: -12rem;
	}
}

.subtitle {
	color: #999999;
	display: block;
	font-size: calc(0.475rem + 0.75vw);
	margin-top: -0.0625rem;
	text-transform: uppercase;
	word-spacing: 0.25rem;
}

@media screen and (min-width: 411px) {
	.subtitle {
		font-size: calc(0.465rem + 0.75vw);
	}
}

@media screen and (min-width: 562px) {
	.subtitle {
		font-size: calc(0.45rem + 0.75vw);
	}
}

@media screen and (min-width: 768px) {
	.subtitle {
		font-size: calc(0.425rem + 0.75vw);
	}
}

@media screen and (min-width: 992px) {
	.subtitle {
		font-size: calc(0.395rem + 0.75vw);
	}
}

@media screen and (min-width: 1200px) {
	.subtitle {
		font-size: 0.84375rem;
		letter-spacing: 0.0625rem;
	}
}

.bg-light .headline-top {
	border-bottom-color: rgba(47, 72, 88, 0.5);
}

.bg-light .headline-top::before {
	border-top-color: rgba(47, 72, 88, 0.5);
}

.bg-light .headline-top::after {
	left: 3.25rem;
}

.bg-gray-light .headline-featured::after {
	border-top-color: #eeeeee;
}

.change-history {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: 0.75rem;
	padding-bottom: 0.5rem;
}

@media screen and (min-width: 992px) {
	.change-history {
		padding-bottom: 0.75rem;
	}
}

.change-history-wrapper {
	display: flex;
	margin-right: 0.5rem;
}

.catalog-compare {
	margin-top: 0.25rem;
	margin-bottom: 0.5rem;
}

@media screen and (min-width: 576px) {
	.catalog-compare {
		margin-left: auto;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.catalog-compare {
		margin-top: -2.125rem;
	}
}

@media screen and (min-width: 768px) {
	.catalog-compare {
		margin-top: 0.625rem;
	}
}

@media screen and (max-width: 991px) {
	.catalog-compare {
		margin-right: 1.5rem;
	}
}

.hit-toolbar .btn {
	margin-bottom: 0.9375rem;
}

.hit-toolbar .btn:not(:last-child) {
	margin-right: 0.625rem;
}

.installPwaGoButton {
	cursor: pointer;
}

.pwa-hint {
	background-color: rgba(255, 255, 255, 0.95);
	border-radius: 0 0 0.625rem 0.625rem;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
	color: #000;
	left: 0.625rem;
	padding: 3.125rem 1.875rem 1.875rem;
	position: fixed;
	right: 0.625rem;
	top: 0;
	text-align: center;
	z-index: 1120;
}

@media screen and (min-width: 768px) {
	.pwa-hint {
		padding: 0.9375rem 3.125rem;
	}
}

@media screen and (min-width: 992px) {
	.pwa-hint {
		width: 720px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}

@media screen and (max-width: 374px) {
	.pwa-hint p + .btn + .btn {
		margin-top: 0.625rem;
	}
}

@media screen and (min-width: 375px) {
	.pwa-hint p + .btn + .btn {
		margin-left: 0.625rem;
	}
}

.pwa-hint-install .modal-content {
	background-color: #ffed00;
}

.pwa-hint-install .modal-header {
	border-bottom: 1px solid #1d1d1b;
	position: relative;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width: 576px) {
	.pwa-hint-install .modal-header {
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}
}

.pwa-hint-install .modal-header::before, .pwa-hint-install .modal-header::after {
	content: "";
	position: absolute;
}

@media screen and (max-width: 575px) {
	.pwa-hint-install .modal-header::before, .pwa-hint-install .modal-header::after {
		left: 15%;
	}
}

.pwa-hint-install .modal-header::before {
	height: 0;
	width: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #1d1d1b;
	bottom: -15px;
	z-index: 2;
}

.pwa-hint-install .modal-header::after {
	height: 0;
	width: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #ffed00;
	bottom: -14px;
	z-index: 3;
}

.pwa-hint-install ol {
	counter-reset: li;
	list-style: none;
	padding-left: 0;
}

.pwa-hint-install li {
	margin-bottom: 1.875rem;
	padding-left: 2.8125rem;
	position: relative;
}

@media screen and (min-width: 992px) {
	.pwa-hint-install li {
		display: flex;
		justify-content: space-between;
	}
}

.pwa-hint-install li::before {
	background-color: #000;
	border-radius: 50%;
	counter-increment: li;
	content: counters(li, ".");
	color: #fff;
	display: inline-block;
	font-weight: 700;
	height: 1.875rem;
	left: 0;
	line-height: 1.875rem;
	position: absolute;
	text-align: center;
	width: 1.875rem;
}

@media screen and (max-width: 991px) {
	.pwa-hint-install li::before {
		margin-top: -0.1875rem;
	}
}

.pwa-hint-install li img {
	display: block;
	height: auto;
	margin: 1.875rem auto 0 auto;
	width: 100%;
	max-width: 320px;
}

@media screen and (min-width: 992px) {
	.pwa-hint-install li img {
		margin: 0 0 0 1.875rem;
	}
}

.pwa-hint-install .close {
	font-size: 1.25rem;
}

@media screen and (min-width: 576px) {
	.pwa-hint-install .close {
		margin-right: -1.5625rem;
	}
}

.pwa-hint .btn-close-hint {
	transition: 0.3s 0.3s linear;
	background-color: transparent;
	border: 0;
	color: #5c5c5c;
	cursor: pointer;
	font-size: 1.25rem;
	height: 2.5rem;
	opacity: 0.75;
	outline: 0;
	padding: 0.625rem;
	position: absolute;
	right: 0.3125rem;
	top: 0.3125rem;
	width: 2.5rem;
}

@media screen and (min-width: 992px) {
	.pwa-hint .btn-close-hint {
		top: 0.5625rem;
	}
}

.pwa-hint .btn-close-hint:hover, .pwa-hint .btn-close-hint:focus {
	opacity: 1;
}

.text-link {
	color: #01a2b9;
	font-size: 0.875rem;
	font-weight: 600;
	position: relative;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

.text-link:hover, .text-link:focus {
	color: #6c757d;
}

.text-link:hover [class*="icon-"], .text-link:focus [class*="icon-"] {
	margin-left: 0.3125rem;
}

.text-link [class*="icon-"] {
	font-size: 0.75rem;
	transition: margin-left 0.3s ease-in-out;
}

.link-back,
.link {
	color: #01a2b9;
}

.link-back:hover, .link-back:focus,
.link:hover,
.link:focus {
	color: #6c757d;
}

.link-back {
	font-weight: 600;
	margin-bottom: 0.625rem !important;
	padding-left: 0 !important;
}

@media screen and (max-width: 767px) {
	.list-horizontal {
		-webkit-column-count: 2;
		        column-count: 2;
	}
}

@media screen and (min-width: 768px) {
	.list-horizontal {
		-webkit-column-count: 3;
		        column-count: 3;
	}
}

@media screen and (min-width: 992px) {
	.list-horizontal {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
}

.list-horizontal li {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
	.list-horizontal li {
		margin: 0 0.65rem;
	}
}

.list-styled {
	padding: 0.9375rem 0;
}

.list-styled li {
	display: block;
	margin-bottom: 0.9375rem;
	padding-left: 1.25rem;
	position: relative;
}

.list-styled li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #a7a7a7;
}

.btn-highlight {
	background-color: #ffed00;
	border: 0;
	border-radius: 0.3125rem;
	color: #1d1d1b;
	align-items: center;
	font-size: 0.8125rem;
	padding: 0.4375rem 2rem 0.4375rem 0.625rem;
	position: relative;
}

.btn-highlight:hover, .btn-highlight:focus {
	color: inherit;
	box-shadow: 0 0.375rem 0.625rem rgba(0, 0, 0, 0.2);
}

.btn-highlight::before {
	content: "";
	border-right: 0.125rem solid #fff;
	height: 100%;
	left: 4.0625rem;
	position: absolute;
}

.btn-highlight-group {
	display: flex;
	flex-direction: column;
	margin-left: 1.25rem;
	text-align: left;
}

.btn-highlight [class*="icon-"] {
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	margin-right: 0.625rem;
	position: relative;
	height: 2.75rem;
	width: 2.75rem;
}

.magazine-article:not(:last-child) {
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
}

.magazine-article-inner {
	position: relative;
}

.magazine-article-inner:not(:first-child) {
	margin-top: 1.25rem;
}

.magazine-article-inner:hover .link-more, .magazine-article-inner:focus .link-more {
	color: #2f4858;
}

.magazine-article-inner .post-type {
	margin-top: 0.25rem;
	margin-bottom: 0;
}

.magazine-article h2 {
	color: #1d1d1b;
	font-size: 1.3125rem;
	font-weight: 400;
}

@media screen and (min-width: 768px) {
	.magazine-article h2 {
		font-size: 1.5rem;
	}
}

.magazine-article h3 {
	transition: color 0.3s linear;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.magazine-article h3 {
		font-size: 1.125rem;
	}
}

.magazine-article h3:not(:first-child) {
	margin-top: 1.125rem;
}

.magazine-article p {
	color: #999999;
	margin-bottom: 0;
}

.magazine-article--toggler {
	color: #1d1d1b;
	display: flex;
	align-items: center;
	font-weight: 700;
}

.magazine-article--toggler i {
	transition: all 0.3s linear, 0.3s 0.3s linear, ease-in-out 0.3s linear;
	background-color: #1d1d1b;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	height: 1.375rem;
	margin-right: 0.4375rem;
	opacity: 0.5;
	padding: 0.3125rem;
	width: 1.375rem;
}

.magazine-article--toggler:hover i {
	opacity: 1;
}

.magazine-article--toggler:focus i, .magazine-article--toggler.is-active i {
	opacity: 1;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

@media screen and (min-width: 992px) {
	.magazine-sidebar {
		width: 12rem;
	}
	.magazine-sidebar[data-sticky] {
		position: -webkit-sticky;
		position: sticky;
		top: 9rem;
	}
}

@media screen and (min-width: 1258px) {
	.magazine-sidebar {
		width: 14rem;
	}
}

.magazine-import--image {
	text-align: center;
	max-width: 56.25rem;
}

@media screen and (max-width: 374px) {
	.magazine-import #dokumentinhalt #dokumentinhaltcontent h2 {
		font-size: 1.3125rem;
		line-height: 1.25;
	}
}

@media screen and (min-width: 375px) and (max-width: 479px) {
	.magazine-import #dokumentinhalt #dokumentinhaltcontent h2 {
		font-size: 1.5rem;
		line-height: 1.5;
	}
}

@media screen and (max-width: 374px) {
	.magazine-import #dokumentinhalt #dokumentinhaltcontent h3 {
		font-size: 1rem;
		line-height: 1.25;
	}
}

@media screen and (min-width: 375px) and (max-width: 479px) {
	.magazine-import #dokumentinhalt #dokumentinhaltcontent h3 {
		font-size: 1.125rem;
		line-height: 1.5;
	}
}

@media screen and (max-width: 1199px) {
	.magazine-import #dokumentinhalt #dokumentinhaltcontent .marginal-wrapper {
		position: relative;
	}
}

@media screen and (max-width: 1199px) {
	.magazine-import #dokumentinhalt #dokumentinhaltcontent .marginal-wrapper .marginal {
		margin-left: 0;
		padding-top: 0.9375rem;
		padding-left: 0;
		text-align: left;
	}
}

@media screen and (max-width: 991px) {
	.magazine-toolbar--number {
		margin-top: -0.625rem;
		margin-bottom: 1.25rem;
		position: relative;
		text-align: right;
	}
	.magazine-toolbar--number::before {
		content: "";
		background-color: #cccccc;
		height: 0.0625rem;
		left: 0;
		position: absolute;
		top: 50%;
		width: calc(100% - 11rem);
		z-index: -1;
	}
}

@media screen and (min-width: 992px) {
	.magazine-toolbar--number {
		margin-top: 1.25rem;
	}
}

.magazine-toolbar--item {
	position: relative;
}

@media screen and (max-width: 991px) {
	.magazine-toolbar--item:not(.pdf-download) {
		display: none;
	}
	.magazine-toolbar--item.pdf-download {
		bottom: 1rem;
		position: fixed;
		right: 0.5rem;
		z-index: 91;
	}
	.magazine-toolbar--item.pdf-download a {
		-webkit-animation: shadow-pulse 2s 3;
		        animation: shadow-pulse 2s 3;
		background-color: #ffed00;
		border-radius: 3.375rem;
		box-shadow: 0 0.375rem 0.625rem rgba(0, 0, 0, 0.2);
		bottom: 0;
		color: #2f4858;
		display: block;
		height: 3.375rem;
		line-height: 3.5rem;
		overflow: hidden;
		position: absolute;
		right: 3.75rem;
		width: 3.375rem;
	}
	.magazine-toolbar--item.pdf-download a > i {
		border: 0 solid transparent;
		border-radius: 3.375rem;
		display: flex;
		align-items: center;
		justify-content: center;
		float: right;
		height: 3.375rem;
		line-height: 3.5rem;
		margin-left: 0;
		right: 0;
		transition: all 0.4s ease-in-out;
		width: 3.375rem;
		z-index: 1;
	}
	.magazine-toolbar--item.pdf-download a > span {
		transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out;
		font-weight: 600;
		font-size: 0.75rem;
		height: 100%;
		opacity: 0;
		padding: 0 0 0 1.25rem;
		text-transform: uppercase;
		white-space: nowrap;
		width: 0;
	}
	.magazine-toolbar--item.pdf-download a:hover, .magazine-toolbar--item.pdf-download a.is-active {
		width: 11.5rem;
	}
	.magazine-toolbar--item.pdf-download a:hover > i, .magazine-toolbar--item.pdf-download a.is-active > i {
		background-color: #2f4858;
		color: #ffed00;
	}
	.magazine-toolbar--item.pdf-download a:hover > span, .magazine-toolbar--item.pdf-download a.is-active > span {
		opacity: 1;
		width: 100%;
	}
	.magazine-toolbar--item.pdf-download a.is-active {
		right: 0;
	}
}

@media screen and (min-width: 992px) {
	.magazine-toolbar--item {
		margin-top: 1.25rem;
	}
	.magazine-toolbar--item:first-child {
		margin-top: 2.5rem;
	}
}

.magazine-toolbar--item a {
	display: flex;
	align-items: center;
	font-size: 0.5625rem;
	line-height: 1.25;
	text-transform: uppercase;
}

@media screen and (min-width: 576px) {
	.magazine-toolbar--item a {
		font-size: 0.6875rem;
	}
}

@media screen and (min-width: 992px) {
	.magazine-toolbar--item a {
		color: #1d1d1b;
	}
}

.magazine-toolbar--item *[class^="icon-"] {
	font-size: 1rem;
	margin-bottom: 0.3125rem;
}

@media screen and (min-width: 576px) and (max-width: 991px) {
	.magazine-toolbar--item *[class^="icon-"] {
		margin-bottom: 0.4375rem;
	}
}

@media screen and (min-width: 576px) {
	.magazine-toolbar--item *[class^="icon-"] {
		font-size: 1.125rem;
	}
}

@media screen and (min-width: 992px) {
	.magazine-toolbar--item *[class^="icon-"] {
		margin-bottom: 0;
		margin-right: 0.625rem;
	}
}

.magazine-toolbar .dropdown-menu {
	min-width: 6rem;
	width: 6rem;
}

.main-focus {
	margin-top: 1.875rem;
	margin-bottom: 1.875rem;
}

.main-focus .btn {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	margin-right: 0.5rem;
}

.main-focus + .mx-featured {
	margin-top: 0;
}

.main-focus--title {
	font-size: 0.875rem;
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

.modal-header {
	background-color: #ffed00;
}

.modal-footer * {
	margin: 0.25rem;
}

.modal-content .form-check {
	padding-left: 0;
}

@media screen and (min-width: 992px) {
	.modal-open .footer-top {
		padding-right: 0.9375rem;
	}
	.modal-open .privacy-warning {
		padding-right: 2.1875rem;
	}
}

@media screen and (min-width: 576px) {
	.favomodal .modal-dialog {
		min-width: 34.125rem;
	}
}

.form-group .modal-dialog {
	width: 100%;
}

.filter-btn {
	position: fixed;
	right: 0.625rem;
	top: 6.875rem;
	z-index: 80;
}

.nav-filter--btn {
	background-color: #ffed00;
	line-height: 2.25rem;
	height: 2.25rem;
	width: 2.25rem;
	padding: 0;
}

.nav-filter--btn:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 237, 0, 0.35);
}

.nav-filter {
	overflow-y: auto;
}

@media screen and (max-width: 374px) {
	.nav-filter {
		padding: 0.5rem 1rem;
	}
}

@media screen and (max-width: 991px) {
	.nav-filter {
		transition: all 0.5s ease;
		background: #1d1d1b;
		color: #fff;
		cursor: pointer;
		height: 100%;
		opacity: 0;
		position: fixed;
		top: 0;
		z-index: 101;
	}
}

@media screen and (min-width: 375px) and (max-width: 991px) {
	.nav-filter {
		padding: 1.5rem 1.25rem 0.5rem 1.25rem;
	}
}

@media screen and (max-width: 575px) {
	.nav-filter {
		left: -100%;
		width: 100%;
	}
}

@media screen and (min-width: 576px) and (max-width: 991px) {
	.nav-filter {
		left: -25rem;
		width: 25rem;
	}
}

.nav-filter.expanded {
	opacity: 1;
	left: 0;
}

@media screen and (max-width: 991px) {
	.nav-filter ul {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
}

.nav-filter-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 2.375rem;
}

.nav-filter--btn-close {
	opacity: 0.75;
	position: absolute;
	right: 1.25rem;
	top: 0.9375rem;
}

.nav-filter .nav-filter-item {
	padding: 0.3125rem 0;
}

.nav-filter .nav-filter-item:not(:last-child) {
	border-bottom: 0.0625rem solid #333333;
}

.nav-filter .nav-filter-item a:not(.nav-link) {
	color: #fff;
	text-transform: uppercase;
}

@media screen and (max-width: 991px) {
	.nav-filter .nav-filter-item .nav-link {
		border-bottom: 1px dotted rgba(92, 92, 92, 0.5);
		color: #dcdcdc;
		display: flex;
		align-items: baseline;
		font-weight: 300;
		padding-top: 0.5rem;
		padding-left: 0;
		padding-bottom: 0.5rem;
	}
	.nav-filter .nav-filter-item .nav-link:hover, .nav-filter .nav-filter-item .nav-link:focus {
		color: #fff;
	}
	.nav-filter .nav-filter-item .nav-link [class*="icon-"] {
		color: #5c5c5c;
		font-size: 0.5rem;
		margin-top: -0.1875rem;
		margin-right: 0.625rem;
	}
}

.nav-filter .nav-filter-item ul .nav-item:last-child .nav-link {
	border-bottom: 0;
}

.nav-filter .btn {
	box-shadow: none;
	color: #a7a7a7;
	padding-right: 0;
}

.nav-filter .btn [class*="icon-"] {
	display: inline-block;
	transition: all 0.3s ease-in-out;
}

.nav-filter .btn[aria-expanded="true"] [class*="icon-"] {
	color: #fff;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.navbar {
	width: 100%;
	font-size: 1rem;
	order: 1;
}

@media screen and (min-width: 992px) {
	.navbar {
		background: #1d1d1b;
		width: calc(100% - 32px);
		font-size: 0.75rem;
		order: 0;
		margin: 0 1rem;
	}
}

.navbar .nav-link {
	color: #1d1d1b;
	padding: 0.625rem 0;
	transition: color 0.15s ease-in-out;
}

@media screen and (min-width: 375px) {
	.navbar .nav-link {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
}

@media screen and (max-width: 410px) {
	.navbar .nav-link {
		font-size: 0.875rem;
	}
}

@media screen and (min-width: 411px) {
	.navbar .nav-link {
		padding-top: 0.9375rem;
		padding-bottom: 0.9375rem;
	}
}

@media screen and (max-width: 991px) {
	.navbar .nav-link {
		border-bottom: 1px solid #333333;
	}
}

@media screen and (min-width: 992px) {
	.navbar .nav-link {
		padding: 0.21875rem 0.46875rem 0.28125rem;
	}
}

.navbar .nav-link:hover, .navbar .nav-link:focus {
	color: #ffed00;
}

@media screen and (max-width: 991px) {
	.navbar .nav-link:hover .nav-link--desc, .navbar .nav-link:focus .nav-link--desc {
		color: #a7a7a7;
	}
}

@media screen and (min-width: 992px) {
	.navbar .nav-link:hover .nav-link--desc, .navbar .nav-link:focus .nav-link--desc {
		color: #ffed00;
	}
}

.navbar .nav-link--label {
	display: inline-block;
	font-size: 0.875rem;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.navbar .nav-link--desc {
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: 400;
	margin-left: 3.25rem;
	width: calc(100% - 52px);
}

@media screen and (min-width: 411px) {
	.navbar .nav-link--desc {
		font-size: 0.875rem;
		margin-top: 0.3125rem;
	}
}

@media screen and (max-width: 991px) {
	.navbar .nav-link--desc {
		color: #a7a7a7;
	}
}

@media screen and (min-width: 992px) {
	.navbar .nav-link--desc {
		color: #5c5c5c;
	}
}

.navbar .nav-link i {
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	color: #cccccc;
	display: inline-flex;
	font-size: 1.125rem;
	height: 2.25rem;
	margin-right: 1rem;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
}

.navbar .nav-link .badge-pill {
	font-size: 0.625rem;
	font-weight: 700;
	line-height: 1.5;
	margin-left: 0.1875rem;
	text-transform: uppercase;
}

@media screen and (min-width: 992px) {
	.navbar .nav-item + .nav-item {
		margin-left: 1.125rem;
	}
}

@media screen and (max-width: 991px) {
	.navbar .nav-item a {
		color: #fff;
	}
}

@media screen and (min-width: 992px) {
	.navbar .nav-item a {
		color: #1d1d1b;
	}
}

.notice {
	background-color: rgba(1, 162, 185, 0.125);
	margin-top: 4rem;
	margin-bottom: 4rem;
	padding: 1.875rem 1.25rem;
	position: relative;
}

@media screen and (max-width: 575px) {
	.notice {
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
	}
}

.notice::before, .notice::after {
	content: "";
	height: 1.875rem;
	position: absolute;
	width: 100%;
}

.notice::before {
	bottom: 100%;
	background: linear-gradient(to left top, rgba(1, 162, 185, 0.125) 50%, transparent 50%);
	left: 0;
}

.notice::after {
	top: 100%;
	background: linear-gradient(to left bottom, rgba(1, 162, 185, 0.125) 50%, transparent 50%);
	right: 0;
}

.notice.light {
	background-color: #f0f0f0;
}

.notice.light::before {
	background: linear-gradient(to right top, #f0f0f0 50%, transparent 50%);
	right: 0;
}

.notice.light::after {
	background: linear-gradient(to right bottom, #f0f0f0 50%, transparent 50%);
	left: 0;
}

.notice.light .notice-icon {
	color: #5c5c5c;
	font-size: 3rem;
	margin-top: -0.5rem;
}

.notice.light .notice-txt {
	color: #1d1d1b;
}

.notice-icon {
	font-size: 1.5rem;
	margin-right: 0.9375rem;
}

.notice-title {
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: 0.25rem;
}

.notice-content {
	max-width: calc(100% - 2.5rem);
}

.notify.on [class*="icon-"] {
	color: #2f4858;
}

@media screen and (max-width: 374px) {
	.offcanvas {
		padding: 0.5rem 1rem;
	}
}

@media screen and (max-width: 991px) {
	.offcanvas {
		transition: all 0.5s ease;
		background: #1d1d1b;
		color: #fff;
		cursor: pointer;
		height: 100%;
		opacity: 0;
		position: fixed;
		top: 0;
		z-index: 101;
	}
}

@media screen and (min-width: 375px) and (max-width: 991px) {
	.offcanvas {
		padding: 1.5rem 1.25rem 0.5rem 1.25rem;
	}
}

@media screen and (max-width: 575px) {
	.offcanvas {
		right: -100%;
		width: 100%;
	}
}

@media screen and (min-width: 576px) and (max-width: 991px) {
	.offcanvas {
		right: -25rem;
		width: 25rem;
	}
}

.offcanvas.expanded {
	opacity: 1;
	right: 0;
}

@media screen and (max-width: 991px) {
	.offcanvas ul {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
}

.navbar-collapse {
	margin: 0 -1rem;
}

.nav-salutation {
	font-size: 0.9375rem;
	width: calc(100% - 3rem);
}

@media screen and (max-width: 374px) {
	.nav-salutation {
		margin-top: 1rem;
	}
}

@media screen and (min-width: 375px) {
	.nav-salutation {
		margin-bottom: -3rem;
	}
}

.nav-salutation--name {
	color: #cccccc;
	font-weight: 400;
}

.nav-salutation:not(.nav-salutation--name) {
	font-weight: 700;
}

.navbar-btn-close {
	background: transparent;
	border: 0;
	color: #999999;
	height: 3rem;
	position: absolute;
	right: 0.75rem;
	top: 0.75rem;
	transition: all 0.3s ease-in-out;
	width: 3rem;
}

.navbar-btn-close:hover, .navbar-btn-close:focus {
	color: #fff;
	outline: none;
}

.owl-carousel .owl-nav {
	display: flex;
	align-items: center;
	top: 42.5%;
	position: absolute;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.owl-carousel .owl-nav {
		top: 45%;
	}
}

@media screen and (min-width: 992px) {
	.owl-carousel .owl-nav {
		top: 47%;
	}
}

.owl-carousel .owl-nav .owl-prev {
	left: 0;
}

@media screen and (max-width: 991px) {
	.owl-carousel .owl-nav .owl-prev {
		border-radius: 0 2rem 2rem 0;
		justify-content: flex-start;
	}
}

@media screen and (min-width: 992px) {
	.owl-carousel .owl-nav .owl-prev {
		left: -2.875rem;
	}
}

.owl-carousel .owl-nav .owl-next {
	right: 0;
}

@media screen and (max-width: 991px) {
	.owl-carousel .owl-nav .owl-next {
		border-radius: 1.25rem 0 0 1.25rem;
		justify-content: flex-end;
	}
}

@media screen and (min-width: 992px) {
	.owl-carousel .owl-nav .owl-next {
		right: -2.875rem;
	}
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	background-color: #fff;
	border: 0.0625rem solid #dcdcdc;
	box-shadow: 0 0.375rem 0.625rem rgba(0, 0, 0, 0.2);
	color: #333333;
	display: flex;
	align-items: center;
	height: 2.5rem;
	opacity: 1;
	position: absolute;
	transition: opacity 0.15s linear;
	width: 1.75rem;
}

@media screen and (max-width: 991px) {
	.owl-carousel .owl-nav button.owl-prev [class*="icon-"],
	.owl-carousel .owl-nav button.owl-next [class*="icon-"] {
		font-size: 1rem;
		margin: 0 0.0625rem;
	}
}

@media screen and (min-width: 992px) {
	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-next {
		border-radius: 50%;
		justify-content: center;
		height: 3.375rem;
		width: 3.375rem;
	}
}

.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:focus {
	outline: none;
}

.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled {
	opacity: 0.35;
}

.owl-carousel.promotion {
	max-width: 18.75rem;
}

.owl-dots {
	text-align: center;
}

.owl-dots .owl-dot {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}

.owl-dots .owl-dot:hover, .owl-dots .owl-dot:focus {
	outline: 0;
	box-shadow: none;
}

.owl-dots .owl-dot span {
	background-color: #a7a7a7;
	border-radius: 50%;
	display: inline-block;
	height: 0.625rem;
	transition: all 0.3s ease-in-out;
	width: 0.625rem;
}

.owl-dots .owl-dot.active span {
	background-color: #2f4858;
	-webkit-transform: scale(1.25);
	        transform: scale(1.25);
}

.editorial-carousel .post-head,
.editorial-carousel .post-links {
	display: none;
}

.mx-featured .posts-new .owl-stage {
	display: flex;
	flex-flow: row nowrap;
}

@media screen and (min-width: 768px) {
	.mx-featured .posts-new .owl-dots {
		margin-top: 0;
	}
}

.popover {
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}

.post-view {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 410px) {
	.post-view {
		justify-content: center;
		margin-top: 0.5rem;
	}
}

.post-view-title {
	color: #999999;
	font-size: 0.6875rem;
	font-weight: 600;
	text-transform: uppercase;
}

@media screen and (max-width: 991px) {
	.post-view-title {
		display: none;
	}
}

.post-view-btn {
	cursor: pointer;
}

.post-view-btn.is-active [class*="icon-"] {
	color: #2f4858;
}

.post-view [class*="icon-"] {
	color: #dcdcdc;
	font-size: 1.5rem;
	transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
	.post-view [class*="icon-"] {
		font-size: 2rem;
	}
}

.is-postreader {
	cursor: pointer;
}

@media screen and (max-width: 991px) {
	.is-postreader {
		display: none !important;
	}
}

.post.post-hit .post-title, .post.post-hit .teasers-top h3, .teasers-top .post.post-hit h3 {
	font-size: 1.125rem;
}

@media screen and (min-width: 576px) {
	.post.post-hit .post-title, .post.post-hit .teasers-top h3, .teasers-top .post.post-hit h3 {
		display: inline;
	}
}

.post.post-hit .post-body {
	padding-bottom: 0 !important;
}

.post.post-hit .post-link:visited .post-body .post-title, .post.post-hit .post-link:visited .post-body .teasers-top h3, .teasers-top .post.post-hit .post-link:visited .post-body h3 {
	color: #627b8b;
}

.post.post-hit .post-link:hover .post-body, .post.post-hit .post-link:focus .post-body {
	color: #000;
}

.post.post-hit .post-link:hover .post-body .post-title, .post.post-hit .post-link:hover .post-body .teasers-top h3, .teasers-top .post.post-hit .post-link:hover .post-body h3, .post.post-hit .post-link:focus .post-body .post-title, .post.post-hit .post-link:focus .post-body .teasers-top h3, .teasers-top .post.post-hit .post-link:focus .post-body h3 {
	color: #01a2b9;
}

.post.post-hit .post-doi {
	font-size: 0.9375rem;
	font-weight: 300;
	margin-top: 0.25rem;
	margin-bottom: 1rem;
}

.post-type {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.5rem;
}

.post-type--badge {
	border-radius: 0.25rem;
	border: 0.0625rem solid #a7a7a7;
	color: #a7a7a7;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1;
	margin-right: 0.25rem;
	padding: 0.175rem 0.5rem 0.125rem;
	text-transform: uppercase;
}

.post-type + .post-toolbar {
	margin-top: -2rem;
	margin-bottom: 1rem;
}

@media screen and (max-width: 575px) {
	.post-type + .post-toolbar + .post-title, .teasers-top .post-type + .post-toolbar + h3 {
		clear: both;
	}
}

.post-subtitle {
	color: #5c5c5c;
	font-weight: 600;
}

@media screen and (max-width: 575px) {
	.post-subtitle {
		font-size: 0.875rem;
	}
}

.post-description {
	font-style: italic;
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}

.post-rel {
	color: #999999;
	font-size: 0.75rem;
}

.post-toolbar {
	z-index: 5;
	float: right;
	margin-left: 1rem;
}

.post-tools {
	line-height: 1;
	margin: 0 -0.125rem;
	position: relative;
	z-index: 10;
}

.post-tools--link {
	color: #01a2b9;
	font-size: 0.625rem;
	font-weight: 600;
	margin: 0.125rem;
	text-transform: uppercase;
}

@media screen and (min-width: 576px) {
	.post-tools--link {
		font-size: 0.6875rem;
	}
}

.post-tools--link:not(:last-child)::after {
	content: "|";
	padding-left: 0.25rem;
}

@media (hover: hover) {
	.post-tools--link:hover, .post-tools--link:focus {
		text-decoration: underline;
	}
}

.reformradar {
	display: inline-flex;
	align-items: center;
	margin-top: 2rem;
}

@media (min-width: 992px) {
	.reformradar {
		background-color: #eeeeee;
		padding: 0.9375rem;
		width: 26.875rem;
	}
}

.reformradar > i, .reformradar-label {
	color: #5c5c5c;
}

@media screen and (max-width: 575px) {
	.reformradar-label {
		display: none;
	}
}

.search {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	position: relative;
	z-index: 120;
}

@media screen and (max-width: 991px) {
	.search {
		position: fixed;
		top: -7.75rem;
		width: 100%;
	}
	.search.is-active {
		background-color: #f0f0f0;
		top: 0 !important;
	}
}

@media screen and (min-width: 768px) {
	.search {
		width: 40%;
	}
}

.search .form-control {
	font-size: 0.875rem;
	height: 3rem;
	padding-right: 3.625rem;
}

.search .form-control::-webkit-input-placeholder {
	font-size: 0.875rem;
}

.search .form-control:-ms-input-placeholder {
	font-size: 0.875rem;
}

.search .form-control::placeholder {
	font-size: 0.875rem;
}

.search .btn {
	color: #2f4858;
	position: absolute;
}

.search .btn:focus {
	box-shadow: none;
}

.search .btn-search {
	display: inherit;
	font-size: 1.5rem;
	right: 1rem;
}

@media screen and (min-width: 992px) {
	.search .btn-search {
		top: 0.3125rem;
		right: 0;
	}
}

.search .btn-close {
	font-size: 0.75rem;
	right: 0;
	top: 0.25rem;
}

@media screen and (max-width: 991px) {
	body:not(.home) .search {
		background-color: #fff;
		box-shadow: 0 0.375rem 0.625rem rgba(0, 0, 0, 0.2);
		left: 0;
		padding: 3rem 1rem 1rem;
		transition: top 0.3s ease-in-out;
	}
}

.home:not(.is-top) .search {
	left: 50%;
	position: absolute;
	top: 4.5rem;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	transition: none;
	z-index: 10;
}

@media screen and (max-width: 575px) {
	.home:not(.is-top) .search {
		width: calc(100% - 2rem);
	}
}

@media screen and (min-width: 576px) {
	.home:not(.is-top) .search {
		width: 80%;
	}
}

@media screen and (min-width: 768px) {
	.home:not(.is-top) .search {
		width: 70%;
	}
}

@media screen and (min-width: 1200px) {
	.home:not(.is-top) .search {
		width: 50%;
	}
}

@media screen and (min-width: 992px) {
	.home:not(.is-top) .search {
		top: 7.5rem;
	}
}

.home:not(.is-top) .search .btn-search {
	right: 0;
}

.home:not(.is-top) .search .btn-close {
	display: none;
}

.home:not(.is-top) .header-right .btn-search {
	display: none;
}

.home:not(.is-top) .searchbar {
	margin-top: 1rem;
}

@media screen and (max-width: 484px) {
	.home.logedout:not(.is-top) .search {
		top: 12.75rem !important;
	}
}

@media screen and (min-width: 485px) {
	.home.logedout:not(.is-top) .search {
		top: 9rem !important;
	}
}

@media screen and (min-width: 992px) {
	.home.logedout:not(.is-top) .search {
		top: 11rem !important;
	}
}

@media screen and (max-width: 991px) {
	.home.is-top .search {
		background-color: #fff;
		box-shadow: 0 0.375rem 0.625rem rgba(0, 0, 0, 0.2);
		left: 0;
		padding: 2.5rem 1rem 1rem;
	}
	.home.is-top .search.is-active {
		transition: top 0.3s ease-in-out;
	}
}

.bootstrap-autocomplete {
	max-width: 100%;
}

.search-result-filter ul {
	list-style: none;
	padding-left: 1.5rem;
}

.search-result-filter .selected {
	font-weight: 700;
	line-height: 1.25;
	margin-left: 1.375rem;
	margin-bottom: 0.625rem;
}

.search-result-filter .selected .hits {
	margin-left: 0.5rem;
}

.hits {
	color: #5c5c5c;
	font-weight: 400;
	margin-left: 0.25rem;
}

@media screen and (min-width: 992px) {
	.is-pinned.header {
		line-height: 72px;
	}
}

.is-pinned .header-claim,
.is-pinned .teasers-small {
	display: none;
}

@media screen and (max-width: 991px) {
	.is-pinned .search {
		position: fixed;
		top: -7.25rem;
	}
}

@media screen and (min-width: 992px) {
	.is-pinned .search {
		left: 0;
		position: relative;
		top: 0;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}

.sidebar-btn {
	background-color: #ffed00;
	cursor: pointer;
	position: fixed;
	width: 2rem;
	z-index: 1011;
}

@media screen and (max-width: 991px) {
	.sidebar-btn {
		top: 3.5rem;
	}
}

@media screen and (max-width: 991px) {
	.sidebar-btn {
		border-radius: 0.25rem 0 0 0.25rem;
		height: 2rem;
		right: 0;
	}
}

@media screen and (min-width: 992px) {
	.sidebar-btn {
		border-radius: 0 0.25rem 0.25rem 0;
		height: 12rem;
		left: 0;
		top: 19rem;
	}
}

@media screen and (min-width: 1600px) {
	.sidebar-btn {
		border-radius: 0.5rem 0 0 0.5rem;
		left: auto;
		margin-left: -5rem;
		top: 18.5rem;
		width: 2.625rem;
	}
}

.sidebar-btn-close {
	cursor: pointer;
}

@media screen and (max-width: 991px) {
	.sidebar-btn-close {
		opacity: 0;
		padding: 0.625rem;
		right: 0.3125rem;
	}
}

@media screen and (min-width: 992px) {
	.sidebar-btn-close {
		display: none;
	}
}

.sidebar-btn--title {
	display: flex;
	align-items: center;
	font-size: 0.75rem;
	font-weight: 600;
	left: 0;
	letter-spacing: -0.03125rem;
	position: absolute;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	white-space: nowrap;
	width: 100%;
}

@media screen and (min-width: 1600px) {
	.sidebar-btn--title {
		font-size: 0.8125rem;
	}
}

@media screen and (max-width: 991px) {
	.sidebar-btn--title {
		top: 48%;
	}
}

@media screen and (min-width: 992px) {
	.sidebar-btn--title {
		top: 75%;
	}
}

.sidebar-btn [class*="icon-"] {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

@media screen and (min-width: 992px) {
	body:not(.document) .sidebar-btn,
	body:not(.document) .sidebar-btn-close {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.sidebar-offcanvas {
		background-color: #fff;
		height: 100%;
		left: 0;
		margin-left: -100%;
		overflow-y: auto;
		padding-top: 1rem;
		position: fixed;
		top: 0;
		transition: margin-left 0.3s ease-in-out;
		z-index: 1020;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.sidebar-offcanvas {
		box-shadow: 0 0 2rem rgba(0, 0, 0, 0.175);
		width: 50%;
	}
}

@media screen and (min-width: 992px) {
	.sidebar-offcanvas {
		transition: opacity 0.3s ease-in-out, margin-left 0.3s ease-in-out;
		margin-top: 0.375rem;
	}
}

.sidebar-offcanvas .tree {
	margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
	.sidebar-offcanvas .scrolling {
		height: calc(100vh - 6rem);
	}
}

@media screen and (max-width: 991px) {
	.sidebar-offcanvas.is-open {
		margin-left: 0 !important;
	}
}

.sidebar-offcanvas.is-open .sidebar-btn-close {
	z-index: 10;
}

@media screen and (max-width: 991px) {
	.sidebar-offcanvas.is-open .sidebar-btn-close {
		background-color: #fff;
		border-radius: 50%;
		position: fixed;
		transition-delay: 0.3s;
		opacity: 1;
		visibility: visible;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.sidebar-offcanvas.is-open .sidebar-btn-close {
		right: calc(50% + 0.5rem);
	}
}

.offcanvas-enable {
	padding-top: 0.125rem;
	position: relative;
}

@media screen and (min-width: 992px) {
	body.document:not(.see-also-at) .sidebar-offcanvas {
		margin-left: -33.33333%;
		opacity: 0;
		visibility: hidden;
	}
}

@media screen and (min-width: 992px) {
	body.document:not(.see-also-at) .sidebar-offcanvas.is-open {
		margin-left: 0;
		opacity: 1;
		visibility: visible;
	}
}

@media screen and (min-width: 992px) {
	body.document:not(.see-also-at) .aside.right {
		transition: opacity 0.3s ease-in-out, margin-right 0.3s ease-in-out;
	}
	body.document:not(.see-also-at) .aside.right.is-open {
		opacity: 0;
		margin-right: -33.33333%;
		visibility: hidden;
	}
}

@media screen and (min-width: 992px) {
	body.document.see-also-at .sidebar-offcanvas {
		margin-left: 0;
	}
}

@media screen and (min-width: 992px) and (min-width: 992px) {
	body.document.see-also-at .sidebar-offcanvas.is-open {
		margin-left: -33.33333%;
		opacity: 0;
		visibility: hidden;
	}
}

@media screen and (min-width: 992px) {
	body.document.see-also-at .aside.right {
		margin-right: -33.33333%;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease-in-out, margin-right 0.3s ease-in-out, visibility 0.3s ease-in-out;
	}
	body.document.see-also-at .aside.right.is-open {
		margin-right: 0;
		opacity: 1;
		visibility: visible;
	}
	body.document.see-also-at .aside.right .sidebar-btn-close {
		position: absolute;
		right: 2.1875rem;
		top: 0.625rem;
		z-index: 1;
	}
}

.spoiler {
	background-color: #f0f0f0;
	border-top: 0.0625rem solid #dcdcdc;
	margin-top: 1rem;
	padding: 1rem 1rem 1.5rem;
	position: relative;
	text-align: center;
}

.spoiler::after {
	content: "";
	position: absolute;
	left: -0.125rem;
	bottom: -0.75rem;
	width: 100%;
	height: 1.5rem;
	background: radial-gradient(circle, #fff 0.375rem, #fff 0, transparent 0.375rem, transparent 0.75rem, transparent 0.75rem);
	background-size: 1.5rem 1.5rem;
}

.spoiler [class*="icon-"] {
	color: #5c5c5c;
	vertical-align: middle;
}

.table thead th {
	font-size: 0.75rem;
	text-transform: uppercase;
}

body:not(.document) .table {
	margin-bottom: 1rem;
}

body:not(.document) .table th,
body:not(.document) .table td {
	padding: 0.75rem;
	vertical-align: top;
}

.table-striped tbody tr:nth-of-type(2n) {
	background-color: #f8f9fa;
}

.thead-light th {
	background-color: #eeeeee;
	border-color: #dcdcdc;
	border-bottom: 2px solid #dcdcdc;
	vertical-align: bottom;
}

.table-hover tbody tr {
	transition: all 0.3s ease-in-out;
}

.table-hover tbody tr:hover {
	background-color: #eceff2;
}

.table-hover td a:hover, .table-hover td a:focus {
	color: #01a2b9;
}

.schnelleantwort-detail-open {
	overflow-x: auto;
}

@media screen and (max-width: 575px) {
	.schnelleantwort-detail-open {
		margin-left: -2.5rem;
	}
}

.schnelleAntwortDetailTable th {
	font-size: 0.8125rem;
}

.tab-pane strong {
	display: block;
	font-size: 1.125rem;
	line-height: 1.25;
	margin-bottom: 0.5rem;
}

.tab-pane p {
	font-size: 0.875rem;
	margin-bottom: 0;
}

.tab-pane--img {
	overflow: hidden;
}

@media screen and (min-width: 992px) {
	.tab-pane--img {
		max-height: 24rem;
		margin: 0 0.9375rem;
		padding: 0;
	}
}

@media screen and (max-width: 991px) {
	.tab-pane--img img {
		height: auto;
		width: 100%;
	}
}

@media screen and (min-width: 992px) {
	.tab-pane--img img {
		height: 100%;
		width: auto;
	}
}

@media screen and (min-width: 992px) and (max-width: 1257px) {
	.tab-pane--img img {
		-webkit-transform: translateX(-40%);
		        transform: translateX(-40%);
	}
}

@media screen and (min-width: 1258px) {
	.tab-pane--img img {
		position: absolute;
		right: 0;
	}
}

.tab-pane--img-overlay {
	background-color: #f0f0f0;
	padding: 1rem 1.25rem;
}

@media screen and (max-width: 991px) {
	.tab-pane--img-overlay {
		bottom: 0;
		width: 100%;
	}
}

@media screen and (min-width: 992px) {
	.tab-pane--img-overlay {
		background-color: rgba(255, 255, 255, 0.9);
		bottom: 1rem;
		margin-left: 1rem;
		padding: 1.5rem 2rem;
		position: absolute;
		right: 1rem;
	}
}

.tab-pane--list {
	padding: 1rem;
}

.tab-pane--list .posts-list .post-title, .tab-pane--list .posts-list .teasers-top h3, .teasers-top .tab-pane--list .posts-list h3 {
	font-size: 1.125rem;
	margin-bottom: 0;
	padding-right: 0;
}

.nav-pills .nav-link {
	background-color: #dcdcdc;
	margin-left: 0.1875rem;
	margin-right: 0.1875rem;
	margin-bottom: 0.625rem;
}

.teasers .teaser {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
	margin: 15px;
	text-align: center;
}

@media screen and (max-width: 575px) {
	.teasers .teaser {
		margin-bottom: 0;
		padding: 1.5rem;
	}
}

@media screen and (min-width: 576px) {
	.teasers .teaser {
		padding: 3rem;
		min-width: 20rem;
	}
}

.teasers .teaser-title {
	color: #2f4858;
	font-size: 1.375rem;
	-webkit-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
	line-height: 1.25;
	text-transform: uppercase;
}

.teasers .teaser-title [class*="icon-"] {
	color: #6c757d;
}

.teasers .teaser-body {
	margin: 2rem 0;
}

.book {
	display: flex;
	position: relative;
}

.book-link:hover .book-cover, .book-link:focus .book-cover {
	box-shadow: 0 0.375rem 0.625rem rgba(0, 0, 0, 0.2);
}

.book-cover {
	transition: all 0.3s ease-in-out;
	width: 9rem;
}

@media screen and (min-width: 411px) {
	.book-cover {
		width: 10rem;
	}
}

.book-cover > img {
	width: 100%;
	height: 100%;
}

.book-content em {
	display: block;
}

.book-title:not(.no-childs) * {
	transition: all 0.3s ease-in-out;
	word-break: break-word;
}

@media screen and (min-width: 1200px) {
	.book-title:not(.no-childs) * {
		font-size: 1.125rem;
	}
}

.book-title:not(.no-childs):hover *,
.book-title:not(.no-childs):focus * {
	color: #01a2b9;
}

.book-edition {
	color: #5c5c5c;
	margin: 0.625rem 0;
}

.book-edition-followup {
	background-color: #f0f0f0;
	border: 0.0625rem solid #dcdcdc;
	border-radius: 0.3rem;
	display: inline-flex;
	align-items: center;
	padding: 0.75rem;
}

.book-edition-followup a {
	font-weight: 600;
}

.book .link {
	z-index: 3;
}

@media (hover: hover) {
	.book .link:hover {
		text-decoration: underline;
	}
}

.book .dropdown-menu {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 19rem;
	min-width: 7rem;
}

.book.not-owned .book-cover {
	opacity: 0.3;
}

.book.not-owned .book-content *:not(.btn) {
	opacity: 0.75;
}

.book.not-owned .btn [class*="icon-"] {
	font-size: 0.875rem;
}

.book.comment {
	flex-direction: column;
	text-align: center;
}

.book.comment .book-cover {
	height: calc(11.25rem + 10vw);
	overflow: hidden;
	width: 100%;
}

@media screen and (min-width: 411px) {
	.book.comment .book-cover {
		height: calc(11.25rem + 17vw);
	}
}

@media screen and (min-width: 480px) {
	.book.comment .book-cover {
		height: calc(11.25rem + 25vw);
	}
}

@media screen and (min-width: 576px) {
	.book.comment .book-cover {
		height: 10rem;
		margin: 0 auto;
		width: 7rem;
	}
}

@media screen and (min-width: 640px) {
	.book.comment .book-cover {
		height: 11.3125rem;
		width: 8rem;
	}
}

@media screen and (min-width: 768px) {
	.book.comment .book-cover {
		height: 14.1875rem;
		width: 10rem;
	}
}

@media screen and (min-width: 1200px) {
	.book.comment .book-cover {
		height: 17.75rem;
		width: 12.5rem;
	}
}

.book.comment .book-cover img {
	height: auto;
}

body:not(.document) .book-edition-followup {
	margin-bottom: 1.5rem;
}

@media screen and (max-width: 410px) {
	body:not(.document) .book-edition-followup {
		margin-left: -10rem;
		width: calc(100% + 10rem);
	}
}

@media screen and (min-width: 411px) and (max-width: 575px) {
	body:not(.document) .book-edition-followup {
		margin-left: -11rem;
		width: calc(100% + 11rem);
	}
}

.teaser-category {
	color: #2f4858;
	display: flex;
	align-items: center;
}

.teaser-category:hover, .teaser-category:focus {
	color: #01a2b9;
}

.teaser-category:hover .icon, .teaser-category:focus .icon {
	background-color: #01a2b9;
}

[class*="node-"] [class*="icon"] {
	background-color: #2f4858;
	border-radius: 50%;
	color: #fff;
	display: inherit;
	align-items: center;
	justify-content: center;
	font-family: "iconfont";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	-webkit-font-feature-settings: normal;
	        font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 3rem;
	line-height: 1;
	margin: 0.3125rem 0.9375rem 0.3125rem 0;
	transition: all 0.3s ease-in-out;
	min-width: 3rem;
	width: 3rem;
}

.magazine {
	padding: 0;
	position: relative;
}

@media screen and (min-width: 768px) {
	.magazine {
		align-items: center;
	}
}

@media screen and (min-width: 992px) {
	.magazine {
		min-height: 15.625rem;
	}
}

@media screen and (max-width: 575px) {
	.magazine-item:nth-child(2n) .magazine-card {
		margin-left: calc(-100% - 30px);
	}
}

@media screen and (min-width: 576px) {
	.magazine-item:nth-child(4n + 2) .magazine-card {
		margin-left: calc(-100% - 30px);
	}
	.magazine-item:nth-child(4n + 3) .magazine-card {
		margin-left: calc(-200% - 60px);
	}
	.magazine-item:nth-child(4n + 4) .magazine-card {
		margin-left: calc(-300% - 90px);
	}
}

@media screen and (min-width: 992px) {
	.magazine-item:nth-child(6n + 1) .magazine-card {
		margin-left: 0;
	}
	.magazine-item:nth-child(6n + 2) .magazine-card {
		margin-left: calc(-100% - 30px);
	}
	.magazine-item:nth-child(6n + 3) .magazine-card {
		margin-left: calc(-200% - 60px);
	}
	.magazine-item:nth-child(6n + 4) .magazine-card {
		margin-left: calc(-300% - 90px);
	}
	.magazine-item:nth-child(6n + 5) .magazine-card {
		margin-left: calc(-400% - 120px);
	}
	.magazine-item:nth-child(6n + 6) .magazine-card {
		margin-left: calc(-500% - 150px);
	}
}

.magazine-link {
	color: #1d1d1b;
	display: block;
	padding-bottom: 0.9375rem;
	position: relative;
	max-width: 100%;
}

@media screen and (min-width: 480px) {
	.magazine-link {
		padding-bottom: 0.25rem;
	}
}

@media screen and (min-width: 1200px) {
	.magazine-link {
		padding-bottom: 1.875rem;
	}
}

.magazine-link:hover .magazine-cover::before, .magazine-link[aria-expanded="true"] .magazine-cover::before {
	opacity: 0.8;
}

.magazine-link:hover .magazine-cover::after, .magazine-link[aria-expanded="true"] .magazine-cover::after {
	opacity: 1;
}

.magazine-link::before, .magazine-link::after {
	content: "";
	bottom: -1.5rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	transition: bottom 0.2s ease-in-out;
}

.magazine-link[aria-expanded="true"]::before, .magazine-link[aria-expanded="true"]::after {
	bottom: 0;
}

.magazine-link[aria-expanded="true"]::before {
	height: 0;
	width: 0;
	border-bottom: 12px solid #dcdcdc;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

.magazine-link[aria-expanded="true"]::after {
	height: 0;
	width: 0;
	border-bottom: 12px solid #eeeeee;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	margin-bottom: -1px;
	z-index: 11;
}

.magazine-link.collapsed .magazine-cover::before, .magazine-link.collapsed .magazine-cover::after {
	opacity: 0;
}

.magazine-cover {
	height: auto;
	position: relative;
	width: 100%;
}

.magazine-cover::before, .magazine-cover::after {
	transition: all 0.3s linear;
	opacity: 0;
	position: absolute;
}

.magazine-cover::before {
	width: 100%;
	height: 100%;
	content: "";
	background-color: #ffed00;
	left: 0;
	top: 0;
}

.magazine-cover::after {
	content: "\e947";
	background-color: #fff;
	border-radius: 50%;
	color: #a7a7a7;
	font-family: "iconfont";
	font-size: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4rem;
	width: 4rem;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.magazine-cover > img {
	height: auto;
	width: 100%;
}

@media screen and (max-width: 575px) {
	.magazine-cover > img {
		width: 100%;
		height: 100%;
	}
}

@media screen and (min-width: 576px) {
	.magazine-cover > img {
		height: 100%;
		max-width: 100%;
	}
}

@media screen and (min-width: 992px) {
	.magazine-cover > img {
		max-height: 11.4375rem;
	}
}

@media screen and (min-width: 1200px) {
	.magazine-cover > img {
		max-height: 14.0625rem;
	}
}

@media screen and (min-width: 1258px) {
	.magazine-cover > img {
		max-height: 15.375rem;
	}
}

.magazine-content {
	display: inherit;
	flex-direction: column;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.magazine-text {
		max-height: 6.25rem;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.magazine-title {
	font-size: 0.8125rem;
	height: 3rem;
	line-height: 1.2;
	margin-top: 1rem;
	text-align: center;
}

@media screen and (min-width: 576px) and (max-width: 1199px) {
	.magazine-title {
		height: 3.75rem;
	}
}

@media screen and (min-width: 1200px) {
	.magazine-title {
		font-size: 1rem;
	}
}

.magazine-card {
	position: relative;
	z-index: 10;
}

@media screen and (max-width: 991px) {
	.magazine-card {
		width: calc(100vw - 30px);
	}
}

@media screen and (min-width: 992px) {
	.magazine-card {
		width: 930px;
	}
}

@media screen and (min-width: 1200px) {
	.magazine-card {
		width: 1110px;
	}
}

@media screen and (min-width: 1258px) {
	.magazine-card {
		width: 1198px;
	}
}

.magazine-card-body {
	background-color: #eeeeee;
	border: 1px solid #dcdcdc;
	border-radius: 0.625rem;
	padding: 3.75rem 1.25rem 1.25rem 1.25rem;
}

@media screen and (min-width: 576px) {
	.magazine-card-body {
		padding: 1rem 1.25rem;
	}
}

.magazine-card-body--title {
	display: none;
}

@media screen and (min-width: 576px) {
	.magazine-card-body--title {
		display: block;
		font-size: 1rem;
		max-width: 70%;
	}
}

@media screen and (max-width: 767px) {
	.magazine-card-body--title {
		font-weight: 600;
	}
}

@media screen and (min-width: 768px) {
	.magazine-card-body--title {
		font-size: 1.25rem;
		max-width: 65%;
	}
}

@media screen and (min-width: 992px) {
	.magazine-card-body--title {
		max-width: 50%;
	}
}

@media screen and (min-width: 1258px) {
	.magazine-card-body--title {
		font-size: 1.5rem;
	}
}

.magazine-card-body .btn-group {
	position: absolute;
	top: 0.8125rem;
	z-index: 20;
}

@media screen and (max-width: 575px) {
	.magazine-card-body .btn-group {
		right: 50%;
		-webkit-transform: translateX(50%);
		        transform: translateX(50%);
	}
}

@media screen and (min-width: 576px) {
	.magazine-card-body .btn-group {
		right: 3.75rem;
		top: 0.85rem;
	}
}

@media screen and (min-width: 768px) {
	.magazine-card-body .btn-group {
		right: 8.6875rem;
	}
}

@media screen and (min-width: 992px) {
	.magazine-card-body .btn-group {
		right: 20.3125rem;
	}
}

@media screen and (min-width: 1200px) {
	.magazine-card-body .btn-group {
		right: 31.5%;
	}
}

.magazine-card-body .dropdown-menu {
	overflow-x: hidden;
	overflow-y: auto;
	min-width: 7rem;
}

.magazine-card-body .owl-stage {
	max-height: 20rem;
}

.magazine-card-container {
	display: flex;
	align-items: center;
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 35px);
}

.magazine-card-close {
	background-color: #fff;
	border: 0;
	border-radius: 1.125rem;
	color: #a7a7a7;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "iconfont";
	font-size: 0.75rem;
	height: 2.25rem;
	width: 2.25rem;
	outline: none;
	outline-style: none;
	position: absolute;
	right: 0.625rem;
	top: 0.625rem;
	z-index: 10;
}

.magazine-card-close::before {
	transition: color 0.3s linear;
}

.magazine-card-close:hover::before {
	color: #333333;
}

.magazine-card--cover {
	margin: 0 0.625rem;
	text-align: center;
}

@media screen and (max-width: 374px) {
	.magazine-card--cover {
		min-width: 112px;
	}
}

@media screen and (max-width: 575px) {
	.magazine-card--cover {
		max-width: 172px;
	}
	.magazine-card--cover:not(.last-cover) {
		-webkit-transform: translateX(5px);
		        transform: translateX(5px);
	}
}

@media screen and (min-width: 576px) {
	.magazine-card--cover:not(.actual-cover) {
		-webkit-transform: scale(0.95) translateX(5px);
		        transform: scale(0.95) translateX(5px);
	}
}

@media screen and (min-width: 768px) {
	.magazine-card--cover {
		width: 150px;
	}
}

@media screen and (min-width: 992px) {
	.magazine-card--cover {
		width: 132px;
	}
}

.magazine-card--cover.actual-cover {
	margin: 0.9375rem 0.625rem;
	position: relative;
}

@media screen and (max-width: 374px) {
	.magazine-card--cover.actual-cover {
		-webkit-transform: scale(1.025) translateX(5px);
		        transform: scale(1.025) translateX(5px);
	}
}

@media screen and (min-width: 375px) and (max-width: 575px) {
	.magazine-card--cover.actual-cover {
		-webkit-transform: scale(1.05) translateX(5px);
		        transform: scale(1.05) translateX(5px);
	}
}

@media screen and (min-width: 768px) {
	.magazine-card--cover.actual-cover {
		margin: 0.9375rem;
	}
}

.magazine-card--cover.actual-cover::before {
	content: "Aktuelle Ausgabe";
	background-color: #a11230;
	color: #fff;
	display: block;
	font-size: 0.75rem;
	font-weight: 600;
	height: 1.5rem;
	left: -0.3125rem;
	width: 7.1875rem;
	line-height: 1.5rem;
	position: absolute;
	top: -0.25rem;
	text-align: center;
}

@media screen and (min-width: 375px) {
	.magazine-card--cover.actual-cover::after {
		height: 0;
		width: 0;
		border-bottom: 24px solid #a11230;
		border-right: 12px solid transparent;
		content: "";
		left: 6.875rem;
		position: absolute;
		top: -0.25rem;
	}
}

.magazine-card--cover.actual-cover img {
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}

.magazine-card--cover.actual-cover .magazine-card--title {
	color: #000;
	font-size: 0.9375rem;
	margin-top: 0.3125rem;
	margin-bottom: 0;
}

.magazine-card--cover a {
	width: 100%;
	height: 100%;
	display: block;
}

.magazine-card--cover img {
	display: block;
	height: auto;
	margin-top: 1rem;
	margin-bottom: 1rem;
	max-width: 100%;
}

.magazine-card--title {
	color: #1d1d1b;
	display: inline-table;
	font-size: 0.875rem;
	line-height: 1.25;
}

.magazine.not-owned {
	opacity: 0.45;
}

@media screen and (min-width: 576px) {
	.post {
		margin: 0 0.9375rem;
	}
}

@media (hover: hover) {
	.post .send-holder {
		cursor: pointer;
		opacity: 0;
	}
}

.post-link {
	background-color: #fff;
	border-top: 0 solid transparent;
	border-bottom: 0.0625rem solid #cccccc;
	display: block;
	height: 100%;
	position: relative;
	transition: all 0.3s ease-in-out;
	z-index: 3;
}

.post-link:hover, .post-link:focus {
	z-index: 4;
}

.post-link:hover .post-body, .post-link:focus .post-body {
	color: #000;
}

.post-link:hover .post-body .post-title, .post-link:hover .post-body .teasers-top h3, .teasers-top .post-link:hover .post-body h3, .post-link:focus .post-body .post-title, .post-link:focus .post-body .teasers-top h3, .teasers-top .post-link:focus .post-body h3 {
	color: #01a2b9;
}

.post-link:hover .post-body .send-holder, .post-link:focus .post-body .send-holder {
	opacity: 1;
}

.post-link:hover .post-body .text-link, .post-link:focus .post-body .text-link {
	color: #2f4858;
}

.post-link:hover .post-body .text-link [class*="icon-"], .post-link:focus .post-body .text-link [class*="icon-"] {
	margin-left: 0.3125rem;
}

.post-img {
	margin-bottom: 0.9375rem;
}

.post-img img {
	display: inherit;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.post-body {
	color: #1d1d1b;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0.9375rem 0.9375rem 1.875rem;
}

.post-content {
	color: #1d1d1b;
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 576px) {
	.post-content {
		height: 100%;
		padding-bottom: 0.75rem;
	}
}

.post-head {
	color: #5c5c5c;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 0.6875rem;
	margin: 0 0 0.9375rem 0;
	text-transform: uppercase;
}

.post-title, .teasers-top h3 {
	color: #000;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 1.125rem;
	margin-bottom: 0.625rem;
	transition: color 0.3s ease-in-out;
	-webkit-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
	word-break: break-word;
}

@media screen and (max-width: 991px) {
	.post-title, .teasers-top h3 {
		line-height: 1.5;
	}
}

.post-subtitle {
	font-size: 1rem;
	transition: all 0.3s ease-in-out;
}

.post-text {
	transition: all 0.3s ease-in-out;
}

.post-links {
	bottom: 0.125rem;
	position: absolute;
	text-align: right;
	z-index: 10;
}

@media screen and (max-width: 575px) {
	.post-links {
		right: 0.9375rem;
	}
}

@media screen and (min-width: 576px) {
	.post-links {
		right: 0;
	}
}

@media (hover: hover) {
	.post .post-links:hover .send-holder {
		opacity: 1;
	}
}

.post-action {
	margin-left: auto;
	text-align: right;
	transition: all 0.3s ease-in-out;
	z-index: 10;
}

.post-action:not(.send-holder) {
	min-width: 9rem;
}

.post-action [class*="icon-"] {
	color: #cccccc;
	font-size: 1.25rem;
	transition: all 0.3s ease-in-out;
}

.post-action a,
.post-action span {
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
}

.post-action a:hover, .post-action a:focus,
.post-action span:hover,
.post-action span:focus {
	outline: none;
}

.post-action a:hover [class*="icon-"], .post-action a:focus [class*="icon-"],
.post-action span:hover [class*="icon-"],
.post-action span:focus [class*="icon-"] {
	color: #2f4858;
}

.post-action .action {
	display: inline-block;
	line-height: 1.25rem;
	padding: 0.5rem;
}

@media (hover: hover) {
	.post-action button {
		cursor: pointer;
	}
}

.post-footer {
	color: #999999;
	font-size: 0.875rem;
	z-index: 5;
}

@media screen and (max-width: 575px) {
	.post-footer {
		padding: 0 0.9375rem 0.9375rem 0.9375rem;
	}
}

@media screen and (min-width: 576px) {
	.post-footer {
		padding-bottom: 0.9375rem;
	}
}

@media screen and (max-width: 767px) {
	.post-footer {
		display: flex;
		align-items: center;
	}
}

@media screen and (min-width: 768px) {
	.post-footer {
		height: 100%;
		padding-top: 0.9375rem;
		text-align: right;
		min-width: 10.625rem;
	}
}

.post.is-lock .abo {
	background-color: #6c757d;
	border-radius: 0.25rem;
	color: #fff;
	display: inline-block;
	font-size: 0.6875rem;
	height: 1.25rem;
	line-height: 1.375rem;
	width: 2rem;
	margin-right: 0.375rem;
	margin-bottom: 0.125rem;
	text-align: center;
	text-transform: uppercase;
	vertical-align: text-bottom;
}

.post.post-pic .post-link {
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.post.post-pic .post-link {
		max-height: 15rem;
	}
}

@media screen and (min-width: 992px) {
	.post.post-pic .post-link {
		max-height: 19rem;
	}
}

@media screen and (min-width: 1200px) {
	.post.post-pic .post-link {
		max-height: 15rem;
	}
}

@media screen and (min-width: 768px) {
	.post.post-pic .post-body {
		flex-direction: row;
		padding-bottom: 0.9375rem;
	}
}

.post.post-pic .post-img {
	margin: -0.9375rem -0.9375rem 1rem;
}

@media screen and (min-width: 768px) {
	.post.post-pic .post-img {
		display: flex;
		justify-content: center;
		max-height: 15rem;
		margin-right: 1.5rem;
		margin-bottom: -0.9375rem;
		overflow: hidden;
		width: 15rem;
	}
	.post.post-pic .post-img img {
		height: calc(100% + 1rem);
		width: auto;
		max-width: none;
	}
}

@media screen and (min-width: 992px) {
	.post.post-pic .post-img {
		max-height: 18.5rem;
		width: calc(50% - 1.5rem);
	}
}

@media screen and (min-width: 1200px) {
	.post.post-pic .post-img {
		max-height: 15rem;
		width: 15rem;
	}
}

.post.post-pic .post-content {
	padding-bottom: 0;
}

@media screen and (min-width: 768px) {
	.post.post-pic .post-content {
		width: calc(100% - 248px);
	}
}

@media screen and (min-width: 992px) {
	.post.post-pic .post-content {
		width: 50%;
	}
}

@media screen and (min-width: 1200px) {
	.post.post-pic .post-content {
		width: calc(100% - 248px);
	}
}

.post.post-pic .post-head {
	color: #1d1d1b;
}

.post.post-pic .post-text {
	margin-bottom: 0;
}

@media screen and (max-width: 410px) {
	.posts-header .headline + *:not(.post-view) {
		justify-content: flex-end;
		margin-top: 0;
		position: relative;
	}
	.posts-header .headline + *:not(.post-view):before {
		content: "";
		background-color: #ccc;
		height: 0.0625rem;
		left: 0;
		position: absolute;
		top: 50%;
		width: calc(100% - 7rem);
		z-index: -1;
	}
	.posts-header .headline + *:not(.post-view) .btn-group,
	.posts-header .headline + *:not(.post-view) .dropdown {
		background-color: #fff;
		border: 0.5rem solid #fff;
		margin-right: -0.5rem;
	}
}

@media screen and (min-width: 411px) {
	.posts-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

@media screen and (max-width: 575px) {
	.posts-header .headline + .group {
		justify-content: flex-end;
		margin-top: 0;
		position: relative;
		width: 100%;
	}
	.posts-header .headline + .group:before {
		content: "";
		background-color: #ccc;
		height: 0.0625rem;
		left: 0;
		position: absolute;
		top: 50%;
		width: calc(100% - 7rem);
		z-index: -1;
	}
	.posts-header .headline + .group .dropdown {
		background-color: #fff;
		border: 0.5rem solid #fff;
	}
	.posts-header .headline + .group .btn {
		padding-left: 0.625rem !important;
		padding-right: 0.625rem !important;
	}
	.posts-header.posts-wrap {
		flex-wrap: wrap;
		margin-right: -0.5rem;
	}
}

.posts.grid {
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
	width: calc(100% + 1.875rem);
}

@media screen and (max-width: 575px) {
	.posts.grid::before {
		content: "";
		background-color: #fff;
		box-shadow: 0 0.625rem 0.75rem rgba(0, 0, 0, 0.1);
		display: block;
		height: 1.5rem;
		margin: -0.875rem 0 0;
		width: 100%;
	}
}

@media screen and (min-width: 576px) {
	.posts.grid {
		display: flex;
		flex-flow: row wrap;
	}
}

.posts.grid .post {
	border-bottom: 0 solid transparent;
}

@media screen and (max-width: 575px) {
	.posts.grid .post {
		margin: 0.625rem 0;
		box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.1);
		width: 100%;
	}
	.posts.grid .post .post-link {
		border-top: 0 solid transparent;
	}
	.posts.grid .post .post-body {
		padding-bottom: 3.75rem;
	}
}

@media screen and (min-width: 576px) {
	.posts.grid .post {
		margin: 0 0.9375rem 0.9375rem;
		width: calc(50% - 1.875rem);
	}
	.posts.grid .post:not(:first-child) .post-link {
		border-top: 0.0625rem solid #cccccc;
		border-bottom: 0 solid transparent;
	}
	.posts.grid .post:nth-child(2) .post-link {
		border-top: 0 solid transparent;
	}
	.posts.grid .post:nth-child(2) .post-body {
		padding-top: 0.9375rem;
	}
	.posts.grid .post .post-body {
		padding: 3.75rem 0 1.875rem;
	}
}

@media screen and (min-width: 768px) {
	.posts.grid .post {
		width: calc(33.333% - 1.875rem);
	}
	.posts.grid .post:nth-child(3) .post-link {
		border-top: 0 solid transparent;
	}
	.posts.grid .post:nth-child(3) .post-body {
		padding-top: 0.9375rem;
	}
}

.posts.grid .post:first-child .post-body {
	padding-top: 0.9375rem;
}

.posts.grid .post .post-link {
	border-bottom: 0 solid transparent;
}

.posts.grid .post-body {
	max-height: 29.5rem;
	overflow: hidden;
}

@media screen and (min-width: 420px) {
	.posts.grid .post-body {
		max-height: 30rem;
	}
}

@media screen and (min-width: 480px) {
	.posts.grid .post-body {
		max-height: 36.25rem;
	}
}

@media screen and (min-width: 576px) {
	.posts.grid .post-body {
		max-height: 31.75rem;
	}
}

@media screen and (min-width: 768px) {
	.posts.grid .post-body {
		max-height: 31.25rem;
	}
}

@media screen and (min-width: 992px) {
	.posts.grid .post-body {
		max-height: 31rem;
	}
}

@media screen and (min-width: 1200px) {
	.posts.grid .post-body {
		max-height: 32.25rem;
	}
}

@media screen and (min-width: 1258px) {
	.posts.grid .post-body {
		max-height: 33.125rem;
	}
}

.posts.grid .post-body::after {
	content: "";
	background: #fff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 36%);
	bottom: 0;
	height: 5rem;
	left: 0;
	position: absolute;
	width: 100%;
}

@media screen and (min-width: 576px) {
	.posts.grid .post-body::after {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 60%);
	}
}

.posts.grid .post:not(.featured).is-lock .post-text::before,
.posts.grid .post:not(.featured).is-lock .post-img + .post-content .post-text::before {
	background-color: #fff;
	color: #cccccc;
}

.posts.grid .post.featured .post-subtitle {
	color: #5c5c5c;
}

@media screen and (min-width: 768px) {
	.posts.grid .post.featured:nth-child(8n-1) .post-author, .posts.grid .post.featured:nth-child(8n + 8) .post-author {
		min-height: 5rem;
	}
}

@media screen and (min-width: 992px) {
	.posts.grid .post.featured:nth-child(8n-1) .post-author, .posts.grid .post.featured:nth-child(8n + 8) .post-author {
		min-height: 6rem;
	}
}

@media screen and (min-width: 1200px) {
	.posts.grid .post.featured:nth-child(8n-1) .post-author, .posts.grid .post.featured:nth-child(8n + 8) .post-author {
		min-height: 7.5rem;
	}
}

@media screen and (min-width: 768px) {
	.posts.grid .post.featured:nth-child(8n-1) .post-author--img, .posts.grid .post.featured:nth-child(8n + 8) .post-author--img {
		height: 5rem;
		width: 5rem;
	}
	.posts.grid .post.featured:nth-child(8n-1) .post-author--img + .post-author--name, .posts.grid .post.featured:nth-child(8n + 8) .post-author--img + .post-author--name {
		width: calc(100% - 5.9375rem);
	}
}

@media screen and (min-width: 992px) {
	.posts.grid .post.featured:nth-child(8n-1) .post-author--img, .posts.grid .post.featured:nth-child(8n + 8) .post-author--img {
		height: 6rem;
		width: 6rem;
	}
	.posts.grid .post.featured:nth-child(8n-1) .post-author--img + .post-author--name, .posts.grid .post.featured:nth-child(8n + 8) .post-author--img + .post-author--name {
		width: calc(100% - 6.9375rem);
	}
}

@media screen and (min-width: 1200px) {
	.posts.grid .post.featured:nth-child(8n-1) .post-author--img, .posts.grid .post.featured:nth-child(8n + 8) .post-author--img {
		height: 7.5rem;
		width: 7.5rem;
	}
	.posts.grid .post.featured:nth-child(8n-1) .post-author--img + .post-author--name, .posts.grid .post.featured:nth-child(8n + 8) .post-author--img + .post-author--name {
		width: calc(100% - 8.4375rem);
	}
}

@media screen and (min-width: 992px) {
	.posts.grid .post .post-img {
		overflow: hidden;
	}
}

@media screen and (min-width: 992px) {
	.posts.grid .post .post-img {
		height: 10.5rem;
	}
}

@media screen and (min-width: 1200px) {
	.posts.grid .post .post-img {
		height: 13rem;
	}
}

@media screen and (min-width: 1330px) {
	.posts.grid .post .post-img {
		height: 14rem;
	}
}

@media screen and (min-width: 992px) {
	.posts.grid .post .post-img + .post-content {
		height: calc(100% - 10.5rem);
	}
}

@media screen and (min-width: 1200px) {
	.posts.grid .post .post-img + .post-content {
		height: calc(100% - 13rem);
	}
}

@media screen and (min-width: 1330px) {
	.posts.grid .post .post-img + .post-content {
		height: calc(100% - 14rem);
	}
}

@media screen and (min-width: 576px) {
	.posts.grid .post-content {
		overflow: hidden;
	}
}

@media screen and (min-width: 576px) {
	.posts.grid .post-content .post-links {
		bottom: -0.5rem;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.posts.grid .post:nth-child(7n) {
		width: 100%;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) and (min-width: 576px) and (max-width: 767px) {
	.posts.grid .post:nth-child(7n) .post-body {
		max-height: 40rem;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.posts.grid .post:nth-child(7n) .post-img {
		height: auto;
		overflow: visible;
	}
	.posts.grid .post:nth-child(7n) .post-text {
		min-height: 4.5rem;
	}
}

@media screen and (min-width: 768px) {
	.posts.grid .post:nth-child(8n-1),
	.posts.grid .post:nth-child(8n + 8) {
		background-color: #fff;
		width: calc(50% - 1.875rem);
	}
}

@media screen and (min-width: 768px) {
	.posts.grid .post:nth-child(8n-1) .post-body,
	.posts.grid .post:nth-child(8n + 8) .post-body {
		max-height: 35.25rem;
	}
}

@media screen and (min-width: 992px) {
	.posts.grid .post:nth-child(8n-1) .post-body,
	.posts.grid .post:nth-child(8n + 8) .post-body {
		max-height: 35.75rem;
	}
}

@media screen and (min-width: 1258px) {
	.posts.grid .post:nth-child(8n-1) .post-body,
	.posts.grid .post:nth-child(8n + 8) .post-body {
		max-height: 37.5rem;
	}
}

@media screen and (min-width: 1330px) {
	.posts.grid .post:nth-child(8n-1) .post-body,
	.posts.grid .post:nth-child(8n + 8) .post-body {
		max-height: 40rem;
	}
}

@media screen and (min-width: 992px) {
	.posts.grid .post:nth-child(8n-1):not(.featured) .post-img,
	.posts.grid .post:nth-child(8n + 8):not(.featured) .post-img {
		height: 16.5rem;
	}
	.posts.grid .post:nth-child(8n-1):not(.featured) .post-content,
	.posts.grid .post:nth-child(8n + 8):not(.featured) .post-content {
		height: calc(100% - 16.5rem);
	}
}

@media screen and (min-width: 1200px) {
	.posts.grid .post:nth-child(8n-1):not(.featured) .post-img,
	.posts.grid .post:nth-child(8n + 8):not(.featured) .post-img {
		height: 19.5rem;
	}
	.posts.grid .post:nth-child(8n-1):not(.featured) .post-content,
	.posts.grid .post:nth-child(8n + 8):not(.featured) .post-content {
		height: calc(100% - 19.5rem);
	}
}

@media screen and (min-width: 1330px) {
	.posts.grid .post:nth-child(8n-1):not(.featured) .post-img,
	.posts.grid .post:nth-child(8n + 8):not(.featured) .post-img {
		height: 21rem;
	}
	.posts.grid .post:nth-child(8n-1):not(.featured) .post-content,
	.posts.grid .post:nth-child(8n + 8):not(.featured) .post-content {
		height: calc(100% - 21rem);
	}
}

@media screen and (min-width: 768px) {
	.posts.grid .post:nth-child(8n-1).featured .post-content,
	.posts.grid .post:nth-child(8n + 8).featured .post-content {
		height: 100%;
	}
}

.posts,
.posts-list {
	margin-top: 0.9375rem;
	margin-bottom: 0;
}

.posts.list:not(.hit-list):not(.favorites):not(.recommend),
.posts-list {
	margin-top: 0.9375rem;
}

@media screen and (min-width: 576px) {
	.posts.list:not(.hit-list):not(.favorites):not(.recommend):not(.posts-featured) .post-body,
	.posts-list:not(.posts-featured) .post-body {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 575px) {
	.posts.list:not(.hit-list):not(.favorites):not(.recommend):not(.no-teaser) .post-link .send-holder,
	.posts-list:not(.no-teaser) .post-link .send-holder {
		padding-top: 0.25rem;
	}
}

@media screen and (min-width: 576px) {
	.posts.list:not(.hit-list):not(.favorites):not(.recommend):not(.no-teaser) .post-link,
	.posts-list:not(.no-teaser) .post-link {
		max-height: 15.375rem;
		overflow: hidden;
	}
	.posts.list:not(.hit-list):not(.favorites):not(.recommend):not(.no-teaser) .post-link::after,
	.posts-list:not(.no-teaser) .post-link::after {
		content: "";
		background: #fff;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 60%);
		bottom: 0;
		height: 6.5rem;
		left: 0;
		position: absolute;
		width: 100%;
	}
}

@media screen and (min-width: 576px) and (min-width: 576px) {
	.posts.list:not(.hit-list):not(.favorites):not(.recommend):not(.no-teaser) .post-link::after,
	.posts-list:not(.no-teaser) .post-link::after {
		height: 5rem;
	}
}

@media screen and (min-width: 1200px) {
	.posts.list:not(.hit-list):not(.favorites):not(.recommend):not(.no-teaser) .post-link,
	.posts-list:not(.no-teaser) .post-link {
		min-height: 9.75rem;
	}
}

@media screen and (min-width: 1258px) {
	.posts.list:not(.hit-list):not(.favorites):not(.recommend):not(.no-teaser) .post-link,
	.posts-list:not(.no-teaser) .post-link {
		max-height: 14.125rem;
	}
}

@media screen and (min-width: 576px) {
	.posts.list:not(.hit-list):not(.favorites):not(.recommend):not(.no-teaser) .post-link .post-body,
	.posts-list:not(.no-teaser) .post-link .post-body {
		padding-bottom: 2.8125rem;
	}
}

@media screen and (max-width: 575px) {
	.posts.list:not(.hit-list):not(.favorites):not(.recommend):not(.no-teaser) .post-link:not(.featured):not(.post-hit) .post-text,
	.posts-list:not(.no-teaser) .post-link:not(.featured):not(.post-hit) .post-text {
		display: none;
	}
}

.posts.list:not(.hit-list):not(.favorites):not(.recommend).no-teaser .post .post-body,
.posts-list.no-teaser .post .post-body {
	padding-bottom: 0.9375rem;
}

.posts.list:not(.hit-list):not(.favorites):not(.recommend) .post-img,
.posts.list:not(.hit-list):not(.favorites):not(.recommend) .text-link,
.posts-list .post-img,
.posts-list .text-link {
	display: none;
}

@media screen and (max-width: 575px) {
	.posts.list {
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
		width: calc(100% + 1.875rem);
	}
}

.posts.list.hit-list .post, .posts.list.favorites .post {
	border-bottom: 0.0625rem solid #cccccc;
}

.posts.list.hit-list .post-link, .posts.list.favorites .post-link {
	border-bottom: 0;
}

.posts.list.hit-list .post-body, .posts.list.favorites .post-body {
	padding-bottom: 0.9375rem;
}

@media screen and (min-width: 576px) {
	.posts.list.hit-list .post-body, .posts.list.favorites .post-body {
		padding-left: 0;
		padding-right: 0;
	}
}

.posts.list.favorites button {
	background: none;
	border: 0;
}

.posts.list.favorites button:focus {
	outline: none;
}

.posts.list.hit-list .banner-devider {
	background-color: #fff;
	margin-top: -0.0625rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.posts-new .post {
	height: 100%;
}

@media screen and (min-width: 576px) {
	.posts-new .post .post-body {
		padding-left: 0;
		padding-right: 0;
	}
}

.posts-new .post-link {
	border-bottom: 0;
}

.posts-new .post-img {
	height: auto;
	max-height: 12rem;
}

@media screen and (min-width: 576px) {
	.posts-new .post-img {
		max-height: 9.5rem;
	}
}

@media screen and (min-width: 768px) {
	.posts-new .post-img {
		max-height: 11.375rem;
	}
}

@media screen and (min-width: 992px) {
	.posts-new .post-img {
		max-height: 8rem;
	}
}

@media screen and (min-width: 1200px) {
	.posts-new .post-img {
		max-height: 7.25rem;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1257px) {
	.posts-new .post-title, .posts-new .teasers-top h3, .teasers-top .posts-new h3 {
		font-size: 1rem;
	}
}

.home .list.posts.no-teaser .post .post-body {
	padding-bottom: 2rem !important;
}

.home .list.posts.no-teaser .post .post-text {
	display: none;
}

.livefeed .post-link:visited .post-title, .livefeed .post-link:visited .teasers-top h3, .teasers-top .livefeed .post-link:visited h3 {
	color: #627b8b;
}

.livefeed .post-link:hover .post-title, .livefeed .post-link:hover .teasers-top h3, .teasers-top .livefeed .post-link:hover h3, .livefeed .post-link:focus .post-title, .livefeed .post-link:focus .teasers-top h3, .teasers-top .livefeed .post-link:focus h3 {
	color: #01a2b9;
}

.post-author {
	display: flex;
	align-items: center;
	min-height: 4rem;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	position: relative;
}

@media screen and (min-width: 576px) {
	.post-author {
		min-height: 3.75rem;
	}
}

@media screen and (min-width: 768px) {
	.post-author {
		min-height: 3.125rem;
	}
}

@media screen and (min-width: 992px) {
	.post-author {
		min-height: 3.5rem;
	}
}

@media screen and (min-width: 1200px) {
	.post-author {
		min-height: 4rem;
	}
}

.post-author--img {
	border-radius: 50%;
	display: flex;
	align-items: center;
	height: 4rem;
	margin: 0 0.9375rem 0 0;
	overflow: hidden;
	right: 0;
	width: 4rem;
	z-index: 1;
}

@media screen and (min-width: 576px) {
	.post-author--img {
		height: 3.75rem;
		width: 3.75rem;
	}
}

@media screen and (min-width: 768px) {
	.post-author--img {
		height: 3rem;
		width: 3rem;
	}
}

@media screen and (min-width: 992px) {
	.post-author--img {
		height: 3.5rem;
		width: 3.5rem;
	}
}

@media screen and (min-width: 1200px) {
	.post-author--img {
		height: 4rem;
		width: 4rem;
	}
}

.post-author--img > img {
	height: auto;
	margin: -0.0625rem;
	min-width: calc(100% + 0.125rem);
	max-width: calc(100% + 0.125rem);
}

.post-author--name {
	color: #5c5c5c;
	font-size: 0.8125rem;
	font-style: italic;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	width: calc(100% - 4.9375rem);
	z-index: 0;
}

.post-body.multi-authors .post-author [data-toggle="tooltip"] {
	cursor: pointer;
	z-index: 5;
}

.post-body.multi-authors .post-author--img {
	margin-right: 0.25rem;
}

@media (min-width: 411px) {
	.post-body.multi-authors .post-author--img {
		margin-right: 0.5rem;
	}
}

.grid .post-author--name {
	height: 2rem;
	line-height: 2rem;
}

.list {
	margin-top: 2rem;
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
}

.list.posts-featured .post-link {
	border-bottom: 0;
}

.list.posts-featured .post-body {
	max-height: 21.625rem;
	overflow: hidden;
}

@media screen and (min-width: 480px) {
	.list.posts-featured .post-body {
		max-height: 19.75rem;
	}
}

@media screen and (min-width: 576px) {
	.list.posts-featured .post-body {
		max-height: 14.375rem;
	}
}

@media screen and (min-width: 992px) {
	.list.posts-featured .post-body {
		max-height: 16.625rem;
	}
}

@media screen and (min-width: 1200px) {
	.list.posts-featured .post-body {
		min-height: 13.75rem;
		max-height: 15.125rem;
	}
}

.list.posts-featured .post-body::after {
	content: "";
	background: #fff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 60%);
	bottom: 0;
	height: 6.5rem;
	left: 0;
	position: absolute;
	width: 100%;
}

@media screen and (min-width: 576px) {
	.list.posts-featured .post-body::after {
		height: 5rem;
	}
}

@media screen and (max-width: 575px) {
	.list .post.featured .post-text {
		display: none;
	}
}

.list .post.featured .post-title, .list .post.featured .teasers-top h3, .teasers-top .list .post.featured h3 {
	transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 576px) {
	.list .post.featured .post-body .post-content {
		padding-right: 11rem;
	}
}

@media screen and (min-width: 992px) {
	.list .post.featured .post-body {
		padding-bottom: 0;
	}
}

.list .post.featured .post-body.multi-authors .post-author--img {
	margin: 0.25rem;
}

.list .post.featured .post-body.multi-authors [data-toggle="tooltip"] .post-author--img {
	margin-right: 0;
}

.list .post.featured .post-body.multi-authors .post-author--name {
	display: none;
}

@media screen and (min-width: 576px) {
	.list .post.featured .post-author {
		flex-direction: column;
		padding-left: 0.75rem;
		padding-right: 0.75rem;
		position: absolute;
		right: 0;
		width: 11rem;
	}
}

.list .post.featured .post-author--img {
	position: relative;
	z-index: 10;
}

@media screen and (min-width: 576px) {
	.list .post.featured .post-author--img {
		margin-right: 0;
	}
}

.list .post.featured .post-author--name {
	background-color: transparent;
}

.list .post.featured .text-link {
	display: none;
}

@media screen and (min-width: 576px) {
	.list:not(.posts-featured) .post-author {
		align-items: flex-end;
		margin-bottom: 0.375rem;
	}
}

.list:not(.posts-featured) .post-author--img {
	height: 3.5rem;
	width: 3.5rem;
}

@media screen and (max-width: 575px) {
	.list:not(.posts-featured) .post-author--name {
		padding-left: 0;
	}
}

@media screen and (min-width: 576px) {
	.list:not(.posts-featured) .post-author--name {
		margin: 0.5rem 0 0 0;
		text-align: right;
		width: 100%;
	}
}

@media screen and (min-width: 992px) {
	.list:not(.posts-featured) .post-body.multi-authors .post-content {
		padding-right: 17rem;
	}
}

.list:not(.posts-featured) .post-body.multi-authors .post-author {
	flex-direction: row;
	top: 0.625rem;
	bottom: auto;
	right: 0;
}

@media screen and (min-width: 576px) {
	.list:not(.posts-featured) .post-body.multi-authors .post-author {
		align-items: flex-start;
		justify-content: flex-end;
	}
}

@media screen and (min-width: 576px) and (max-width: 991px) {
	.list:not(.posts-featured) .post-body.multi-authors .post-author {
		flex-wrap: wrap;
	}
}

@media screen and (min-width: 992px) {
	.list:not(.posts-featured) .post-body.multi-authors .post-author {
		width: 17rem;
	}
}

@media screen and (min-width: 768px) {
	.posts-featured .owl-stage-outer,
	.editorial-carousel .owl-stage-outer {
		margin-top: 0.5rem;
	}
}

.posts-featured .owl-stage,
.editorial-carousel .owl-stage {
	display: flex;
	flex-flow: row nowrap;
}

.posts-featured .post,
.editorial-carousel .post {
	background-color: #fff;
	height: 100%;
}

@media screen and (max-width: 575px) {
	.posts-featured .post-links,
	.editorial-carousel .post-links {
		position: absolute;
		right: 0.9375rem;
	}
}

@media screen and (min-width: 576px) and (max-width: 991px) {
	.posts-featured .post .post-author--img,
	.editorial-carousel .post .post-author--img {
		height: 3.5rem;
		width: 3.5rem;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.posts-featured .post,
	.editorial-carousel .post {
		margin-left: 0.625rem !important;
		margin-right: 0.625rem !important;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.posts-featured .post,
	.editorial-carousel .post {
		margin: 0 0.9375rem;
	}
}

@media screen and (min-width: 768px) {
	.posts-featured .post,
	.editorial-carousel .post {
		height: calc(100% - 1.875rem);
	}
}

.posts-featured .post-img,
.editorial-carousel .post-img {
	display: none;
}

.posts-featured:not(.list) .post-link,
.editorial-carousel:not(.list) .post-link {
	border-bottom: 0;
}

.posts-featured:not(.list) .post-body,
.editorial-carousel:not(.list) .post-body {
	max-height: 23.75rem;
	overflow: hidden;
}

@media screen and (min-width: 576px) {
	.posts-featured:not(.list) .post-body,
	.editorial-carousel:not(.list) .post-body {
		max-height: 27.25rem;
	}
}

@media screen and (min-width: 992px) {
	.posts-featured:not(.list) .post-body,
	.editorial-carousel:not(.list) .post-body {
		max-height: 28.5rem;
	}
}

@media screen and (min-width: 1200px) {
	.posts-featured:not(.list) .post-body,
	.editorial-carousel:not(.list) .post-body {
		max-height: 26.625rem;
	}
}

.posts-featured:not(.list) .post-body::after,
.editorial-carousel:not(.list) .post-body::after {
	content: "";
	background: #fff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 40%);
	bottom: 0;
	height: 6rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.posts-featured:not(.list) .post-body .post-body,
.editorial-carousel:not(.list) .post-body .post-body {
	padding-bottom: 2.8125rem;
}

.posts-featured:not(.list) .post-body .post-links,
.editorial-carousel:not(.list) .post-body .post-links {
	right: 0.9375rem;
}

.posts-featured.list .post,
.editorial-carousel.list .post {
	border: 0.0625rem solid #dcdcdc;
	height: calc(100% - 1.875rem);
	margin-bottom: -0.0625rem;
}

@media screen and (min-width: 576px) {
	.posts-featured.list .post,
	.editorial-carousel.list .post {
		border-radius: 0.25rem;
		margin-bottom: 0.9375rem;
	}
	.posts-featured.list .post-links,
	.editorial-carousel.list .post-links {
		bottom: 0.75rem;
		position: absolute;
		right: 1.5625rem;
	}
	.posts-featured.list .post .send-holder,
	.editorial-carousel.list .post .send-holder {
		text-align: center;
		width: 8.125rem;
	}
}

@media screen and (min-width: 576px) {
	.posts-featured.list .post-body:not(.multi-authors) .post-author,
	.editorial-carousel.list .post-body:not(.multi-authors) .post-author {
		top: 1.5rem;
	}
}

@media screen and (min-width: 768px) {
	.posts-featured.list .post-body:not(.multi-authors) .post-author,
	.editorial-carousel.list .post-body:not(.multi-authors) .post-author {
		top: 1.25rem;
	}
}

@media screen and (min-width: 576px) {
	.posts-featured.list .post-body:not(.multi-authors) .post-author--img,
	.editorial-carousel.list .post-body:not(.multi-authors) .post-author--img {
		margin-right: 0;
		height: 5rem;
		width: 5rem;
	}
}

.posts-featured.list .post-body:not(.multi-authors) .post-author--name,
.editorial-carousel.list .post-body:not(.multi-authors) .post-author--name {
	padding: 0;
}

@media screen and (min-width: 576px) {
	.posts-featured.list .post-body:not(.multi-authors) .post-author--name,
	.editorial-carousel.list .post-body:not(.multi-authors) .post-author--name {
		margin: 0.625rem 0;
		text-align: center;
	}
}

@media screen and (min-width: 576px) {
	.posts-featured.list .post-body.multi-authors .post-author,
	.editorial-carousel.list .post-body.multi-authors .post-author {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
}

.posts-featured.list .post-body.multi-authors .post-author--img,
.editorial-carousel.list .post-body.multi-authors .post-author--img {
	margin: 0.25rem;
	height: 3.75rem;
	width: 3.75rem;
}

@media screen and (max-width: 575px) {
	.posts-featured .post {
		margin-top: -0.0625rem;
	}
}

.posts-featured .post-subtitle {
	display: none;
}

.posts-featured.posts-context .post {
	max-height: 18.5rem;
	overflow: hidden;
}

@media screen and (min-width: 480px) {
	.posts-featured.posts-context .post {
		max-height: 16rem;
	}
}

@media screen and (min-width: 576px) {
	.posts-featured.posts-context .post {
		max-height: 19.125rem;
	}
}

@media screen and (min-width: 768px) {
	.posts-featured.posts-context .post {
		max-height: 20rem;
	}
}

@media screen and (min-width: 992px) {
	.posts-featured.posts-context .post {
		max-height: 22.5rem;
	}
}

@media screen and (min-width: 576px) {
	.posts-featured.posts-context .post {
		margin: 0 !important;
	}
}

.editorial-carousel .post-content::after {
	content: none !important;
}

.editorial-carousel .post-text {
	display: none;
}

@media screen and (min-width: 576px) {
	.home .post-author--name {
		width: 100%;
	}
}

.posts-popular {
	display: flex;
	flex-wrap: wrap;
}

.posts-popular .post {
	width: 100%;
}

@media screen and (min-width: 992px) {
	.posts-popular .post {
		flex: 0 0 50%;
		max-width: calc(50% - 1.875rem);
	}
	.posts-popular .post:nth-child(2) .post-link {
		border-top: 0;
	}
}

.posts-popular.list .post {
	margin-top: 0;
}

@media screen and (min-width: 768px) {
	.popular .post {
		flex: 0 0 33.33333%;
		max-width: calc(33.33333% - 1.875rem);
	}
	.popular .post .post-img {
		max-height: 8.75rem;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.popular .post {
		flex: 0 0 50%;
		max-width: calc(50% - 1.875rem);
	}
	.popular .post .post-img {
		max-height: 9.75rem;
	}
}

@media screen and (min-width: 1200px) {
	.popular .post .post-img {
		max-height: 7.5rem;
	}
}

.teaser-scout {
	display: block;
	height: 100%;
	overflow: hidden;
}

.teaser-scout:hover, .teaser-scout:focus {
	opacity: 0.85;
}

.teaser-scout-header {
	height: 11rem;
	margin-bottom: 1.25rem;
	padding: 1.875rem;
	position: relative;
	text-align: center;
	width: 100%;
}

@media screen and (min-width: 1200px) {
	.teaser-scout-header {
		height: 14rem;
	}
}

.teaser-scout-header[class*="scout-bg-"]::after {
	content: "";
	border-top-style: solid;
	border-top-width: 1.25rem;
	border-right: 100vw solid transparent;
	height: 0;
	left: 0;
	position: absolute;
	top: 100%;
	width: 0;
}

@media screen and (min-width: 768px) {
	.teaser-scout-header[class*="scout-bg-"]::after {
		border-right-width: 50vw;
	}
}

@media screen and (min-width: 992px) {
	.teaser-scout-header[class*="scout-bg-"]::after {
		border-right-width: 30vw;
	}
}

.teaser-scout-header > img {
	height: 3rem;
	width: auto;
}

@media screen and (min-width: 1200px) {
	.teaser-scout-header > img {
		height: 3.375rem;
	}
}

.teaser-scout-content {
	padding: 1.25rem;
}

.teaser-scout-content--title {
	border-top: 0.0625rem solid rgba(255, 255, 255, 0.5);
	color: #fff;
	font-size: 1.25rem;
	padding-top: 1rem;
}

@media screen and (min-width: 1200px) {
	.teaser-scout-content--title {
		margin-top: 1rem;
		padding-top: 2rem;
	}
}

.scout-bg-est {
	background-color: #e89f02;
}

.scout-bg-est::after {
	border-top-color: #e89f02;
}

.scout-bg-lug {
	background-color: #b43c24;
}

.scout-bg-lug::after {
	border-top-color: #b43c24;
}

.scout-bg-ust {
	background-color: #66c07a;
}

.scout-bg-ust::after {
	border-top-color: #66c07a;
}

.scout-bg-fibu {
	background-color: #606d80;
}

.scout-bg-fibu::after {
	border-top-color: #606d80;
}

.scout-bg-gewst {
	background-color: #3261a8;
}

.scout-bg-gewst::after {
	border-top-color: #3261a8;
}

.scout-bg-kst {
	background-color: #8d5a97;
}

.scout-bg-kst::after {
	border-top-color: #8d5a97;
}

.teaser-sidebar {
	display: flex;
	align-items: center;
}

.teaser-sidebar-cover {
	background-color: #ffed00;
	height: 4rem;
	overflow: hidden;
	min-width: 3rem;
	width: 3rem;
}

.teaser-sidebar-txt strong {
	display: block;
}

.teaser-sidebar:not(:hover):not(:focus):not(:active) .teaser-sidebar-txt {
	color: #1d1d1b;
}

.teaser-small {
	color: #1d1d1b;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	margin: 0.625rem 6vw;
	position: relative;
	text-align: center;
	transition: opacity 0.3s ease-in-out;
	width: 64px;
	z-index: 1;
}

@media screen and (min-width: 480px) {
	.teaser-small {
		margin-left: calc(6vw - 1.5vw);
		margin-right: calc(6vw - 1.5vw);
	}
}

@media screen and (min-width: 576px) {
	.teaser-small {
		margin-left: calc(6vw - 1.75vw);
		margin-right: calc(6vw - 1.75vw);
	}
}

@media screen and (min-width: 768px) {
	.teaser-small {
		margin-left: calc(6vw - 3.75vw);
		margin-right: calc(6vw - 3.75vw);
	}
}

@media screen and (min-width: 992px) {
	.teaser-small {
		margin: 0.625rem 1.125rem;
		width: 84px;
	}
}

.teaser-small-heading {
	font-size: 2rem;
	font-weight: 300;
	margin-top: 1.5rem;
	margin-bottom: 0;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.teaser-small-item {
	display: none;
	opacity: 0;
}

@media screen and (max-width: 479px) {
	.teaser-small-item:nth-child(-n + 6) {
		display: flex;
		opacity: 1;
		visibility: visible;
	}
}

@media screen and (min-width: 480px) and (max-width: 575px) {
	.teaser-small-item:nth-child(-n + 8) {
		display: flex;
		opacity: 1;
		visibility: visible;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.teaser-small-item:nth-child(-n + 10) {
		display: flex;
		opacity: 1;
		visibility: visible;
	}
}

@media screen and (min-width: 768px) {
	.teaser-small-item:nth-child(-n + 7) {
		display: flex;
		opacity: 1;
		visibility: visible;
	}
}

.teaser-small-title {
	display: inline-flex;
	align-items: center;
	font-size: 0.6875rem;
	line-height: 1.25;
	margin-top: 0.625rem;
	text-transform: uppercase;
}

.teaser-small-title .fal,
.teaser-small-title [class*="icon-"] {
	font-size: 0.8125rem;
	margin-left: 0.3125rem;
	margin-bottom: 0.125rem;
}

.teaser-small > .fal,
.teaser-small > [class*="icon-"] {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	height: 4rem;
	width: 4rem;
	position: relative;
	transition: color 0.3s ease-in-out;
	z-index: 1;
}

.teaser-small > .fal::after,
.teaser-small > [class*="icon-"]::after {
	content: "";
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 50%;
	height: inherit;
	width: inherit;
	left: 0;
	top: 0;
	position: absolute;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	z-index: -1;
}

.teaser-small:hover, .teaser-small:focus {
	color: #000;
}

.teaser-small:hover .fal::after,
.teaser-small:hover [class*="icon-"]::after, .teaser-small:focus .fal::after,
.teaser-small:focus [class*="icon-"]::after {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

@media screen and (min-width: 992px) {
	.teaser-small .icon-img {
		height: calc(64px + 1rem);
		width: calc(64px + 1rem);
	}
}

.teaser-small .icon-img > img {
	height: auto;
}

@media screen and (min-width: 992px) {
	.teaser-small .icon-img > img {
		width: calc( + 1rem);
	}
}

.teasers-small {
	display: flex;
	justify-content: center;
	margin-left: -0.9375rem;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
	.teasers-small {
		width: 48rem;
	}
}

@media screen and (min-width: 992px) {
	.teasers-small {
		width: 54rem;
	}
}

.teasers-small-wrapper {
	position: relative;
	overflow: hidden;
	background-color: #f0f0f0;
	margin-top: -5rem;
	padding: 6rem 0 2rem;
}

@media screen and (min-width: 992px) {
	.teasers-small-wrapper {
		padding-bottom: 2rem;
	}
}

.btn-expand {
	color: #1d1d1b;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 1.5rem;
	margin: 1rem auto 1rem auto;
	opacity: 1;
	visibility: visible;
	width: 12rem;
	z-index: 1;
}

@media screen and (min-width: 576px) {
	.btn-expand {
		margin-top: 0;
	}
}

.btn-expand i {
	font-size: 0.5rem;
	margin-left: 0.25rem;
	margin-top: 0.25rem;
}

.toast {
	transition: all 1s ease-in-out;
	background-color: #fff;
	border-color: #1d1d1b;
	border-radius: 1.875rem;
	opacity: 0;
	position: fixed;
	z-index: 1100;
}

.toast.show {
	opacity: 1;
}

.toast.bottom-right {
	bottom: 4.0625rem;
	right: -100%;
}

@media screen and (min-width: 768px) {
	.toast.bottom-right {
		bottom: 4.6875rem;
	}
}

@media screen and (min-width: 992px) {
	.toast.bottom-right {
		bottom: 2.5rem;
	}
}

.toast.bottom-right.show {
	right: 0.9375rem;
}

@media screen and (min-width: 992px) {
	.toast.bottom-right.show {
		right: 5.3125rem;
	}
}

.toast.top-center {
	left: 50%;
	top: -100%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.toast.top-center.show {
	top: 7rem;
}

@media screen and (min-width: 992px) {
	.toast.top-center.show {
		top: 10rem;
	}
}

.toast-body {
	color: #1d1d1b;
	display: flex;
	align-items: center;
	font-weight: 600;
	padding: 0.3125rem 0.9375rem;
	white-space: nowrap;
}

@media screen and (min-width: 768px) {
	.toast-body {
		padding: 0.625rem 0.9375rem;
	}
}

@media screen and (min-width: 768px) {
	.teasers-top .owl-stage-outer {
		padding-bottom: 2.5rem;
	}
}

.teasers-top .owl-stage {
	display: flex;
}

.teaser-top {
	background-color: #f0f0f0;
	color: #1d1d1b;
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0.9375rem;
	padding: 1.875rem 1.25rem 0.625rem 1.25rem;
}

.teaser-top:hover, .teaser-top:focus {
	color: #000;
}

.teaser-top:hover h3, .teaser-top:focus h3 {
	color: #01a2b9;
}

.teaser-top-header {
	display: inherit;
	justify-content: center;
	padding-bottom: 1.875rem;
	position: relative;
}

.teaser-top-header .icon {
	background-color: #2f4858;
	border-radius: 50%;
	color: #fff;
	display: inherit;
	align-items: center;
	justify-content: center;
	font-size: 2.625rem;
	height: 5rem;
	width: 5rem;
}

.teaser-top-badge {
	background: linear-gradient(to right bottom, #ffed00 50%, transparent 50%);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 8rem;
	left: -1.25rem;
	overflow: hidden;
	position: absolute;
	top: -1.875rem;
	width: 8rem;
}

.teaser-top-badge-inner {
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.9375rem;
	text-align: center;
	-webkit-transform: rotate(-45deg) translateY(-50%);
	        transform: rotate(-45deg) translateY(-50%);
}

.teaser-top-badge span {
	display: block;
	font-weight: 700;
}

.teaser-top-subtitle {
	color: #5c5c5c;
	font-size: 0.6875rem;
	font-weight: 600;
	margin-bottom: 0.9375rem;
	text-transform: uppercase;
}

.teaser-top .list-styled {
	margin-bottom: 0;
	padding: 0;
}

.teaser-top .text-link {
	margin-top: auto;
}

.toolbar {
	clear: both;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

@media screen and (max-width: 575px) {
	.toolbar {
		background-color: #f0f0f0;
		margin: 0 -0.9375rem 0 -0.9375rem;
		padding: 0.3125rem 0.9375rem;
	}
}

@media screen and (min-width: 576px) {
	.toolbar {
		border-bottom: 0.0625rem solid #cccccc;
		padding: 0.3125rem 0;
		transition: border-bottom 0.15s ease-in-out;
	}
}

.toolbar-holder {
	display: flex;
	align-items: center;
}

.toolbar-nav-btn {
	color: #999999;
	display: inline-flex;
	align-items: center;
	font-size: 0.875rem;
	height: 2.25rem;
	text-transform: uppercase;
}

@media screen and (max-width: 575px) {
	.toolbar-nav-btn {
		width: 2.25rem;
	}
	.toolbar-nav-btn span {
		display: none;
	}
	.toolbar-nav-btn *[class*="icon-"] {
		font-size: 1.25rem;
	}
}

.toolbar-nav-btn:hover, .toolbar-nav-btn:focus {
	color: #2f4858;
}

@media screen and (min-width: 512px) {
	.toolbar-nav-btn.first {
		margin-right: 1.5rem;
	}
}

.toolbar-func-btn {
	border: 0.0625rem solid transparent;
	border-radius: 50%;
	color: #999999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
	height: 2.25rem;
	outline: none;
	position: relative;
	width: 2.25rem;
}

.toolbar-func-btn:not(:last-child) {
	margin-right: 0.1875rem;
}

.toolbar-func-btn.is-postreader {
	color: #999999;
}

.toolbar-func-btn.is-postreader.is-active, .toolbar-func-btn.is-postreader:hover, .toolbar-func-btn.is-postreader:focus {
	color: #2f4858;
}

.toolbar-func-btn.is-active, .toolbar-func-btn:hover, .toolbar-func-btn:focus {
	color: #2f4858;
}

.toolbar-func-btn.is-active:not(.is-favorite), .toolbar-func-btn[aria-expanded="true"] {
	border-color: #2f4858;
}

.toolbar-func-btn.is-active:not(.is-favorite) > span > [class*="icon-"], .toolbar-func-btn[aria-expanded="true"] > span > [class*="icon-"] {
	color: #2f4858;
}

.toolbar-func-btn > span {
	display: inherit;
	align-items: inherit;
	justify-content: inherit;
	height: inherit;
	width: inherit;
}

@media screen and (max-width: 991px) {
	.toolbar-func-btn.lexinform {
		display: none;
	}
}

.toolbar .dropdown-menu::before, .toolbar .dropdown-menu::after {
	content: none;
}

.toolbar .dropdown-item {
	display: flex;
	line-height: 1.375rem;
	white-space: nowrap;
}

.toolbar .dropdown-item [class*="icon-"] {
	font-size: 1.25rem;
	margin-right: 0.75rem;
}

.doc-toolbar {
	background-color: #fff;
	position: -webkit-sticky;
	position: sticky;
	top: -0.0625rem;
	transition: box-shadow 0.15s ease-in-out;
	width: 100%;
	z-index: 100;
}

@media screen and (min-width: 992px) {
	.doc-toolbar {
		margin-top: 0.5625rem;
	}
}

.doc-toolbar.is-pinned {
	box-shadow: 0 1rem 1rem -1rem rgba(0, 0, 0, 0.16);
}

.doc-toolbar.is-pinned .toolbar {
	border-bottom: 0.0625rem solid #fff;
}

.toolbar-tooltip {
	background-color: #01a2b9;
	border-radius: 0.375rem;
	box-shadow: 0 0.375rem 0.625rem rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 0.875rem;
	height: auto;
	top: 105%;
	left: -5.625rem;
	padding: 0.625rem 1.875rem 0.625rem 3.125rem;
	position: absolute;
	text-align: center;
	width: 14.375rem;
	z-index: 100;
}

.toolbar-tooltip::before {
	content: "";
	height: 0;
	width: 0;
	border-bottom: 0.375rem solid #01a2b9;
	border-left: 0.375rem solid transparent;
	border-right: 0.375rem solid transparent;
	position: absolute;
	left: calc(50% - 0.9375rem);
	top: -0.375rem;
}

.toolbar-tooltip--badge {
	background-color: #fff;
	color: #01a2b9;
	border-radius: 0.5rem;
	top: 0.875rem;
	font-size: 0.5625rem;
	font-weight: 700;
	padding: 0.0625rem 0.375rem;
	position: absolute;
	left: 0.5rem;
	text-transform: uppercase;
}

.toolbar-tooltip--close {
	color: inherit;
	font-size: 0.875rem;
	line-height: 2.5rem;
	position: absolute;
	height: 2.5rem;
	width: 2.5rem;
	top: 0;
	right: 0;
}

.toolbar-tooltip--close:hover, .toolbar-tooltip--close:focus {
	opacity: 0.75;
}

.user-menu .btn-toggle {
	border: 0.0625rem solid rgba(153, 153, 153, 0.2);
	border-color: transparent;
	display: inline-flex;
	align-items: center;
	font-size: 0.75rem;
	line-height: 1.25;
	padding: 0.625rem;
}

.user-menu .btn-toggle:hover, .user-menu .btn-toggle:focus {
	border: 0.0625rem solid rgba(153, 153, 153, 0.2);
	border-radius: 0;
}

.user-menu .btn-toggle:focus {
	box-shadow: none;
}

.user-menu .btn-toggle i {
	display: block;
	margin: 0;
}

@media screen and (min-width: 992px) {
	.user-menu .btn-toggle i {
		display: inline-block;
		vertical-align: middle;
	}
}

.user-menu .btn-toggle .icon-user {
	background-color: #333333;
	border-radius: 50%;
	color: #ffed00;
	font-size: 1rem;
	padding: 0.3125rem;
}

.user-menu .btn-toggle .fal,
.user-menu .btn-toggle .fas {
	font-size: 2.0625rem;
}

.user-menu.show .btn-toggle {
	background-color: rgba(0, 0, 0, 0.05);
}

.user-menu .dropdown-menu {
	box-shadow: 0 0.375rem 0.625rem rgba(0, 0, 0, 0.2);
	margin-left: 0.0625rem;
	padding: 0;
	top: calc(100% + 0.625rem) !important;
	width: 25rem;
}

.user-menu .dropdown-menu::before {
	height: 0;
	width: 0;
	border-bottom: 11px solid #dcdcdc;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	content: "";
	position: absolute;
	left: auto;
	right: 2.4375rem;
	top: -0.75rem;
}

.user-menu .dropdown-menu::after {
	height: 0;
	width: 0;
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: "";
	position: absolute;
	left: auto;
	right: 2.5rem;
	top: -0.625rem;
}

.user-menu .dropdown-item {
	padding: 1.25rem;
	position: relative;
	white-space: normal;
}

.user-menu .dropdown-item:not(:last-child) {
	border-bottom: 0.0625rem solid #eeeeee;
}

.user-menu .dropdown-item [class*="icon-"],
.user-menu .dropdown-item .far,
.user-menu .dropdown-item .fal {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.user-menu .dropdown-item [class*="icon-"] {
	font-size: 1.25rem;
}

.user-menu .dropdown-item .far,
.user-menu .dropdown-item .fal {
	font-size: 1.5rem;
}

.user-menu .dropdown-item--title {
	transition: color 0.15s ease-in-out;
}

.user-menu .dropdown-item--subtitle {
	color: #5c5c5c;
	transition: color 0.15s ease-in-out;
}

.user-menu .dropdown-item:hover .dropdown-item--icon, .user-menu .dropdown-item:focus .dropdown-item--icon {
	background-color: #fff;
}

.user-menu .dropdown-item:hover .dropdown-item--subtitle, .user-menu .dropdown-item:focus .dropdown-item--subtitle {
	color: #1d1d1b;
}

.user-menu .dropdown-item:hover .drop-list-holder, .user-menu .dropdown-item:focus .drop-list-holder {
	visibility: visible;
	height: 100%;
}

.user-menu .dropdown-item:hover .drop-list, .user-menu .dropdown-item:focus .drop-list {
	-webkit-transform: translate(0);
	        transform: translate(0);
	opacity: 1;
}

.user-menu .dropdown-item--icon {
	transition: background-color 0.25s linear;
	background-color: #eeeeee;
	border-radius: 50%;
	color: #333333;
	height: 3rem;
	top: 1.125rem;
	width: 3rem;
}

.user-menu .dropdown-item--title, .user-menu .dropdown-item--subtitle {
	padding-left: 4.125rem;
}

.user-menu + .navbar {
	height: 2.375rem;
}

.user-menu + .navbar .navbar-toggler:focus {
	outline: none;
}

.user-menu + .navbar .navbar-toggler i {
	color: #1d1d1b;
}

.user-menu-btn {
	display: flex;
	flex-direction: column;
	text-align: left;
	margin: 0 0.4375rem;
}

.user-menu--name {
	color: #1d1d1b;
}

.user-menu--product {
	color: #000;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}

.user-menu--product [class*="icon-"] {
	font-size: 0.625rem;
}

.user-menu--product .far {
	font-size: 0.875rem;
}

.footer-top {
	background-color: #ffed00;
	margin-top: -0.0625rem;
}

@media screen and (min-width: 992px) {
	.footer-top {
		background-color: #2f4858;
		height: 2.25rem;
		margin-top: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 1;
	}
	.footer-top .py-4 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.footer-top li {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media screen and (max-width: 1199px) {
	.footer-top .container, .footer-top .footer-container {
		width: 100%;
		max-width: 1000px;
	}
}

.footer-top a {
	color: #333333;
	font-size: 0.875rem;
	font-weight: 600;
}

@media screen and (min-width: 992px) {
	.footer-top a {
		color: #fff;
		display: block;
		font-weight: 300;
		line-height: 1;
		padding-top: 0.6875rem;
		padding-bottom: 0.6875rem;
	}
	.footer-top a:hover, .footer-top a:focus {
		color: #ffed00;
	}
}

.footer-nav {
	font-size: 0.875rem;
	text-align: center;
}

@media screen and (max-width: 575px) {
	.footer-nav {
		margin-bottom: 1.875rem;
	}
}

.footer-nav li {
	display: inline-block;
	margin-right: 0.9375rem;
	text-transform: uppercase;
}

@media screen and (min-width: 576px) {
	.footer-nav li {
		margin-right: 1.25rem;
	}
}

@media screen and (min-width: 768px) {
	.footer-nav li {
		display: inline-block;
		margin-right: 0;
	}
}

.footer-nav li:not(:first-child):before {
	color: #fff;
}

.footer-nav li:last-child {
	margin-right: 0;
}

@media screen and (min-width: 768px) {
	.footer-nav li.active {
		display: inline-block;
	}
}

.footer-nav li.active a {
	color: #a7a7a7;
}

@media screen and (min-width: 768px) {
	.footer-nav li + li {
		display: inline-block;
		margin-left: 1.875rem;
		margin-bottom: 0;
	}
}

.footer {
	background: #2f4858;
	bottom: 0;
	flex-shrink: 0;
}

.footer.magazine-footer {
	position: relative;
}

@media screen and (max-width: 991px) {
	.footer-container {
		flex-direction: column-reverse;
		text-align: center;
		padding-top: 2rem;
		padding-bottom: 5rem;
	}
}

@media screen and (min-width: 992px) {
	.footer-container {
		flex-direction: row;
		align-items: center;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
}

.footer-container a {
	color: #fff;
}

.footer-container a:hover {
	color: #cccccc;
}

.copyright {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 300;
}

@media screen and (max-width: 991px) {
	.copyright {
		margin-top: 1.25rem;
	}
}

.header-holder {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header {
	background-color: #ffed00;
	display: flex;
	align-items: center;
	height: 3.25rem;
	left: 0;
	right: 0;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1015;
}

@media screen and (min-width: 992px) {
	.header {
		height: 7.5rem;
		margin-top: 2.25rem;
		top: -3rem;
	}
	.header .header-holder {
		height: 4.5rem;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}
}

.header::after {
	background: url("../images/bg-triangles.svg") no-repeat center -33vh;
	height: calc(100% + 2rem);
	transition: height 0.25s ease-in-out, background 0.25s ease-in-out;
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
	width: 100%;
	z-index: -1;
}

.header-right {
	display: inherit;
}

.header-claim {
	font-size: 2rem;
	font-weight: 300;
	margin: 1rem auto 5rem auto;
	text-align: center;
	text-transform: uppercase;
	width: calc(100% - 2rem);
}

@media screen and (min-width: 992px) {
	.header-claim {
		margin-top: -1rem;
	}
}

body.home .header {
	display: block;
	height: auto;
	position: relative;
	top: 0;
	margin-bottom: 2.5rem;
}

body.home .header::before {
	border-top: 2rem solid #ffed00;
	border-left: 0 solid transparent;
	border-right: 100vw solid transparent;
	height: 0;
	top: 100%;
	transition: border-top 0.25s ease;
	width: 100%;
	z-index: -1;
}

@media screen and (min-width: 768px) {
	body.home .header::before {
		border-left-width: 23vw;
		border-right-width: 75vw;
		border-radius: 0 0 1.25rem 1.25rem;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	body.home .header::before {
		border-left-width: 21vw;
		border-right-width: 77vw;
	}
}

@media screen and (min-width: 992px) {
	body.home .header::before {
		border-top-width: 4rem;
	}
}

body.home .header::after {
	height: calc(100% + 2rem);
}

@media screen and (min-width: 992px) {
	body.home .header::after {
		height: calc(100% + 4rem);
	}
}

@media screen and (min-width: 992px) {
	body.home .header {
		margin-bottom: 5rem;
	}
}

body.home .header::before {
	content: "";
	position: absolute;
}

body.home .header-holder {
	height: 3.25rem;
	position: relative;
}

@media screen and (min-width: 992px) {
	body.home .header-holder {
		height: 7.5rem;
	}
}

.logo {
	display: block;
	text-decoration: none;
}

@media screen and (min-width: 1200px) {
	.logo {
		width: 20rem;
	}
}

.logo:hover, .logo:focus {
	text-decoration: inherit;
}

.logo img {
	height: 2.25rem;
}

@media screen and (min-width: 992px) {
	.logo img {
		height: 2.5rem;
	}
}

@media screen and (min-width: 1200px) {
	.logo img {
		height: 3.5rem;
	}
}

.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	overflow-x: hidden;
	overflow-anchor: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

main {
	flex: auto;
}

@media screen and (device-aspect-ratio: 40 / 71) {
	select,
	textarea,
	input {
		-webkit-appearance: none;
		        appearance: none;
		font-size: 1rem;
		font-size: 16px;
	}
}

@media screen and (device-aspect-ratio: 375 / 667) {
	select,
	textarea,
	input {
		-webkit-appearance: none;
		        appearance: none;
		font-size: 1rem;
		font-size: 16px;
	}
}

@media screen and (device-aspect-ratio: 9 / 16) {
	select,
	textarea,
	input {
		-webkit-appearance: none;
		        appearance: none;
		font-size: 1rem;
		font-size: 16px;
	}
}

.no-scroll {
	overflow-y: hidden;
}

.full-width {
	left: 50%;
	margin-left: -50vw !important;
	overscroll-bahavior: contain;
	overflow-x: hidden;
	position: relative;
	width: 100vw;
}

@media screen and (min-width: 992px) {
	.bg-light-right::after {
		content: "Anzeige";
		background-color: #f0f0f0;
		color: #999999;
		height: 90%;
		left: 55%;
		padding: 0.9375rem;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		width: 45%;
		z-index: -1;
	}
}

@media screen and (min-width: 1200px) {
	.bg-light-right::after {
		height: 80%;
	}
}

.hide {
	display: none !important;
}

.responsive-image {
	display: block;
	width: 100%;
	height: auto;
}

.text-underline {
	text-decoration: underline;
}

.is-visible {
	opacity: 1;
	visibility: visible;
}

.is-invisible {
	opacity: 0;
	visibility: hidden;
}

.is-disable {
	cursor: not-allowed;
	opacity: 0.5;
	position: relative;
	z-index: 0;
}

.is-disable::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
}

.scrolling {
	height: 100%;
	padding-right: 0.5rem;
	overflow-x: hidden;
	overflow-y: auto;
}

.scrolling::-webkit-scrollbar {
	background-color: #f0f0f0;
	width: 0.1875rem;
	height: 0.375rem;
}

.scrolling::-webkit-scrollbar-track {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 0.5rem;
}

.scrolling::-webkit-scrollbar-thumb {
	background-color: rgba(47, 72, 88, 0.45);
	border-radius: 0.5rem;
}

@media screen and (min-width: 992px) {
	.scrolling::-webkit-scrollbar {
		width: 0.5rem;
	}
	.scrolling::-webkit-scrollbar-thumb {
		max-height: 3rem;
		background-color: rgba(47, 72, 88, 0.25);
		border-radius: 0.5rem;
	}
}

.page-preview {
	color: #5c5c5c;
	font-size: 1.25rem;
	font-weight: 600;
	margin: 2rem 0;
}

@media screen and (min-width: 768px) {
	.marginal-left {
		margin-left: 5rem !important;
	}
}

.overlay-offer {
	border: 0.0625rem solid #a7a7a7;
	border-radius: 1rem;
	margin-top: 3rem;
	padding: 3rem 0.5rem 0.5rem;
	position: relative;
}

@media screen and (min-width: 576px) {
	.overlay-offer {
		padding: 3rem;
	}
}

.overlay-offer .badge {
	margin-bottom: 2rem;
}

.overlay-offer *[class*="badge-outline"] {
	border-width: 0.0625rem;
	border-style: solid;
}

.overlay-offer *[class*="badge-outline"]-primary {
	border-color: #2f4858;
}

.overlay-offer-module {
	background-color: #eeeeee;
	border: 0.0625rem solid #a7a7a7;
	border-radius: 1rem;
	margin: 1.5rem auto 2rem auto;
	padding: 3rem 0.9375rem 2rem;
}

@media screen and (min-width: 576px) {
	.overlay-offer-module {
		margin-top: 3rem;
		padding: 3rem;
	}
}

.overlay-offer-module .col {
	max-width: 12.625rem;
}

.overlay-offer-module a img {
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.overlay-offer-module a:hover img, .overlay-offer-module a:focus img {
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}

.posts-marker {
	position: relative;
	top: -6.25rem;
}

@media screen and (min-width: 1200px) {
	.posts-marker {
		top: -2.8125rem;
	}
}

@media screen and (min-width: 1400px) {
	button[data-target="#dmsbiene"] {
		right: -6.25rem;
		position: absolute;
	}
}

@media screen and (max-width: 991px) {
	section:not(.mx-featured) {
		margin: 30px 0;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	section:not(.mx-featured) {
		margin: 40px 0;
	}
}

@media screen and (min-width: 1200px) {
	section:not(.mx-featured) {
		margin: 80px 0;
	}
}

@media screen and (max-width: 991px) {
	section:not(.mx-featured)[class*="bg-"] {
		padding: 30px 0;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	section:not(.mx-featured)[class*="bg-"] {
		padding: 40px 0;
	}
}

@media screen and (min-width: 1200px) {
	section:not(.mx-featured)[class*="bg-"] {
		padding: 80px 0;
	}
}

section:not(.mx-featured).bg-light .headline-top::after {
	height: 0;
	width: 0;
	border-left: 0.625rem solid transparent;
	border-right: 0.625rem solid transparent;
	border-top: 0.625rem solid #f0f0f0;
}

section.mx-featured {
	margin-top: 2.8125rem;
	padding-bottom: 0.9375rem;
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
}

@media screen and (min-width: 576px) {
	section.mx-featured {
		padding-bottom: 0.9375rem;
	}
}

section.mx-featured > h2,
section.mx-featured > h3 {
	margin-left: 0.9375rem;
	margin-right: 0.9375rem;
}

@media screen and (min-width: 768px) {
	section.mx-featured {
		margin-bottom: 2.8125rem;
	}
}

@media screen and (min-width: 992px) {
	section.mx-featured {
		margin-bottom: 0;
	}
	section.mx-featured.bg-gray-light {
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

section.mx-featured .headline-featured {
	border-bottom: 0;
	margin-bottom: 0;
	padding-top: 0.9375rem;
}

section.mx-featured .headline-featured::before {
	content: none;
}

section.mx-featured .headline-featured::after {
	content: none;
}

@media screen and (max-width: 767px) {
	section.mx-featured .owl-dots {
		margin-top: 1rem;
	}
}

@media screen and (min-width: 768px) {
	section.mx-featured .owl-dots {
		margin-top: -1rem;
	}
}

#dokumentinhalt {
	margin-top: 2rem;
}

#dokumentinhalt *:not(.author-info) > a,
#dokumentinhalt a:not(.no-link) {
	font-weight: 600;
}

#dokumentinhalt *:not(.author-info) > a:link,
#dokumentinhalt a:not(.no-link):link {
	color: #01a2b9;
}

#dokumentinhalt *:not(.author-info) > a:visited,
#dokumentinhalt a:not(.no-link):visited {
	color: #627b8b;
}

#dokumentinhalt *:not(.author-info) > a:hover, #dokumentinhalt *:not(.author-info) > a:focus,
#dokumentinhalt a:not(.no-link):hover,
#dokumentinhalt a:not(.no-link):focus {
	color: #6c757d;
}

#dokumentinhalt .author-info > a:link, #dokumentinhalt .author-info > a:visited {
	color: #01a2b9;
}

#dokumentinhalt .author-info > a:hover, #dokumentinhalt .author-info > a:focus {
	color: #6c757d;
}

#dokumentinhalt .h7,
#dokumentinhalt .h8 {
	font-size: 1rem;
}

#dokumentinhalt .marginal-wrapper .marginal .visible-mobile {
	display: block;
}

#dokumentinhalt > .stretch .marginal-wrapper .marginal .visible-mobile {
	display: none;
}

#dokumentinhalt > .stretch .marginal-wrapper .marginal .visible-stretch {
	display: block;
	white-space: normal;
}

#dokumentinhalt .multimedia .title::before, #dokumentinhalt .multimedia .title::after,
#dokumentinhalt .aufgabefall .title::before,
#dokumentinhalt .aufgabefall .title::after,
#dokumentinhalt .loesung:not(.beispiel) .title::before,
#dokumentinhalt .loesung:not(.beispiel) .title::after,
#dokumentinhalt .information .title::before,
#dokumentinhalt .information .title::after,
#dokumentinhalt .rechtsgrundlage .title::before,
#dokumentinhalt .rechtsgrundlage .title::after,
#dokumentinhalt .definition .title::before,
#dokumentinhalt .definition .title::after,
#dokumentinhalt .sonstig .title::before,
#dokumentinhalt .sonstig .title::after,
#dokumentinhalt .praxis .title::before,
#dokumentinhalt .praxis .title::after,
#dokumentinhalt .aussage .title::before,
#dokumentinhalt .aussage .title::after,
#dokumentinhalt .beispiel .title::before,
#dokumentinhalt .beispiel .title::after,
#dokumentinhalt .internet .title::before,
#dokumentinhalt .internet .title::after,
#dokumentinhalt .literatur .title::before,
#dokumentinhalt .literatur .title::after {
	content: none !important;
}

#dokumentinhalt .literature_source input::selection {
	background: #01a2b9;
	color: #fff;
}

@media screen and (max-width: 767px) {
	#dokumentinhalt .audioplayer {
		margin-left: 0 !important;
	}
}

#dokumentinhalt .audioplayer .time-bar .played {
	background-color: #01a2b9;
}

#dokumentinhalt .audioplayer .time-bar .played .played-dragger {
	background-color: #2f4858;
}

#dokumentinhalt .audioplayer .playlist-list .item-row {
	color: #01a2b9;
}

#dokumentinhalt .audioplayer .playlist-list .item-row.current {
	background-color: #01a2b9;
}

#dokumentinhalt .audioplayer .audio-volume-control .volume-bar .selected-volume {
	background-color: #2f4858;
}

#dokumentinhalt .loesung-dialog {
	background: white;
	border: none;
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
	display: none;
	margin: auto;
	overflow: auto;
	padding: 20px 20px 60px 20px;
	position: fixed;
	left: 0;
	right: 0;
	top: 50%;
	text-align: left;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	max-height: 100%;
	width: 100%;
	max-width: 1060px;
	z-index: 1080;
}

@media screen and (min-width: 576px) {
	#dokumentinhalt .loesung-dialog {
		padding: 20px;
		left: 10px;
		right: 10px;
		width: calc(100% - 40px);
	}
}

#dokumentinhalt .loesung-dialog .dialog-header {
	margin-left: 0;
	position: relative;
	padding-bottom: 0;
	padding-right: 30px;
}

@media screen and (max-width: 991px) {
	#dokumentinhalt .loesung-dialog .dialog-header {
		margin-bottom: 10px;
	}
}

#dokumentinhalt .loesung-dialog .dialog-header .btn__close {
	position: absolute;
	right: 0;
	top: 0;
	height: 24px;
	width: 24px;
}

#dokumentinhalt .loesung-dialog .dialog-footer input[type="button"] {
	color: #1d1d1b;
	background: #ffffff;
	background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
	border: 1px solid #cccccc;
	display: block;
	float: right;
	height: 30px;
	line-height: 30px;
	margin-left: 12px;
	padding: 0 10px;
	font-weight: 600 !important;
	font-size: 12px !important;
}

#dokumentinhalt .loesung-dialog .table-layout {
	display: table;
	table-layout: fixed;
	width: 100%;
}

#dokumentinhalt .loesung-dialog .table-layout-col {
	display: block;
	padding: 0;
	width: 100%;
}

@media screen and (min-width: 768px) {
	#dokumentinhalt .loesung-dialog .table-layout-col {
		vertical-align: top;
		max-height: 984px;
	}
}

@media screen and (min-width: 992px) {
	#dokumentinhalt .loesung-dialog .table-layout-col {
		display: table-cell;
		padding: 10px;
		max-height: 948px;
	}
	#dokumentinhalt .loesung-dialog .table-layout-col:first-child {
		padding-left: 0;
	}
	#dokumentinhalt .loesung-dialog .table-layout-col:last-child {
		padding-right: 0;
	}
}

#dokumentinhalt .loesung-dialog .table-layout-col .content-box {
	display: block;
	margin-left: 0 !important;
	width: 100%;
}

#dokumentinhalt .imgContainerPreview .imgContainerText .btn.btn-primary {
	background-color: #2f4858;
	border-color: #2f4858;
}

#dokumentinhalt .imgContainerPreview .imgContainerText .btn.btn-primary:active, #dokumentinhalt .imgContainerPreview .imgContainerText .btn.btn-primary:focus {
	background-color: #2f4858 !important;
	border-color: #2f4858 !important;
}

#dokumentinhalt button.btn-copy-to-clipboard {
	height: 45px;
}

body:not(.document) .marginal-left {
	margin-left: 0 !important;
	margin-top: 3rem;
}

@media screen and (min-width: 576px) {
	body:not(.document) .marginal-left {
		margin-top: 5rem;
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: 75%;
	}
}

@media screen and (min-width: 992px) {
	body:not(.document) .marginal-left {
		max-width: 42.5rem;
	}
}

body.dvd .header {
	height: calc(100vh - 105px);
	margin-bottom: 0;
	overflow: hidden;
}

body.dvd .header::before {
	content: none;
}

body.dvd .header-claim {
	margin-bottom: 0;
}

body.dvd .search {
	top: 12rem !important;
}

body.dvd main,
body.dvd .btn-expand,
body.dvd [aria-label="breadcrumb"] {
	display: none;
}

body.dvd .teasers-small {
	padding-top: 12rem !important;
	padding-bottom: 0 !important;
}

body.dvd.logedout .teasers-small {
	padding-top: 9rem !important;
}

body.dvd .teaser-small-item {
	display: flex;
	opacity: 1;
	visibility: visible;
}

body.dvd .footer {
	margin-top: 0 !important;
}

@media print {
	* {
		transition: none !important;
	}
	body {
		font-size: 1.0625rem;
		line-height: 1.625rem;
		padding-top: 0 !important;
		display: block !important;
		overflow: visible !important;
		margin-left: 4.375rem;
	}
	a {
		color: #01a2b9;
		text-decoration: none !important;
	}
	#header,
	.header,
	#footer,
	.footer,
	nav,
	[aria-label="breadcrumb"],
	.toolbar,
	.aside,
	aside,
	.sidebar-btn,
	main > section,
	#debuggoutputWindow {
		display: none !important;
	}
	.affix,
	.btn,
	.sidebar,
	.back-bar,
	.tooltip,
	.function-bar,
	.magazine-toolbar,
	.footer-container,
	.smooth-scroll,
	.loader,
	.loader-spinner,
	.modal,
	.modal-backdrop,
	.doc-toolbar,
	.imgContainerPreview {
		background: none;
		border: 0;
		display: none !important;
		height: 0;
		margin: 0;
		opacity: 0;
		width: 0;
		z-index: 0 !important;
	}
	.offcanvas-enable.row {
		display: block !important;
	}
	#dokumentinhalt p,
	#dokumentinhalt #dokumentinhaltcontent p {
		position: relative;
	}
	#dokumentinhalt .marginal-wrapper,
	#dokumentinhalt .einleitung .content-box .marginal-wrapper,
	#dokumentinhalt #dokumentinhaltcontent .marginal-wrapper,
	#dokumentinhalt #dokumentinhaltcontent .einleitung .content-box .marginal-wrapper {
		margin-left: -50px;
	}
	#dokumentinhalt .content-box .marginal-wrapper,
	#dokumentinhalt li .marginal-wrapper,
	#dokumentinhalt #dokumentinhaltcontent .content-box .marginal-wrapper,
	#dokumentinhalt #dokumentinhaltcontent li .marginal-wrapper {
		margin-left: -70px;
	}
	#dokumentinhalt .content-box li .marginal-wrapper,
	#dokumentinhalt li li .marginal-wrapper,
	#dokumentinhalt #dokumentinhaltcontent .content-box li .marginal-wrapper,
	#dokumentinhalt #dokumentinhaltcontent li li .marginal-wrapper {
		margin-left: -110px;
	}
	#dokumentinhalt .content-box li li .marginal-wrapper,
	#dokumentinhalt li li li .marginal-wrapper,
	#dokumentinhalt #dokumentinhaltcontent .content-box li li .marginal-wrapper,
	#dokumentinhalt #dokumentinhaltcontent li li li .marginal-wrapper {
		margin-left: -128px;
	}
	#dokumentinhalt .content-box li li li::before,
	#dokumentinhalt li li li li::before,
	#dokumentinhalt #dokumentinhaltcontent .content-box li li li::before,
	#dokumentinhalt #dokumentinhaltcontent li li li li::before {
		margin-top: -2px;
	}
	#dokumentinhalt .content-box li li li .marginal-wrapper,
	#dokumentinhalt li li li li .marginal-wrapper,
	#dokumentinhalt #dokumentinhaltcontent .content-box li li li .marginal-wrapper,
	#dokumentinhalt #dokumentinhaltcontent li li li li .marginal-wrapper {
		margin-left: -146px;
	}
	#dokumentinhalt .content-box li li li li .marginal-wrapper,
	#dokumentinhalt li li li li li .marginal-wrapper,
	#dokumentinhalt #dokumentinhaltcontent .content-box li li li li .marginal-wrapper,
	#dokumentinhalt #dokumentinhaltcontent li li li li li .marginal-wrapper {
		margin-left: -164px;
	}
	#dokumentinhalt .no-link,
	#dokumentinhalt #dokumentinhaltcontent .no-link {
		display: none;
	}
	#dokumentinhalt .content-box,
	#dokumentinhalt #dokumentinhaltcontent .content-box {
		border: 0.0625rem solid #cccccc !important;
	}
	#dokumentinhalt .content-box.aussage,
	#dokumentinhalt #dokumentinhaltcontent .content-box.aussage {
		border-top: 4px solid #cccccc !important;
	}
	@supports (font: -apple-system-body) and (not (-webkit-touch-callout: default)) {
		.marginal {
			color: #5c5c5c !important;
		}
		.post-type--badge {
			color: #5c5c5c !important;
		}
		#dokumentinhalt .img span,
		#dokumentinhalt #dokumentinhaltcontent .img span {
			color: #5c5c5c !important;
		}
		a,
		.arrow {
			color: #017e90 !important;
		}
	}
	section {
		display: block;
	}
	section ul:not(.accordion):not(.footnote-list) {
		list-style-type: square;
		margin-bottom: 0;
		padding-left: 0;
	}
	section ul:not(.accordion):not(.footnote-list) li {
		position: relative;
		padding-left: 1.25rem;
		margin-bottom: 1rem;
	}
	section ul:not(.accordion):not(.footnote-list) li:before {
		content: "▪";
		color: #01a2b9;
		font-size: 1.75rem;
		display: inline-block;
		position: absolute;
		top: -1px;
		left: 0;
	}
	section ul:not(.accordion):not(.footnote-list) ul {
		padding-top: 1rem;
		margin-bottom: 0;
	}
	section ul:not(.accordion):not(.footnote-list) ul li:before {
		color: #a7a7a7;
	}
	section ul:not(.accordion):not(.footnote-list) ul li:last-child {
		margin-bottom: 0;
	}
	.cms-document ol {
		padding-left: 0;
	}
	.cms-document ol li {
		margin-bottom: 1rem;
	}
	.cms-document ol li:before {
		color: #01a2b9;
		font-weight: 600;
		width: 1.875rem;
	}
	.cms-document ol ol {
		padding: 1rem 0 0 1.875rem;
		margin-bottom: 0;
	}
	.cms-document ol ol li:before {
		color: #a7a7a7;
		width: 1.875rem;
	}
	.cms-document ol[type="a"], .cms-document ol[type="i"] {
		list-style-position: inside;
	}
	.cms-document ol:not([type="a"]):not([type="i"]) {
		counter-reset: li;
		list-style: none;
	}
	.cms-document ol:not([type="a"]):not([type="i"]) li:before {
		counter-increment: li;
		content: counters(li, ".") ". ";
		display: inline-block;
		width: 1.875rem;
	}
	.cms-document ol:not([type="a"]):not([type="i"]) ol {
		padding-left: 1.875rem;
	}
	.cms-document ol:not([type="a"]):not([type="i"]) ol li:before {
		width: 2.5rem;
	}
	.cms-document ol:not([type="a"]):not([type="i"]) ol ol {
		padding-left: 2.5rem;
	}
	.cms-document ol:not([type="a"]):not([type="i"]) ol ol li:before {
		width: 3.25rem;
	}
	.highlightbox {
		background: #f8f9fa;
		border: 1px solid #d6d6d6;
		padding: 1.875rem 2.375rem;
		margin-bottom: 3.125rem;
	}
	.highlightbox .img-holder a {
		display: block;
	}
	.highlightbox ul {
		margin-bottom: 0;
	}
	.highlightbox ul li:last-child {
		margin-bottom: 0;
	}
	.separator-block {
		border-top: 1px solid #a7a7a7;
		border-bottom: 1px solid #a7a7a7;
		padding-top: 2.5625rem;
		padding-bottom: 1.6875rem;
		margin-bottom: 2.8125rem;
	}
	.footnote p {
		margin-bottom: 3.125rem;
	}
	.footnote-list {
		border-top: 1px solid #eeeeee;
		margin-bottom: 2.375rem;
		padding: 1.25rem 0.8125rem 0;
	}
	.footnote-list a {
		margin-right: 0.375rem;
		line-height: 1.0625rem;
	}
	.footnote-item {
		display: flex;
		align-items: flex-start;
		margin-bottom: 0.6875rem;
	}
	.footnote-description {
		font-size: 0.875rem;
	}
	article {
		min-width: 100%;
	}
	article .author,
	.news-detail .author {
		margin-bottom: 1.25rem;
	}
	article .img.left,
	article .floated-image,
	.news-detail .img.left,
	.news-detail .floated-image {
		float: left;
		margin-bottom: 0.625rem;
		margin-right: 1.875rem;
		max-width: 17.0625rem;
	}
	article .introduction,
	.news-detail .introduction {
		display: table;
		margin: 5rem 0;
		vertical-align: middle;
	}
	article .introduction img,
	.news-detail .introduction img {
		margin-left: 1.25rem;
		width: 20rem;
	}
	.magazine {
		display: block !important;
	}
	.magazine-article-outer {
		display: block !important;
	}
	.magazine-article--toggler {
		display: none;
	}
	.magazine-sidebar img {
		display: block !important;
		float: left;
		margin-bottom: 2rem;
		margin-right: 2rem;
		width: 12.5rem;
	}
	#dokumentinhalt .table,
	#dokumentinhalt #dokumentinhaltcontent .table {
		display: block;
		width: calc(100% - 80px);
	}
}

/*# sourceMappingURL=nwb.css.map */
