/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #ff5605;
	--secondary: #bdbdbd;
	--success: #5ea13d;
	--info: #17a2b8;
	--warning: #ffae00;
	--danger: #cc0a00;
	--light: #ffffff;
	--dark: #222428;
	--breakpoint-xxs: 0;
	--breakpoint-xs: 380px;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #202020;
	text-align: left;
	background-color: #f1f1f1;
}

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

hr {
	-webkit-box-sizing: content-box;
	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: 700;
}

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

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #3483b8;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #3483b8;
	text-decoration: underline;
}

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

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

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

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

figure {
	margin: 0 0 1rem;
}

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

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

table {
	border-collapse: collapse;
}

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

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

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

button {
	border-radius: 0;
}

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

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

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

select {
	word-wrap: normal;
}

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

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

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

input[type="radio"],
input[type="checkbox"] {
	-webkit-box-sizing: border-box;
	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: 500;
	line-height: 1.25;
}

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

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

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

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

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

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

.lead, .text-insert {
	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: 4.5rem;
	font-weight: 300;
	line-height: 1.25;
}

.display-4 {
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 1.25;
}

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

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

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

.list-unstyled, .b-sidebar-nav, .b-sidebar-nav__submenu {
	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: 75%;
	color: #6c757d;
}

.blockquote-footer::before {
	content: "\2014\00A0";
}

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

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

.figure {
	display: inline-block;
}

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

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

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

a > code {
	color: inherit;
}

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

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
}

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

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

.container, .l-section--container .l-section__container,
.container-fluid,
.container-xl {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 1200px) {
	.container, .l-section--container .l-section__container, .container-xs, .container-sm, .container-md, .container-lg, .container-xl {
		max-width: 1366px;
	}
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

.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, .text-insert, .col-11, .col-12, .col,
.col-auto, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs,
.col-xs-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-5ths, .col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths, .col-xl-5ths {
	position: relative;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-10, .text-insert {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

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

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

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

.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}

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

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

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

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

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

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

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

.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-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: 380px) {
	.col-xs {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

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

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

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

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

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

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

	.col-xs-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

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

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

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

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

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

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

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

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

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

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

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

	.col-xs-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

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

	.order-xs-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

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

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

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

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

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

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

	.order-xs-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-xs-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-xs-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-xs-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-xs-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-xs-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-xs-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

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

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

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

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

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

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

	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

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

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

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

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

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

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

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

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

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

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

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

	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

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

	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

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

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

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

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

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

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

	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 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 {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

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

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

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

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

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

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

	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

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

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

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

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

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

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

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

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

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

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

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

	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

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

	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

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

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

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

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

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

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

	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 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 {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

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

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

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

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

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

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

	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

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

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

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

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

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

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

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

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

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

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

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

	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

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

	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

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

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

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

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

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

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

	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 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 {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

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

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

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

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

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

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

	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

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

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

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

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

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

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

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

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

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

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

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

	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

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

	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

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

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

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

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

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

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

	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 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%;
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #202020;
}

.table th,
.table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #f1f1f1;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #f1f1f1;
}

.table tbody + tbody {
	border-top: 2px solid #f1f1f1;
}

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

.table-bordered {
	border: 1px solid #f1f1f1;
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #f1f1f1;
}

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

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

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

.table-hover tbody tr:hover {
	color: #202020;
	background-color: #e9ecef;
}

.table-primary,
.table-primary > th,
.table-primary > td {
	background-color: #ffd0b9;
}

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

.table-hover .table-primary:hover {
	background-color: #ffbfa0;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
	background-color: #ffbfa0;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
	background-color: #ededed;
}

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

.table-hover .table-secondary:hover {
	background-color: #e0e0e0;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
	background-color: #e0e0e0;
}

.table-success,
.table-success > th,
.table-success > td {
	background-color: #d2e5c9;
}

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

.table-hover .table-success:hover {
	background-color: #c4ddb8;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
	background-color: #c4ddb8;
}

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

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

.table-hover .table-info:hover {
	background-color: #abdde5;
}

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

.table-warning,
.table-warning > th,
.table-warning > td {
	background-color: #ffe8b8;
}

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

.table-hover .table-warning:hover {
	background-color: #ffe09f;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
	background-color: #ffe09f;
}

.table-danger,
.table-danger > th,
.table-danger > td {
	background-color: #f1bab8;
}

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

.table-hover .table-danger:hover {
	background-color: #eda5a3;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
	background-color: #eda5a3;
}

.table-light,
.table-light > th,
.table-light > td {
	background-color: white;
}

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

.table-hover .table-light:hover {
	background-color: #f2f2f2;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
	background-color: #f2f2f2;
}

.table-dark,
.table-dark > th,
.table-dark > td {
	background-color: #c1c2c3;
}

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

.table-hover .table-dark:hover {
	background-color: #b4b5b6;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
	background-color: #b4b5b6;
}

.table-active,
.table-active > th,
.table-active > td {
	background-color: #f8f9fa;
}

.table-hover .table-active:hover {
	background-color: #e9ecef;
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
	background-color: #e9ecef;
}

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

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

.table-dark {
	color: #fff;
	background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #454d55;
}

.table-dark.table-bordered {
	border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 379.98px) {
	.table-responsive-xs {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.table-responsive-xs > .table-bordered {
		border: 0;
	}
}

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

	.table-responsive-sm > .table-bordered {
		border: 0;
	}
}

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

	.table-responsive-md > .table-bordered {
		border: 0;
	}
}

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

	.table-responsive-lg > .table-bordered {
		border: 0;
	}
}

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

	.table-responsive-xl > .table-bordered {
		border: 0;
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
	border: 0;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.125rem;
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #ffac85;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 86, 5, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(255, 86, 5, 0.25);
}

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

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

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

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

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

.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

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

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

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

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

.col-form-label-lg {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: 1.125rem;
	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: #202020;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

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

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

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

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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	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: #6c757d;
}

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

.form-check-inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	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: 75%;
	color: #5ea13d;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.5rem 1rem;
	margin-top: .1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #fff;
	background-color: #5ea13d;
	border-radius: 0.125rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
	left: 5px;
}

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

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

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
	border-color: #5ea13d;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(94, 161, 61, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(94, 161, 61, 0.25);
}

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

.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: #5ea13d;
}

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(94, 161, 61, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(94, 161, 61, 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: #5ea13d;
}

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
	border-color: #5ea13d;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(94, 161, 61, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(94, 161, 61, 0.25);
}

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

.invalid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.5rem 1rem;
	margin-top: .1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #fff;
	background-color: #cc0a00;
	border-radius: 0.125rem;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
	left: 5px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
	border-color: #cc0a00;
	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='%23cc0a00' 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='%23cc0a00' 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: #cc0a00;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(204, 10, 0, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(204, 10, 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: #cc0a00;
	padding-right: calc(0.75em + 2.3125rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23cc0a00' 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='%23cc0a00' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
	border-color: #cc0a00;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(204, 10, 0, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(204, 10, 0, 0.25);
}

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

.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: #cc0a00;
}

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(204, 10, 0, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(204, 10, 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: #cc0a00;
}

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
	border-color: #cc0a00;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(204, 10, 0, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(204, 10, 0, 0.25);
}

.form-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form-inline .form-check {
	width: 100%;
}

@media (min-width: 576px) {
	.form-inline label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0;
	}

	.form-inline .form-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.form-inline .form-control-plaintext {
		display: inline-block;
	}

	.form-inline .input-group,
	.form-inline .custom-select {
		width: auto;
	}

	.form-inline .form-check {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0;
	}

	.form-inline .form-check-input {
		position: relative;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: 0.25rem;
		margin-left: 0;
	}

	.form-inline .custom-control {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.form-inline .custom-control-label {
		margin-bottom: 0;
	}
}

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

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

.btn:hover, .footer-subscribe__button:hover {
	color: #202020;
	text-decoration: none;
}

.btn:focus, .footer-subscribe__button:focus, .btn.focus, .focus.footer-subscribe__button {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn.disabled, .disabled.footer-subscribe__button, .btn:disabled, .footer-subscribe__button:disabled {
	opacity: 0.65;
}

.btn:not(:disabled):not(.disabled), .footer-subscribe__button:not(:disabled):not(.disabled) {
	cursor: pointer;
}

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

.btn-primary, .footer-subscribe__button {
	color: #fff;
	background-color: #ff5605;
	border-color: #ff5605;
}

.btn-primary:hover, .footer-subscribe__button:hover {
	color: #fff;
	background-color: #de4800;
	border-color: #d14400;
}

.btn-primary:focus, .footer-subscribe__button:focus, .btn-primary.focus, .focus.footer-subscribe__button {
	color: #fff;
	background-color: #de4800;
	border-color: #d14400;
	-webkit-box-shadow: 0 0 0 0px rgba(255, 111, 43, 0.5);
	box-shadow: 0 0 0 0px rgba(255, 111, 43, 0.5);
}

.btn-primary.disabled, .disabled.footer-subscribe__button, .btn-primary:disabled, .footer-subscribe__button:disabled {
	color: #fff;
	background-color: #ff5605;
	border-color: #ff5605;
}

.btn-primary:not(:disabled):not(.disabled):active, .footer-subscribe__button:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .footer-subscribe__button:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.show > .dropdown-toggle.footer-subscribe__button {
	color: #fff;
	background-color: #d14400;
	border-color: #c44000;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .footer-subscribe__button:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .footer-subscribe__button:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.show > .dropdown-toggle.footer-subscribe__button:focus {
	-webkit-box-shadow: 0 0 0 0px rgba(255, 111, 43, 0.5);
	box-shadow: 0 0 0 0px rgba(255, 111, 43, 0.5);
}

.btn-secondary {
	color: #212529;
	background-color: #bdbdbd;
	border-color: #bdbdbd;
}

.btn-secondary:hover {
	color: #212529;
	background-color: #aaaaaa;
	border-color: #a4a4a4;
}

.btn-secondary:focus, .btn-secondary.focus {
	color: #212529;
	background-color: #aaaaaa;
	border-color: #a4a4a4;
	-webkit-box-shadow: 0 0 0 0px rgba(166, 166, 167, 0.5);
	box-shadow: 0 0 0 0px rgba(166, 166, 167, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
	color: #212529;
	background-color: #bdbdbd;
	border-color: #bdbdbd;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
	color: #212529;
	background-color: #a4a4a4;
	border-color: #9d9d9d;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0px rgba(166, 166, 167, 0.5);
	box-shadow: 0 0 0 0px rgba(166, 166, 167, 0.5);
}

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

.btn-success:hover {
	color: #fff;
	background-color: #4e8532;
	border-color: #487c2f;
}

.btn-success:focus, .btn-success.focus {
	color: #fff;
	background-color: #4e8532;
	border-color: #487c2f;
	-webkit-box-shadow: 0 0 0 0px rgba(118, 175, 90, 0.5);
	box-shadow: 0 0 0 0px rgba(118, 175, 90, 0.5);
}

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

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #487c2f;
	border-color: #43732b;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0px rgba(118, 175, 90, 0.5);
	box-shadow: 0 0 0 0px rgba(118, 175, 90, 0.5);
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
	-webkit-box-shadow: 0 0 0 0px rgba(58, 176, 195, 0.5);
	box-shadow: 0 0 0 0px rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0px rgba(58, 176, 195, 0.5);
	box-shadow: 0 0 0 0px rgba(58, 176, 195, 0.5);
}

.btn-warning {
	color: #212529;
	background-color: #ffae00;
	border-color: #ffae00;
}

.btn-warning:hover {
	color: #212529;
	background-color: #d99400;
	border-color: #cc8b00;
}

.btn-warning:focus, .btn-warning.focus {
	color: #212529;
	background-color: #d99400;
	border-color: #cc8b00;
	-webkit-box-shadow: 0 0 0 0px rgba(222, 153, 6, 0.5);
	box-shadow: 0 0 0 0px rgba(222, 153, 6, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
	color: #212529;
	background-color: #ffae00;
	border-color: #ffae00;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #cc8b00;
	border-color: #bf8300;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0px rgba(222, 153, 6, 0.5);
	box-shadow: 0 0 0 0px rgba(222, 153, 6, 0.5);
}

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

.btn-danger:hover {
	color: #fff;
	background-color: #a60800;
	border-color: #990800;
}

.btn-danger:focus, .btn-danger.focus {
	color: #fff;
	background-color: #a60800;
	border-color: #990800;
	-webkit-box-shadow: 0 0 0 0px rgba(212, 47, 38, 0.5);
	box-shadow: 0 0 0 0px rgba(212, 47, 38, 0.5);
}

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

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #990800;
	border-color: #8c0700;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0px rgba(212, 47, 38, 0.5);
	box-shadow: 0 0 0 0px rgba(212, 47, 38, 0.5);
}

.btn-light {
	color: #212529;
	background-color: #ffffff;
	border-color: #ffffff;
}

.btn-light:hover {
	color: #212529;
	background-color: #ececec;
	border-color: #e6e6e6;
}

.btn-light:focus, .btn-light.focus {
	color: #212529;
	background-color: #ececec;
	border-color: #e6e6e6;
	-webkit-box-shadow: 0 0 0 0px rgba(222, 222, 223, 0.5);
	box-shadow: 0 0 0 0px rgba(222, 222, 223, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
	color: #212529;
	background-color: #ffffff;
	border-color: #ffffff;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
	color: #212529;
	background-color: #e6e6e6;
	border-color: #dfdfdf;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0px rgba(222, 222, 223, 0.5);
	box-shadow: 0 0 0 0px rgba(222, 222, 223, 0.5);
}

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

.btn-dark:hover {
	color: #fff;
	background-color: #101113;
	border-color: #0b0b0c;
}

.btn-dark:focus, .btn-dark.focus {
	color: #fff;
	background-color: #101113;
	border-color: #0b0b0c;
	-webkit-box-shadow: 0 0 0 0px rgba(67, 69, 72, 0.5);
	box-shadow: 0 0 0 0px rgba(67, 69, 72, 0.5);
}

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

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #0b0b0c;
	border-color: #050506;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0px rgba(67, 69, 72, 0.5);
	box-shadow: 0 0 0 0px rgba(67, 69, 72, 0.5);
}

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

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

.btn-outline-primary:focus, .btn-outline-primary.focus {
	-webkit-box-shadow: 0 0 0 0px rgba(255, 86, 5, 0.5);
	box-shadow: 0 0 0 0px rgba(255, 86, 5, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #ff5605;
	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: #ff5605;
	border-color: #ff5605;
}

.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 {
	-webkit-box-shadow: 0 0 0 0px rgba(255, 86, 5, 0.5);
	box-shadow: 0 0 0 0px rgba(255, 86, 5, 0.5);
}

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

.btn-outline-secondary:hover {
	color: #212529;
	background-color: #bdbdbd;
	border-color: #bdbdbd;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
	-webkit-box-shadow: 0 0 0 0px rgba(189, 189, 189, 0.5);
	box-shadow: 0 0 0 0px rgba(189, 189, 189, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #bdbdbd;
	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: #212529;
	background-color: #bdbdbd;
	border-color: #bdbdbd;
}

.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 {
	-webkit-box-shadow: 0 0 0 0px rgba(189, 189, 189, 0.5);
	box-shadow: 0 0 0 0px rgba(189, 189, 189, 0.5);
}

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

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

.btn-outline-success:focus, .btn-outline-success.focus {
	-webkit-box-shadow: 0 0 0 0px rgba(94, 161, 61, 0.5);
	box-shadow: 0 0 0 0px rgba(94, 161, 61, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #5ea13d;
	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: #5ea13d;
	border-color: #5ea13d;
}

.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 {
	-webkit-box-shadow: 0 0 0 0px rgba(94, 161, 61, 0.5);
	box-shadow: 0 0 0 0px rgba(94, 161, 61, 0.5);
}

.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
	-webkit-box-shadow: 0 0 0 0px rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 0px rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0px rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 0px rgba(23, 162, 184, 0.5);
}

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

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffae00;
	border-color: #ffae00;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
	-webkit-box-shadow: 0 0 0 0px rgba(255, 174, 0, 0.5);
	box-shadow: 0 0 0 0px rgba(255, 174, 0, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #ffae00;
	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: #212529;
	background-color: #ffae00;
	border-color: #ffae00;
}

.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 {
	-webkit-box-shadow: 0 0 0 0px rgba(255, 174, 0, 0.5);
	box-shadow: 0 0 0 0px rgba(255, 174, 0, 0.5);
}

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

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

.btn-outline-danger:focus, .btn-outline-danger.focus {
	-webkit-box-shadow: 0 0 0 0px rgba(204, 10, 0, 0.5);
	box-shadow: 0 0 0 0px rgba(204, 10, 0, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #cc0a00;
	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: #cc0a00;
	border-color: #cc0a00;
}

.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 {
	-webkit-box-shadow: 0 0 0 0px rgba(204, 10, 0, 0.5);
	box-shadow: 0 0 0 0px rgba(204, 10, 0, 0.5);
}

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

.btn-outline-light:hover {
	color: #212529;
	background-color: #ffffff;
	border-color: #ffffff;
}

.btn-outline-light:focus, .btn-outline-light.focus {
	-webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #ffffff;
	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: #212529;
	background-color: #ffffff;
	border-color: #ffffff;
}

.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 {
	-webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
}

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

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

.btn-outline-dark:focus, .btn-outline-dark.focus {
	-webkit-box-shadow: 0 0 0 0px rgba(34, 36, 40, 0.5);
	box-shadow: 0 0 0 0px rgba(34, 36, 40, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #222428;
	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: #222428;
	border-color: #222428;
}

.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 {
	-webkit-box-shadow: 0 0 0 0px rgba(34, 36, 40, 0.5);
	box-shadow: 0 0 0 0px rgba(34, 36, 40, 0.5);
}

.btn-link, .btn-link-extra-primary {
	font-weight: 400;
	color: #3483b8;
	text-decoration: none;
}

.btn-link:hover, .btn-link-extra-primary:hover {
	color: #3483b8;
	text-decoration: underline;
}

.btn-link:focus, .btn-link-extra-primary:focus, .btn-link.focus, .focus.btn-link-extra-primary {
	text-decoration: underline;
}

.btn-link:disabled, .btn-link-extra-primary:disabled, .btn-link.disabled, .disabled.btn-link-extra-primary {
	color: #6c757d;
	pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .footer-subscribe__button {
	padding: 0.5rem 1rem;
	font-size: 1.125rem;
	line-height: 1.5;
	border-radius: 0.375rem;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .footer-subscribe__button {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.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 {
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

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

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

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

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

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

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

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

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

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

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 900;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #202020;
	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.125rem;
}

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

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

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

	.dropdown-menu-xs-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;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.8rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:first-child {
	border-top-left-radius: calc(0.125rem - 1px);
	border-top-right-radius: calc(0.125rem - 1px);
}

.dropdown-item:last-child {
	border-bottom-right-radius: calc(0.125rem - 1px);
	border-bottom-left-radius: calc(0.125rem - 1px);
}

.dropdown-item:hover, .dropdown-item:focus {
	color: #16181b;
	text-decoration: none;
	background-color: #e5e6ea;
}

.dropdown-item.active, .dropdown-item:active {
	color: #202020;
	text-decoration: none;
	background-color: #e5e6ea;
}

.dropdown-item.disabled, .dropdown-item:disabled {
	color: #adb5bd;
	pointer-events: none;
	background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group > .btn, .btn-group > .footer-subscribe__button,
.btn-group-vertical > .btn,
.btn-group-vertical > .footer-subscribe__button {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.btn-group > .btn:hover, .btn-group > .footer-subscribe__button:hover,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .footer-subscribe__button:hover {
	z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .footer-subscribe__button:focus, .btn-group > .btn:active, .btn-group > .footer-subscribe__button:active, .btn-group > .btn.active, .btn-group > .active.footer-subscribe__button,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .footer-subscribe__button:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .footer-subscribe__button:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.footer-subscribe__button {
	z-index: 1;
}

.btn-toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-group > .btn:not(:first-child), .btn-group > .footer-subscribe__button:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
	margin-left: -1px;
}

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

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

.dropdown-toggle-split {
	padding-right: 0.5625rem;
	padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
	margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .footer-subscribe__button + .dropdown-toggle-split {
	padding-right: 0.375rem;
	padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .footer-subscribe__button + .dropdown-toggle-split {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.btn-group-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .footer-subscribe__button,
.btn-group-vertical > .btn-group {
	width: 100%;
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .footer-subscribe__button: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 > .footer-subscribe__button:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > .footer-subscribe__button {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .footer-subscribe__button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .footer-subscribe__button {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .footer-subscribe__button,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > .footer-subscribe__button {
	margin-bottom: 0;
}

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

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

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	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(:first-child),
.input-group > .custom-select:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group > .custom-file {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.input-group-prepend .btn, .input-group-prepend .footer-subscribe__button,
.input-group-append .btn,
.input-group-append .footer-subscribe__button {
	position: relative;
	z-index: 2;
}

.input-group-prepend .btn:focus, .input-group-prepend .footer-subscribe__button:focus,
.input-group-append .btn:focus,
.input-group-append .footer-subscribe__button:focus {
	z-index: 3;
}

.input-group-prepend .btn + .btn, .input-group-prepend .footer-subscribe__button + .btn, .input-group-prepend .btn + .footer-subscribe__button, .input-group-prepend .footer-subscribe__button + .footer-subscribe__button,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .footer-subscribe__button + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .footer-subscribe__button,
.input-group-append .btn + .btn,
.input-group-append .footer-subscribe__button + .btn,
.input-group-append .btn + .footer-subscribe__button,
.input-group-append .footer-subscribe__button + .footer-subscribe__button,
.input-group-append .btn + .input-group-text,
.input-group-append .footer-subscribe__button + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .footer-subscribe__button {
	margin-left: -1px;
}

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

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

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

.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-prepend > .footer-subscribe__button,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .footer-subscribe__button {
	padding: 0.5rem 1rem;
	font-size: 1.125rem;
	line-height: 1.5;
	border-radius: 0.375rem;
}

.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-prepend > .footer-subscribe__button,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .footer-subscribe__button {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.25rem;
}

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

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .footer-subscribe__button,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .footer-subscribe__button,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .footer-subscribe__button,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .footer-subscribe__button: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 > .footer-subscribe__button,
.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) > .footer-subscribe__button,
.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 > .footer-subscribe__button: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;
	z-index: 1;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}

.custom-control-inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	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: #ff5605;
	background-color: #ff5605;
}

.custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 86, 5, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(255, 86, 5, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #ffac85;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	color: #fff;
	background-color: #ffcfb8;
	border-color: #ffcfb8;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
	color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
	background-color: #e9ecef;
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
}

.custom-control-label::before {
	position: absolute;
	top: 0.25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px;
}

.custom-control-label::after {
	position: absolute;
	top: 0.25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: 50% / 50% 50% no-repeat;
}

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

.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: #ff5605;
	background-color: #ff5605;
}

.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(255, 86, 5, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
	background-color: rgba(255, 86, 5, 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(255, 86, 5, 0.5);
}

.custom-switch {
	padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
	top: calc(0.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: 0.5rem;
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-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;
	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, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.custom-switch .custom-control-label::after {
		-webkit-transition: none;
		transition: none;
	}
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
	background-color: #fff;
	-webkit-transform: translateX(0.75rem);
	-ms-transform: translateX(0.75rem);
	transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(255, 86, 5, 0.5);
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
	border: 1px solid #ced4da;
	border-radius: 0.125rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-select:focus {
	border-color: #ffac85;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 86, 5, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(255, 86, 5, 0.25);
}

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

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

.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef;
}

.custom-select::-ms-expand {
	display: none;
}

.custom-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057;
}

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

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

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

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	margin: 0;
	overflow: hidden;
	opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
	border-color: #ffac85;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 86, 5, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(255, 86, 5, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
	background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
	content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
	content: attr(data-browse);
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	overflow: hidden;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 0.125rem;
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + 0.75rem);
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 0.125rem 0.125rem 0;
}

.custom-range {
	width: 100%;
	height: 1.4rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-range:focus {
	outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
	-webkit-box-shadow: 0 0 0 1px #f1f1f1, 0 0 0 0.2rem rgba(255, 86, 5, 0.25);
	box-shadow: 0 0 0 1px #f1f1f1, 0 0 0 0.2rem rgba(255, 86, 5, 0.25);
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #f1f1f1, 0 0 0 0.2rem rgba(255, 86, 5, 0.25);
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #f1f1f1, 0 0 0 0.2rem rgba(255, 86, 5, 0.25);
}

.custom-range::-moz-focus-outer {
	border: 0;
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -0.25rem;
	background-color: #ff5605;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-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: #ffcfb8;
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #ff5605;
	border: 0;
	border-radius: 1rem;
	-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-moz-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	.custom-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none;
	}
}

.custom-range::-moz-range-thumb:active {
	background-color: #ffcfb8;
}

.custom-range::-moz-range-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: 0.2rem;
	margin-left: 0.2rem;
	background-color: #ff5605;
	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: #ffcfb8;
}

.custom-range::-ms-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
	background-color: #dee2e6;
	border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
	border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
	background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
	cursor: default;
}

.custom-range:disabled::-ms-thumb {
	background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.custom-control-label::before,
	.custom-file-label,
	.custom-select {
		-webkit-transition: none;
		transition: none;
	}
}

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

.nav-link {
	display: block;
	padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
	text-decoration: none;
}

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

.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
	margin-bottom: -1px;
	border: 1px solid transparent;
	border-top-left-radius: 0.125rem;
	border-top-right-radius: 0.125rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #f1f1f1;
	border-color: #dee2e6 #dee2e6 #f1f1f1;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

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

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: #fff;
	background-color: #ff5605;
}

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.navbar {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.5rem 1rem;
}

.navbar .container, .navbar .l-section--container .l-section__container, .l-section--container .navbar .l-section__container,
.navbar .container-fluid, .navbar .container-xl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navbar-brand {
	display: inline-block;
	padding-top: 0.40625rem;
	padding-bottom: 0.40625rem;
	margin-right: 1rem;
	font-size: 1.125rem;
	line-height: inherit;
	white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none;
}

.navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}

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

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

.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.125rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.125rem;
}

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

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

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

@media (max-width: 379.98px) {
	.navbar-expand-xs > .container, .l-section--container .navbar-expand-xs > .l-section__container,
	.navbar-expand-xs > .container-fluid, .navbar-expand-xs > .container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 380px) {
	.navbar-expand-xs {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

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

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

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

	.navbar-expand-xs > .container, .l-section--container .navbar-expand-xs > .l-section__container,
	.navbar-expand-xs > .container-fluid, .navbar-expand-xs > .container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

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

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

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

@media (max-width: 575.98px) {
	.navbar-expand-sm > .container, .l-section--container .navbar-expand-sm > .l-section__container,
	.navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 576px) {
	.navbar-expand-sm {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

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

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

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

	.navbar-expand-sm > .container, .l-section--container .navbar-expand-sm > .l-section__container,
	.navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

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

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

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

@media (max-width: 767.98px) {
	.navbar-expand-md > .container, .l-section--container .navbar-expand-md > .l-section__container,
	.navbar-expand-md > .container-fluid, .navbar-expand-md > .container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

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

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

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

	.navbar-expand-md > .container, .l-section--container .navbar-expand-md > .l-section__container,
	.navbar-expand-md > .container-fluid, .navbar-expand-md > .container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

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

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

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

@media (max-width: 991.98px) {
	.navbar-expand-lg > .container, .l-section--container .navbar-expand-lg > .l-section__container,
	.navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

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

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

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

	.navbar-expand-lg > .container, .l-section--container .navbar-expand-lg > .l-section__container,
	.navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

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

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

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

@media (max-width: 1199.98px) {
	.navbar-expand-xl > .container, .l-section--container .navbar-expand-xl > .l-section__container,
	.navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

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

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

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

	.navbar-expand-xl > .container, .l-section--container .navbar-expand-xl > .l-section__container,
	.navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

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

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

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

.navbar-expand {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.navbar-expand > .container, .l-section--container .navbar-expand > .l-section__container,
.navbar-expand > .container-fluid, .navbar-expand > .container-xl {
	padding-right: 0;
	padding-left: 0;
}

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

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

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

.navbar-expand > .container, .l-section--container .navbar-expand > .l-section__container,
.navbar-expand > .container-fluid, .navbar-expand > .container-xl {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

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

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

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

.navbar-light .navbar-brand {
	color: 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;
}

.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #E8ECEF;
	border-radius: 0.125rem;
}

.card > hr {
	margin-right: 0;
	margin-left: 0;
}

.card > .list-group {
	border-top: inherit;
	border-bottom: inherit;
}

.card > .list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: calc(0.125rem - 1px);
	border-top-right-radius: calc(0.125rem - 1px);
}

.card > .list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: calc(0.125rem - 1px);
	border-bottom-left-radius: calc(0.125rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
	border-top: 0;
}

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

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

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

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

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

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

.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: #F8F9FB;
	border-bottom: 1px solid #E8ECEF;
}

.card-header:first-child {
	border-radius: calc(0.125rem - 1px) calc(0.125rem - 1px) 0 0;
}

.card-footer {
	padding: 0.75rem 1.25rem;
	background-color: #F8F9FB;
	border-top: 1px solid #E8ECEF;
}

.card-footer:last-child {
	border-radius: 0 0 calc(0.125rem - 1px) calc(0.125rem - 1px);
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
	.card-deck {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -10px;
		margin-left: -10px;
	}

	.card-deck .card {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-right: 10px;
		margin-bottom: 0;
		margin-left: 10px;
	}
}

.card-group > .card {
	margin-bottom: 10px;
}

@media (min-width: 576px) {
	.card-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.card-group > .card {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0;
	}

	.card-group > .card + .card {
		margin-left: 0;
		border-left: 0;
	}

	.card-group > .card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.card-group > .card:not(:last-child) .card-img-top,
	.card-group > .card:not(:last-child) .card-header {
		border-top-right-radius: 0;
	}

	.card-group > .card:not(:last-child) .card-img-bottom,
	.card-group > .card:not(:last-child) .card-footer {
		border-bottom-right-radius: 0;
	}

	.card-group > .card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.card-group > .card:not(:first-child) .card-img-top,
	.card-group > .card:not(:first-child) .card-header {
		border-top-left-radius: 0;
	}

	.card-group > .card:not(:first-child) .card-img-bottom,
	.card-group > .card:not(:first-child) .card-footer {
		border-bottom-left-radius: 0;
	}
}

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

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

	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}

.accordion {
	overflow-anchor: none;
}

.accordion > .card {
	overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.accordion > .card > .card-header {
	border-radius: 0;
	margin-bottom: -1px;
}

.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0.125rem;
}

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

.breadcrumb-item + .breadcrumb-item::before {
	float: left;
	padding-right: 0.63rem;
	color: #999999;
	content: "|";
}

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

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

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

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

.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #202020;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.page-link:hover {
	z-index: 2;
	color: #3483b8;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.page-link:focus {
	z-index: 3;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 86, 5, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(255, 86, 5, 0.25);
}

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

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

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

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

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

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

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

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

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

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

.badge {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.5rem;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

a.badge:hover, a.badge:focus {
	text-decoration: none;
}

.badge:empty {
	display: none;
}

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

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

.badge-primary {
	color: #fff;
	background-color: #ff5605;
}

a.badge-primary:hover, a.badge-primary:focus {
	color: #fff;
	background-color: #d14400;
}

a.badge-primary:focus, a.badge-primary.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 86, 5, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 86, 5, 0.5);
}

.badge-secondary {
	color: #212529;
	background-color: #bdbdbd;
}

a.badge-secondary:hover, a.badge-secondary:focus {
	color: #212529;
	background-color: #a4a4a4;
}

a.badge-secondary:focus, a.badge-secondary.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(189, 189, 189, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(189, 189, 189, 0.5);
}

.badge-success {
	color: #fff;
	background-color: #5ea13d;
}

a.badge-success:hover, a.badge-success:focus {
	color: #fff;
	background-color: #487c2f;
}

a.badge-success:focus, a.badge-success.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(94, 161, 61, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(94, 161, 61, 0.5);
}

.badge-info {
	color: #fff;
	background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
	color: #fff;
	background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
	color: #212529;
	background-color: #ffae00;
}

a.badge-warning:hover, a.badge-warning:focus {
	color: #212529;
	background-color: #cc8b00;
}

a.badge-warning:focus, a.badge-warning.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 174, 0, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 174, 0, 0.5);
}

.badge-danger {
	color: #fff;
	background-color: #cc0a00;
}

a.badge-danger:hover, a.badge-danger:focus {
	color: #fff;
	background-color: #990800;
}

a.badge-danger:focus, a.badge-danger.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(204, 10, 0, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(204, 10, 0, 0.5);
}

.badge-light {
	color: #212529;
	background-color: #ffffff;
}

a.badge-light:hover, a.badge-light:focus {
	color: #212529;
	background-color: #e6e6e6;
}

a.badge-light:focus, a.badge-light.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-dark {
	color: #fff;
	background-color: #222428;
}

a.badge-dark:hover, a.badge-dark:focus {
	color: #fff;
	background-color: #0b0b0c;
}

a.badge-dark:focus, a.badge-dark.focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(34, 36, 40, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(34, 36, 40, 0.5);
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: 0.375rem;
}

@media (min-width: 576px) {
	.jumbotron {
		padding: 4rem 2rem;
	}
}

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

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

.alert-heading {
	color: inherit;
}

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

.alert-dismissible {
	padding-right: 4rem;
}

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

.alert-primary {
	color: #852d03;
	background-color: #ffddcd;
	border-color: #ffd0b9;
}

.alert-primary hr {
	border-top-color: #ffbfa0;
}

.alert-primary .alert-link {
	color: #531c02;
}

.alert-secondary {
	color: #626262;
	background-color: #f2f2f2;
	border-color: #ededed;
}

.alert-secondary hr {
	border-top-color: #e0e0e0;
}

.alert-secondary .alert-link {
	color: #494949;
}

.alert-success, .notetext {
	color: #315420;
	background-color: #dfecd8;
	border-color: #d2e5c9;
}

.alert-success hr, .notetext hr {
	border-top-color: #c4ddb8;
}

.alert-success .alert-link, .notetext .alert-link {
	color: #1b2f12;
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.alert-info hr {
	border-top-color: #abdde5;
}

.alert-info .alert-link {
	color: #062c33;
}

.alert-warning {
	color: #855a00;
	background-color: #ffefcc;
	border-color: #ffe8b8;
}

.alert-warning hr {
	border-top-color: #ffe09f;
}

.alert-warning .alert-link {
	color: #523700;
}

.alert-danger, .errortext {
	color: #6a0500;
	background-color: #f5cecc;
	border-color: #f1bab8;
}

.alert-danger hr, .errortext hr {
	border-top-color: #eda5a3;
}

.alert-danger .alert-link, .errortext .alert-link {
	color: #370300;
}

.alert-light {
	color: #858585;
	background-color: white;
	border-color: white;
}

.alert-light hr {
	border-top-color: #f2f2f2;
}

.alert-light .alert-link {
	color: #6c6c6c;
}

.alert-dark {
	color: #121315;
	background-color: #d3d3d4;
	border-color: #c1c2c3;
}

.alert-dark hr {
	border-top-color: #b4b5b6;
}

.alert-dark .alert-link {
	color: black;
}

@-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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	line-height: 0;
	font-size: 0.75rem;
	background-color: #e9ecef;
	border-radius: 0.125rem;
}

.progress-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #ff5605;
	-webkit-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

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

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

.progress-bar-animated {
	-webkit-animation: 1s linear infinite progress-bar-stripes;
	animation: 1s linear infinite progress-bar-stripes;
}

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

.media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.media-body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.list-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: 0.125rem;
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa;
}

.list-group-item-action:active {
	color: #202020;
	background-color: #e9ecef;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #ff5605;
	border-color: #ff5605;
}

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

.list-group-horizontal > .list-group-item:first-child {
	border-bottom-left-radius: 0.125rem;
	border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
	border-top-right-radius: 0.125rem;
	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: 380px) {
	.list-group-horizontal-xs {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.list-group-horizontal-xs > .list-group-item:first-child {
		border-bottom-left-radius: 0.125rem;
		border-top-right-radius: 0;
	}

	.list-group-horizontal-xs > .list-group-item:last-child {
		border-top-right-radius: 0.125rem;
		border-bottom-left-radius: 0;
	}

	.list-group-horizontal-xs > .list-group-item.active {
		margin-top: 0;
	}

	.list-group-horizontal-xs > .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}

	.list-group-horizontal-xs > .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width: 576px) {
	.list-group-horizontal-sm {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.list-group-horizontal-sm > .list-group-item:first-child {
		border-bottom-left-radius: 0.125rem;
		border-top-right-radius: 0;
	}

	.list-group-horizontal-sm > .list-group-item:last-child {
		border-top-right-radius: 0.125rem;
		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 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.list-group-horizontal-md > .list-group-item:first-child {
		border-bottom-left-radius: 0.125rem;
		border-top-right-radius: 0;
	}

	.list-group-horizontal-md > .list-group-item:last-child {
		border-top-right-radius: 0.125rem;
		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 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.list-group-horizontal-lg > .list-group-item:first-child {
		border-bottom-left-radius: 0.125rem;
		border-top-right-radius: 0;
	}

	.list-group-horizontal-lg > .list-group-item:last-child {
		border-top-right-radius: 0.125rem;
		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 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.list-group-horizontal-xl > .list-group-item:first-child {
		border-bottom-left-radius: 0.125rem;
		border-top-right-radius: 0;
	}

	.list-group-horizontal-xl > .list-group-item:last-child {
		border-top-right-radius: 0.125rem;
		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;
	}
}

.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: #852d03;
	background-color: #ffd0b9;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
	color: #852d03;
	background-color: #ffbfa0;
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #852d03;
	border-color: #852d03;
}

.list-group-item-secondary {
	color: #626262;
	background-color: #ededed;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
	color: #626262;
	background-color: #e0e0e0;
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #626262;
	border-color: #626262;
}

.list-group-item-success {
	color: #315420;
	background-color: #d2e5c9;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
	color: #315420;
	background-color: #c4ddb8;
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #315420;
	border-color: #315420;
}

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb;
}

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

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460;
}

.list-group-item-warning {
	color: #855a00;
	background-color: #ffe8b8;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
	color: #855a00;
	background-color: #ffe09f;
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #855a00;
	border-color: #855a00;
}

.list-group-item-danger {
	color: #6a0500;
	background-color: #f1bab8;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
	color: #6a0500;
	background-color: #eda5a3;
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #6a0500;
	border-color: #6a0500;
}

.list-group-item-light {
	color: #858585;
	background-color: white;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
	color: #858585;
	background-color: #f2f2f2;
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #858585;
	border-color: #858585;
}

.list-group-item-dark {
	color: #121315;
	background-color: #c1c2c3;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
	color: #121315;
	background-color: #b4b5b6;
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #121315;
	border-color: #121315;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

.close:hover {
	color: #000;
	text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
	opacity: .75;
}

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

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

.toast {
	-ms-flex-preferred-size: 350px;
	flex-basis: 350px;
	max-width: 350px;
	font-size: 0.875rem;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
	opacity: 0;
	border-radius: 0.25rem;
}

.toast:not(:last-child) {
	margin-bottom: 0.75rem;
}

.toast.showing {
	opacity: 1;
}

.toast.show {
	display: block;
	opacity: 1;
}

.toast.hide {
	display: none;
}

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

.toast-body {
	padding: 0.75rem;
}

.modal-open {
	overflow: hidden;
}

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

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 950;
	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 {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	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);
	-ms-transform: translate(0, -50px);
	transform: translate(0, -50px);
}

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

.modal.show .modal-dialog {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	display: -webkit-box;
	display: -ms-flexbox;
	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 {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
	content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	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.375rem;
	outline: 0;
}

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

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #bdbdbd;
	border-top-left-radius: calc(0.375rem - 1px);
	border-top-right-radius: calc(0.375rem - 1px);
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0.75rem;
	border-top: 1px solid #bdbdbd;
	border-bottom-right-radius: calc(0.375rem - 1px);
	border-bottom-left-radius: calc(0.375rem - 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: 500px;
		margin: 1.75rem auto;
	}

	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}

	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem);
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}

	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
		height: -webkit-min-content;
		height: -moz-min-content;
		height: min-content;
	}

	.modal-sm {
		max-width: 300px;
	}
}

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

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

.tooltip {
	position: absolute;
	z-index: 970;
	display: block;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: 1;
}

.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: rgba(34, 36, 40, 0.8);
}

.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: rgba(34, 36, 40, 0.8);
}

.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: rgba(34, 36, 40, 0.8);
}

.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: rgba(34, 36, 40, 0.8);
}

.tooltip-inner {
	max-width: 300px;
	padding: 0.5rem 1rem;
	color: #fff;
	text-align: center;
	background-color: rgba(34, 36, 40, 0.8);
	border-radius: 0.125rem;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 960;
	display: block;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.375rem;
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: 0.5rem;
	margin: 0 0.375rem;
}

.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.375rem 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 #fff;
}

.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.375rem 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;
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2;
	border-top-left-radius: calc(0.375rem - 1px);
	border-top-right-radius: calc(0.375rem - 1px);
}

.popover-header:empty {
	display: none;
}

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

.carousel {
	position: relative;
}

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

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.6s ease-in-out;
	transition: -webkit-transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

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

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

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

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

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

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity 0s 0.6s;
	transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-fade .active.carousel-item-left,
	.carousel-fade .active.carousel-item-right {
		-webkit-transition: none;
		transition: none;
	}
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: 0.5;
	-webkit-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-control-prev,
	.carousel-control-next {
		-webkit-transition: none;
		transition: none;
	}
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}

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

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

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

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

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

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators li {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	-webkit-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
}

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

.carousel-indicators .active {
	opacity: 1;
}

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

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

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

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

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

@-webkit-keyframes spinner-grow {
	0% {
		-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: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: .75s linear infinite spinner-grow;
	animation: .75s linear infinite spinner-grow;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-left {
	border-left: 1px solid #bdbdbd !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: #ff5605 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 380px) {
	.d-xs-none {
		display: none !important;
	}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}

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

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

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

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

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

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

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

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

@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: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

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

@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: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

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

@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: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

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

@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: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

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

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

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 380px) {
	.flex-xs-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-xs-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-xs-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-xs-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 380px) {
	.float-xs-left {
		float: left !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
	-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

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

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

.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: 1px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-3, .footer-subscribe__button,
.mx-3 {
	margin-left: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-gutter {
	margin: 20px !important;
}

.mt-gutter,
.my-gutter {
	margin-top: 20px !important;
}

.mr-gutter,
.mx-gutter {
	margin-right: 20px !important;
}

.mb-gutter,
.my-gutter {
	margin-bottom: 20px !important;
}

.ml-gutter,
.mx-gutter {
	margin-left: 20px !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: 1px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-gutter {
	padding: 20px !important;
}

.pt-gutter,
.py-gutter {
	padding-top: 20px !important;
}

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

.pb-gutter,
.py-gutter {
	padding-bottom: 20px !important;
}

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

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

.mt-n1,
.my-n1 {
	margin-top: -1px !important;
}

.mr-n1,
.mx-n1 {
	margin-right: -1px !important;
}

.mb-n1,
.my-n1 {
	margin-bottom: -1px !important;
}

.ml-n1,
.mx-n1 {
	margin-left: -1px !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.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-ngutter {
	margin: -20px !important;
}

.mt-ngutter,
.my-ngutter {
	margin-top: -20px !important;
}

.mr-ngutter,
.mx-ngutter {
	margin-right: -20px !important;
}

.mb-ngutter,
.my-ngutter {
	margin-bottom: -20px !important;
}

.ml-ngutter,
.mx-ngutter {
	margin-left: -20px !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: 380px) {
	.m-xs-0 {
		margin: 0 !important;
	}

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

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

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

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

	.m-xs-1 {
		margin: 1px !important;
	}

	.mt-xs-1,
	.my-xs-1 {
		margin-top: 1px !important;
	}

	.mr-xs-1,
	.mx-xs-1 {
		margin-right: 1px !important;
	}

	.mb-xs-1,
	.my-xs-1 {
		margin-bottom: 1px !important;
	}

	.ml-xs-1,
	.mx-xs-1 {
		margin-left: 1px !important;
	}

	.m-xs-2 {
		margin: 0.25rem !important;
	}

	.mt-xs-2,
	.my-xs-2 {
		margin-top: 0.25rem !important;
	}

	.mr-xs-2,
	.mx-xs-2 {
		margin-right: 0.25rem !important;
	}

	.mb-xs-2,
	.my-xs-2 {
		margin-bottom: 0.25rem !important;
	}

	.ml-xs-2,
	.mx-xs-2 {
		margin-left: 0.25rem !important;
	}

	.m-xs-3 {
		margin: 0.5rem !important;
	}

	.mt-xs-3,
	.my-xs-3 {
		margin-top: 0.5rem !important;
	}

	.mr-xs-3,
	.mx-xs-3 {
		margin-right: 0.5rem !important;
	}

	.mb-xs-3,
	.my-xs-3 {
		margin-bottom: 0.5rem !important;
	}

	.ml-xs-3,
	.mx-xs-3 {
		margin-left: 0.5rem !important;
	}

	.m-xs-4 {
		margin: 1rem !important;
	}

	.mt-xs-4,
	.my-xs-4 {
		margin-top: 1rem !important;
	}

	.mr-xs-4,
	.mx-xs-4 {
		margin-right: 1rem !important;
	}

	.mb-xs-4,
	.my-xs-4 {
		margin-bottom: 1rem !important;
	}

	.ml-xs-4,
	.mx-xs-4 {
		margin-left: 1rem !important;
	}

	.m-xs-5 {
		margin: 1.5rem !important;
	}

	.mt-xs-5,
	.my-xs-5 {
		margin-top: 1.5rem !important;
	}

	.mr-xs-5,
	.mx-xs-5 {
		margin-right: 1.5rem !important;
	}

	.mb-xs-5,
	.my-xs-5 {
		margin-bottom: 1.5rem !important;
	}

	.ml-xs-5,
	.mx-xs-5 {
		margin-left: 1.5rem !important;
	}

	.m-xs-6 {
		margin: 2rem !important;
	}

	.mt-xs-6,
	.my-xs-6 {
		margin-top: 2rem !important;
	}

	.mr-xs-6,
	.mx-xs-6 {
		margin-right: 2rem !important;
	}

	.mb-xs-6,
	.my-xs-6 {
		margin-bottom: 2rem !important;
	}

	.ml-xs-6,
	.mx-xs-6 {
		margin-left: 2rem !important;
	}

	.m-xs-7 {
		margin: 3rem !important;
	}

	.mt-xs-7,
	.my-xs-7 {
		margin-top: 3rem !important;
	}

	.mr-xs-7,
	.mx-xs-7 {
		margin-right: 3rem !important;
	}

	.mb-xs-7,
	.my-xs-7 {
		margin-bottom: 3rem !important;
	}

	.ml-xs-7,
	.mx-xs-7 {
		margin-left: 3rem !important;
	}

	.m-xs-gutter {
		margin: 20px !important;
	}

	.mt-xs-gutter,
	.my-xs-gutter {
		margin-top: 20px !important;
	}

	.mr-xs-gutter,
	.mx-xs-gutter {
		margin-right: 20px !important;
	}

	.mb-xs-gutter,
	.my-xs-gutter {
		margin-bottom: 20px !important;
	}

	.ml-xs-gutter,
	.mx-xs-gutter {
		margin-left: 20px !important;
	}

	.p-xs-0 {
		padding: 0 !important;
	}

	.pt-xs-0,
	.py-xs-0 {
		padding-top: 0 !important;
	}

	.pr-xs-0,
	.px-xs-0 {
		padding-right: 0 !important;
	}

	.pb-xs-0,
	.py-xs-0 {
		padding-bottom: 0 !important;
	}

	.pl-xs-0,
	.px-xs-0 {
		padding-left: 0 !important;
	}

	.p-xs-1 {
		padding: 1px !important;
	}

	.pt-xs-1,
	.py-xs-1 {
		padding-top: 1px !important;
	}

	.pr-xs-1,
	.px-xs-1 {
		padding-right: 1px !important;
	}

	.pb-xs-1,
	.py-xs-1 {
		padding-bottom: 1px !important;
	}

	.pl-xs-1,
	.px-xs-1 {
		padding-left: 1px !important;
	}

	.p-xs-2 {
		padding: 0.25rem !important;
	}

	.pt-xs-2,
	.py-xs-2 {
		padding-top: 0.25rem !important;
	}

	.pr-xs-2,
	.px-xs-2 {
		padding-right: 0.25rem !important;
	}

	.pb-xs-2,
	.py-xs-2 {
		padding-bottom: 0.25rem !important;
	}

	.pl-xs-2,
	.px-xs-2 {
		padding-left: 0.25rem !important;
	}

	.p-xs-3 {
		padding: 0.5rem !important;
	}

	.pt-xs-3,
	.py-xs-3 {
		padding-top: 0.5rem !important;
	}

	.pr-xs-3,
	.px-xs-3 {
		padding-right: 0.5rem !important;
	}

	.pb-xs-3,
	.py-xs-3 {
		padding-bottom: 0.5rem !important;
	}

	.pl-xs-3,
	.px-xs-3 {
		padding-left: 0.5rem !important;
	}

	.p-xs-4 {
		padding: 1rem !important;
	}

	.pt-xs-4,
	.py-xs-4 {
		padding-top: 1rem !important;
	}

	.pr-xs-4,
	.px-xs-4 {
		padding-right: 1rem !important;
	}

	.pb-xs-4,
	.py-xs-4 {
		padding-bottom: 1rem !important;
	}

	.pl-xs-4,
	.px-xs-4 {
		padding-left: 1rem !important;
	}

	.p-xs-5 {
		padding: 1.5rem !important;
	}

	.pt-xs-5,
	.py-xs-5 {
		padding-top: 1.5rem !important;
	}

	.pr-xs-5,
	.px-xs-5 {
		padding-right: 1.5rem !important;
	}

	.pb-xs-5,
	.py-xs-5 {
		padding-bottom: 1.5rem !important;
	}

	.pl-xs-5,
	.px-xs-5 {
		padding-left: 1.5rem !important;
	}

	.p-xs-6 {
		padding: 2rem !important;
	}

	.pt-xs-6,
	.py-xs-6 {
		padding-top: 2rem !important;
	}

	.pr-xs-6,
	.px-xs-6 {
		padding-right: 2rem !important;
	}

	.pb-xs-6,
	.py-xs-6 {
		padding-bottom: 2rem !important;
	}

	.pl-xs-6,
	.px-xs-6 {
		padding-left: 2rem !important;
	}

	.p-xs-7 {
		padding: 3rem !important;
	}

	.pt-xs-7,
	.py-xs-7 {
		padding-top: 3rem !important;
	}

	.pr-xs-7,
	.px-xs-7 {
		padding-right: 3rem !important;
	}

	.pb-xs-7,
	.py-xs-7 {
		padding-bottom: 3rem !important;
	}

	.pl-xs-7,
	.px-xs-7 {
		padding-left: 3rem !important;
	}

	.p-xs-gutter {
		padding: 20px !important;
	}

	.pt-xs-gutter,
	.py-xs-gutter {
		padding-top: 20px !important;
	}

	.pr-xs-gutter,
	.px-xs-gutter {
		padding-right: 20px !important;
	}

	.pb-xs-gutter,
	.py-xs-gutter {
		padding-bottom: 20px !important;
	}

	.pl-xs-gutter,
	.px-xs-gutter {
		padding-left: 20px !important;
	}

	.m-xs-n1 {
		margin: -1px !important;
	}

	.mt-xs-n1,
	.my-xs-n1 {
		margin-top: -1px !important;
	}

	.mr-xs-n1,
	.mx-xs-n1 {
		margin-right: -1px !important;
	}

	.mb-xs-n1,
	.my-xs-n1 {
		margin-bottom: -1px !important;
	}

	.ml-xs-n1,
	.mx-xs-n1 {
		margin-left: -1px !important;
	}

	.m-xs-n2 {
		margin: -0.25rem !important;
	}

	.mt-xs-n2,
	.my-xs-n2 {
		margin-top: -0.25rem !important;
	}

	.mr-xs-n2,
	.mx-xs-n2 {
		margin-right: -0.25rem !important;
	}

	.mb-xs-n2,
	.my-xs-n2 {
		margin-bottom: -0.25rem !important;
	}

	.ml-xs-n2,
	.mx-xs-n2 {
		margin-left: -0.25rem !important;
	}

	.m-xs-n3 {
		margin: -0.5rem !important;
	}

	.mt-xs-n3,
	.my-xs-n3 {
		margin-top: -0.5rem !important;
	}

	.mr-xs-n3,
	.mx-xs-n3 {
		margin-right: -0.5rem !important;
	}

	.mb-xs-n3,
	.my-xs-n3 {
		margin-bottom: -0.5rem !important;
	}

	.ml-xs-n3,
	.mx-xs-n3 {
		margin-left: -0.5rem !important;
	}

	.m-xs-n4 {
		margin: -1rem !important;
	}

	.mt-xs-n4,
	.my-xs-n4 {
		margin-top: -1rem !important;
	}

	.mr-xs-n4,
	.mx-xs-n4 {
		margin-right: -1rem !important;
	}

	.mb-xs-n4,
	.my-xs-n4 {
		margin-bottom: -1rem !important;
	}

	.ml-xs-n4,
	.mx-xs-n4 {
		margin-left: -1rem !important;
	}

	.m-xs-n5 {
		margin: -1.5rem !important;
	}

	.mt-xs-n5,
	.my-xs-n5 {
		margin-top: -1.5rem !important;
	}

	.mr-xs-n5,
	.mx-xs-n5 {
		margin-right: -1.5rem !important;
	}

	.mb-xs-n5,
	.my-xs-n5 {
		margin-bottom: -1.5rem !important;
	}

	.ml-xs-n5,
	.mx-xs-n5 {
		margin-left: -1.5rem !important;
	}

	.m-xs-n6 {
		margin: -2rem !important;
	}

	.mt-xs-n6,
	.my-xs-n6 {
		margin-top: -2rem !important;
	}

	.mr-xs-n6,
	.mx-xs-n6 {
		margin-right: -2rem !important;
	}

	.mb-xs-n6,
	.my-xs-n6 {
		margin-bottom: -2rem !important;
	}

	.ml-xs-n6,
	.mx-xs-n6 {
		margin-left: -2rem !important;
	}

	.m-xs-n7 {
		margin: -3rem !important;
	}

	.mt-xs-n7,
	.my-xs-n7 {
		margin-top: -3rem !important;
	}

	.mr-xs-n7,
	.mx-xs-n7 {
		margin-right: -3rem !important;
	}

	.mb-xs-n7,
	.my-xs-n7 {
		margin-bottom: -3rem !important;
	}

	.ml-xs-n7,
	.mx-xs-n7 {
		margin-left: -3rem !important;
	}

	.m-xs-ngutter {
		margin: -20px !important;
	}

	.mt-xs-ngutter,
	.my-xs-ngutter {
		margin-top: -20px !important;
	}

	.mr-xs-ngutter,
	.mx-xs-ngutter {
		margin-right: -20px !important;
	}

	.mb-xs-ngutter,
	.my-xs-ngutter {
		margin-bottom: -20px !important;
	}

	.ml-xs-ngutter,
	.mx-xs-ngutter {
		margin-left: -20px !important;
	}

	.m-xs-auto {
		margin: auto !important;
	}

	.mt-xs-auto,
	.my-xs-auto {
		margin-top: auto !important;
	}

	.mr-xs-auto,
	.mx-xs-auto {
		margin-right: auto !important;
	}

	.mb-xs-auto,
	.my-xs-auto {
		margin-bottom: auto !important;
	}

	.ml-xs-auto,
	.mx-xs-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: 1px !important;
	}

	.mt-sm-1,
	.my-sm-1 {
		margin-top: 1px !important;
	}

	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 1px !important;
	}

	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 1px !important;
	}

	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 1px !important;
	}

	.m-sm-2 {
		margin: 0.25rem !important;
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.25rem !important;
	}

	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.25rem !important;
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.25rem !important;
	}

	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.25rem !important;
	}

	.m-sm-3 {
		margin: 0.5rem !important;
	}

	.mt-sm-3,
	.my-sm-3 {
		margin-top: 0.5rem !important;
	}

	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 0.5rem !important;
	}

	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 0.5rem !important;
	}

	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 0.5rem !important;
	}

	.m-sm-4 {
		margin: 1rem !important;
	}

	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1rem !important;
	}

	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1rem !important;
	}

	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1rem !important;
	}

	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1rem !important;
	}

	.m-sm-5 {
		margin: 1.5rem !important;
	}

	.mt-sm-5,
	.my-sm-5 {
		margin-top: 1.5rem !important;
	}

	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 1.5rem !important;
	}

	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 1.5rem !important;
	}

	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 1.5rem !important;
	}

	.m-sm-6 {
		margin: 2rem !important;
	}

	.mt-sm-6,
	.my-sm-6 {
		margin-top: 2rem !important;
	}

	.mr-sm-6,
	.mx-sm-6 {
		margin-right: 2rem !important;
	}

	.mb-sm-6,
	.my-sm-6 {
		margin-bottom: 2rem !important;
	}

	.ml-sm-6,
	.mx-sm-6 {
		margin-left: 2rem !important;
	}

	.m-sm-7 {
		margin: 3rem !important;
	}

	.mt-sm-7,
	.my-sm-7 {
		margin-top: 3rem !important;
	}

	.mr-sm-7,
	.mx-sm-7 {
		margin-right: 3rem !important;
	}

	.mb-sm-7,
	.my-sm-7 {
		margin-bottom: 3rem !important;
	}

	.ml-sm-7,
	.mx-sm-7 {
		margin-left: 3rem !important;
	}

	.m-sm-gutter {
		margin: 20px !important;
	}

	.mt-sm-gutter,
	.my-sm-gutter {
		margin-top: 20px !important;
	}

	.mr-sm-gutter,
	.mx-sm-gutter {
		margin-right: 20px !important;
	}

	.mb-sm-gutter,
	.my-sm-gutter {
		margin-bottom: 20px !important;
	}

	.ml-sm-gutter,
	.mx-sm-gutter {
		margin-left: 20px !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: 1px !important;
	}

	.pt-sm-1,
	.py-sm-1 {
		padding-top: 1px !important;
	}

	.pr-sm-1,
	.px-sm-1 {
		padding-right: 1px !important;
	}

	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 1px !important;
	}

	.pl-sm-1,
	.px-sm-1 {
		padding-left: 1px !important;
	}

	.p-sm-2 {
		padding: 0.25rem !important;
	}

	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.25rem !important;
	}

	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.25rem !important;
	}

	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.25rem !important;
	}

	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.25rem !important;
	}

	.p-sm-3 {
		padding: 0.5rem !important;
	}

	.pt-sm-3,
	.py-sm-3 {
		padding-top: 0.5rem !important;
	}

	.pr-sm-3,
	.px-sm-3 {
		padding-right: 0.5rem !important;
	}

	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 0.5rem !important;
	}

	.pl-sm-3,
	.px-sm-3 {
		padding-left: 0.5rem !important;
	}

	.p-sm-4 {
		padding: 1rem !important;
	}

	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1rem !important;
	}

	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1rem !important;
	}

	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1rem !important;
	}

	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1rem !important;
	}

	.p-sm-5 {
		padding: 1.5rem !important;
	}

	.pt-sm-5,
	.py-sm-5 {
		padding-top: 1.5rem !important;
	}

	.pr-sm-5,
	.px-sm-5 {
		padding-right: 1.5rem !important;
	}

	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 1.5rem !important;
	}

	.pl-sm-5,
	.px-sm-5 {
		padding-left: 1.5rem !important;
	}

	.p-sm-6 {
		padding: 2rem !important;
	}

	.pt-sm-6,
	.py-sm-6 {
		padding-top: 2rem !important;
	}

	.pr-sm-6,
	.px-sm-6 {
		padding-right: 2rem !important;
	}

	.pb-sm-6,
	.py-sm-6 {
		padding-bottom: 2rem !important;
	}

	.pl-sm-6,
	.px-sm-6 {
		padding-left: 2rem !important;
	}

	.p-sm-7 {
		padding: 3rem !important;
	}

	.pt-sm-7,
	.py-sm-7 {
		padding-top: 3rem !important;
	}

	.pr-sm-7,
	.px-sm-7 {
		padding-right: 3rem !important;
	}

	.pb-sm-7,
	.py-sm-7 {
		padding-bottom: 3rem !important;
	}

	.pl-sm-7,
	.px-sm-7 {
		padding-left: 3rem !important;
	}

	.p-sm-gutter {
		padding: 20px !important;
	}

	.pt-sm-gutter,
	.py-sm-gutter {
		padding-top: 20px !important;
	}

	.pr-sm-gutter,
	.px-sm-gutter {
		padding-right: 20px !important;
	}

	.pb-sm-gutter,
	.py-sm-gutter {
		padding-bottom: 20px !important;
	}

	.pl-sm-gutter,
	.px-sm-gutter {
		padding-left: 20px !important;
	}

	.m-sm-n1 {
		margin: -1px !important;
	}

	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -1px !important;
	}

	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -1px !important;
	}

	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -1px !important;
	}

	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -1px !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.5rem !important;
	}

	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -0.5rem !important;
	}

	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -0.5rem !important;
	}

	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -0.5rem !important;
	}

	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -0.5rem !important;
	}

	.m-sm-n4 {
		margin: -1rem !important;
	}

	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1rem !important;
	}

	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1rem !important;
	}

	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1rem !important;
	}

	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1rem !important;
	}

	.m-sm-n5 {
		margin: -1.5rem !important;
	}

	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -1.5rem !important;
	}

	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -1.5rem !important;
	}

	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -1.5rem !important;
	}

	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -1.5rem !important;
	}

	.m-sm-n6 {
		margin: -2rem !important;
	}

	.mt-sm-n6,
	.my-sm-n6 {
		margin-top: -2rem !important;
	}

	.mr-sm-n6,
	.mx-sm-n6 {
		margin-right: -2rem !important;
	}

	.mb-sm-n6,
	.my-sm-n6 {
		margin-bottom: -2rem !important;
	}

	.ml-sm-n6,
	.mx-sm-n6 {
		margin-left: -2rem !important;
	}

	.m-sm-n7 {
		margin: -3rem !important;
	}

	.mt-sm-n7,
	.my-sm-n7 {
		margin-top: -3rem !important;
	}

	.mr-sm-n7,
	.mx-sm-n7 {
		margin-right: -3rem !important;
	}

	.mb-sm-n7,
	.my-sm-n7 {
		margin-bottom: -3rem !important;
	}

	.ml-sm-n7,
	.mx-sm-n7 {
		margin-left: -3rem !important;
	}

	.m-sm-ngutter {
		margin: -20px !important;
	}

	.mt-sm-ngutter,
	.my-sm-ngutter {
		margin-top: -20px !important;
	}

	.mr-sm-ngutter,
	.mx-sm-ngutter {
		margin-right: -20px !important;
	}

	.mb-sm-ngutter,
	.my-sm-ngutter {
		margin-bottom: -20px !important;
	}

	.ml-sm-ngutter,
	.mx-sm-ngutter {
		margin-left: -20px !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: 1px !important;
	}

	.mt-md-1,
	.my-md-1 {
		margin-top: 1px !important;
	}

	.mr-md-1,
	.mx-md-1 {
		margin-right: 1px !important;
	}

	.mb-md-1,
	.my-md-1 {
		margin-bottom: 1px !important;
	}

	.ml-md-1,
	.mx-md-1 {
		margin-left: 1px !important;
	}

	.m-md-2 {
		margin: 0.25rem !important;
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: 0.25rem !important;
	}

	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.25rem !important;
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.25rem !important;
	}

	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.25rem !important;
	}

	.m-md-3 {
		margin: 0.5rem !important;
	}

	.mt-md-3,
	.my-md-3 {
		margin-top: 0.5rem !important;
	}

	.mr-md-3,
	.mx-md-3 {
		margin-right: 0.5rem !important;
	}

	.mb-md-3,
	.my-md-3 {
		margin-bottom: 0.5rem !important;
	}

	.ml-md-3,
	.mx-md-3 {
		margin-left: 0.5rem !important;
	}

	.m-md-4 {
		margin: 1rem !important;
	}

	.mt-md-4,
	.my-md-4 {
		margin-top: 1rem !important;
	}

	.mr-md-4,
	.mx-md-4 {
		margin-right: 1rem !important;
	}

	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1rem !important;
	}

	.ml-md-4,
	.mx-md-4 {
		margin-left: 1rem !important;
	}

	.m-md-5 {
		margin: 1.5rem !important;
	}

	.mt-md-5,
	.my-md-5 {
		margin-top: 1.5rem !important;
	}

	.mr-md-5,
	.mx-md-5 {
		margin-right: 1.5rem !important;
	}

	.mb-md-5,
	.my-md-5 {
		margin-bottom: 1.5rem !important;
	}

	.ml-md-5,
	.mx-md-5 {
		margin-left: 1.5rem !important;
	}

	.m-md-6 {
		margin: 2rem !important;
	}

	.mt-md-6,
	.my-md-6 {
		margin-top: 2rem !important;
	}

	.mr-md-6,
	.mx-md-6 {
		margin-right: 2rem !important;
	}

	.mb-md-6,
	.my-md-6 {
		margin-bottom: 2rem !important;
	}

	.ml-md-6,
	.mx-md-6 {
		margin-left: 2rem !important;
	}

	.m-md-7 {
		margin: 3rem !important;
	}

	.mt-md-7,
	.my-md-7 {
		margin-top: 3rem !important;
	}

	.mr-md-7,
	.mx-md-7 {
		margin-right: 3rem !important;
	}

	.mb-md-7,
	.my-md-7 {
		margin-bottom: 3rem !important;
	}

	.ml-md-7,
	.mx-md-7 {
		margin-left: 3rem !important;
	}

	.m-md-gutter {
		margin: 20px !important;
	}

	.mt-md-gutter,
	.my-md-gutter {
		margin-top: 20px !important;
	}

	.mr-md-gutter,
	.mx-md-gutter {
		margin-right: 20px !important;
	}

	.mb-md-gutter,
	.my-md-gutter {
		margin-bottom: 20px !important;
	}

	.ml-md-gutter,
	.mx-md-gutter {
		margin-left: 20px !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: 1px !important;
	}

	.pt-md-1,
	.py-md-1 {
		padding-top: 1px !important;
	}

	.pr-md-1,
	.px-md-1 {
		padding-right: 1px !important;
	}

	.pb-md-1,
	.py-md-1 {
		padding-bottom: 1px !important;
	}

	.pl-md-1,
	.px-md-1 {
		padding-left: 1px !important;
	}

	.p-md-2 {
		padding: 0.25rem !important;
	}

	.pt-md-2,
	.py-md-2 {
		padding-top: 0.25rem !important;
	}

	.pr-md-2,
	.px-md-2 {
		padding-right: 0.25rem !important;
	}

	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.25rem !important;
	}

	.pl-md-2,
	.px-md-2 {
		padding-left: 0.25rem !important;
	}

	.p-md-3 {
		padding: 0.5rem !important;
	}

	.pt-md-3,
	.py-md-3 {
		padding-top: 0.5rem !important;
	}

	.pr-md-3,
	.px-md-3 {
		padding-right: 0.5rem !important;
	}

	.pb-md-3,
	.py-md-3 {
		padding-bottom: 0.5rem !important;
	}

	.pl-md-3,
	.px-md-3 {
		padding-left: 0.5rem !important;
	}

	.p-md-4 {
		padding: 1rem !important;
	}

	.pt-md-4,
	.py-md-4 {
		padding-top: 1rem !important;
	}

	.pr-md-4,
	.px-md-4 {
		padding-right: 1rem !important;
	}

	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1rem !important;
	}

	.pl-md-4,
	.px-md-4 {
		padding-left: 1rem !important;
	}

	.p-md-5 {
		padding: 1.5rem !important;
	}

	.pt-md-5,
	.py-md-5 {
		padding-top: 1.5rem !important;
	}

	.pr-md-5,
	.px-md-5 {
		padding-right: 1.5rem !important;
	}

	.pb-md-5,
	.py-md-5 {
		padding-bottom: 1.5rem !important;
	}

	.pl-md-5,
	.px-md-5 {
		padding-left: 1.5rem !important;
	}

	.p-md-6 {
		padding: 2rem !important;
	}

	.pt-md-6,
	.py-md-6 {
		padding-top: 2rem !important;
	}

	.pr-md-6,
	.px-md-6 {
		padding-right: 2rem !important;
	}

	.pb-md-6,
	.py-md-6 {
		padding-bottom: 2rem !important;
	}

	.pl-md-6,
	.px-md-6 {
		padding-left: 2rem !important;
	}

	.p-md-7 {
		padding: 3rem !important;
	}

	.pt-md-7,
	.py-md-7 {
		padding-top: 3rem !important;
	}

	.pr-md-7,
	.px-md-7 {
		padding-right: 3rem !important;
	}

	.pb-md-7,
	.py-md-7 {
		padding-bottom: 3rem !important;
	}

	.pl-md-7,
	.px-md-7 {
		padding-left: 3rem !important;
	}

	.p-md-gutter {
		padding: 20px !important;
	}

	.pt-md-gutter,
	.py-md-gutter {
		padding-top: 20px !important;
	}

	.pr-md-gutter,
	.px-md-gutter {
		padding-right: 20px !important;
	}

	.pb-md-gutter,
	.py-md-gutter {
		padding-bottom: 20px !important;
	}

	.pl-md-gutter,
	.px-md-gutter {
		padding-left: 20px !important;
	}

	.m-md-n1 {
		margin: -1px !important;
	}

	.mt-md-n1,
	.my-md-n1 {
		margin-top: -1px !important;
	}

	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -1px !important;
	}

	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -1px !important;
	}

	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -1px !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.5rem !important;
	}

	.mt-md-n3,
	.my-md-n3 {
		margin-top: -0.5rem !important;
	}

	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -0.5rem !important;
	}

	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -0.5rem !important;
	}

	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -0.5rem !important;
	}

	.m-md-n4 {
		margin: -1rem !important;
	}

	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1rem !important;
	}

	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1rem !important;
	}

	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1rem !important;
	}

	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1rem !important;
	}

	.m-md-n5 {
		margin: -1.5rem !important;
	}

	.mt-md-n5,
	.my-md-n5 {
		margin-top: -1.5rem !important;
	}

	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -1.5rem !important;
	}

	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -1.5rem !important;
	}

	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -1.5rem !important;
	}

	.m-md-n6 {
		margin: -2rem !important;
	}

	.mt-md-n6,
	.my-md-n6 {
		margin-top: -2rem !important;
	}

	.mr-md-n6,
	.mx-md-n6 {
		margin-right: -2rem !important;
	}

	.mb-md-n6,
	.my-md-n6 {
		margin-bottom: -2rem !important;
	}

	.ml-md-n6,
	.mx-md-n6 {
		margin-left: -2rem !important;
	}

	.m-md-n7 {
		margin: -3rem !important;
	}

	.mt-md-n7,
	.my-md-n7 {
		margin-top: -3rem !important;
	}

	.mr-md-n7,
	.mx-md-n7 {
		margin-right: -3rem !important;
	}

	.mb-md-n7,
	.my-md-n7 {
		margin-bottom: -3rem !important;
	}

	.ml-md-n7,
	.mx-md-n7 {
		margin-left: -3rem !important;
	}

	.m-md-ngutter {
		margin: -20px !important;
	}

	.mt-md-ngutter,
	.my-md-ngutter {
		margin-top: -20px !important;
	}

	.mr-md-ngutter,
	.mx-md-ngutter {
		margin-right: -20px !important;
	}

	.mb-md-ngutter,
	.my-md-ngutter {
		margin-bottom: -20px !important;
	}

	.ml-md-ngutter,
	.mx-md-ngutter {
		margin-left: -20px !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: 1px !important;
	}

	.mt-lg-1,
	.my-lg-1 {
		margin-top: 1px !important;
	}

	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 1px !important;
	}

	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 1px !important;
	}

	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 1px !important;
	}

	.m-lg-2 {
		margin: 0.25rem !important;
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.25rem !important;
	}

	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.25rem !important;
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.25rem !important;
	}

	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.25rem !important;
	}

	.m-lg-3 {
		margin: 0.5rem !important;
	}

	.mt-lg-3,
	.my-lg-3 {
		margin-top: 0.5rem !important;
	}

	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 0.5rem !important;
	}

	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 0.5rem !important;
	}

	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 0.5rem !important;
	}

	.m-lg-4 {
		margin: 1rem !important;
	}

	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1rem !important;
	}

	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1rem !important;
	}

	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1rem !important;
	}

	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1rem !important;
	}

	.m-lg-5 {
		margin: 1.5rem !important;
	}

	.mt-lg-5,
	.my-lg-5 {
		margin-top: 1.5rem !important;
	}

	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 1.5rem !important;
	}

	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 1.5rem !important;
	}

	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 1.5rem !important;
	}

	.m-lg-6 {
		margin: 2rem !important;
	}

	.mt-lg-6,
	.my-lg-6 {
		margin-top: 2rem !important;
	}

	.mr-lg-6,
	.mx-lg-6 {
		margin-right: 2rem !important;
	}

	.mb-lg-6,
	.my-lg-6 {
		margin-bottom: 2rem !important;
	}

	.ml-lg-6,
	.mx-lg-6 {
		margin-left: 2rem !important;
	}

	.m-lg-7 {
		margin: 3rem !important;
	}

	.mt-lg-7,
	.my-lg-7 {
		margin-top: 3rem !important;
	}

	.mr-lg-7,
	.mx-lg-7 {
		margin-right: 3rem !important;
	}

	.mb-lg-7,
	.my-lg-7 {
		margin-bottom: 3rem !important;
	}

	.ml-lg-7,
	.mx-lg-7 {
		margin-left: 3rem !important;
	}

	.m-lg-gutter {
		margin: 20px !important;
	}

	.mt-lg-gutter,
	.my-lg-gutter {
		margin-top: 20px !important;
	}

	.mr-lg-gutter,
	.mx-lg-gutter {
		margin-right: 20px !important;
	}

	.mb-lg-gutter,
	.my-lg-gutter {
		margin-bottom: 20px !important;
	}

	.ml-lg-gutter,
	.mx-lg-gutter {
		margin-left: 20px !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: 1px !important;
	}

	.pt-lg-1,
	.py-lg-1 {
		padding-top: 1px !important;
	}

	.pr-lg-1,
	.px-lg-1 {
		padding-right: 1px !important;
	}

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 1px !important;
	}

	.pl-lg-1,
	.px-lg-1 {
		padding-left: 1px !important;
	}

	.p-lg-2 {
		padding: 0.25rem !important;
	}

	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.25rem !important;
	}

	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.25rem !important;
	}

	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.25rem !important;
	}

	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.25rem !important;
	}

	.p-lg-3 {
		padding: 0.5rem !important;
	}

	.pt-lg-3,
	.py-lg-3 {
		padding-top: 0.5rem !important;
	}

	.pr-lg-3,
	.px-lg-3 {
		padding-right: 0.5rem !important;
	}

	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 0.5rem !important;
	}

	.pl-lg-3,
	.px-lg-3 {
		padding-left: 0.5rem !important;
	}

	.p-lg-4 {
		padding: 1rem !important;
	}

	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1rem !important;
	}

	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1rem !important;
	}

	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1rem !important;
	}

	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1rem !important;
	}

	.p-lg-5 {
		padding: 1.5rem !important;
	}

	.pt-lg-5,
	.py-lg-5 {
		padding-top: 1.5rem !important;
	}

	.pr-lg-5,
	.px-lg-5 {
		padding-right: 1.5rem !important;
	}

	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 1.5rem !important;
	}

	.pl-lg-5,
	.px-lg-5 {
		padding-left: 1.5rem !important;
	}

	.p-lg-6 {
		padding: 2rem !important;
	}

	.pt-lg-6,
	.py-lg-6 {
		padding-top: 2rem !important;
	}

	.pr-lg-6,
	.px-lg-6 {
		padding-right: 2rem !important;
	}

	.pb-lg-6,
	.py-lg-6 {
		padding-bottom: 2rem !important;
	}

	.pl-lg-6,
	.px-lg-6 {
		padding-left: 2rem !important;
	}

	.p-lg-7 {
		padding: 3rem !important;
	}

	.pt-lg-7,
	.py-lg-7 {
		padding-top: 3rem !important;
	}

	.pr-lg-7,
	.px-lg-7 {
		padding-right: 3rem !important;
	}

	.pb-lg-7,
	.py-lg-7 {
		padding-bottom: 3rem !important;
	}

	.pl-lg-7,
	.px-lg-7 {
		padding-left: 3rem !important;
	}

	.p-lg-gutter {
		padding: 20px !important;
	}

	.pt-lg-gutter,
	.py-lg-gutter {
		padding-top: 20px !important;
	}

	.pr-lg-gutter,
	.px-lg-gutter {
		padding-right: 20px !important;
	}

	.pb-lg-gutter,
	.py-lg-gutter {
		padding-bottom: 20px !important;
	}

	.pl-lg-gutter,
	.px-lg-gutter {
		padding-left: 20px !important;
	}

	.m-lg-n1 {
		margin: -1px !important;
	}

	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -1px !important;
	}

	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -1px !important;
	}

	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -1px !important;
	}

	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -1px !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.5rem !important;
	}

	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -0.5rem !important;
	}

	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -0.5rem !important;
	}

	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -0.5rem !important;
	}

	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -0.5rem !important;
	}

	.m-lg-n4 {
		margin: -1rem !important;
	}

	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1rem !important;
	}

	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1rem !important;
	}

	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1rem !important;
	}

	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1rem !important;
	}

	.m-lg-n5 {
		margin: -1.5rem !important;
	}

	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -1.5rem !important;
	}

	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -1.5rem !important;
	}

	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -1.5rem !important;
	}

	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -1.5rem !important;
	}

	.m-lg-n6 {
		margin: -2rem !important;
	}

	.mt-lg-n6,
	.my-lg-n6 {
		margin-top: -2rem !important;
	}

	.mr-lg-n6,
	.mx-lg-n6 {
		margin-right: -2rem !important;
	}

	.mb-lg-n6,
	.my-lg-n6 {
		margin-bottom: -2rem !important;
	}

	.ml-lg-n6,
	.mx-lg-n6 {
		margin-left: -2rem !important;
	}

	.m-lg-n7 {
		margin: -3rem !important;
	}

	.mt-lg-n7,
	.my-lg-n7 {
		margin-top: -3rem !important;
	}

	.mr-lg-n7,
	.mx-lg-n7 {
		margin-right: -3rem !important;
	}

	.mb-lg-n7,
	.my-lg-n7 {
		margin-bottom: -3rem !important;
	}

	.ml-lg-n7,
	.mx-lg-n7 {
		margin-left: -3rem !important;
	}

	.m-lg-ngutter {
		margin: -20px !important;
	}

	.mt-lg-ngutter,
	.my-lg-ngutter {
		margin-top: -20px !important;
	}

	.mr-lg-ngutter,
	.mx-lg-ngutter {
		margin-right: -20px !important;
	}

	.mb-lg-ngutter,
	.my-lg-ngutter {
		margin-bottom: -20px !important;
	}

	.ml-lg-ngutter,
	.mx-lg-ngutter {
		margin-left: -20px !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: 1px !important;
	}

	.mt-xl-1,
	.my-xl-1 {
		margin-top: 1px !important;
	}

	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 1px !important;
	}

	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 1px !important;
	}

	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 1px !important;
	}

	.m-xl-2 {
		margin: 0.25rem !important;
	}

	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.25rem !important;
	}

	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.25rem !important;
	}

	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.25rem !important;
	}

	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.25rem !important;
	}

	.m-xl-3 {
		margin: 0.5rem !important;
	}

	.mt-xl-3,
	.my-xl-3 {
		margin-top: 0.5rem !important;
	}

	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 0.5rem !important;
	}

	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 0.5rem !important;
	}

	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 0.5rem !important;
	}

	.m-xl-4 {
		margin: 1rem !important;
	}

	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1rem !important;
	}

	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1rem !important;
	}

	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1rem !important;
	}

	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1rem !important;
	}

	.m-xl-5 {
		margin: 1.5rem !important;
	}

	.mt-xl-5,
	.my-xl-5 {
		margin-top: 1.5rem !important;
	}

	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 1.5rem !important;
	}

	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 1.5rem !important;
	}

	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 1.5rem !important;
	}

	.m-xl-6 {
		margin: 2rem !important;
	}

	.mt-xl-6,
	.my-xl-6 {
		margin-top: 2rem !important;
	}

	.mr-xl-6,
	.mx-xl-6 {
		margin-right: 2rem !important;
	}

	.mb-xl-6,
	.my-xl-6 {
		margin-bottom: 2rem !important;
	}

	.ml-xl-6,
	.mx-xl-6 {
		margin-left: 2rem !important;
	}

	.m-xl-7 {
		margin: 3rem !important;
	}

	.mt-xl-7,
	.my-xl-7 {
		margin-top: 3rem !important;
	}

	.mr-xl-7,
	.mx-xl-7 {
		margin-right: 3rem !important;
	}

	.mb-xl-7,
	.my-xl-7 {
		margin-bottom: 3rem !important;
	}

	.ml-xl-7,
	.mx-xl-7 {
		margin-left: 3rem !important;
	}

	.m-xl-gutter {
		margin: 20px !important;
	}

	.mt-xl-gutter,
	.my-xl-gutter {
		margin-top: 20px !important;
	}

	.mr-xl-gutter,
	.mx-xl-gutter {
		margin-right: 20px !important;
	}

	.mb-xl-gutter,
	.my-xl-gutter {
		margin-bottom: 20px !important;
	}

	.ml-xl-gutter,
	.mx-xl-gutter {
		margin-left: 20px !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: 1px !important;
	}

	.pt-xl-1,
	.py-xl-1 {
		padding-top: 1px !important;
	}

	.pr-xl-1,
	.px-xl-1 {
		padding-right: 1px !important;
	}

	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 1px !important;
	}

	.pl-xl-1,
	.px-xl-1 {
		padding-left: 1px !important;
	}

	.p-xl-2 {
		padding: 0.25rem !important;
	}

	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.25rem !important;
	}

	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.25rem !important;
	}

	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.25rem !important;
	}

	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.25rem !important;
	}

	.p-xl-3 {
		padding: 0.5rem !important;
	}

	.pt-xl-3,
	.py-xl-3 {
		padding-top: 0.5rem !important;
	}

	.pr-xl-3,
	.px-xl-3 {
		padding-right: 0.5rem !important;
	}

	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 0.5rem !important;
	}

	.pl-xl-3,
	.px-xl-3 {
		padding-left: 0.5rem !important;
	}

	.p-xl-4 {
		padding: 1rem !important;
	}

	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1rem !important;
	}

	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1rem !important;
	}

	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1rem !important;
	}

	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1rem !important;
	}

	.p-xl-5 {
		padding: 1.5rem !important;
	}

	.pt-xl-5,
	.py-xl-5 {
		padding-top: 1.5rem !important;
	}

	.pr-xl-5,
	.px-xl-5 {
		padding-right: 1.5rem !important;
	}

	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 1.5rem !important;
	}

	.pl-xl-5,
	.px-xl-5 {
		padding-left: 1.5rem !important;
	}

	.p-xl-6 {
		padding: 2rem !important;
	}

	.pt-xl-6,
	.py-xl-6 {
		padding-top: 2rem !important;
	}

	.pr-xl-6,
	.px-xl-6 {
		padding-right: 2rem !important;
	}

	.pb-xl-6,
	.py-xl-6 {
		padding-bottom: 2rem !important;
	}

	.pl-xl-6,
	.px-xl-6 {
		padding-left: 2rem !important;
	}

	.p-xl-7 {
		padding: 3rem !important;
	}

	.pt-xl-7,
	.py-xl-7 {
		padding-top: 3rem !important;
	}

	.pr-xl-7,
	.px-xl-7 {
		padding-right: 3rem !important;
	}

	.pb-xl-7,
	.py-xl-7 {
		padding-bottom: 3rem !important;
	}

	.pl-xl-7,
	.px-xl-7 {
		padding-left: 3rem !important;
	}

	.p-xl-gutter {
		padding: 20px !important;
	}

	.pt-xl-gutter,
	.py-xl-gutter {
		padding-top: 20px !important;
	}

	.pr-xl-gutter,
	.px-xl-gutter {
		padding-right: 20px !important;
	}

	.pb-xl-gutter,
	.py-xl-gutter {
		padding-bottom: 20px !important;
	}

	.pl-xl-gutter,
	.px-xl-gutter {
		padding-left: 20px !important;
	}

	.m-xl-n1 {
		margin: -1px !important;
	}

	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -1px !important;
	}

	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -1px !important;
	}

	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -1px !important;
	}

	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -1px !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.5rem !important;
	}

	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -0.5rem !important;
	}

	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -0.5rem !important;
	}

	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -0.5rem !important;
	}

	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -0.5rem !important;
	}

	.m-xl-n4 {
		margin: -1rem !important;
	}

	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1rem !important;
	}

	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1rem !important;
	}

	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1rem !important;
	}

	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1rem !important;
	}

	.m-xl-n5 {
		margin: -1.5rem !important;
	}

	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -1.5rem !important;
	}

	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -1.5rem !important;
	}

	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -1.5rem !important;
	}

	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -1.5rem !important;
	}

	.m-xl-n6 {
		margin: -2rem !important;
	}

	.mt-xl-n6,
	.my-xl-n6 {
		margin-top: -2rem !important;
	}

	.mr-xl-n6,
	.mx-xl-n6 {
		margin-right: -2rem !important;
	}

	.mb-xl-n6,
	.my-xl-n6 {
		margin-bottom: -2rem !important;
	}

	.ml-xl-n6,
	.mx-xl-n6 {
		margin-left: -2rem !important;
	}

	.m-xl-n7 {
		margin: -3rem !important;
	}

	.mt-xl-n7,
	.my-xl-n7 {
		margin-top: -3rem !important;
	}

	.mr-xl-n7,
	.mx-xl-n7 {
		margin-right: -3rem !important;
	}

	.mb-xl-n7,
	.my-xl-n7 {
		margin-bottom: -3rem !important;
	}

	.ml-xl-n7,
	.mx-xl-n7 {
		margin-left: -3rem !important;
	}

	.m-xl-ngutter {
		margin: -20px !important;
	}

	.mt-xl-ngutter,
	.my-xl-ngutter {
		margin-top: -20px !important;
	}

	.mr-xl-ngutter,
	.mx-xl-ngutter {
		margin-right: -20px !important;
	}

	.mb-xl-ngutter,
	.my-xl-ngutter {
		margin-bottom: -20px !important;
	}

	.ml-xl-ngutter,
	.mx-xl-ngutter {
		margin-left: -20px !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;
	}
}

.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: 380px) {
	.text-xs-left {
		text-align: left !important;
	}

	.text-xs-right {
		text-align: right !important;
	}

	.text-xs-center {
		text-align: center !important;
	}
}

@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important;
	}

	.text-sm-right {
		text-align: right !important;
	}

	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}

	.text-md-right {
		text-align: right !important;
	}

	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important;
	}

	.text-lg-right {
		text-align: right !important;
	}

	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
	}

	.text-xl-right {
		text-align: right !important;
	}

	.text-xl-center {
		text-align: center !important;
	}
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-lighter {
	font-weight: lighter !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-weight-bolder {
	font-weight: bolder !important;
}

.font-italic {
	font-style: italic !important;
}

.text-white {
	color: #fff !important;
}

.text-primary {
	color: #ff5605 !important;
}

a.text-primary:hover, a.text-primary:focus {
	color: #b83b00 !important;
}

.text-secondary {
	color: #bdbdbd !important;
}

a.text-secondary:hover, a.text-secondary:focus {
	color: #979797 !important;
}

.text-success {
	color: #5ea13d !important;
}

a.text-success:hover, a.text-success:focus {
	color: #3e6a28 !important;
}

.text-info {
	color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
	color: #0f6674 !important;
}

.text-warning {
	color: #ffae00 !important;
}

a.text-warning:hover, a.text-warning:focus {
	color: #b37a00 !important;
}

.text-danger {
	color: #cc0a00 !important;
}

a.text-danger:hover, a.text-danger:focus {
	color: #800600 !important;
}

.text-light {
	color: #ffffff !important;
}

a.text-light:hover, a.text-light:focus {
	color: #d9d9d9 !important;
}

.text-dark {
	color: #222428 !important;
}

a.text-dark:hover, a.text-dark:focus {
	color: black !important;
}

.text-body {
	color: #202020 !important;
}

.text-muted, .text-insert, .text-emphasis__content, .bmd-help {
	color: #6c757d !important;
}

.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-break {
	word-break: break-word !important;
	word-wrap: break-word !important;
}

.text-reset {
	color: inherit !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

@media print {
	*,
	*::before,
	*::after {
		text-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}

	a:not(.btn):not(.footer-subscribe__button) {
		text-decoration: underline;
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	pre {
		white-space: pre-wrap !important;
	}

	pre,
	blockquote {
		border: 1px solid #adb5bd;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	@page {
		size: a3;
	}

	body {
		min-width: 992px !important;
	}

	.container, .l-section--container .l-section__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 #dee2e6 !important;
	}

	.table-dark {
		color: inherit;
	}

	.table-dark th,
	.table-dark td,
	.table-dark thead th,
	.table-dark tbody + tbody {
		border-color: #f1f1f1;
	}

	.table .thead-dark th {
		color: inherit;
		border-color: #f1f1f1;
	}
}

.ff-open_sans {
	font-family: 'Open Sans', sans-serif;
}

.ff-pt_sans {
	font-family: 'PT Sans', sans-serif;
}

.ff-roboto {
	font-family: 'Roboto', sans-serif;
}

.fs-small {
	font-size: 14px;
}

.fs-big {
	font-size: 18px;
}

@media (max-width: 1199.98px) {
	.fs-big .l-head--type1 .l-head__slogan {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.cw_1140 .container, .cw_1140 .l-section--container .l-section__container, .l-section--container .cw_1140 .l-section__container {
		max-width: 1140px;
	}

	.cw_1140 .l-head--type1 .l-head__slogan {
		display: none !important;
	}

	.cw_1140 .__leftbanner.__center .rs-banners {
		padding-left: 0;
	}

	.cw_1140 .rs-banners-sidebanner.__left.is-loading {
		display: none;
	}

	.cw_1510 .container, .cw_1510 .l-section--container .l-section__container, .l-section--container .cw_1510 .l-section__container {
		max-width: 1510px;
	}

	.cw_full .container, .cw_full .l-section--container .l-section__container, .l-section--container .cw_full .l-section__container {
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.cw_1140 .l-head--type6 .__rightbanner.__center .rs-banners,
	.cw_1140 .l-head--type7 .__rightbanner.__center .rs-banners {
		padding-right: 0;
	}

	.cw_1140 .l-head--type6 .rs-banners-sidebanner.__right.is-loading,
	.cw_1140 .l-head--type7 .rs-banners-sidebanner.__right.is-loading {
		display: none;
	}
}

.c-icon-count, .c-icon, .b-header-user--r-lg .b-header-user__icon {
	font-size: 1.25rem;
	color: #bdbdbd;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 3.13rem;
	height: 3.13rem;
	line-height: 0;
	position: relative;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.c-icon-count:hover, .c-icon:hover, .b-header-user--r-lg .b-header-user__icon:hover, .c-icon-count:focus, .c-icon:focus, .b-header-user--r-lg .b-header-user__icon:focus {
	color: #ff5605;
}

.c-icon-count:focus, .c-icon:focus, .b-header-user--r-lg .b-header-user__icon:focus {
	outline: 0;
}

.c-icon-count + .c-icon-count, .c-icon + .c-icon-count, .b-header-user--r-lg .b-header-user__icon + .c-icon-count, .c-icon-count + .c-icon, .c-icon + .c-icon, .b-header-user--r-lg .b-header-user__icon + .c-icon, .b-header-user--r-lg .c-icon-count + .b-header-user__icon, .b-header-user--r-lg .c-icon + .b-header-user__icon, .b-header-user--r-lg .b-header-user__icon + .b-header-user__icon {
	margin-left: -.25rem;
}

.doc__name {
	display: block;
	position: relative;
	overflow: hidden;
}

.doc__name:after {
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(80%, #fff), to(#fff));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 80%, #fff 100%);
	bottom: 0;
	right: 0;
	content: "";
	height: 1.5rem;
	position: absolute;
	top: 0;
	width: 10%;
}

.scrollbar-theme {
	scrollbar-width: thin;
	scrollbar-color: #dedede #efefef;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.scrollbar-theme {
		scrollbar-base-color: #efefef;
		scrollbar-face-color: #dedede;
		scrollbar-3dlight-color: #dedede;
		scrollbar-highlight-color: #dedede;
		scrollbar-track-color: #efefef;
		scrollbar-arrow-color: #efefef;
		scrollbar-shadow-color: #dedede;
		scrollbar-dark-shadow-color: #dedede;
	}
}

.scrollbar-theme::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.scrollbar-theme::-webkit-scrollbar-button {
	width: 0;
	height: 0;
}

.scrollbar-theme::-webkit-scrollbar-thumb {
	background: #dedede;
	border: 0 none #fff;
	border-radius: 10px;
}

.scrollbar-theme::-webkit-scrollbar-thumb:hover {
	background: #cacaca;
}

.scrollbar-theme::-webkit-scrollbar-thumb:active {
	background: #cacaca;
}

.scrollbar-theme::-webkit-scrollbar-track {
	cursor: pointer;
	background: #efefef;
	border: 0 none #efefef;
	border-radius: 10px;
}

.scrollbar-theme::-webkit-scrollbar-track:hover {
	background: #efefef;
}

.scrollbar-theme::-webkit-scrollbar-track:active {
	background: #efefef;
}

.scrollbar-theme::-webkit-scrollbar-corner {
	background: transparent;
}

body,
html {
	height: 100%;
}

.col-5ths {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

@media (min-width: 380px) {
	.col-xs-5ths {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 576px) {
	.col-sm-5ths {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 768px) {
	.col-md-5ths {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 992px) {
	.col-lg-5ths {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 1200px) {
	.col-xl-5ths {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

.icon-svg {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: currentColor;
	fill-rule: evenodd;
	vertical-align: middle;
}

img {
	height: auto;
	max-width: 100%;
}

img, input[type="image"], video, embed, iframe, marquee, object, table {
	aspect-ratio: auto attr(width)/attr(height);
}

/* Line Height */
.lh-0 {
	line-height: 0;
}

.lh-1 {
	line-height: 1;
}

.lh-base {
	line-height: 1.5;
}

/* Font-size */
.font-size-base {
	font-size: 1rem;
}

.font-size-sm {
	font-size: 0.875rem;
}

.font-size-lg {
	font-size: 1.125rem;
}

.font-size-big, .text-insert, .text-emphasis__content {
	font-size: 1.25rem;
}

.decoration-none {
	text-decoration: none !important;
}

.text-insert {
	display: block;
	margin: 3rem auto;
}

.text-emphasis {
	text-align: center;
	position: relative;
}

.text-emphasis__title {
	color: #202020;
}

.text-emphasis__content {
	padding-top: 2rem;
	padding-bottom: 4.5rem;
	margin: auto;
	max-width: 29rem;
	font-weight: 300;
}

.text-emphasis--delimiter:before, .text-emphasis--delimiter:after {
	position: absolute;
	content: "";
	height: 5px;
	left: 0;
	width: 100%;
	border-radius: .5rem;
	background: #f1f1f1;
}

.text-emphasis--delimiter:before {
	top: 0;
}

.text-emphasis--delimiter:after {
	bottom: 0;
}

.blockquote-custom {
	margin-bottom: 1rem;
	font-size: 1.25rem;
	max-width: 43.75rem;
	padding-left: 4.25rem;
	margin: auto;
	position: relative;
	color: #7d8698;
	font-size: 300;
}

.blockquote-custom:before {
	content: "\201C";
	position: absolute;
	left: 0;
	top: -10px;
	font-size: 6rem;
	line-height: 1;
	color: #ff5605;
}

.text-link {
	color: #3483b8 !important;
}

.blockquote-custom-footer {
	display: block;
	font-size: .88rem;
	color: #202020;
	margin-top: 1.25rem;
}

.blockquote-custom-footer::before {
	content: "\2014 \00A0";
}

ol.custom-list-ol, ul.custom-list-ul {
	font-size: 1.25rem;
	font-weight: 500;
	max-width: 43.75rem;
	margin: 2.63rem auto;
	line-height: 1.56rem;
}

ol.custom-list-ol ul, ul.custom-list-ul ul,
ol.custom-list-ol ol,
ul.custom-list-ul ol {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin: .88rem 0;
}

ol.custom-list-ol li, ul.custom-list-ul li {
	position: relative;
}

ol.custom-list-ol > li, ul.custom-list-ul > li {
	margin: 1rem 0;
}

ol.custom-list-ol,
ol.custom-list-ol ol {
	list-style-type: none;
	counter-reset: step-counter;
}

ol.custom-list-ol li {
	position: relative;
}

ol.custom-list-ol li:before {
	content: counters(step-counter, ".") ". ";
	counter-increment: step-counter;
	position: absolute;
	left: -2.38rem;
}

ol.custom-list-ol > li:after {
	content: "";
	position: absolute;
	width: .38rem;
	height: .88rem;
	left: -3rem;
	top: .38rem;
	border-radius: .5rem;
	background: #ff5605;
}

ul.custom-list-ul {
	list-style: none;
}

ul.custom-list-ul li:before {
	content: "";
	position: absolute;
	background: #ff5605;
}

ul.custom-list-ul > li:before {
	width: .63rem;
	height: .63rem;
	left: -2.5rem;
	top: .5rem;
	border-radius: .25rem;
}

ul.custom-list-ul ul,
ul.custom-list-ul ol {
	list-style: none;
}

ul.custom-list-ul ul > li:before,
ul.custom-list-ul ol > li:before {
	width: .31rem;
	height: .31rem;
	left: -2.38rem;
	top: .63rem;
	border-radius: 50%;
}

/* test */
.show-items-1 > *:first-child {
	display: block;
}

.show-items-1 > *:nth-child(n + 2) {
	display: none;
}

.show-items-2 > *:nth-child(-n + 2) {
	display: block;
}

.show-items-2 > *:nth-child(n + 3) {
	display: none;
}

.show-items-3 > *:nth-child(-n + 3) {
	display: block;
}

.show-items-3 > *:nth-child(n + 4) {
	display: none;
}

.show-items-4 > *:nth-child(-n + 4) {
	display: block;
}

.show-items-4 > *:nth-child(n + 5) {
	display: none;
}

.show-items-5 > *:nth-child(-n + 5) {
	display: block;
}

.show-items-5 > *:nth-child(n + 6) {
	display: none;
}

.show-items-6 > *:nth-child(-n + 6) {
	display: block;
}

.show-items-6 > *:nth-child(n + 7) {
	display: none;
}

.show-items-7 > *:nth-child(-n + 7) {
	display: block;
}

.show-items-7 > *:nth-child(n + 8) {
	display: none;
}

.show-items-8 > *:nth-child(-n + 8) {
	display: block;
}

.show-items-8 > *:nth-child(n + 9) {
	display: none;
}

.show-items-9 > *:nth-child(-n + 9) {
	display: block;
}

.show-items-9 > *:nth-child(n + 10) {
	display: none;
}

.show-items-10 > *:nth-child(-n + 10) {
	display: block;
}

.show-items-10 > *:nth-child(n + 11) {
	display: none;
}

/* test */
@media (min-width: 380px) {
	.show-items-xs-1 > *:first-child {
		display: block;
	}

	.show-items-xs-1 > *:nth-child(n + 2) {
		display: none;
	}
}

@media (min-width: 380px) {
	.show-items-xs-2 > *:nth-child(-n + 2) {
		display: block;
	}

	.show-items-xs-2 > *:nth-child(n + 3) {
		display: none;
	}
}

@media (min-width: 380px) {
	.show-items-xs-3 > *:nth-child(-n + 3) {
		display: block;
	}

	.show-items-xs-3 > *:nth-child(n + 4) {
		display: none;
	}
}

@media (min-width: 380px) {
	.show-items-xs-4 > *:nth-child(-n + 4) {
		display: block;
	}

	.show-items-xs-4 > *:nth-child(n + 5) {
		display: none;
	}
}

@media (min-width: 380px) {
	.show-items-xs-5 > *:nth-child(-n + 5) {
		display: block;
	}

	.show-items-xs-5 > *:nth-child(n + 6) {
		display: none;
	}
}

@media (min-width: 380px) {
	.show-items-xs-6 > *:nth-child(-n + 6) {
		display: block;
	}

	.show-items-xs-6 > *:nth-child(n + 7) {
		display: none;
	}
}

@media (min-width: 380px) {
	.show-items-xs-7 > *:nth-child(-n + 7) {
		display: block;
	}

	.show-items-xs-7 > *:nth-child(n + 8) {
		display: none;
	}
}

@media (min-width: 380px) {
	.show-items-xs-8 > *:nth-child(-n + 8) {
		display: block;
	}

	.show-items-xs-8 > *:nth-child(n + 9) {
		display: none;
	}
}

@media (min-width: 380px) {
	.show-items-xs-9 > *:nth-child(-n + 9) {
		display: block;
	}

	.show-items-xs-9 > *:nth-child(n + 10) {
		display: none;
	}
}

@media (min-width: 380px) {
	.show-items-xs-10 > *:nth-child(-n + 10) {
		display: block;
	}

	.show-items-xs-10 > *:nth-child(n + 11) {
		display: none;
	}
}

/* test */
@media (min-width: 576px) {
	.show-items-sm-1 > *:first-child {
		display: block;
	}

	.show-items-sm-1 > *:nth-child(n + 2) {
		display: none;
	}
}

@media (min-width: 576px) {
	.show-items-sm-2 > *:nth-child(-n + 2) {
		display: block;
	}

	.show-items-sm-2 > *:nth-child(n + 3) {
		display: none;
	}
}

@media (min-width: 576px) {
	.show-items-sm-3 > *:nth-child(-n + 3) {
		display: block;
	}

	.show-items-sm-3 > *:nth-child(n + 4) {
		display: none;
	}
}

@media (min-width: 576px) {
	.show-items-sm-4 > *:nth-child(-n + 4) {
		display: block;
	}

	.show-items-sm-4 > *:nth-child(n + 5) {
		display: none;
	}
}

@media (min-width: 576px) {
	.show-items-sm-5 > *:nth-child(-n + 5) {
		display: block;
	}

	.show-items-sm-5 > *:nth-child(n + 6) {
		display: none;
	}
}

@media (min-width: 576px) {
	.show-items-sm-6 > *:nth-child(-n + 6) {
		display: block;
	}

	.show-items-sm-6 > *:nth-child(n + 7) {
		display: none;
	}
}

@media (min-width: 576px) {
	.show-items-sm-7 > *:nth-child(-n + 7) {
		display: block;
	}

	.show-items-sm-7 > *:nth-child(n + 8) {
		display: none;
	}
}

@media (min-width: 576px) {
	.show-items-sm-8 > *:nth-child(-n + 8) {
		display: block;
	}

	.show-items-sm-8 > *:nth-child(n + 9) {
		display: none;
	}
}

@media (min-width: 576px) {
	.show-items-sm-9 > *:nth-child(-n + 9) {
		display: block;
	}

	.show-items-sm-9 > *:nth-child(n + 10) {
		display: none;
	}
}

@media (min-width: 576px) {
	.show-items-sm-10 > *:nth-child(-n + 10) {
		display: block;
	}

	.show-items-sm-10 > *:nth-child(n + 11) {
		display: none;
	}
}

/* test */
@media (min-width: 768px) {
	.show-items-md-1 > *:first-child {
		display: block;
	}

	.show-items-md-1 > *:nth-child(n + 2) {
		display: none;
	}
}

@media (min-width: 768px) {
	.show-items-md-2 > *:nth-child(-n + 2) {
		display: block;
	}

	.show-items-md-2 > *:nth-child(n + 3) {
		display: none;
	}
}

@media (min-width: 768px) {
	.show-items-md-3 > *:nth-child(-n + 3) {
		display: block;
	}

	.show-items-md-3 > *:nth-child(n + 4) {
		display: none;
	}
}

@media (min-width: 768px) {
	.show-items-md-4 > *:nth-child(-n + 4) {
		display: block;
	}

	.show-items-md-4 > *:nth-child(n + 5) {
		display: none;
	}
}

@media (min-width: 768px) {
	.show-items-md-5 > *:nth-child(-n + 5) {
		display: block;
	}

	.show-items-md-5 > *:nth-child(n + 6) {
		display: none;
	}
}

@media (min-width: 768px) {
	.show-items-md-6 > *:nth-child(-n + 6) {
		display: block;
	}

	.show-items-md-6 > *:nth-child(n + 7) {
		display: none;
	}
}

@media (min-width: 768px) {
	.show-items-md-7 > *:nth-child(-n + 7) {
		display: block;
	}

	.show-items-md-7 > *:nth-child(n + 8) {
		display: none;
	}
}

@media (min-width: 768px) {
	.show-items-md-8 > *:nth-child(-n + 8) {
		display: block;
	}

	.show-items-md-8 > *:nth-child(n + 9) {
		display: none;
	}
}

@media (min-width: 768px) {
	.show-items-md-9 > *:nth-child(-n + 9) {
		display: block;
	}

	.show-items-md-9 > *:nth-child(n + 10) {
		display: none;
	}
}

@media (min-width: 768px) {
	.show-items-md-10 > *:nth-child(-n + 10) {
		display: block;
	}

	.show-items-md-10 > *:nth-child(n + 11) {
		display: none;
	}
}

/* test */
@media (min-width: 992px) {
	.show-items-lg-1 > *:first-child {
		display: block;
	}

	.show-items-lg-1 > *:nth-child(n + 2) {
		display: none;
	}
}

@media (min-width: 992px) {
	.show-items-lg-2 > *:nth-child(-n + 2) {
		display: block;
	}

	.show-items-lg-2 > *:nth-child(n + 3) {
		display: none;
	}
}

@media (min-width: 992px) {
	.show-items-lg-3 > *:nth-child(-n + 3) {
		display: block;
	}

	.show-items-lg-3 > *:nth-child(n + 4) {
		display: none;
	}
}

@media (min-width: 992px) {
	.show-items-lg-4 > *:nth-child(-n + 4) {
		display: block;
	}

	.show-items-lg-4 > *:nth-child(n + 5) {
		display: none;
	}
}

@media (min-width: 992px) {
	.show-items-lg-5 > *:nth-child(-n + 5) {
		display: block;
	}

	.show-items-lg-5 > *:nth-child(n + 6) {
		display: none;
	}
}

@media (min-width: 992px) {
	.show-items-lg-6 > *:nth-child(-n + 6) {
		display: block;
	}

	.show-items-lg-6 > *:nth-child(n + 7) {
		display: none;
	}
}

@media (min-width: 992px) {
	.show-items-lg-7 > *:nth-child(-n + 7) {
		display: block;
	}

	.show-items-lg-7 > *:nth-child(n + 8) {
		display: none;
	}
}

@media (min-width: 992px) {
	.show-items-lg-8 > *:nth-child(-n + 8) {
		display: block;
	}

	.show-items-lg-8 > *:nth-child(n + 9) {
		display: none;
	}
}

@media (min-width: 992px) {
	.show-items-lg-9 > *:nth-child(-n + 9) {
		display: block;
	}

	.show-items-lg-9 > *:nth-child(n + 10) {
		display: none;
	}
}

@media (min-width: 992px) {
	.show-items-lg-10 > *:nth-child(-n + 10) {
		display: block;
	}

	.show-items-lg-10 > *:nth-child(n + 11) {
		display: none;
	}
}

/* test */
@media (min-width: 1200px) {
	.show-items-xl-1 > *:first-child {
		display: block;
	}

	.show-items-xl-1 > *:nth-child(n + 2) {
		display: none;
	}
}

@media (min-width: 1200px) {
	.show-items-xl-2 > *:nth-child(-n + 2) {
		display: block;
	}

	.show-items-xl-2 > *:nth-child(n + 3) {
		display: none;
	}
}

@media (min-width: 1200px) {
	.show-items-xl-3 > *:nth-child(-n + 3) {
		display: block;
	}

	.show-items-xl-3 > *:nth-child(n + 4) {
		display: none;
	}
}

@media (min-width: 1200px) {
	.show-items-xl-4 > *:nth-child(-n + 4) {
		display: block;
	}

	.show-items-xl-4 > *:nth-child(n + 5) {
		display: none;
	}
}

@media (min-width: 1200px) {
	.show-items-xl-5 > *:nth-child(-n + 5) {
		display: block;
	}

	.show-items-xl-5 > *:nth-child(n + 6) {
		display: none;
	}
}

@media (min-width: 1200px) {
	.show-items-xl-6 > *:nth-child(-n + 6) {
		display: block;
	}

	.show-items-xl-6 > *:nth-child(n + 7) {
		display: none;
	}
}

@media (min-width: 1200px) {
	.show-items-xl-7 > *:nth-child(-n + 7) {
		display: block;
	}

	.show-items-xl-7 > *:nth-child(n + 8) {
		display: none;
	}
}

@media (min-width: 1200px) {
	.show-items-xl-8 > *:nth-child(-n + 8) {
		display: block;
	}

	.show-items-xl-8 > *:nth-child(n + 9) {
		display: none;
	}
}

@media (min-width: 1200px) {
	.show-items-xl-9 > *:nth-child(-n + 9) {
		display: block;
	}

	.show-items-xl-9 > *:nth-child(n + 10) {
		display: none;
	}
}

@media (min-width: 1200px) {
	.show-items-xl-10 > *:nth-child(-n + 10) {
		display: block;
	}

	.show-items-xl-10 > *:nth-child(n + 11) {
		display: none;
	}
}

@media (min-width: 992px) {
	.maxw-content {
		max-width: 979px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}

.row-borders {
	margin: 0;
	margin-top: -1px;
	border-top: 1px solid #f1f1f1;
}

.row-borders > .col,
.row-borders > [class*="col-"] {
	border-bottom: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	padding: 0;
}

@media (max-width: 379.98px) {
	.row-borders > .col-1:nth-child(12n) {
		border-right-color: transparent;
	}

	.row-borders > .col-1 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-2:nth-child(6n) {
		border-right-color: transparent;
	}

	.row-borders > .col-2 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-3:nth-child(4n) {
		border-right-color: transparent;
	}

	.row-borders > .col-3 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-4:nth-child(3n) {
		border-right-color: transparent;
	}

	.row-borders > .col-4 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-5:nth-child(2n) {
		border-right-color: transparent;
	}

	.row-borders > .col-5 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-6:nth-child(2n) {
		border-right-color: transparent;
	}

	.row-borders > .col-6 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-7:nth-child(2n) {
		border-right-color: transparent;
	}

	.row-borders > .col-7 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-8:nth-child(2n) {
		border-right-color: transparent;
	}

	.row-borders > .col-8 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-9:nth-child(1n) {
		border-right-color: transparent;
	}

	.row-borders > .col-9 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-10:nth-child(1n), .row-borders > .text-insert:nth-child(1n) {
		border-right-color: transparent;
	}

	.row-borders > .col-10, .row-borders > .text-insert {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-11:nth-child(1n) {
		border-right-color: transparent;
	}

	.row-borders > .col-11 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-12:nth-child(1n) {
		border-right-color: transparent;
	}

	.row-borders > .col-12 {
		border-bottom: 1px solid #f1f1f1;
	}
}

@media (min-width: 380px) and (max-width: 575.98px) {
	.row-borders > .col-xs-1:nth-child(12n) {
		border-right-color: transparent;
	}

	.row-borders > .col-xs-1 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-xs-2:nth-child(6n) {
		border-right-color: transparent;
	}

	.row-borders > .col-xs-2 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-xs-3:nth-child(4n) {
		border-right-color: transparent;
	}

	.row-borders > .col-xs-3 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-xs-4:nth-child(3n) {
		border-right-color: transparent;
	}

	.row-borders > .col-xs-4 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-xs-5:nth-child(2n) {
		border-right-color: transparent;
	}

	.row-borders > .col-xs-5 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-xs-6:nth-child(2n) {
		border-right-color: transparent;
	}

	.row-borders > .col-xs-6 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-xs-7:nth-child(2n) {
		border-right-color: transparent;
	}

	.row-borders > .col-xs-7 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-xs-8:nth-child(2n) {
		border-right-color: transparent;
	}

	.row-borders > .col-xs-8 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-xs-9:nth-child(1n) {
		border-right-color: transparent;
	}

	.row-borders > .col-xs-9 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-xs-10:nth-child(1n) {
		border-right-color: transparent;
	}

	.row-borders > .col-xs-10 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-xs-11:nth-child(1n) {
		border-right-color: transparent;
	}

	.row-borders > .col-xs-11 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-xs-12:nth-child(1n) {
		border-right-color: transparent;
	}

	.row-borders > .col-xs-12 {
		border-bottom: 1px solid #f1f1f1;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.row-borders > .col-sm-1:nth-child(12n) {
		border-right-color: transparent;
	}

	.row-borders > .col-sm-1 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-sm-2:nth-child(6n) {
		border-right-color: transparent;
	}

	.row-borders > .col-sm-2 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-sm-3:nth-child(4n) {
		border-right-color: transparent;
	}

	.row-borders > .col-sm-3 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-sm-4:nth-child(3n) {
		border-right-color: transparent;
	}

	.row-borders > .col-sm-4 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-sm-5:nth-child(2n) {
		border-right-color: transparent;
	}

	.row-borders > .col-sm-5 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-sm-6:nth-child(2n) {
		border-right-color: transparent;
	}

	.row-borders > .col-sm-6 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-sm-7:nth-child(2n) {
		border-right-color: transparent;
	}

	.row-borders > .col-sm-7 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-sm-8:nth-child(2n) {
		border-right-color: transparent;
	}

	.row-borders > .col-sm-8 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-sm-9:nth-child(1n) {
		border-right-color: transparent;
	}

	.row-borders > .col-sm-9 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-sm-10:nth-child(1n) {
		border-right-color: transparent;
	}

	.row-borders > .col-sm-10 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-sm-11:nth-child(1n) {
		border-right-color: transparent;
	}

	.row-borders > .col-sm-11 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-sm-12:nth-child(1n) {
		border-right-color: transparent;
	}

	.row-borders > .col-sm-12 {
		border-bottom: 1px solid #f1f1f1;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.row-borders > .col-md-1:nth-child(12n) {
		border-right-color: transparent;
	}

	.row-borders > .col-md-1 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-md-2:nth-child(6n) {
		border-right-color: transparent;
	}

	.row-borders > .col-md-2 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-md-3:nth-child(4n) {
		border-right-color: transparent;
	}

	.row-borders > .col-md-3 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-md-4:nth-child(3n) {
		border-right-color: transparent;
	}

	.row-borders > .col-md-4 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-md-5:nth-child(2n) {
		border-right-color: transparent;
	}

	.row-borders > .col-md-5 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-md-6:nth-child(2n) {
		border-right-color: transparent;
	}

	.row-borders > .col-md-6 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-md-7:nth-child(2n) {
		border-right-color: transparent;
	}

	.row-borders > .col-md-7 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-md-8:nth-child(2n) {
		border-right-color: transparent;
	}

	.row-borders > .col-md-8 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-md-9:nth-child(1n) {
		border-right-color: transparent;
	}

	.row-borders > .col-md-9 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-md-10:nth-child(1n) {
		border-right-color: transparent;
	}

	.row-borders > .col-md-10 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-md-11:nth-child(1n) {
		border-right-color: transparent;
	}

	.row-borders > .col-md-11 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-md-12:nth-child(1n) {
		border-right-color: transparent;
	}

	.row-borders > .col-md-12 {
		border-bottom: 1px solid #f1f1f1;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.row-borders > .col-lg-1:nth-child(12n) {
		border-right-color: transparent;
	}

	.row-borders > .col-lg-1 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-lg-2:nth-child(6n) {
		border-right-color: transparent;
	}

	.row-borders > .col-lg-2 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-lg-3:nth-child(4n) {
		border-right-color: transparent;
	}

	.row-borders > .col-lg-3 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-lg-4:nth-child(3n) {
		border-right-color: transparent;
	}

	.row-borders > .col-lg-4 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-lg-5:nth-child(2n) {
		border-right-color: transparent;
	}

	.row-borders > .col-lg-5 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-lg-6:nth-child(2n) {
		border-right-color: transparent;
	}

	.row-borders > .col-lg-6 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-lg-7:nth-child(2n) {
		border-right-color: transparent;
	}

	.row-borders > .col-lg-7 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-lg-8:nth-child(2n) {
		border-right-color: transparent;
	}

	.row-borders > .col-lg-8 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-lg-9:nth-child(1n) {
		border-right-color: transparent;
	}

	.row-borders > .col-lg-9 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-lg-10:nth-child(1n) {
		border-right-color: transparent;
	}

	.row-borders > .col-lg-10 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-lg-11:nth-child(1n) {
		border-right-color: transparent;
	}

	.row-borders > .col-lg-11 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-lg-12:nth-child(1n) {
		border-right-color: transparent;
	}

	.row-borders > .col-lg-12 {
		border-bottom: 1px solid #f1f1f1;
	}
}

@media (min-width: 1200px) {
	.row-borders > .col-xl-1:nth-child(12n) {
		border-right-color: transparent;
	}

	.row-borders > .col-xl-1 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-xl-2:nth-child(6n) {
		border-right-color: transparent;
	}

	.row-borders > .col-xl-2 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-xl-3:nth-child(4n) {
		border-right-color: transparent;
	}

	.row-borders > .col-xl-3 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-xl-4:nth-child(3n) {
		border-right-color: transparent;
	}

	.row-borders > .col-xl-4 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-xl-5:nth-child(2n) {
		border-right-color: transparent;
	}

	.row-borders > .col-xl-5 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-xl-6:nth-child(2n) {
		border-right-color: transparent;
	}

	.row-borders > .col-xl-6 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-xl-7:nth-child(2n) {
		border-right-color: transparent;
	}

	.row-borders > .col-xl-7 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-xl-8:nth-child(2n) {
		border-right-color: transparent;
	}

	.row-borders > .col-xl-8 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-xl-9:nth-child(1n) {
		border-right-color: transparent;
	}

	.row-borders > .col-xl-9 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-xl-10:nth-child(1n) {
		border-right-color: transparent;
	}

	.row-borders > .col-xl-10 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-xl-11:nth-child(1n) {
		border-right-color: transparent;
	}

	.row-borders > .col-xl-11 {
		border-bottom: 1px solid #f1f1f1;
	}

	.row-borders > .col-xl-12:nth-child(1n) {
		border-right-color: transparent;
	}

	.row-borders > .col-xl-12 {
		border-bottom: 1px solid #f1f1f1;
	}
}

.row-m-1 {
	margin: 0 -1px -1px;
}

.row-m-1 > .col,
.row-m-1 > [class*="col-"] {
	padding: 0 1px 1px;
}

.box-shadow-1, .l-section--shadow .l-section__wrap-main {
	-webkit-box-shadow: 0 12px 30px -15px rgba(61, 72, 81, 0.75);
	box-shadow: 0 12px 30px -15px rgba(61, 72, 81, 0.75);
}

.box-shadow-2 {
	-webkit-box-shadow: 0 1px 10px 0 #bdbdbd;
	box-shadow: 0 1px 10px 0 #bdbdbd;
}

html.disable-scroll {
	overflow: hidden;
}

html.disable-scroll > body {
	overflow-y: scroll !important;
	height: auto;
}

.filter-blur {
	-webkit-transition: blur .3s;
	transition: blur .3s;
}

.m--1 {
	margin: -1px !important;
}

.mt--1,
.my--1 {
	margin-top: -1px !important;
}

.mr--1,
.mx--1 {
	margin-right: -1px !important;
}

.mb--1,
.my--1 {
	margin-bottom: -1px !important;
}

.ml--1,
.mx--1 {
	margin-left: -1px !important;
}

.m--2 {
	margin: -0.25rem !important;
}

.mt--2,
.my--2 {
	margin-top: -0.25rem !important;
}

.mr--2,
.mx--2 {
	margin-right: -0.25rem !important;
}

.mb--2,
.my--2 {
	margin-bottom: -0.25rem !important;
}

.ml--2,
.mx--2 {
	margin-left: -0.25rem !important;
}

.m--3 {
	margin: -0.5rem !important;
}

.mt--3,
.my--3 {
	margin-top: -0.5rem !important;
}

.mr--3,
.mx--3 {
	margin-right: -0.5rem !important;
}

.mb--3,
.my--3 {
	margin-bottom: -0.5rem !important;
}

.ml--3,
.mx--3 {
	margin-left: -0.5rem !important;
}

.m--4 {
	margin: -1rem !important;
}

.mt--4,
.my--4 {
	margin-top: -1rem !important;
}

.mr--4,
.mx--4 {
	margin-right: -1rem !important;
}

.mb--4,
.my--4 {
	margin-bottom: -1rem !important;
}

.ml--4,
.mx--4 {
	margin-left: -1rem !important;
}

.m--5 {
	margin: -1.5rem !important;
}

.mt--5,
.my--5 {
	margin-top: -1.5rem !important;
}

.mr--5,
.mx--5 {
	margin-right: -1.5rem !important;
}

.mb--5,
.my--5 {
	margin-bottom: -1.5rem !important;
}

.ml--5,
.mx--5 {
	margin-left: -1.5rem !important;
}

.m--6 {
	margin: -2rem !important;
}

.mt--6,
.my--6 {
	margin-top: -2rem !important;
}

.mr--6,
.mx--6 {
	margin-right: -2rem !important;
}

.mb--6,
.my--6 {
	margin-bottom: -2rem !important;
}

.ml--6,
.mx--6 {
	margin-left: -2rem !important;
}

.m--7 {
	margin: -3rem !important;
}

.mt--7,
.my--7 {
	margin-top: -3rem !important;
}

.mr--7,
.mx--7 {
	margin-right: -3rem !important;
}

.mb--7,
.my--7 {
	margin-bottom: -3rem !important;
}

.ml--7,
.mx--7 {
	margin-left: -3rem !important;
}

.m--gutter {
	margin: -20px !important;
}

.mt--gutter,
.my--gutter {
	margin-top: -20px !important;
}

.mr--gutter,
.mx--gutter {
	margin-right: -20px !important;
}

.mb--gutter,
.my--gutter {
	margin-bottom: -20px !important;
}

.ml--gutter,
.mx--gutter {
	margin-left: -20px !important;
}

@media (min-width: 380px) {
	.m-xs--1 {
		margin: -1px !important;
	}

	.mt-xs--1,
	.my-xs--1 {
		margin-top: -1px !important;
	}

	.mr-xs--1,
	.mx-xs--1 {
		margin-right: -1px !important;
	}

	.mb-xs--1,
	.my-xs--1 {
		margin-bottom: -1px !important;
	}

	.ml-xs--1,
	.mx-xs--1 {
		margin-left: -1px !important;
	}

	.m-xs--2 {
		margin: -0.25rem !important;
	}

	.mt-xs--2,
	.my-xs--2 {
		margin-top: -0.25rem !important;
	}

	.mr-xs--2,
	.mx-xs--2 {
		margin-right: -0.25rem !important;
	}

	.mb-xs--2,
	.my-xs--2 {
		margin-bottom: -0.25rem !important;
	}

	.ml-xs--2,
	.mx-xs--2 {
		margin-left: -0.25rem !important;
	}

	.m-xs--3 {
		margin: -0.5rem !important;
	}

	.mt-xs--3,
	.my-xs--3 {
		margin-top: -0.5rem !important;
	}

	.mr-xs--3,
	.mx-xs--3 {
		margin-right: -0.5rem !important;
	}

	.mb-xs--3,
	.my-xs--3 {
		margin-bottom: -0.5rem !important;
	}

	.ml-xs--3,
	.mx-xs--3 {
		margin-left: -0.5rem !important;
	}

	.m-xs--4 {
		margin: -1rem !important;
	}

	.mt-xs--4,
	.my-xs--4 {
		margin-top: -1rem !important;
	}

	.mr-xs--4,
	.mx-xs--4 {
		margin-right: -1rem !important;
	}

	.mb-xs--4,
	.my-xs--4 {
		margin-bottom: -1rem !important;
	}

	.ml-xs--4,
	.mx-xs--4 {
		margin-left: -1rem !important;
	}

	.m-xs--5 {
		margin: -1.5rem !important;
	}

	.mt-xs--5,
	.my-xs--5 {
		margin-top: -1.5rem !important;
	}

	.mr-xs--5,
	.mx-xs--5 {
		margin-right: -1.5rem !important;
	}

	.mb-xs--5,
	.my-xs--5 {
		margin-bottom: -1.5rem !important;
	}

	.ml-xs--5,
	.mx-xs--5 {
		margin-left: -1.5rem !important;
	}

	.m-xs--6 {
		margin: -2rem !important;
	}

	.mt-xs--6,
	.my-xs--6 {
		margin-top: -2rem !important;
	}

	.mr-xs--6,
	.mx-xs--6 {
		margin-right: -2rem !important;
	}

	.mb-xs--6,
	.my-xs--6 {
		margin-bottom: -2rem !important;
	}

	.ml-xs--6,
	.mx-xs--6 {
		margin-left: -2rem !important;
	}

	.m-xs--7 {
		margin: -3rem !important;
	}

	.mt-xs--7,
	.my-xs--7 {
		margin-top: -3rem !important;
	}

	.mr-xs--7,
	.mx-xs--7 {
		margin-right: -3rem !important;
	}

	.mb-xs--7,
	.my-xs--7 {
		margin-bottom: -3rem !important;
	}

	.ml-xs--7,
	.mx-xs--7 {
		margin-left: -3rem !important;
	}

	.m-xs--gutter {
		margin: -20px !important;
	}

	.mt-xs--gutter,
	.my-xs--gutter {
		margin-top: -20px !important;
	}

	.mr-xs--gutter,
	.mx-xs--gutter {
		margin-right: -20px !important;
	}

	.mb-xs--gutter,
	.my-xs--gutter {
		margin-bottom: -20px !important;
	}

	.ml-xs--gutter,
	.mx-xs--gutter {
		margin-left: -20px !important;
	}
}

@media (min-width: 576px) {
	.m-sm--1 {
		margin: -1px !important;
	}

	.mt-sm--1,
	.my-sm--1 {
		margin-top: -1px !important;
	}

	.mr-sm--1,
	.mx-sm--1 {
		margin-right: -1px !important;
	}

	.mb-sm--1,
	.my-sm--1 {
		margin-bottom: -1px !important;
	}

	.ml-sm--1,
	.mx-sm--1 {
		margin-left: -1px !important;
	}

	.m-sm--2 {
		margin: -0.25rem !important;
	}

	.mt-sm--2,
	.my-sm--2 {
		margin-top: -0.25rem !important;
	}

	.mr-sm--2,
	.mx-sm--2 {
		margin-right: -0.25rem !important;
	}

	.mb-sm--2,
	.my-sm--2 {
		margin-bottom: -0.25rem !important;
	}

	.ml-sm--2,
	.mx-sm--2 {
		margin-left: -0.25rem !important;
	}

	.m-sm--3 {
		margin: -0.5rem !important;
	}

	.mt-sm--3,
	.my-sm--3 {
		margin-top: -0.5rem !important;
	}

	.mr-sm--3,
	.mx-sm--3 {
		margin-right: -0.5rem !important;
	}

	.mb-sm--3,
	.my-sm--3 {
		margin-bottom: -0.5rem !important;
	}

	.ml-sm--3,
	.mx-sm--3 {
		margin-left: -0.5rem !important;
	}

	.m-sm--4 {
		margin: -1rem !important;
	}

	.mt-sm--4,
	.my-sm--4 {
		margin-top: -1rem !important;
	}

	.mr-sm--4,
	.mx-sm--4 {
		margin-right: -1rem !important;
	}

	.mb-sm--4,
	.my-sm--4 {
		margin-bottom: -1rem !important;
	}

	.ml-sm--4,
	.mx-sm--4 {
		margin-left: -1rem !important;
	}

	.m-sm--5 {
		margin: -1.5rem !important;
	}

	.mt-sm--5,
	.my-sm--5 {
		margin-top: -1.5rem !important;
	}

	.mr-sm--5,
	.mx-sm--5 {
		margin-right: -1.5rem !important;
	}

	.mb-sm--5,
	.my-sm--5 {
		margin-bottom: -1.5rem !important;
	}

	.ml-sm--5,
	.mx-sm--5 {
		margin-left: -1.5rem !important;
	}

	.m-sm--6 {
		margin: -2rem !important;
	}

	.mt-sm--6,
	.my-sm--6 {
		margin-top: -2rem !important;
	}

	.mr-sm--6,
	.mx-sm--6 {
		margin-right: -2rem !important;
	}

	.mb-sm--6,
	.my-sm--6 {
		margin-bottom: -2rem !important;
	}

	.ml-sm--6,
	.mx-sm--6 {
		margin-left: -2rem !important;
	}

	.m-sm--7 {
		margin: -3rem !important;
	}

	.mt-sm--7,
	.my-sm--7 {
		margin-top: -3rem !important;
	}

	.mr-sm--7,
	.mx-sm--7 {
		margin-right: -3rem !important;
	}

	.mb-sm--7,
	.my-sm--7 {
		margin-bottom: -3rem !important;
	}

	.ml-sm--7,
	.mx-sm--7 {
		margin-left: -3rem !important;
	}

	.m-sm--gutter {
		margin: -20px !important;
	}

	.mt-sm--gutter,
	.my-sm--gutter {
		margin-top: -20px !important;
	}

	.mr-sm--gutter,
	.mx-sm--gutter {
		margin-right: -20px !important;
	}

	.mb-sm--gutter,
	.my-sm--gutter {
		margin-bottom: -20px !important;
	}

	.ml-sm--gutter,
	.mx-sm--gutter {
		margin-left: -20px !important;
	}
}

@media (min-width: 768px) {
	.m-md--1 {
		margin: -1px !important;
	}

	.mt-md--1,
	.my-md--1 {
		margin-top: -1px !important;
	}

	.mr-md--1,
	.mx-md--1 {
		margin-right: -1px !important;
	}

	.mb-md--1,
	.my-md--1 {
		margin-bottom: -1px !important;
	}

	.ml-md--1,
	.mx-md--1 {
		margin-left: -1px !important;
	}

	.m-md--2 {
		margin: -0.25rem !important;
	}

	.mt-md--2,
	.my-md--2 {
		margin-top: -0.25rem !important;
	}

	.mr-md--2,
	.mx-md--2 {
		margin-right: -0.25rem !important;
	}

	.mb-md--2,
	.my-md--2 {
		margin-bottom: -0.25rem !important;
	}

	.ml-md--2,
	.mx-md--2 {
		margin-left: -0.25rem !important;
	}

	.m-md--3 {
		margin: -0.5rem !important;
	}

	.mt-md--3,
	.my-md--3 {
		margin-top: -0.5rem !important;
	}

	.mr-md--3,
	.mx-md--3 {
		margin-right: -0.5rem !important;
	}

	.mb-md--3,
	.my-md--3 {
		margin-bottom: -0.5rem !important;
	}

	.ml-md--3,
	.mx-md--3 {
		margin-left: -0.5rem !important;
	}

	.m-md--4 {
		margin: -1rem !important;
	}

	.mt-md--4,
	.my-md--4 {
		margin-top: -1rem !important;
	}

	.mr-md--4,
	.mx-md--4 {
		margin-right: -1rem !important;
	}

	.mb-md--4,
	.my-md--4 {
		margin-bottom: -1rem !important;
	}

	.ml-md--4,
	.mx-md--4 {
		margin-left: -1rem !important;
	}

	.m-md--5 {
		margin: -1.5rem !important;
	}

	.mt-md--5,
	.my-md--5 {
		margin-top: -1.5rem !important;
	}

	.mr-md--5,
	.mx-md--5 {
		margin-right: -1.5rem !important;
	}

	.mb-md--5,
	.my-md--5 {
		margin-bottom: -1.5rem !important;
	}

	.ml-md--5,
	.mx-md--5 {
		margin-left: -1.5rem !important;
	}

	.m-md--6 {
		margin: -2rem !important;
	}

	.mt-md--6,
	.my-md--6 {
		margin-top: -2rem !important;
	}

	.mr-md--6,
	.mx-md--6 {
		margin-right: -2rem !important;
	}

	.mb-md--6,
	.my-md--6 {
		margin-bottom: -2rem !important;
	}

	.ml-md--6,
	.mx-md--6 {
		margin-left: -2rem !important;
	}

	.m-md--7 {
		margin: -3rem !important;
	}

	.mt-md--7,
	.my-md--7 {
		margin-top: -3rem !important;
	}

	.mr-md--7,
	.mx-md--7 {
		margin-right: -3rem !important;
	}

	.mb-md--7,
	.my-md--7 {
		margin-bottom: -3rem !important;
	}

	.ml-md--7,
	.mx-md--7 {
		margin-left: -3rem !important;
	}

	.m-md--gutter {
		margin: -20px !important;
	}

	.mt-md--gutter,
	.my-md--gutter {
		margin-top: -20px !important;
	}

	.mr-md--gutter,
	.mx-md--gutter {
		margin-right: -20px !important;
	}

	.mb-md--gutter,
	.my-md--gutter {
		margin-bottom: -20px !important;
	}

	.ml-md--gutter,
	.mx-md--gutter {
		margin-left: -20px !important;
	}
}

@media (min-width: 992px) {
	.m-lg--1 {
		margin: -1px !important;
	}

	.mt-lg--1,
	.my-lg--1 {
		margin-top: -1px !important;
	}

	.mr-lg--1,
	.mx-lg--1 {
		margin-right: -1px !important;
	}

	.mb-lg--1,
	.my-lg--1 {
		margin-bottom: -1px !important;
	}

	.ml-lg--1,
	.mx-lg--1 {
		margin-left: -1px !important;
	}

	.m-lg--2 {
		margin: -0.25rem !important;
	}

	.mt-lg--2,
	.my-lg--2 {
		margin-top: -0.25rem !important;
	}

	.mr-lg--2,
	.mx-lg--2 {
		margin-right: -0.25rem !important;
	}

	.mb-lg--2,
	.my-lg--2 {
		margin-bottom: -0.25rem !important;
	}

	.ml-lg--2,
	.mx-lg--2 {
		margin-left: -0.25rem !important;
	}

	.m-lg--3 {
		margin: -0.5rem !important;
	}

	.mt-lg--3,
	.my-lg--3 {
		margin-top: -0.5rem !important;
	}

	.mr-lg--3,
	.mx-lg--3 {
		margin-right: -0.5rem !important;
	}

	.mb-lg--3,
	.my-lg--3 {
		margin-bottom: -0.5rem !important;
	}

	.ml-lg--3,
	.mx-lg--3 {
		margin-left: -0.5rem !important;
	}

	.m-lg--4 {
		margin: -1rem !important;
	}

	.mt-lg--4,
	.my-lg--4 {
		margin-top: -1rem !important;
	}

	.mr-lg--4,
	.mx-lg--4 {
		margin-right: -1rem !important;
	}

	.mb-lg--4,
	.my-lg--4 {
		margin-bottom: -1rem !important;
	}

	.ml-lg--4,
	.mx-lg--4 {
		margin-left: -1rem !important;
	}

	.m-lg--5 {
		margin: -1.5rem !important;
	}

	.mt-lg--5,
	.my-lg--5 {
		margin-top: -1.5rem !important;
	}

	.mr-lg--5,
	.mx-lg--5 {
		margin-right: -1.5rem !important;
	}

	.mb-lg--5,
	.my-lg--5 {
		margin-bottom: -1.5rem !important;
	}

	.ml-lg--5,
	.mx-lg--5 {
		margin-left: -1.5rem !important;
	}

	.m-lg--6 {
		margin: -2rem !important;
	}

	.mt-lg--6,
	.my-lg--6 {
		margin-top: -2rem !important;
	}

	.mr-lg--6,
	.mx-lg--6 {
		margin-right: -2rem !important;
	}

	.mb-lg--6,
	.my-lg--6 {
		margin-bottom: -2rem !important;
	}

	.ml-lg--6,
	.mx-lg--6 {
		margin-left: -2rem !important;
	}

	.m-lg--7 {
		margin: -3rem !important;
	}

	.mt-lg--7,
	.my-lg--7 {
		margin-top: -3rem !important;
	}

	.mr-lg--7,
	.mx-lg--7 {
		margin-right: -3rem !important;
	}

	.mb-lg--7,
	.my-lg--7 {
		margin-bottom: -3rem !important;
	}

	.ml-lg--7,
	.mx-lg--7 {
		margin-left: -3rem !important;
	}

	.m-lg--gutter {
		margin: -20px !important;
	}

	.mt-lg--gutter,
	.my-lg--gutter {
		margin-top: -20px !important;
	}

	.mr-lg--gutter,
	.mx-lg--gutter {
		margin-right: -20px !important;
	}

	.mb-lg--gutter,
	.my-lg--gutter {
		margin-bottom: -20px !important;
	}

	.ml-lg--gutter,
	.mx-lg--gutter {
		margin-left: -20px !important;
	}
}

@media (min-width: 1200px) {
	.m-xl--1 {
		margin: -1px !important;
	}

	.mt-xl--1,
	.my-xl--1 {
		margin-top: -1px !important;
	}

	.mr-xl--1,
	.mx-xl--1 {
		margin-right: -1px !important;
	}

	.mb-xl--1,
	.my-xl--1 {
		margin-bottom: -1px !important;
	}

	.ml-xl--1,
	.mx-xl--1 {
		margin-left: -1px !important;
	}

	.m-xl--2 {
		margin: -0.25rem !important;
	}

	.mt-xl--2,
	.my-xl--2 {
		margin-top: -0.25rem !important;
	}

	.mr-xl--2,
	.mx-xl--2 {
		margin-right: -0.25rem !important;
	}

	.mb-xl--2,
	.my-xl--2 {
		margin-bottom: -0.25rem !important;
	}

	.ml-xl--2,
	.mx-xl--2 {
		margin-left: -0.25rem !important;
	}

	.m-xl--3 {
		margin: -0.5rem !important;
	}

	.mt-xl--3,
	.my-xl--3 {
		margin-top: -0.5rem !important;
	}

	.mr-xl--3,
	.mx-xl--3 {
		margin-right: -0.5rem !important;
	}

	.mb-xl--3,
	.my-xl--3 {
		margin-bottom: -0.5rem !important;
	}

	.ml-xl--3,
	.mx-xl--3 {
		margin-left: -0.5rem !important;
	}

	.m-xl--4 {
		margin: -1rem !important;
	}

	.mt-xl--4,
	.my-xl--4 {
		margin-top: -1rem !important;
	}

	.mr-xl--4,
	.mx-xl--4 {
		margin-right: -1rem !important;
	}

	.mb-xl--4,
	.my-xl--4 {
		margin-bottom: -1rem !important;
	}

	.ml-xl--4,
	.mx-xl--4 {
		margin-left: -1rem !important;
	}

	.m-xl--5 {
		margin: -1.5rem !important;
	}

	.mt-xl--5,
	.my-xl--5 {
		margin-top: -1.5rem !important;
	}

	.mr-xl--5,
	.mx-xl--5 {
		margin-right: -1.5rem !important;
	}

	.mb-xl--5,
	.my-xl--5 {
		margin-bottom: -1.5rem !important;
	}

	.ml-xl--5,
	.mx-xl--5 {
		margin-left: -1.5rem !important;
	}

	.m-xl--6 {
		margin: -2rem !important;
	}

	.mt-xl--6,
	.my-xl--6 {
		margin-top: -2rem !important;
	}

	.mr-xl--6,
	.mx-xl--6 {
		margin-right: -2rem !important;
	}

	.mb-xl--6,
	.my-xl--6 {
		margin-bottom: -2rem !important;
	}

	.ml-xl--6,
	.mx-xl--6 {
		margin-left: -2rem !important;
	}

	.m-xl--7 {
		margin: -3rem !important;
	}

	.mt-xl--7,
	.my-xl--7 {
		margin-top: -3rem !important;
	}

	.mr-xl--7,
	.mx-xl--7 {
		margin-right: -3rem !important;
	}

	.mb-xl--7,
	.my-xl--7 {
		margin-bottom: -3rem !important;
	}

	.ml-xl--7,
	.mx-xl--7 {
		margin-left: -3rem !important;
	}

	.m-xl--gutter {
		margin: -20px !important;
	}

	.mt-xl--gutter,
	.my-xl--gutter {
		margin-top: -20px !important;
	}

	.mr-xl--gutter,
	.mx-xl--gutter {
		margin-right: -20px !important;
	}

	.mb-xl--gutter,
	.my-xl--gutter {
		margin-bottom: -20px !important;
	}

	.ml-xl--gutter,
	.mx-xl--gutter {
		margin-left: -20px !important;
	}
}

.block-spacing, .l-section--inner-spacing > .l-section__main,
.l-section--inner-spacing > .l-section__container > .l-section__wrap-main > .l-section__main {
	padding-top: 1rem;
	padding-left: 1rem;
	padding-bottom: 1rem;
	padding-right: 1rem;
}

@media (min-width: 576px) {
	.block-spacing, .l-section--inner-spacing > .l-section__main,
	.l-section--inner-spacing > .l-section__container > .l-section__wrap-main > .l-section__main {
		padding-top: 3rem;
		padding-left: 3rem;
		padding-bottom: 3rem;
		padding-right: 3rem;
	}
}

@media (min-width: 768px) {
	.l-main--has-outer-sidebar .l-main__inner-content .block-spacing, .l-main--has-outer-sidebar .l-main__inner-content .l-section--inner-spacing > .l-section__main,
	.l-main--has-outer-sidebar .l-main__inner-content .l-section--inner-spacing > .l-section__container > .l-section__wrap-main > .l-section__main {
		padding-top: 1rem;
		padding-left: 1rem;
		padding-bottom: 1rem;
		padding-right: 1rem;
	}
}

@media (min-width: 992px) {
	.l-main--has-outer-sidebar .l-main__inner-content .block-spacing, .l-main--has-outer-sidebar .l-main__inner-content .l-section--inner-spacing > .l-section__main,
	.l-main--has-outer-sidebar .l-main__inner-content .l-section--inner-spacing > .l-section__container > .l-section__wrap-main > .l-section__main {
		padding-top: 3rem;
		padding-left: 3rem;
		padding-bottom: 3rem;
		padding-right: 3rem;
	}
}

@media (min-width: 992px) {
	.l-main__outer-sidebar .block-spacing, .l-main__outer-sidebar .l-section--inner-spacing > .l-section__main,
	.l-main__outer-sidebar .l-section--inner-spacing > .l-section__container > .l-section__wrap-main > .l-section__main {
		padding-top: 1rem;
		padding-left: 1rem;
		padding-bottom: 1rem;
		padding-right: 1rem;
	}
}

@media (min-width: 1200px) {
	.l-main__inner-sidebar .block-spacing, .l-main__inner-sidebar .l-section--inner-spacing > .l-section__main,
	.l-main__inner-sidebar .l-section--inner-spacing > .l-section__container > .l-section__wrap-main > .l-section__main {
		padding-top: 1rem;
		padding-left: 1rem;
		padding-bottom: 1rem;
		padding-right: 1rem;
	}
}

.block-spacing-x, .l-section__head {
	padding-left: 1rem;
	padding-right: 1rem;
}

@media (min-width: 576px) {
	.block-spacing-x, .l-section__head {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

@media (min-width: 768px) {
	.l-main--has-outer-sidebar .l-main__inner-content .block-spacing-x, .l-main--has-outer-sidebar .l-main__inner-content .l-section__head {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (min-width: 992px) {
	.l-main--has-outer-sidebar .l-main__inner-content .block-spacing-x, .l-main--has-outer-sidebar .l-main__inner-content .l-section__head {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

@media (min-width: 992px) {
	.l-main__outer-sidebar .block-spacing-x, .l-main__outer-sidebar .l-section__head {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (min-width: 1200px) {
	.l-main__inner-sidebar .block-spacing-x, .l-main__inner-sidebar .l-section__head {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.block-spacing-y {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media (min-width: 576px) {
	.block-spacing-y {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

@media (min-width: 768px) {
	.l-main--has-outer-sidebar .l-main__inner-content .block-spacing-y {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

@media (min-width: 992px) {
	.l-main--has-outer-sidebar .l-main__inner-content .block-spacing-y {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

@media (min-width: 992px) {
	.l-main__outer-sidebar .block-spacing-y {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

@media (min-width: 1200px) {
	.l-main__inner-sidebar .block-spacing-y {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

.block-margin {
	margin-top: 1rem;
	margin-left: 1rem;
	margin-bottom: 1rem;
	margin-right: 1rem;
}

@media (min-width: 576px) {
	.block-margin {
		margin-top: 3rem;
		margin-left: 3rem;
		margin-bottom: 3rem;
		margin-right: 3rem;
	}
}

@media (min-width: 768px) {
	.l-main--has-outer-sidebar .l-main__inner-content .block-margin {
		margin-top: 1rem;
		margin-left: 1rem;
		margin-bottom: 1rem;
		margin-right: 1rem;
	}
}

@media (min-width: 992px) {
	.l-main--has-outer-sidebar .l-main__inner-content .block-margin {
		margin-top: 3rem;
		margin-left: 3rem;
		margin-bottom: 3rem;
		margin-right: 3rem;
	}
}

@media (min-width: 992px) {
	.l-main__outer-sidebar .block-margin {
		margin-top: 1rem;
		margin-left: 1rem;
		margin-bottom: 1rem;
		margin-right: 1rem;
	}
}

@media (min-width: 1200px) {
	.l-main__inner-sidebar .block-margin {
		margin-top: 1rem;
		margin-left: 1rem;
		margin-bottom: 1rem;
		margin-right: 1rem;
	}
}

.block-margin-x {
	margin-left: 1rem;
	margin-right: 1rem;
}

@media (min-width: 576px) {
	.block-margin-x {
		margin-left: 3rem;
		margin-right: 3rem;
	}
}

@media (min-width: 768px) {
	.l-main--has-outer-sidebar .l-main__inner-content .block-margin-x {
		margin-left: 1rem;
		margin-right: 1rem;
	}
}

@media (min-width: 992px) {
	.l-main--has-outer-sidebar .l-main__inner-content .block-margin-x {
		margin-left: 3rem;
		margin-right: 3rem;
	}
}

@media (min-width: 992px) {
	.l-main__outer-sidebar .block-margin-x {
		margin-left: 1rem;
		margin-right: 1rem;
	}
}

@media (min-width: 1200px) {
	.l-main__inner-sidebar .block-margin-x {
		margin-left: 1rem;
		margin-right: 1rem;
	}
}

.block-margin-y {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

@media (min-width: 576px) {
	.block-margin-y {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
}

@media (min-width: 768px) {
	.l-main--has-outer-sidebar .l-main__inner-content .block-margin-y {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}

@media (min-width: 992px) {
	.l-main--has-outer-sidebar .l-main__inner-content .block-margin-y {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
}

@media (min-width: 992px) {
	.l-main__outer-sidebar .block-margin-y {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}

@media (min-width: 1200px) {
	.l-main__inner-sidebar .block-margin-y {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}

.block-spacing-negative {
	margin-top: -1rem;
	margin-left: -1rem;
	margin-bottom: -1rem;
	margin-right: -1rem;
}

@media (min-width: 576px) {
	.block-spacing-negative {
		margin-top: -3rem;
		margin-left: -3rem;
		margin-bottom: -3rem;
		margin-right: -3rem;
	}
}

@media (min-width: 768px) {
	.l-main--has-outer-sidebar .block-spacing-negative {
		margin-top: -1rem;
		margin-left: -1rem;
		margin-bottom: -1rem;
		margin-right: -1rem;
	}
}

@media (min-width: 992px) {
	.l-main--has-outer-sidebar .block-spacing-negative {
		margin-top: -3rem;
		margin-left: -3rem;
		margin-bottom: -3rem;
		margin-right: -3rem;
	}
}

.block-spacing-negative-x {
	margin-left: -1rem;
	margin-right: -1rem;
}

@media (min-width: 576px) {
	.block-spacing-negative-x {
		margin-left: -3rem;
		margin-right: -3rem;
	}
}

@media (min-width: 768px) {
	.l-main--has-outer-sidebar .block-spacing-negative-x {
		margin-left: -1rem;
		margin-right: -1rem;
	}
}

@media (min-width: 992px) {
	.l-main--has-outer-sidebar .block-spacing-negative-x {
		margin-left: -3rem;
		margin-right: -3rem;
	}
}

.block-spacing-negative-y {
	margin-top: -1rem;
	margin-bottom: -1rem;
}

@media (min-width: 576px) {
	.block-spacing-negative-y {
		margin-top: -3rem;
		margin-bottom: -3rem;
	}
}

@media (min-width: 768px) {
	.l-main--has-outer-sidebar .block-spacing-negative-y {
		margin-top: -1rem;
		margin-bottom: -1rem;
	}
}

@media (min-width: 992px) {
	.l-main--has-outer-sidebar .block-spacing-negative-y {
		margin-top: -3rem;
		margin-bottom: -3rem;
	}
}

.mw-none {
	max-width: none !important;
}

.mw-768px {
	max-width: 768px !important;
}

@media (min-width: 992px) {
	.position-lg-relative {
		position: relative !important;
	}

	.position-lg-absolute {
		position: absolute !important;
	}
}

@supports (position: sticky) {
	.sticky-compact {
		position: sticky;
		top: 4.75rem;
		z-index: 890;
	}
}

.border-body-bg {
	border-color: #f1f1f1 !important;
}

.border-compact {
	border-color: #e5e6ea !important;
}

.bg-compact {
	background-color: #e5e6ea !important;
}

.text-extra {
	color: #7d8698 !important;
}

.alert-extra {
	background-color: #7d8698 !important;
	color: #fff;
}

.bg-extra-gray {
	background-color: #e9ecef !important;
}

.border-body-bg {
	border-color: #f1f1f1 !important;
}

.container .container-compensator, .l-section--container .l-section__container .container-compensator {
	margin-left: -10px;
	margin-right: -10px;
}

@media (min-width: 1200px) {
	.container .container-compensator, .l-section--container .l-section__container .container-compensator {
		margin-left: auto;
		margin-right: auto;
	}
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
	max-width: 100%;
}

.slider-dots + .slider-nav {
	margin-left: 0.5rem;
}

.owl-item > .col {
	border-right: 1px solid #f1f1f1;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	width: calc(100% + 1px);
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: auto;
	touch-action: auto;
}

.owl-dot,
.owl-carousel button.owl-dot {
	width: 0.4375rem;
	height: 0.4375rem;
	margin: 0.25rem;
	display: inline-block;
	vertical-align: middle;
	background: #bdbdbd;
	padding: 0;
	border: 0;
	outline: 0;
	border-radius: 0.1875rem;
	-webkit-transition: width .25s ease, background .25s ease;
	transition: width .25s ease, background .25s ease;
	cursor: pointer;
}

.owl-dot.active,
.owl-carousel button.owl-dot.active {
	width: 1.5rem;
	background: #ff5605;
}

.owl-dot:focus, .owl-dot:active,
.owl-carousel button.owl-dot:focus,
.owl-carousel button.owl-dot:active {
	border: 0;
	outline: 0;
}

.owl-prev,
.owl-next {
	width: 2.375rem;
	height: 2.375rem;
	border-radius: 50%;
	border: 1px solid #bdbdbd;
	color: #bdbdbd;
	background: transparent;
	margin: -0.125rem 0.5rem;
	line-height: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px;
}

.owl-prev svg,
.owl-next svg {
	fill: #bdbdbd;
	font-size: 1.25rem;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin: auto;
}

.owl-prev:focus, .owl-prev:active,
.owl-next:focus,
.owl-next:active {
	outline: 0;
}

.owl-prev:hover,
.owl-next:hover {
	background: #ff5605;
	border-color: #ff5605;
}

.owl-prev:hover svg,
.owl-next:hover svg {
	fill: #fff;
}

.slider-nav-sm {
	display: none;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	min-height: 2.38rem;
}

.slider-nav-sm .owl-prev,
.slider-nav-sm .owl-next {
	margin: 0;
	border-radius: 0;
	border: 0;
}

@media (max-width: 767.98px) {
	.slider-nav {
		display: none;
	}

	.slider-dots {
		display: none;
	}

	.slider-nav-sm {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container,
.fake-fancybox-container {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 100%;
	left: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	z-index: 99992;
}

.fancybox-container *,
.fake-fancybox-container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: black;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.5;
	-webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
	transition: opacity 0.25s, visibility 0s linear 0.25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	-webkit-transition: opacity 0.25s, visibility 0s;
	transition: opacity 0.25s, visibility 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	text-align: center;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translate3d(0, 0, 0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: '';
	display: inline-block;
	height: 100%;
	margin-right: -.3125em;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block;
}

.fancybox-slide--next {
	z-index: 99995;
}

.fancybox-slide--image {
	overflow: visible;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 0;
}

.fancybox-slide--iframe {
	padding: 44px 44px 0;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0 0 6px;
	max-width: 100%;
	overflow: auto;
	padding: 24px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	margin: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--html .fancybox-content {
	margin-bottom: 6px;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	margin: 0;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
	height: calc(100% - 44px);
	margin-bottom: 44px;
}

.fancybox-iframe,
.fancybox-video {
	background: transparent;
	border: 0;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.fancybox-iframe {
	vertical-align: top;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */
.fancybox-button {
	background: rgba(30, 30, 30, 0.6);
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */
.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	-ms-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
	height: 38px;
	opacity: 0;
	padding: 6px;
	position: absolute;
	top: 50%;
	width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
	-webkit-transition: opacity 0.25s, visibility 0s, color 0.25s;
	transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button::after {
	content: '';
	left: -25px;
	padding: 50px;
	position: absolute;
	top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #555;
	cursor: pointer;
	height: 44px;
	margin: 0;
	padding: 6px;
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	z-index: 10;
	font-size: 22px;
	right: 18px;
	top: 12px;
}

.fancybox-close-small:focus {
	outline: none;
}

.fancybox-close-small svg {
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	opacity: 0.5;
}

.fancybox-close-small:hover svg {
	opacity: 1;
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
	color: #ccc;
	padding: 5px;
	right: -12px;
	top: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
	background: transparent;
	color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none;
}

/* Caption */
.fancybox-caption {
	bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 25px 44px;
	right: 0;
}

.fancybox-caption::before {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC");
	background-repeat: repeat-x;
	background-size: contain;
	bottom: 0;
	content: '';
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -25px;
	z-index: -1;
}

.fancybox-caption::after {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	content: '';
	display: block;
	left: 44px;
	position: absolute;
	right: 44px;
	top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
	-webkit-animation: fancybox-rotate 0.8s infinite linear;
	animation: fancybox-rotate 0.8s infinite linear;
	background: transparent;
	border: 6px solid rgba(100, 100, 100, 0.5);
	border-radius: 100%;
	border-top-color: #fff;
	height: 60px;
	left: 50%;
	margin: -30px 0 0 -30px;
	opacity: 0.6;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

/* Transition effects */
.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: slide-down-in */
.fancybox-fx-slide-down-in.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(0, -50px, 0);
	transform: translate3d(0, -50px, 0);
}

.fancybox-fx-slide-down-in.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(0, -50px, 0);
	transform: translate3d(0, -50px, 0);
}

.fancybox-fx-slide-down-in.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: slide-down-in */
.fancybox-fx-slide-out-left.fancybox-slide--previous {
	-webkit-transform: translate3d(31.25rem, 0, 0);
	transform: translate3d(31.25rem, 0, 0);
}

.fancybox-fx-slide-out-left.fancybox-slide--next {
	-webkit-transform: translate3d(31.25rem, 0, 0);
	transform: translate3d(31.25rem, 0, 0);
}

.fancybox-fx-slide-out-left.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Fullscreen  */
.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: calc(50% - 7px);
	top: calc(50% - 6px);
	border: 2px solid;
	background: none;
}

/* Custom */
.fancybox-title {
	font-size: 1.5rem;
	background-color: #ffffff;
	min-height: 90px;
	position: relative;
	z-index: 2;
	font-weight: 600;
	color: #202020;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #f1f1f1;
	padding: 2.38rem 3rem 3rem;
}

.fancybox-slide--html:not(.fullscreen) > div:not(.fancybox-loading) {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	min-width: 500px;
	max-width: 100%;
}

.fancybox-slide .rsform {
	margin: auto;
	max-width: 25.25rem;
	width: 25.25rem;
}

.fancybox-slide--html .fancybox-content {
	width: 100%;
	padding: 0.63rem 3rem 3rem;
}

.fancybox-slide--html.fullscreen > div {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.fancybox-slide--html.fullscreen .fancybox-content {
	height: 100%;
}

.side-panel-container .fancybox-container .fly-side-panel {
	position: absolute;
	right: 100%;
	border-right: 1px solid #dee1e6;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.side-panel-container .fancybox-slide--html {
	padding: 0;
}

.side-panel-container .fancybox-slide--html > div {
	background: #ffffff;
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	left: auto;
	right: 0;
	padding-top: 3.56rem;
}

.side-panel-container .fancybox-title {
	font-size: 1.75rem;
	padding-bottom: 1rem;
	border-bottom: 0;
}

.side-panel-container .fancybox-slide--html .fancybox-content {
	padding-top: 0;
}

/* Fancybox thumbs */
/* Thumbs */
.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, 0.1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}

	.fancybox-slide--html:not(.fullscreen) > div:not(.fancybox-loading) {
		min-width: auto;
	}
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs > ul > li {
		max-width: calc(100% - 10px);
	}
}

@media (max-width: 575.98px) {
	.fancybox-slide .rsform {
		max-width: 100%;
	}
}

@media (min-width: 576px) {
	.fancybox-long {
		min-width: 400px;
	}
}

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves
 *
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.waves-effect .waves-ripple {
	position: absolute;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	opacity: 0;
	background: rgba(0, 0, 0, 0.2);
	-webkit-transition: opacity 0.15s ease-in 0s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
	transition: opacity 0.15s ease-in 0s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
	transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
	transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: scale(0) translate(0, 0);
	-ms-transform: scale(0) translate(0, 0);
	transform: scale(0) translate(0, 0);
	pointer-events: none;
}

.waves-effect.waves-base .waves-ripple {
	opacity: .1;
	background: currentColor;
}

.lazy-anim-img, .lazy-anim-bg {
	opacity: 1;
	background-image: -webkit-gradient(linear, right top, left top, from(#f6f7f8), color-stop(20%, #edeef1), color-stop(40%, #f6f7f8), to(#f6f7f8));
	background-image: linear-gradient(to left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
	background-repeat: no-repeat;
	background-color: #f6f7f8;
	-webkit-animation: lazyloadanimimgeffect 1s infinite linear forwards;
	animation: lazyloadanimimgeffect 1s infinite linear forwards;
}

.lazy-anim-img {
	background-size: 450px 700px;
	-o-object-fit: contain;
	object-fit: contain;
	height: 100%;
}

@-webkit-keyframes lazyloadanimimgeffect {
	from {
		background-position: -400px 0;
	}
	to {
		background-position: 200px 0;
	}
}

@keyframes lazyloadanimimgeffect {
	from {
		background-position: -400px 0;
	}
	to {
		background-position: 200px 0;
	}
}

.errortext {
	display: block;
}

.notetext {
	display: block;
}

.required {
	color: #cc0a00;
}

.btn.is-loading, .is-loading.footer-subscribe__button {
	-webkit-animation: btn-more-rotate 1.5s linear infinite;
	animation: btn-more-rotate 1.5s linear infinite;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	background-color: transparent;
	border: 0.3em solid #bdbdbd;
	border-radius: 50%;
	border-top-color: #ff5605;
	height: 2.375em;
	color: transparent;
	padding: 0;
	pointer-events: none;
	-webkit-transition: none;
	transition: none;
	width: 2.375em;
}

.btn-lg.is-loading, .btn-group-lg > .is-loading.btn, .btn-group-lg > .is-loading.footer-subscribe__button {
	height: 2.5em;
	width: 2.5em;
}

.btn-rounded {
	border-radius: 3.125rem;
}

.btn-quantity {
	position: relative;
}

.btn-quantity > span {
	font-size: 0.75rem;
	background: #ff5605;
	padding: 0.13rem 0.44rem;
	border-radius: 1.5rem;
	color: #fff;
	border: 0.13rem solid #ffffff;
	font-size: 0.75rem;
	min-width: 1.5rem;
	text-align: center;
}

.btn-head {
	font-size: 0.88rem;
	padding: 0.63rem 1.25rem;
}

.btn-head .icon-svg {
	font-size: 1.13rem;
	margin-top: -1px;
}

.btn-dropdown {
	color: #bdbdbd;
	border-color: #bdbdbd;
	color: #202020;
}

.btn-dropdown:hover {
	color: #7d8698;
	background-color: transparent;
	border-color: #7d8698;
}

.btn-dropdown:focus, .btn-dropdown.focus {
	-webkit-box-shadow: 0 0 0 0px rgba(189, 189, 189, 0.5);
	box-shadow: 0 0 0 0px rgba(189, 189, 189, 0.5);
}

.btn-dropdown.disabled, .btn-dropdown:disabled {
	color: #bdbdbd;
	background-color: transparent;
}

.btn-dropdown:not(:disabled):not(.disabled):active, .btn-dropdown:not(:disabled):not(.disabled).active,
.show > .btn-dropdown.dropdown-toggle {
	color: #fff;
	background-color: transparent;
	border-color: #7d8698;
}

.btn-dropdown:not(:disabled):not(.disabled):active:focus, .btn-dropdown:not(:disabled):not(.disabled).active:focus,
.show > .btn-dropdown.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0px rgba(189, 189, 189, 0.5);
	box-shadow: 0 0 0 0px rgba(189, 189, 189, 0.5);
}

.btn-dropdown:not(:disabled):not(.disabled).active, .btn-dropdown:not(:disabled):not(.disabled):active,
.show > .btn-dropdown.dropdown-toggle {
	color: #7d8698;
}

.btn-outline-secondary-primary {
	color: #bdbdbd;
	border-color: #bdbdbd;
	color: #202020;
}

.btn-outline-secondary-primary:hover {
	color: #fff;
	background-color: #ff5605;
	border-color: #ff5605;
}

.btn-outline-secondary-primary:focus, .btn-outline-secondary-primary.focus {
	-webkit-box-shadow: 0 0 0 0px rgba(189, 189, 189, 0.5);
	box-shadow: 0 0 0 0px rgba(189, 189, 189, 0.5);
}

.btn-outline-secondary-primary.disabled, .btn-outline-secondary-primary:disabled {
	color: #bdbdbd;
	background-color: transparent;
}

.btn-outline-secondary-primary:not(:disabled):not(.disabled):active, .btn-outline-secondary-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary-primary.dropdown-toggle {
	color: #fff;
	background-color: #ff5605;
	border-color: #ff5605;
}

.btn-outline-secondary-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0px rgba(189, 189, 189, 0.5);
	box-shadow: 0 0 0 0px rgba(189, 189, 189, 0.5);
}

.btn-link-extra-primary {
	color: #7d8698;
}

.btn-link-extra-primary:hover {
	color: #ff5605;
}

.btn-outline-secondary {
	color: #202020;
}

.btn-loading {
	position: relative;
}

.btn-loading, .btn-loading:active, .btn-loading:focus, .btn-loading:hover {
	color: transparent !important;
}

.btn-loading:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -4px;
	margin-left: -4px;
	content: '';
	height: 8px;
	width: 8px;
	background: #202020;
	border-radius: 100%;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-webkit-animation: btn-loading 2s infinite;
	animation: btn-loading 2s infinite;
	opacity: 1;
}

.btn-loading.btn-primary:before, .btn-loading.footer-subscribe__button:before {
	background: #fff;
}

@-webkit-keyframes btn-more-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes btn-more-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes btn-loading {
	0% {
		-webkit-transform: translateX(-300%);
		transform: translateX(-300%);
	}
	50% {
		-webkit-transform: translateX(300%);
		transform: translateX(300%);
	}
	100% {
		-webkit-transform: translateX(-300%);
		transform: translateX(-300%);
	}
}

@keyframes btn-loading {
	0% {
		-webkit-transform: translateX(-300%);
		transform: translateX(-300%);
	}
	50% {
		-webkit-transform: translateX(300%);
		transform: translateX(300%);
	}
	100% {
		-webkit-transform: translateX(-300%);
		transform: translateX(-300%);
	}
}

.card + .card {
	margin-top: -1px;
}

.card > .card-header {
	padding: 0;
}

.card .card-body {
	border-top: 1px solid #E8ECEF;
}

.card.card-active .card-header {
	background-color: #E8ECEF;
}

.card-header-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1rem 3.75rem 1.25rem 1rem;
	width: 100%;
	cursor: pointer;
	font-weight: bold;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.card-header-link__desc {
	margin-top: 1rem;
}

.card-header-link__arrow {
	position: absolute;
	right: 1rem;
}

.card-active .card-header-link__arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

@media (min-width: 1200px) {
	.card-header-link {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.card-header-link__desc {
		margin-top: 0;
	}
}

.dropdown-menu {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	will-change: transform, opacity;
	-webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	border: none;
	-webkit-box-shadow: 0 10px 32px 0 rgba(84, 133, 169, 0.3);
	box-shadow: 0 10px 32px 0 rgba(84, 133, 169, 0.3);
}

.dropdown-menu.showing {
	-webkit-animation-name: bmd-dropdown-animation;
	animation-name: bmd-dropdown-animation;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.open > .dropdown-menu, .dropdown-menu.show {
	display: block;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.dropdown-menu.hiding {
	display: block;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.dropdown-menu[x-placement="bottom-start"], .dropdown-menu.dropdown-menu-left {
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.dropdown-menu[x-placement="bottom-end"], .dropdown-menu.dropdown-menu-right {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.dropdown-menu[x-placement="top-start"] {
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.dropdown-menu[x-placement="top-end"] {
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.dropdown-item {
	display: block;
	position: relative;
	overflow: hidden;
}

@-webkit-keyframes bmd-dropdown-animation {
	from {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bmd-dropdown-animation {
	from {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.form-group {
	position: relative;
}

.bmd-form-group {
	padding-top: 1.69rem;
}

.bmd-form-group .bmd-label-floating,
.bmd-form-group .bmd-label-placeholder,
.bmd-form-group .bmd-label-static {
	position: absolute;
	color: #bdbdbd;
	pointer-events: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.bmd-form-group .bmd-label-floating,
.bmd-form-group .bmd-label-placeholder {
	top: 2.1875rem;
	line-height: 1.1;
}

.bmd-form-group .bmd-label-static {
	top: 0.35rem;
	left: 0;
}

.bmd-form-group.is-focused [class*=" bmd-label"],
.bmd-form-group.is-focused [class^=bmd-label] {
	color: #ff5605;
}

.bmd-form-group .bmd-label-floating {
	will-change: left, top, contents;
}

.bmd-form-group.is-focused .bmd-label-floating,
.bmd-form-group.is-filled .bmd-label-floating {
	top: 1rem;
	left: 0;
	font-size: .75rem;
}

.bmd-form-group.is-filled .bmd-label-placeholder {
	display: none;
}

.bmd-form-control {
	display: block;
	width: 100%;
	padding: 0.4375rem 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: transparent;
	background: no-repeat bottom, 50% calc(100% - 1px);
	background-image: linear-gradient(to top, #ff5605 2px, rgba(255, 86, 5, 0) 2px), linear-gradient(to top, #bdbdbd 1px, rgba(189, 189, 189, 0) 1px);
	background-size: 0 100%, 100% 100%;
	background-clip: padding-box;
	border: 0;
	border-radius: 0;
	-webkit-transition: background 0s ease-out;
	transition: background 0s ease-out;
}

.bmd-form-control:invalid {
	background-image: linear-gradient(to top, #cc0a00 2px, rgba(204, 10, 0, 0) 2px), linear-gradient(to top, #bdbdbd 1px, rgba(189, 189, 189, 0) 1px);
}

.bmd-form-control:focus,
.bmd-form-group.is-focused .bmd-form-control {
	outline: 0;
}

input.bmd-form-control:focus,
textarea.bmd-form-control:focus,
.bmd-form-group.is-focused input.bmd-form-control,
.bmd-form-group.is-focused textarea.bmd-form-control {
	background-size: 100% 100%, 100% 100%;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

select.bmd-form-control {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	background-position: 100%;
}

.bmd-help {
	position: absolute;
	display: none;
	font-size: .8rem;
	font-weight: normal;
}

.bmd-form-group.is-focused .bmd-help {
	display: block;
}

.bmd-help:nth-of-type(2) {
	padding-top: 1rem;
}

.bmd-help + .bmd-help {
	position: relative;
	margin-bottom: 0;
}

.bmd-radio {
	position: absolute;
	left: 0;
	display: inline-block;
	padding: .7em;
	margin: -.7em;
	line-height: .7;
	border-radius: 100%;
}

.bmd-radio::after {
	display: inline-block;
	width: 1.125em;
	height: 1.125em;
	cursor: pointer;
	content: "";
	border: 0.125em solid #bdbdbd;
	border-radius: 50%;
	-webkit-transition: border-color ease .28s;
	transition: border-color ease .28s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.bmd-radio::before {
	position: absolute;
	display: inline-block;
	width: 1.125em;
	height: 1.125em;
	content: "";
	background-color: #ff5605;
	border-radius: 50%;
	-webkit-transition: -webkit-transform ease .28s;
	transition: -webkit-transform ease .28s;
	transition: transform ease .28s;
	transition: transform ease .28s, -webkit-transform ease .28s;
	-webkit-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
}

label.bmd-custom-radio-inline,
.bmd-custom-radio > label {
	position: relative;
	padding-left: 1.9375em;
	line-height: 1;
}

label.bmd-custom-radio-inline > input[type="radio"],
.bmd-custom-radio > label > input[type="radio"] {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 0;
	height: 0;
	margin: 0;
	overflow: hidden;
	pointer-events: none;
	opacity: 0;
}

label.bmd-custom-radio-inline > input[type="radio"]:checked ~ .bmd-radio::after,
.bmd-custom-radio > label > input[type="radio"]:checked ~ .bmd-radio::after {
	border-color: #ff5605;
}

label.bmd-custom-radio-inline > input[type="radio"]:checked ~ .bmd-radio::before,
.bmd-custom-radio > label > input[type="radio"]:checked ~ .bmd-radio::before {
	background-color: #ff5605;
}

label.bmd-custom-radio-inline > input[type="radio"]:checked ~ .bmd-radio::before,
.bmd-custom-radio > label > input[type="radio"]:checked ~ .bmd-radio::before {
	-webkit-transform: scale3d(0.45, 0.45, 1);
	transform: scale3d(0.45, 0.45, 1);
}

label.bmd-custom-radio-inline[disabled]::after,
label.bmd-custom-radio-inline > input[type="radio"]:disabled + .bmd-radio::after,
.bmd-custom-radio > label[disabled]::after,
.bmd-custom-radio > label > input[type="radio"]:disabled + .bmd-radio::after {
	border-color: rgba(189, 189, 189, 0.5);
}

label.bmd-custom-radio-inline[disabled]::before,
label.bmd-custom-radio-inline > input[type="radio"]:disabled + .bmd-radio::before,
.bmd-custom-radio > label[disabled]::before,
.bmd-custom-radio > label > input[type="radio"]:disabled + .bmd-radio::before {
	background-color: rgba(189, 189, 189, 0.5);
}

.bmd-custom-radio.disabled > label {
	color: rgba(189, 189, 189, 0.5);
}

.bmd-custom-checkbox > label,
label.bmd-custom-checkbox-inline {
	position: relative;
	padding-left: 1.9475em;
	line-height: 1.25;
}

.bmd-custom-checkbox > label .checkbox-decorator,
label.bmd-custom-checkbox-inline .checkbox-decorator {
	position: absolute;
	left: 0;
	padding: .7em;
	margin: -.7em;
	margin-top: -.58em;
	line-height: .7;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 100%;
}

.bmd-custom-checkbox > label .checkbox-decorator .check,
label.bmd-custom-checkbox-inline .checkbox-decorator .check {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 1.135em;
	height: 1.135em;
	overflow: hidden;
	border: 0.125em solid #bdbdbd;
}

.bmd-custom-checkbox > label .checkbox-decorator .check:before,
label.bmd-custom-checkbox-inline .checkbox-decorator .check:before {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	margin-top: -5px;
	margin-left: 5px;
	color: #bdbdbd;
	content: "";
	-webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
	box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-animation: checkbox-off;
	animation: checkbox-off;
	height: 1px;
	width: 1px;
}

.is-focused .bmd-custom-checkbox > label .checkbox-decorator .check:before, .is-focused
label.bmd-custom-checkbox-inline .checkbox-decorator .check:before {
	-webkit-animation: checkbox-off 0.3s forwards;
	animation: checkbox-off 0.3s forwards;
}

.bmd-custom-checkbox > label input[type="checkbox"],
label.bmd-custom-checkbox-inline input[type="checkbox"] {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 0;
	height: 0;
	margin: 0;
	overflow: hidden;
	pointer-events: none;
	opacity: 0;
}

.bmd-custom-checkbox > label input[type="checkbox"]:focus + .checkbox-decorator .check::after,
label.bmd-custom-checkbox-inline input[type="checkbox"]:focus + .checkbox-decorator .check::after {
	opacity: 0.2;
}

.bmd-custom-checkbox > label input[type="checkbox"]:checked + .checkbox-decorator .check,
label.bmd-custom-checkbox-inline input[type="checkbox"]:checked + .checkbox-decorator .check {
	color: #ff5605;
	border-color: #ff5605;
}

.bmd-custom-checkbox > label input[type="checkbox"]:checked + .checkbox-decorator .check:before,
label.bmd-custom-checkbox-inline input[type="checkbox"]:checked + .checkbox-decorator .check:before {
	color: #ff5605;
	-webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 32px 0 20px,
	-5px 5px 0 10px, 20px -12px 0 11px;
	box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 32px 0 20px,
	-5px 5px 0 10px, 20px -12px 0 11px;
	-webkit-animation: checkbox-on 0.3s forwards;
	animation: checkbox-on 0.3s forwards;
}

.bmd-custom-checkbox > label[disabled],
.bmd-custom-checkbox > label input[type="checkbox"]:disabled + .checkbox-decorator > .check,
label.bmd-custom-checkbox-inline[disabled],
label.bmd-custom-checkbox-inline input[type="checkbox"]:disabled + .checkbox-decorator > .check {
	border-color: rgba(189, 189, 189, 0.5);
}

.bmd-custom-checkbox.disabled > label {
	color: rgba(189, 189, 189, 0.5);
}

.was-validated .bmd-form-control:invalid {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-image: linear-gradient(to top, #cc0a00 2px, rgba(204, 10, 0, 0) 2px), linear-gradient(to top, #bdbdbd 1px, rgba(189, 189, 189, 0) 1px);
	background-size: 100% 100%, 100% 100%;
}

.was-validated .bmd-form-control:invalid ~ .invalid-feedback,
.was-validated .bmd-form-control:invalid ~ .invalid-tooltip {
	display: block;
}

.bmd-custom-checkbox input[type="checkbox"]:invalid ~ .invalid-feedback,
.bmd-custom-checkbox input[type="checkbox"]:invalid ~ .invalid-tooltip {
	display: block;
}

@-webkit-keyframes checkbox-on {
	0% {
		-webkit-box-shadow: 0 -.0625em 0 .625em, .6875em -.625em 0 .625em, 2.0625em 0 0 1.25em, 0 2em 0 1.25em, -.3125em .3125em 0 .625em, .94em .13em 0 .6875em;
		box-shadow: 0 -.0625em 0 .625em, .6875em -.625em 0 .625em, 2.0625em 0 0 1.25em, 0 2em 0 1.25em, -.3125em .3125em 0 .625em, .94em .13em 0 .6875em;
	}
	50% {
		-webkit-box-shadow: 0 -.0625em 0 .625em, .6875em -.625em 0 .625em, 2.0625em 0 0 1.25em, 0 2em 0 1.25em, -.3125em .3125em 0 .625em, 1.25em .13em 0 .6875em;
		box-shadow: 0 -.0625em 0 .625em, .6875em -.625em 0 .625em, 2.0625em 0 0 1.25em, 0 2em 0 1.25em, -.3125em .3125em 0 .625em, 1.25em .13em 0 .6875em;
	}
	100% {
		-webkit-box-shadow: 0 -.0625em 0 .625em, .6875em -.625em 0 .625em, 2.0625em 0 0 1.25em, 0 2em 0 1.25em, -.3125em .3125em 0 .625em, 1.25em -.75em 0 .6875em;
		box-shadow: 0 -.0625em 0 .625em, .6875em -.625em 0 .625em, 2.0625em 0 0 1.25em, 0 2em 0 1.25em, -.3125em .3125em 0 .625em, 1.25em -.75em 0 .6875em;
	}
}

@keyframes checkbox-on {
	0% {
		-webkit-box-shadow: 0 -.0625em 0 .625em, .6875em -.625em 0 .625em, 2.0625em 0 0 1.25em, 0 2em 0 1.25em, -.3125em .3125em 0 .625em, .94em .13em 0 .6875em;
		box-shadow: 0 -.0625em 0 .625em, .6875em -.625em 0 .625em, 2.0625em 0 0 1.25em, 0 2em 0 1.25em, -.3125em .3125em 0 .625em, .94em .13em 0 .6875em;
	}
	50% {
		-webkit-box-shadow: 0 -.0625em 0 .625em, .6875em -.625em 0 .625em, 2.0625em 0 0 1.25em, 0 2em 0 1.25em, -.3125em .3125em 0 .625em, 1.25em .13em 0 .6875em;
		box-shadow: 0 -.0625em 0 .625em, .6875em -.625em 0 .625em, 2.0625em 0 0 1.25em, 0 2em 0 1.25em, -.3125em .3125em 0 .625em, 1.25em .13em 0 .6875em;
	}
	100% {
		-webkit-box-shadow: 0 -.0625em 0 .625em, .6875em -.625em 0 .625em, 2.0625em 0 0 1.25em, 0 2em 0 1.25em, -.3125em .3125em 0 .625em, 1.25em -.75em 0 .6875em;
		box-shadow: 0 -.0625em 0 .625em, .6875em -.625em 0 .625em, 2.0625em 0 0 1.25em, 0 2em 0 1.25em, -.3125em .3125em 0 .625em, 1.25em -.75em 0 .6875em;
	}
}

@-webkit-keyframes checkbox-off {
	0% {
		-webkit-box-shadow: 0 -.0625em 0 .625em, .6875em -.625em 0 .625em, 2.0625em 0 0 1.25em, 0 2em 0 1.25em, -.3125em .3125em 0 .625em, 1.25em -.75em 0 .6875em, 0 0 0 0 inset;
		box-shadow: 0 -.0625em 0 .625em, .6875em -.625em 0 .625em, 2.0625em 0 0 1.25em, 0 2em 0 1.25em, -.3125em .3125em 0 .625em, 1.25em -.75em 0 .6875em, 0 0 0 0 inset;
	}
	25% {
		-webkit-box-shadow: 0 -.0625em 0 .625em, .6875em -.625em 0 .625em, 2.0625em 0 0 1.25em, 0 2em 0 1.25em, -.3125em .3125em 0 .625em, 1.25em -.75em 0 .6875em, 0 0 0 0 inset;
		box-shadow: 0 -.0625em 0 .625em, .6875em -.625em 0 .625em, 2.0625em 0 0 1.25em, 0 2em 0 1.25em, -.3125em .3125em 0 .625em, 1.25em -.75em 0 .6875em, 0 0 0 0 inset;
	}
	50% {
		width: 0;
		height: 0;
		margin-top: -.25em;
		margin-left: .38em;
		-webkit-box-shadow: 0 -.0625em 0 .625em, .6875em -.625em 0 .625em, 2.0625em 0 0 1.25em, 0 2em 0 1.25em, -.3125em .3125em 0 .625em, .94em .13em 0 .6875em, 0 0 0 0 inset;
		box-shadow: 0 -.0625em 0 .625em, .6875em -.625em 0 .625em, 2.0625em 0 0 1.25em, 0 2em 0 1.25em, -.3125em .3125em 0 .625em, .94em .13em 0 .6875em, 0 0 0 0 inset;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	51% {
		width: 1.25em;
		height: 1.25em;
		margin-top: -.13em;
		margin-left: -.13em;
		-webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 .63em inset;
		box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 .63em inset;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		width: 1.25em;
		height: 1.25em;
		margin-top: -.13em;
		margin-left: -.13em;
		-webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
		box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes checkbox-off {
	0% {
		-webkit-box-shadow: 0 -.0625em 0 .625em, .6875em -.625em 0 .625em, 2.0625em 0 0 1.25em, 0 2em 0 1.25em, -.3125em .3125em 0 .625em, 1.25em -.75em 0 .6875em, 0 0 0 0 inset;
		box-shadow: 0 -.0625em 0 .625em, .6875em -.625em 0 .625em, 2.0625em 0 0 1.25em, 0 2em 0 1.25em, -.3125em .3125em 0 .625em, 1.25em -.75em 0 .6875em, 0 0 0 0 inset;
	}
	25% {
		-webkit-box-shadow: 0 -.0625em 0 .625em, .6875em -.625em 0 .625em, 2.0625em 0 0 1.25em, 0 2em 0 1.25em, -.3125em .3125em 0 .625em, 1.25em -.75em 0 .6875em, 0 0 0 0 inset;
		box-shadow: 0 -.0625em 0 .625em, .6875em -.625em 0 .625em, 2.0625em 0 0 1.25em, 0 2em 0 1.25em, -.3125em .3125em 0 .625em, 1.25em -.75em 0 .6875em, 0 0 0 0 inset;
	}
	50% {
		width: 0;
		height: 0;
		margin-top: -.25em;
		margin-left: .38em;
		-webkit-box-shadow: 0 -.0625em 0 .625em, .6875em -.625em 0 .625em, 2.0625em 0 0 1.25em, 0 2em 0 1.25em, -.3125em .3125em 0 .625em, .94em .13em 0 .6875em, 0 0 0 0 inset;
		box-shadow: 0 -.0625em 0 .625em, .6875em -.625em 0 .625em, 2.0625em 0 0 1.25em, 0 2em 0 1.25em, -.3125em .3125em 0 .625em, .94em .13em 0 .6875em, 0 0 0 0 inset;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	51% {
		width: 1.25em;
		height: 1.25em;
		margin-top: -.13em;
		margin-left: -.13em;
		-webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 .63em inset;
		box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 .63em inset;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		width: 1.25em;
		height: 1.25em;
		margin-top: -.13em;
		margin-left: -.13em;
		-webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
		box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.hamburger {
	padding: 0px 0px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger:hover {
	-webkit-filter: opacity(50%);
	filter: opacity(50%);
}

.hamburger:hover, .hamburger:focus, .hamburger:active {
	outline: 0;
}

.hamburger__box {
	width: 1.75rem;
	height: 14px;
	display: inline-block;
	position: relative;
}

.hamburger__inner {
	display: block;
	top: 50%;
	margin-top: -1px;
}

.hamburger__inner, .hamburger__inner::after, .hamburger__inner::before {
	width: 1.75rem;
	height: 2px;
	background-color: #000;
	border-radius: 4px;
	position: absolute;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.hamburger__inner::after, .hamburger__inner::before {
	content: "";
	display: block;
}

.hamburger__inner::before {
	top: -7px;
}

.hamburger__inner::after {
	bottom: -7px;
}

.hamburger--text .hamburger__text {
	display: inline-block;
	font-weight: bold;
	margin-right: .63rem;
}

.hamburger--text:hover {
	-webkit-filter: none;
	filter: none;
}

@media (max-width: 991.98px) {
	.hamburger--has-indicator .hamburger__box:after {
		position: absolute;
		top: -0.375rem;
		width: 0.625rem;
		height: 0.625rem;
		background: #ff5605;
		content: "";
		border-radius: 100%;
		right: -0.3125rem;
		border: 1px solid #fff;
	}

	.hamburger--has-indicator.is-active .hamburger__box:after {
		opacity: 0;
	}
}

.hamburger--squeeze .hamburger__inner {
	-webkit-transition-duration: 0.075s;
	transition-duration: 0.075s;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger__inner::before {
	-webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
	transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger__inner::after {
	-webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger__inner {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-delay: 0.12s;
	transition-delay: 0.12s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger__inner::before {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger__inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--resize {
	cursor: inherit;
}

.hamburger--resize .hamburger__box {
	width: 1.75rem;
}

.hamburger--resize .hamburger__inner::before {
	top: -7px;
}

.hamburger--resize .hamburger__inner::after {
	bottom: -7px;
}

.hamburger--resize .hamburger__inner, .hamburger--resize .hamburger__inner::before, .hamburger--resize .hamburger__inner::after {
	width: 100%;
	background-color: currentColor;
}

.hamburger--resize:hover {
	-webkit-filter: none;
	filter: none;
}

.c-button-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 1.5rem;
	text-decoration: none;
	border: 1px solid #dee1e6;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
}

.c-button-control__icon {
	font-size: 1.3rem;
	color: #bdbdbd;
	position: relative;
}

@media (min-width: 576px) {
	.c-button-control__icon {
		font-size: 1.5rem;
	}
}

.c-button-control__title {
	color: #7d8698;
	font-size: 0.68rem;
}

@media (min-width: 576px) {
	.c-button-control__title {
		font-size: 0.88rem;
	}
}

.c-button-control__quantity {
	position: absolute;
	top: 0;
	right: auto;
	left: 0.75rem;
	line-height: 1;
	font-size: 0.75rem;
	background: #ff5605;
	padding: 0.25rem 0.44rem;
	border-radius: 1.5rem;
	color: #fff;
	border: 0.13rem solid #ffffff;
	font-size: 0.75rem;
	min-width: 1.5rem;
	text-align: center;
	display: none;
}

.c-button-control.has-items .c-button-control__quantity {
	display: block;
}

.c-button-control.has-items .c-button-control__icon {
	color: #202020;
}

.c-button-control:hover, .c-button-control:focus {
	text-decoration: none;
	background: #dee1e6;
}

.c-button-control.is-active {
	background: #dee1e6;
}

.c-button-control__bottom-panel {
	padding: 0 0.5rem;
	border-left: none;
	border-right: none;
}

@media (min-width: 360px) {
	.c-button-control__bottom-panel {
		padding: 0 0.9rem;
	}
}

@media (min-width: 400px) {
	.c-button-control__bottom-panel {
		padding: 0 1.2rem;
	}
}

@media (min-width: 470px) {
	.c-button-control__bottom-panel {
		padding: 0 1.7rem;
	}
}

@media (min-width: 576px) {
	.c-button-control__bottom-panel {
		padding: 0 1rem;
	}
}

@media (min-width: 768px) {
	.c-button-control__bottom-panel {
		border-left: 1px solid #dee1e6;
		border-right: 1px solid #dee1e6;
		padding: 0 1rem;
	}
}

@media (min-width: 992px) {
	.c-button-control__bottom-panel {
		padding: 0 1.5rem;
	}
}

.c-button-control__bottom-panel:hover {
	background: inherit;
}

.c-button-control__bottom-panel.is-active {
	background: inherit;
}

.c-button-control__bottom-panel .c-button-control__icon {
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.c-button-control__bottom-panel:hover .c-button-control__icon {
	color: #ff5605;
}

.c-icon-count {
	-webkit-transition: .2s;
	transition: .2s;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	overflow: visible;
}

.c-icon-count__quantity .c-icon-count:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.c-icon-count--effect1 .c-icon-count__quantity:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	-webkit-box-shadow: 0 0 0 2px transparent;
	box-shadow: 0 0 0 2px transparent;
	opacity: 0;
	-webkit-transform: scale(0.4);
	-ms-transform: scale(0.4);
	transform: scale(0.4);
}

.c-icon-count--effect1 .c-icon-count__quantity:hover:after {
	-webkit-animation: sonarEffect 0.5s ease-out 75ms;
	animation: sonarEffect 0.5s ease-out 75ms;
}

.c-icon-count__quantity {
	display: none;
	position: absolute;
	top: .13rem;
	right: -.19rem;
	line-height: 1;
	font-size: .75rem;
	background: #ff5605;
	padding: .25rem .44rem;
	border-radius: 1.5rem;
	color: #fff;
	border: 0.13rem solid #ffffff;
	font-size: .75rem;
	min-width: 1.5rem;
	text-align: center;
}

.c-icon-count.has-items {
	color: #202020;
}

.c-icon-count.has-items .c-icon-count__quantity {
	display: block;
}

.c-icon-count.has-items:hover {
	color: #ff5605;
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		-webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 3px 3px rgba(255, 86, 5, 0.6), 0 0 0 3px rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 3px 3px rgba(255, 86, 5, 0.6), 0 0 0 3px rgba(255, 255, 255, 0.5);
	}
	100% {
		-webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 3px 3px rgba(255, 86, 5, 0.6), 0 0 0 3px rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 3px 3px rgba(255, 86, 5, 0.6), 0 0 0 3px rgba(255, 255, 255, 0.5);
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		-webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 3px 3px rgba(255, 86, 5, 0.6), 0 0 0 3px rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 3px 3px rgba(255, 86, 5, 0.6), 0 0 0 3px rgba(255, 255, 255, 0.5);
	}
	100% {
		-webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 3px 3px rgba(255, 86, 5, 0.6), 0 0 0 3px rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 3px 3px rgba(255, 86, 5, 0.6), 0 0 0 3px rgba(255, 255, 255, 0.5);
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

.c-icon {
	font-size: 1.5rem;
}

.c-icon.active {
	color: #ff5605;
}

.c-letter {
	width: 1.56rem;
	height: 1.56rem;
	font-size: 1rem;
	background: #ff5605;
	color: #fff;
	font-weight: bold;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
}

.c-letter:hover, .c-letter:focus {
	color: #ffffff;
	text-decoration: none;
}

.overlay {
	min-height: 100px;
	position: relative;
	z-index: 1;
}

.overlay:before {
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#80FFFFFF', endColorstr='#80FFFFFF');
	background-color: rgba(255, 255, 255, 0.8);
	bottom: 0;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 500;
}

.overlay.is-loading:after {
	-webkit-animation: rotate-360 1.5s linear infinite;
	animation: rotate-360 1.5s linear infinite;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
	background-color: transparent;
	border: 0.3em solid #bdbdbd;
	border-radius: 1.5em;
	border-top-color: #ff5605;
	color: transparent;
	content: '';
	display: block;
	height: 3em;
	left: 0;
	margin: auto;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 10px;
	width: 3em;
	z-index: 510;
}

@-webkit-keyframes rotate-360 {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate-360 {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.rs-banner-loader, .panel-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
	transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
}

.rs-banner-loader span, .panel-loader span {
	position: absolute;
	display: block;
	background-color: #ff5605;
	-webkit-animation: loaderBlock 1.2s infinite ease-in-out both;
	animation: loaderBlock 1.2s infinite ease-in-out both;
}

.rs-banner-loader span:nth-child(1), .panel-loader span:nth-child(1) {
	top: 0;
	left: 0;
}

.rs-banner-loader span:nth-child(2), .panel-loader span:nth-child(2) {
	top: 0;
	right: 0;
	-webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
	animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.rs-banner-loader span:nth-child(3), .panel-loader span:nth-child(3) {
	bottom: 0;
	left: 0;
	-webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
	animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.rs-banner-loader span:nth-child(4), .panel-loader span:nth-child(4) {
	bottom: 0;
	right: 0;
}

.rs-banner-loader {
	width: 80px;
	height: 80px;
	-webkit-animation: loader-1 1.2s infinite ease-in-out;
	animation: loader-1 1.2s infinite ease-in-out;
}

.rs-banner-loader span {
	width: 40px;
	height: 40px;
}

.panel-loader {
	width: 40px;
	height: 40px;
	-webkit-animation: loader-2 1.2s infinite ease-in-out;
	animation: loader-2 1.2s infinite ease-in-out;
}

.panel-loader span {
	width: 20px;
	height: 20px;
}

@-webkit-keyframes loader-1 {
	0%, 10%, 100% {
		width: 80px;
		height: 80px;
	}
	65% {
		width: 150px;
		height: 150px;
	}
}

@keyframes loader-1 {
	0%, 10%, 100% {
		width: 80px;
		height: 80px;
	}
	65% {
		width: 150px;
		height: 150px;
	}
}

@-webkit-keyframes loader-2 {
	0%, 10%, 100% {
		width: 40px;
		height: 40px;
	}
	65% {
		width: 70px;
		height: 70px;
	}
}

@keyframes loader-2 {
	0%, 10%, 100% {
		width: 40px;
		height: 40px;
	}
	65% {
		width: 70px;
		height: 70px;
	}
}

@-webkit-keyframes loaderBlock {
	0%, 30% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	55% {
		background-color: #ff8a52;
	}
	100% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

@keyframes loaderBlock {
	0%, 30% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	55% {
		background-color: #ff8a52;
	}
	100% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

@-webkit-keyframes loaderBlockInverse {
	0%, 20% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	55% {
		background-color: #ff8a52;
	}
	100% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}

@keyframes loaderBlockInverse {
	0%, 20% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	55% {
		background-color: #ff8a52;
	}
	100% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}

.c-sticker {
	position: relative;
	display: inline-block;
	font-size: 75%;
	color: #ff5605;
	padding: 0.25rem 1rem;
	margin-bottom: 0.63rem;
	border-radius: 1rem;
	border-bottom-left-radius: 0;
	background-color: #ff5605;
}

.c-sticker:before {
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 0.63rem solid transparent;
	border-top: 0.63rem solid currentColor;
	content: " ";
	position: absolute;
	left: 0px;
	top: 100%;
}

.c-sticker__name {
	color: #fff;
}

.c-sticker + .c-sticker {
	margin-left: 0.5rem;
}

.breadcrumb {
	font-size: .81rem;
	color: #999999;
}

.breadcrumb > .breadcrumb-item > a {
	color: #999999;
}

.breadcrumb > .breadcrumb-item {
	vertical-align: middle;
	display: inline-block;
	padding: 0;
}

.breadcrumb > .breadcrumb-item:before {
	display: none;
	content: "";
}

.breadcrumb > .breadcrumb-item:after {
	display: inline-block;
	padding-left: 0.63rem;
	padding-right: 0.63rem;
	color: #999999;
	content: "|";
}

.breadcrumb > .breadcrumb-item:last-child:after {
	content: "";
}

.breadcrumb > .breadcrumb-item-dropdown {
	display: none;
}

.breadcrumb > .breadcrumb-item-dropdown .dropdown {
	position: static;
}

.breadcrumb > .breadcrumb-item-dropdown .dropdown-toggle {
	font-size: 1.25rem;
	line-height: 0;
	color: currentColor;
}

.breadcrumb > .breadcrumb-item-dropdown .dropdown-toggle:after {
	display: none;
}

.l-main__head--dark .breadcrumb,
.l-main__head--dark .breadcrumb-item:before,
.l-main__head--dark .breadcrumb-item:after,
.l-main__head--dark .breadcrumb-item > a {
	color: #212529;
}

.l-main__head--light .breadcrumb,
.l-main__head--light .breadcrumb-item:before,
.l-main__head--light .breadcrumb-item:after,
.l-main__head--light .breadcrumb-item > a {
	color: #fff;
}

@media (max-width: 575.98px) {
	.breadcrumb {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.breadcrumb.can-minimize .breadcrumb-item:nth-child(n + 2):nth-last-child(n + 3) {
		display: none;
	}

	.breadcrumb.can-minimize .breadcrumb-item-dropdown {
		display: inline-block;
	}
}

.doc {
	margin: auto;
	max-width: 980px;
}

.doc__name {
	color: #000;
	font-weight: 700;
	/* max-height: 1.2 * 2 * 1rem; */
	text-decoration: none;
	line-height: 1.2;
}

.doc__name:after {
	top: 1.5rem;
}

.doc__name:hover, .doc__name:focus {
	color: #000;
	text-decoration: none;
}

.doc__type {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0;
	color: #202020;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	font-weight: bold;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	max-height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	top: 17%;
	white-space: nowrap;
}

.doc__icon {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.doc__icon .icon-svg {
	color: #bbc0c7;
	display: block;
	font-size: 2.875rem;
}

.doc__icon.icon-doc .icon-svg {
	color: #1c69aa;
}

.doc__icon.icon-xls .icon-svg {
	color: #2ea86a;
}

.doc__icon.icon-pdf .icon-svg {
	color: #c7482a;
}

.doc__icon.icon-doc .doc__type,
.doc__icon.icon-xls .doc__type,
.doc__icon.icon-pdf .doc__type {
	color: #fff;
}

.doc__preview {
	display: block;
	height: 0;
	margin-bottom: 0.5rem;
	padding-bottom: 67%;
	position: relative;
}

.doc__preview > img {
	left: 50%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.doc__desc {
	color: #7d8698;
	font-size: 0.875rem;
}

.trash-anim-icon {
	cursor: pointer;
	font-size: 2.25rem;
}

.trash-anim-icon path:first-child {
	-webkit-transform-origin: 40px 15px;
	-ms-transform-origin: 40px 15px;
	transform-origin: 40px 15px;
	-webkit-transition: .2s;
	transition: .2s;
}

.trash-anim-icon:hover path:first-child {
	-webkit-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
}

.trash-anim-icon:hover {
	color: #ff5605;
}

.table-fixed {
	table-layout: fixed;
}

.page-link > .icon-svg {
	margin-left: -0.25rem;
	margin-right: -0.25rem;
}

.nav-container {
	color: #fff;
	position: relative;
}

.nav-container:after {
	background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(80%, currentColor), to(currentColor));
	background: linear-gradient(90deg, transparent 0%, currentColor 80%, currentColor 100%);
	bottom: 0;
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 1rem;
}

.nav-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: auto;
}

.nav-wrap::-webkit-scrollbar {
	width: 0;
}

.nav-wrap .nav {
	color: #202020;
	display: block;
	white-space: nowrap;
}

.nav-wrap .nav-item {
	float: none;
	display: inline-block;
}

.nav-slide {
	position: relative;
	max-width: none;
}

.nav-slide > li {
	margin: 0;
	padding-left: 0;
}

.nav-slide > li:before {
	display: none;
}

.nav-slide .nav-item:first-child > .nav-link {
	padding-left: 1rem;
}

.nav-slide .nav-item:nth-last-child(-n+2) > .nav-link {
	padding-right: 1rem;
}

.nav-slide .nav-link {
	color: #7d8698;
}

.nav-slide .nav-link:hover, .nav-slide .nav-link:active, .nav-slide .nav-link.active {
	color: #ff5605;
}

.nav-slide .nav-slide-line {
	position: absolute;
	bottom: .31rem;
	height: .13rem;
	background-color: #ff5605;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 1;
}

.nav-scrollspy .nav-link {
	color: #7d8698;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.nav-scrollspy:not(.active) .nav-item:first-child .nav-link,
.nav-scrollspy .nav-link:hover,
.nav-scrollspy .nav-link:active,
.nav-scrollspy .nav-link.active {
	color: #ff5605;
}

.nav-scrollspy:not(.active) .nav-item:first-child .nav-link .nav-link-icon,
.nav-scrollspy .nav-link:hover .nav-link-icon,
.nav-scrollspy .nav-link:active .nav-link-icon,
.nav-scrollspy .nav-link.active .nav-link-icon {
	opacity: 1;
}

.nav-scrollspy .nav-link:hover .nav-link-icon {
	opacity: 0;
}

.nav-scrollspy .nav-link-icon {
	font-size: 1.5rem;
	margin: 0 0.5rem 0 1rem;
	opacity: 0;
}

.list-justified {
	clear: both;
}

.list-justified > dt {
	clear: both;
	float: left;
	margin-bottom: 0.25rem;
	margin-right: 0.25rem;
}

.list-justified > dt:before {
	content: '';
	display: block;
}

.list-justified > dd {
	float: right;
	margin-bottom: 0.25rem;
}

.list-justified > dt:last-of-type,
.list-justified > dd:last-of-type {
	margin-bottom: 0;
}

.collapsed__in {
	display: none;
}

.collapsed .collapsed__in {
	display: inline;
}

.collapsed .collapsed__out {
	display: none;
}

.collapsed__icon {
	top: 0.15em;
}

.collapsed .collapsed__icon {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.c-ya-share .ya-share2,
.c-ya-share .ya-share2 * {
	line-height: 1.5;
}

.c-ya-share .ya-share2__container_size_m {
	font-size: 1rem;
}

.badge-md {
	border-radius: 1rem;
	font-size: 1rem;
	line-height: 1.5;
	padding: 0.25rem 0.46777rem;
}

.popover {
	-webkit-box-shadow: 0 3px 5px #bdbdbd;
	box-shadow: 0 3px 5px #bdbdbd;
}

.popover-header {
	border-bottom: none;
	padding-top: 0.875rem;
	margin-bottom: -0.875rem;
}

.popover-close {
	cursor: pointer;
	margin: 0.25rem;
	position: absolute;
	right: 0;
	top: 0;
}

.popover-body {
	padding-right: 1.375rem;
}

.up-float-button {
	display: none;
}

@media (min-width: 992px) {
	.up-float-button {
		display: block;
		position: fixed;
		width: 3rem;
		height: 3rem;
		border-radius: 50%;
		cursor: pointer;
		background: #222428;
		position: fixed;
		bottom: 2rem;
		right: .375rem;
		z-index: 930;
		font-size: 2rem;
		text-align: center;
		color: #fff;
		border: 1px solid #f1f1f1;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		line-height: 1;
		font-size: 1.5rem;
		padding-top: .5rem;
		visibility: hidden;
		opacity: 0;
	}

	.up-float-button--up {
		bottom: 5rem;
	}

	.up-float-button.showed {
		opacity: .6;
		visibility: visible;
	}

	.up-float-button:hover {
		opacity: .8;
	}
}

.hint {
	background: transparent;
	border: 1px solid #bdbdbd;
	border-radius: 50%;
	color: #7d8698;
	cursor: pointer;
	display: inline-block;
	font-style: normal;
	height: 1.1667em;
	line-height: 1;
	margin: -0.16667em auto auto;
	outline: none;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 1.16667em;
}

.hint:hover {
	background-color: #7d8698;
	border-color: #7d8698;
	color: #fff;
}

.hint:focus {
	outline: none;
}

.hint.active {
	background-color: #b01e21;
	border-color: #b01e21;
	color: #fff;
}

.l-page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
}

.l-page__header, .l-page__compact, .l-page__footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.l-page__main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	z-index: 1;
}

.l-page__compact {
	z-index: 903;
}

@media (max-width: 767.98px) {
	.l-page__compact {
		margin-bottom: 2rem;
	}
}

.l-main .inner-wrapper-sticky {
	padding-bottom: 2rem;
}

.l-main__outer-sidebar, .l-main__inner-sidebar {
	display: none;
}

.l-main__outer-sidebar img, .l-main__inner-sidebar img {
	max-width: 100%;
	height: auto;
}

.l-main__outer::after, .l-main__inner::after {
	display: block;
	clear: both;
	content: "";
}

.l-main__outer-content, .l-main__inner-content {
	width: 100%;
}

.l-main--has-inner-sidebar .l-main__inner-sidebar {
	display: block;
}

.l-main__title {
	margin-bottom: 0;
	word-break: break-word;
	overflow-wrap: break-word;
}

.l-main__head--dark .l-main__title {
	color: #212529;
}

.l-main__head--light .l-main__title {
	color: #fff;
}

.l-main__head {
	padding: 2rem 0 2rem;
	margin: -2rem auto 0;
}

.l-main__head .btn-outline-secondary-primary,
.l-main__head .scroll-arrow {
	background-color: #ffffff;
}

.cw_1510 .l-main__nav-wrap, .l-main__nav-wrap {
	display: none;
}

@media (min-width: 1899px) {
	.l-main__nav-wrap {
		display: block;
		height: 100%;
		margin-right: -2.5rem;
		position: absolute;
		right: 100%;
		top: 0;
	}

	.l-main__nav .nav-item {
		text-align: right;
	}

	.l-main__nav .nav-link {
		color: #000;
		max-width: 300px;
		overflow: hidden;
		padding: 0.5rem;
		text-overflow: ellipsis;
		-webkit-transition: color .2s, background-color .2s;
		transition: color .2s, background-color .2s;
		white-space: nowrap;
	}

	.l-main__nav.nav-scrollspy:not(.active) .nav-item:first-child .nav-link,
	.l-main__nav.nav-scrollspy .nav-link:hover,
	.l-main__nav.nav-scrollspy .nav-link:active,
	.l-main__nav.nav-scrollspy .nav-link.active {
		background-color: rgba(34, 36, 40, 0.8);
		color: #fff;
	}

	.l-main__nav.nav-scrollspy:not(.active) .nav-item:first-child .nav-link .nav-link-icon,
	.l-main__nav.nav-scrollspy .nav-link:hover .nav-link-icon,
	.l-main__nav.nav-scrollspy .nav-link:active .nav-link-icon,
	.l-main__nav.nav-scrollspy .nav-link.active .nav-link-icon {
		opacity: 1;
	}

	.l-main__nav .nav-link-icon {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		font-size: 1.5rem;
		margin-left: 2.5rem;
		margin-right: 0;
		opacity: 0;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transition: opacity .2s;
		transition: opacity .2s;
	}
}

@media (min-width: 768px) {
	.l-main--has-outer-sidebar .l-main__container {
		padding-left: 290px;
	}

	.l-main--has-outer-sidebar .l-main__outer-sidebar {
		display: block;
		width: 260px;
		margin-left: -280px;
		float: left;
		z-index: 300;
		position: relative;
	}

	.l-main--has-outer-sidebar .l-main__outer-content {
		float: right;
	}

	.l-main__head {
		padding: 4rem 0 5rem;
		margin: -4rem auto -3rem;
	}
}

@media (min-width: 1200px) {
	.l-main--has-inner-sidebar .l-main__container {
		padding-right: 290px;
	}

	.l-main--has-inner-sidebar .l-main__inner-sidebar {
		width: 260px;
		margin-right: -280px;
		float: right;
		z-index: 300;
		position: relative;
	}

	.l-main--has-inner-sidebar .l-main__inner-content {
		float: left;
	}
}

.l-section__head {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	min-height: 5.125rem;
	background-color: #fff;
	border-bottom: 1px solid #f1f1f1;
}

.l-section--heighter > .l-section__main {
	min-height: 40rem;
}

.container .l-section--container .l-section__container, .l-section--container .l-section__container .l-section--container .l-section__container,
.l-section__container .l-section__container {
	padding: 0;
}

.l-section--outer-spacing {
	margin-bottom: 2rem;
}

.l-section--outer-spacing-quart {
	margin-bottom: 0.5rem;
}

.l-section--bg-white .l-section__main {
	background-color: #fff;
}

.l-section--bg-lg .l-section__main {
	background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(20%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%);
	margin-top: -1px;
}

.fancybox-content > .l-section--shadow .l-section__wrap-main {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.l-section--block {
	display: block !important;
}

.l-section .l-section {
	border: 1px solid #f1f1f1;
}

.section-head__title h4,
.section-head__title .h4 {
	margin-bottom: 0;
	margin-top: .25rem;
}

.section-head__title a {
	color: #202020;
}

.section-head__title a:hover, .section-head__title a:focus {
	text-decoration: none;
}

@media (min-width: 576px) {
	.section-head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.section-head__title {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.section-head__title h4 {
		margin: 0;
	}

	.section-head__controls {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.l-compact-header {
	background: #ffffff;
	-webkit-box-shadow: 0 1px 10px 0 #bdbdbd;
	box-shadow: 0 1px 10px 0 #bdbdbd;
	position: relative;
}

.l-compact-header__blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 3.75rem;
	height: 3.75rem;
}

.l-compact-header__block {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.l-compact-header__block--menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin: 0px;
	width: 2.25rem;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.l-compact-header__block--logo {
	line-height: 1;
	margin-left: 0.5rem;
}

.l-compact-header__block--search {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin-right: 0px;
}

.l-compact-header__block--personal, .l-compact-header__block--icons {
	display: none;
}

.l-compact-header__block img {
	max-height: 3.13rem;
}

@media (min-width: 768px) {
	.l-compact-header {
		position: fixed;
		top: 0;
		-webkit-transform: translateY(-120%);
		-ms-transform: translateY(-120%);
		transform: translateY(-120%);
		width: 100%;
		-webkit-transition: -webkit-transform 0.2s ease-in-out;
		transition: -webkit-transform 0.2s ease-in-out;
		transition: transform 0.2s ease-in-out;
		transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
		opacity: 0;
	}

	.l-compact-header.js-fix-scroll--fixed {
		-webkit-transition: none !important;
		transition: none !important;
	}

	.is-fixed .l-compact-header {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}

	.l-compact-header__block--menu {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-item-align: center;
		align-self: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: 15.25rem;
		min-width: 7rem;
	}

	.l-compact-header__block--menu .hamburger {
		padding: 0.5rem 1rem;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		white-space: nowrap;
	}

	.l-compact-header__block--menu .hamburger.is-active {
		background: #ff5605;
		color: #fff;
	}

	.l-compact-header__block--menu .hamburger.is-active .hamburger__inner:before,
	.l-compact-header__block--menu .hamburger.is-active .hamburger__inner:after,
	.l-compact-header__block--menu .hamburger.is-active .hamburger__inner {
		background-color: #ffffff;
	}

	.l-compact-header__block--logo {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		max-width: 7.5rem;
		margin: 0 1rem;
	}

	.l-compact-header__block--search {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-flex: 2;
		-ms-flex-positive: 2;
		flex-grow: 2;
	}

	.l-compact-header__block--search .compact-search {
		max-width: 28.13rem;
	}

	.l-compact-header__block--personal {
		display: block;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		max-width: 17rem;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		margin-left: 0.5rem;
	}

	.l-compact-header__block--icons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
}

@media (min-width: 992px) {
	.l-compact-header__block--menu {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 13.63rem;
	}

	.l-compact-header__block--logo {
		margin: 0 1.5rem;
	}

	.l-compact-header__block--search {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

@media (min-width: 1200px) {
	.l-compact-header__block--personal {
		margin-right: 2.5rem;
	}
}

.l-compact-menu {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
}

@media (max-width: 991.98px) {
	.l-compact-menu {
		-webkit-transition: opacity .3s;
		transition: opacity .3s;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		background: #ffffff;
		width: 100%;
		height: 100%;
		opacity: 0;
	}

	.l-compact-menu.is-open {
		overflow-y: scroll;
		overflow-x: hidden;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}

	.l-compact-menu__user {
		background: #e5e6ea;
	}

	.l-compact-menu__items {
		position: relative;
	}

	.is-view ~ .l-compact-menu__bottom,
	.animate-in ~ .l-compact-menu__bottom,
	.animate-out ~ .l-compact-menu__bottom,
	.animate-in-back ~ .l-compact-menu__bottom,
	.animate-out-back ~ .l-compact-menu__bottom {
		display: none;
	}
}

@media (min-width: 768px) {
	.l-compact-menu {
		z-index: 999;
		position: fixed;
		width: auto;
		height: auto;
		background: transparent;
		display: block;
		background: transparent;
		min-width: 16.25rem;
		visibility: hidden;
	}

	.l-compact-menu__items {
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
		opacity: 0;
	}

	.l-compact-menu.is-open {
		visibility: visible;
		overflow: visible;
		display: block;
	}

	.l-compact-menu.is-open .l-compact-menu__items {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
		-webkit-transition: opacity .5s, -webkit-transform .3s;
		transition: opacity .5s, -webkit-transform .3s;
		transition: transform .3s, opacity .5s;
		transition: transform .3s, opacity .5s, -webkit-transform .3s;
	}
}

.l-head {
	position: relative;
}

.l-head__main {
	position: relative;
	z-index: 899;
}

.l-head.color-light.is-underlay .l-head__main,
.l-head.color-light.is-underlay .b-header-logo,
.l-head.color-light.is-underlay .b-header-logo:hover,
.l-head.color-light.is-underlay .b-header-user__icon,
.l-head.color-light.is-underlay .c-icon-count,
.l-head.color-light.is-underlay .menu-search-button--transparent,
.l-head.color-light.is-underlay .mmenu-type1-item--transparent > .mmenu-type1-item__link,
.l-head.color-light.is-underlay .mmenu-vertical-item--transparent > .mmenu-vertical-item__link,
.l-head.color-light.is-underlay .mmenu-type1-item--inheader > .mmenu-type1-item__link,
.l-head.color-light.is-underlay .mmenu-vertical-item--inheader > .mmenu-vertical-item__link {
	color: #fff;
}

.l-head.color-light.is-underlay .text-body,
.l-head.color-light.is-underlay .text-dark,
.l-head.color-light.is-underlay .text-secondary,
.l-head.color-light.is-underlay .l-head__inner-search .menu-search-button {
	color: #fff !important;
}

.l-head.color-light.is-underlay .menu-search-button--transparent:hover,
.l-head.color-light.is-underlay .mmenu-type1-item--transparent:hover > .mmenu-type1-item__link,
.l-head.color-light.is-underlay .mmenu-vertical-item--transparent:hover > .mmenu-vertical-item__link,
.l-head.color-light.is-underlay .mmenu-type1-item--inheader:hover > .mmenu-type1-item__link {
	color: #ff5605;
}

.l-head.color-light.is-underlay .mmenu-type1-item:after {
	background-color: #fff;
}

.l-head.is-underlay .l-head__main,
.l-head.is-underlay .b-header-logo,
.l-head.is-underlay .b-header-logo:hover,
.l-head.is-underlay .b-header-user__icon,
.l-head.is-underlay .c-icon-count,
.l-head.is-underlay .text-body,
.l-head.is-underlay .text-dark,
.l-head.is-underlay .text-secondary {
	-webkit-transition: 1s;
	transition: 1s;
}

.l-head.is-underlay .c-icon-count:hover {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.l-head.is-underlay .search-form__input {
	border: 0;
	background: rgba(255, 255, 255, 0.6);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.l-head.is-underlay .search-form__input:active, .l-head.is-underlay .search-form__input:focus {
	background: #fff;
}

.l-head--type3 .b-header-user__icon,
.l-head--type3 .b-header-user__letter,
.l-head--type5 .b-header-user__icon,
.l-head--type5 .b-header-user__letter {
	width: 2.63rem;
	height: 2.63rem;
	background: #ff5605;
	color: #fff;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 0.5rem;
}

.l-head--type5 .search-form__button {
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	height: 100%;
	border-radius: 2.5rem;
	background: #ff5605;
	color: #ffffff;
	width: 2.63rem;
	height: 2.63rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	text-align: center;
}

.l-head--type5 .search-form__button .icon-svg {
	margin: auto;
}

.l-head--light:not(.is-underlay) .l-head__line,
.l-head--transparent:not(.is-underlay) .l-head__line {
	border-top: 1px solid #f1f1f1;
	margin-top: -1px;
}

.l-head--transparent.is-underlay .l-head__line-inner {
	border-bottom: 1px solid #bdbdbd;
	margin-top: -1px;
}

.l-head--type6 .mmenu-vertical-item--light:hover > .mmenu-vertical-item__link,
.l-head--type6 .mmenu-vertical-item--light:focus > .mmenu-vertical-item__link,
.l-head--type6 .mmenu-vertical-item--light:active > .mmenu-vertical-item__link,
.l-head--type7 .mmenu-vertical-item--light:hover > .mmenu-vertical-item__link,
.l-head--type7 .mmenu-vertical-item--light:focus > .mmenu-vertical-item__link,
.l-head--type7 .mmenu-vertical-item--light:active > .mmenu-vertical-item__link {
	color: #ffffff;
}

.l-head--type8 .l-head__line-inner,
.l-head--type8 .l-mmenu-type1 > .mmenu-type1-item:first-child .mmenu-type1-item__link {
	border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
}

.l-head--type8 .l-head__line-inner,
.l-head--type8 .menu-search-button {
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
}

.l-head--type8 .mmenu-type1-item__dropdown,
.l-head--type8 .mmenu-type1-item__wide {
	margin-top: 10px;
}

.l-head--type8 .mmenu-type1-item__dropdown:before,
.l-head--type8 .mmenu-type1-item__wide:before {
	content: "";
	position: absolute;
	top: -10px;
	height: 10px;
	width: 100%;
	background: transparent;
}

.l-head--type8:not(.is-underlay) .l-head__banner {
	margin-top: -1.88rem;
}

.l-head.is-underlay.l-head--type8.l-head--transparent .l-head__line-inner {
	border: 1px solid #bdbdbd;
}

.l-head--type9 .l-mmenu-type1 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-head--type9 .mmenu-type1-item.mmenu-type1-item--light:active > .mmenu-type1-item__link,
.l-head--type9 .mmenu-type1-item.mmenu-type1-item--light:focus > .mmenu-type1-item__link,
.l-head--type9 .mmenu-type1-item.mmenu-type1-item--light:hover > .mmenu-type1-item__link,
.l-head--type9 .mmenu-type1-item.mmenu-type1-item--dark:active > .mmenu-type1-item__link,
.l-head--type9 .mmenu-type1-item.mmenu-type1-item--dark:focus > .mmenu-type1-item__link,
.l-head--type9 .mmenu-type1-item.mmenu-type1-item--dark:hover > .mmenu-type1-item__link,
.l-head--type9 .mmenu-type1-item.mmenu-type1-item--light.is-selected > .mmenu-type1-item__link,
.l-head--type9 .mmenu-type1-item.mmenu-type1-item--dark.is-selected > .mmenu-type1-item__link,
.l-head--type9 .menu-search-button--dark:hover,
.l-head--type9 .menu-search-button--light:hover,
.l-head--type9 .menu-search-button--dark:focus,
.l-head--type9 .menu-search-button--light:focus,
.l-head--type9 .menu-search-button--dark:active,
.l-head--type9 .menu-search-button--light:active {
	background: transparent;
	color: #ff5605;
}

.l-head--type9 .mmenu-type1-item--dark + .mmenu-type1-item--dark.is-selected:after,
.l-head--type9 .mmenu-type1-item--dark.is-selected + .mmenu-type1-item--dark:after,
.l-head--type9 .mmenu-type1-item--light + .mmenu-type1-item--light.is-selected:after,
.l-head--type9 .mmenu-type1-item--light.is-selected + .mmenu-type1-item--light:after,
.l-head--type9 .mmenu-type1-item--dark + .mmenu-type1-item--dark:active:after,
.l-head--type9 .mmenu-type1-item--dark + .mmenu-type1-item--dark:focus:after,
.l-head--type9 .mmenu-type1-item--dark + .mmenu-type1-item--dark:hover:after,
.l-head--type9 .mmenu-type1-item--dark:active + .mmenu-type1-item--dark:after,
.l-head--type9 .mmenu-type1-item--dark:focus + .mmenu-type1-item--dark:after,
.l-head--type9 .mmenu-type1-item--dark:hover + .mmenu-type1-item--dark:after,
.l-head--type9 .mmenu-type1-item--light + .mmenu-type1-item--light:active:after,
.l-head--type9 .mmenu-type1-item--light + .mmenu-type1-item--light:focus:after,
.l-head--type9 .mmenu-type1-item--light + .mmenu-type1-item--light:hover:after,
.l-head--type9 .mmenu-type1-item--light:active + .mmenu-type1-item--light:after,
.l-head--type9 .mmenu-type1-item--light:focus + .mmenu-type1-item--light:after,
.l-head--type9 .mmenu-type1-item--light:hover + .mmenu-type1-item--light:after {
	opacity: 1;
}

.l-head--type10 .menu-search-button {
	background: transparent;
	color: #202020;
}

.l-head--type10 .menu-search-button:hover,
.l-head--type10 .menu-search-button:focus {
	color: #ff5605;
	background: transparent;
}

.l-head--type10 .l-mmenu-type1 {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.l-head--type10 .mmenu-type1-item--inheader + .mmenu-type1-item--inheader:after {
	display: none;
}

@media (max-width: 767.98px) {
	.l-head__main {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.l-head--type3 .b-header-user__personal,
	.l-head--type5 .b-header-user__personal,
	.l-head--type7 .b-header-user__personal {
		display: none;
	}

	.l-head--type5 .b-header-user__icon,
	.l-head--type5 .b-header-user__letter {
		width: 2.63rem;
		height: 2.63rem;
		background: #ff5605;
		color: #fff;
		border-radius: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-right: 0.5rem;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.l-head--type5 .search-form.header-search-form {
		width: 100%;
		max-width: 26.25rem;
	}
}

.l-head .rs-banners_infowrap {
	width: 100%;
	text-align: center;
	margin-left: 0;
	position: relative;
	max-width: 38rem;
	margin: auto;
}

.l-head .rs-banners_banner[data-text-color="light"] .rs-banners_infowrap {
	color: #fff;
}

.l-head .rs-banners_banner .rs-banners_product {
	width: 100%;
	display: none;
}

.l-head .rs-banners_banner .rs-banners_product img {
	max-width: none;
}

.l-head .rs-banners .rs-banners_banner,
.l-head .rs-banners-sidebanner,
.l-head .rs_banner-preloader {
	height: 240px;
}

.l-head .rs-banners_infowrap .rs-banners_info .rs-banners_title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 20px;
}

.l-head .rs-banners_infowrap .rs-banners_info .rs-banners_desc {
	line-height: 18px;
	font-size: 12px;
}

.l-head.has-banner.is-underlay.l-head--type4.l-head--transparent .l-head__line-inner,
.l-head.has-banner.is-underlay.l-head--type5.l-head--transparent .l-head__line-inner,
.l-head.has-banner.is-underlay.l-head--type6.l-head--transparent .l-head__line-inner {
	border-bottom: 0;
	margin-top: 0;
}

.l-head.has-banner.is-underlay.color-dark.l-head--type4.l-head--transparent .l-head__line-inner,
.l-head.has-banner.is-underlay.color-dark.l-head--type5.l-head--transparent .l-head__line-inner,
.l-head.has-banner.is-underlay.color-dark.l-head--type6.l-head--transparent .l-head__line-inner {
	background: rgba(70, 70, 70, 0.03);
}

.l-head.has-banner.is-underlay.color-dark.l-head--type4.l-head--transparent .l-mmenu-vertical > .mmenu-vertical-item > .mmenu-vertical-item__link,
.l-head.has-banner.is-underlay.color-dark.l-head--type5.l-head--transparent .l-mmenu-vertical > .mmenu-vertical-item > .mmenu-vertical-item__link,
.l-head.has-banner.is-underlay.color-dark.l-head--type6.l-head--transparent .l-mmenu-vertical > .mmenu-vertical-item > .mmenu-vertical-item__link {
	background: rgba(70, 70, 70, 0.04);
}

.l-head.has-banner.is-underlay.color-light.l-head--type4.l-head--transparent .l-head__line-inner,
.l-head.has-banner.is-underlay.color-light.l-head--type5.l-head--transparent .l-head__line-inner,
.l-head.has-banner.is-underlay.color-light.l-head--type6.l-head--transparent .l-head__line-inner {
	background: rgba(255, 255, 255, 0.03);
}

.l-head.has-banner.is-underlay.color-light.l-head--type4.l-head--transparent .l-mmenu-vertical > .mmenu-vertical-item > .mmenu-vertical-item__link,
.l-head.has-banner.is-underlay.color-light.l-head--type5.l-head--transparent .l-mmenu-vertical > .mmenu-vertical-item > .mmenu-vertical-item__link,
.l-head.has-banner.is-underlay.color-light.l-head--type6.l-head--transparent .l-mmenu-vertical > .mmenu-vertical-item > .mmenu-vertical-item__link {
	background: rgba(255, 255, 255, 0.04);
}

.l-head--type8:not(.is-underlay) .l-head__banner {
	margin-top: -1.88rem;
}

@media (max-width: 85.38rem) {
	.l-head .rs-banners-container.__center {
		padding: 0;
	}
}

@media (min-width: 576px) {
	.l-head .rs-banners_infowrap .rs-banners_info .rs-banners_title {
		font-size: 27px;
		line-height: 33px;
		font-weight: 600;

	}

	.l-head .rs-banners_infowrap .rs-banners_info .rs-banners_desc {
		line-height: 26px;
		font-size: 16px;
	}
}

@media (max-width: 767.98px) {
	.l-head.has-banner {
		margin-bottom: 2rem;
	}

	.l-head__banner {
		margin-top: -2rem;
	}

	.l-head .rs-banners-container .rs-banners.owl-theme .owl-dots {
		display: none;
	}
}

@media (min-width: 768px) {
	.l-head .rs-banners_infowrap .rs-banners_info .rs-banners_title {
		font-size: 36px;
		line-height: 40px;
		font-weight: 700;
		margin-bottom: 25px;
	}

	.l-head .rs-banners_infowrap .rs-banners_info .rs-banners_desc {
		line-height: 26px;
		font-size: 16px;
	}

	.l-head .rs-banners_infowrap {
		height: 320px;
		bottom: 40px;
		top: auto;
		position: absolute;
		max-width: 100%;
	}

	.l-head .rs_banner-preloader,
	.l-head:not(.is-underlay) .l-head__banner,
	.l-head:not(.is-underlay) .rs-banners .rs-banners_banner,
	.l-head:not(.is-underlay) .rs-banners-sidebanner {
		height: 400px;
	}

	.is-underlay .l-head__banner {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 1;
	}

	.l-head.has-banner.is-underlay,
	.l-head.is-underlay .rs-banners .rs-banners_banner,
	.l-head.is-underlay .rs-banners-sidebanner {
		height: 540px;
	}
}

@media (min-width: 992px) {
	.l-head .rs-banners_infowrap {
		padding-left: 6.25rem;
		height: 440px;
		bottom: 60px;
		width: 55%;
		text-align: left;
	}

	.l-head .rs-banners_infowrap .rs-banners_info .rs-banners_title {
		margin-bottom: 30px;
	}

	.l-head.has-sidebanners .l-head__banner {
		margin-top: .63rem;
	}

	.l-head--type6 .__center .rs-banners_infowrap,
	.l-head--type7 .__center .rs-banners_infowrap,
	.l-head.has-sidebanners .__center .rs-banners_infowrap {
		width: 80%;
	}

	.l-head--type6:not(.has-shift) .rs-banners_infowrap,
	.l-head--type7:not(.has-shift) .rs-banners_infowrap {
		margin-left: 12.5rem;
	}

	.l-head .rs-banners_banner .rs-banners_product {
		display: block;
		width: 50%;
	}

	.l-head.has-sidebanners .rs-banners_banner .rs-banners_product {
		width: 60%;
	}

	.l-head .rs_banner-preloader,
	.l-head:not(.is-underlay) .l-head__banner,
	.l-head:not(.is-underlay) .rs-banners .rs-banners_banner,
	.l-head:not(.is-underlay) .rs-banners-sidebanner {
		height: 500px;
	}

	.l-head.has-banner.is-underlay,
	.l-head.is-underlay .rs-banners .rs-banners_banner,
	.l-head.is-underlay .rs-banners-sidebanner {
		height: 660px;
	}

	.l-head--type6.has-shift .rs-banners-container,
	.l-head--type7.has-shift .rs-banners-container {
		padding-left: 16.75rem;
	}

	.l-head--type6.has-sidebanners.has-banner .mmenu-vertical-item--is-open > .mmenu-vertical-item__dropdown,
	.l-head--type7.has-sidebanners.has-banner .mmenu-vertical-item--is-open > .mmenu-vertical-item__dropdown {
		min-height: 31.86rem;
	}
}

@media (min-width: 1200px) {
	.l-head .rs-banners_infowrap {
		width: 50%;
	}

	.l-head--type6 .__center .rs-banners_infowrap,
	.l-head--type7 .__center .rs-banners_infowrap,
	.l-head.has-sidebanners .__center .rs-banners_infowrap {
		width: 65%;
	}
}

.l-topline {
	background: #ffffff;
	height: 2.5rem;
	position: relative;
	z-index: 900;
}

.l-topline:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	top: 100%;
	background: rgba(233, 236, 239, 0.75);
}

.l-topline__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.l-topline__left {
	width: 40%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 40%;
	flex: 1 1 40%;
}

.l-topline__right {
	width: 60%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 60%;
	flex: 1 1 60%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
}

.l-topline .c-icon-count {
	height: 2.5rem;
}

.l-footer {
	margin-top: 3.13rem;
}

.l-footer__inner {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	min-height: 200px;
}

.l-footer__copyright {
	padding: 0.5rem 0;
	font-size: 75%;
}

.l-footer--dark {
	background: #222428;
	color: #ffffff;
}

.l-footer--dark .l-footer__inner {
	border-top: 0.63rem solid #5e5f61;
}

.l-footer--dark .l-footer__copyright {
	color: #7d8698;
	border-top: 0.13rem solid #5e5f61;
}

.l-footer--dark .text-body,
.l-footer--dark .text-dark {
	color: #ffffff !important;
}

.l-footer--light {
	background: #ffffff;
	color: #202020;
}

.l-footer--light .l-footer__inner {
	border-top: 0.63rem solid #e0e0e0;
}

.l-footer--light .l-footer__copyright {
	color: #7d8698;
	border-top: 0.13rem solid #e0e0e0;
}

.l-footer--light .text-light {
	color: #202020 !important;
}

.l-footer--light .footer-menu__item--lvl1,
.l-footer--light .b-footer-logo {
	color: #202020;
}

.l-footer--light .footer-menu__item--lvl1:hover, .l-footer--light .footer-menu__item--lvl1:focus,
.l-footer--light .b-footer-logo:hover,
.l-footer--light .b-footer-logo:focus {
	color: #202020;
}

.l-footer--type2 .footer-menu__group {
	display: inline-block;
}

.l-footer--type2 .footer-menu__item {
	padding: 0.625rem 0.9375rem;
}

@media (max-width: 767.98px) {
	.l-footer__inner {
		display: none;
	}
}

.menu-search-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 1.5rem;
	padding: 1.125rem;
	max-width: 3.75rem;
	max-height: 3.75rem;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.menu-search-button--primary {
	color: #fff;
	background-color: #ff5605;
}

.menu-search-button--primary:hover, .menu-search-button--primary:focus {
	background: #d14400;
	color: #fff;
}

.menu-search-button--dark {
	color: #ffffff;
	background-color: #222428;
}

.menu-search-button--dark:hover, .menu-search-button--dark:focus {
	background: #d14400;
	color: #ffffff;
}

.menu-search-button--light {
	color: #202020;
	background-color: #ffffff;
}

.menu-search-button--light:hover, .menu-search-button--light:focus {
	background: #d14400;
	color: #ffffff;
}

.menu-search-button--transparent {
	color: #202020;
	background-color: transparent;
}

.menu-search-button--transparent:hover, .menu-search-button--transparent:focus {
	background-color: transparent;
	color: #ff5605;
}

.menu-search-button > .icon-svg {
	pointer-events: none;
}

.search-popup {
	z-index: 99998;
	display: none;
}

.search-popup--full {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	opacity: 0;
}

.search-popup--top {
	position: fixed;
	height: 10.25rem;
	width: 100%;
	top: 0;
	background: #ffffff;
}

.search-popup__inner {
	max-width: 1280px;
	margin: auto;
	position: relative;
	padding: 0 1.25rem;
}

.search-popup--full .search-popup__inner {
	margin-top: 6.25rem;
	padding-top: 5rem;
}

.search-popup--top .search-popup__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	height: 100%;
}

.search-popup__close {
	position: absolute;
	right: 0;
	font-size: 1.5rem;
	color: #bdbdbd;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.search-popup__close:hover, .search-popup__close:focus {
	color: #202020;
}

.search-popup--full .search-popup__close {
	top: -2rem;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

.search-popup--top .search-popup__close {
	top: 1rem;
}

.search-popup__form {
	width: 100%;
	max-width: 60rem;
	margin: auto;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
}

.search-popup--full .search-popup__form {
	-webkit-transform: scale(0.97) rotateX(60deg) translateY(-10px);
	transform: scale(0.97) rotateX(60deg) translateY(-10px);
}

.search-popup__form-button {
	background: transparent;
	border: 0;
	outline: 0;
	position: absolute;
	right: .63rem;
	top: 2rem;
	font-size: 1.38rem;
	color: #ff5605;
}

.search-popup--full.is-open .search-popup__close {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .5s;
	transition: .5s;
}

.search-popup--full.is-open .search-popup__form {
	-webkit-transform: scale(1) rotateX(0deg) translateY(0);
	transform: scale(1) rotateX(0deg) translateY(0);
}

.search-popup__form .bmd-form-control {
	font-weight: 600;
	padding: .9rem 0;
	color: #202020;
}

.search-popup__form .bmd-form-group .bmd-label-floating {
	top: 3rem;
}

.search-popup__form .bmd-form-group.is-filled .bmd-label-floating,
.search-popup__form .bmd-form-group.is-focused .bmd-label-floating {
	top: 1rem;
	left: 0;
	font-size: 14px;
}

.b-header-user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.b-header-user:not(.b-header-user--r-lg) .b-header-user__icon {
	font-size: 1.5rem;
	line-height: 0;
}

.b-header-user__icon {
	color: #202020;
}

.b-header-user__icon:hover, .b-header-user__icon:focus {
	color: #202020;
}

.b-header-user__personal {
	line-height: 1;
}

.b-header-user--r-lg .b-header-user__personal {
	display: none;
}

.b-header-user:not(.b-header-user--r-lg) .b-header-user__letter,
.b-header-user:not(.b-header-user--r-lg) .b-header-user__icon {
	margin: 0px 0.5rem;
}

@media (min-width: 992px) {
	.b-header-user--r-lg .b-header-user__letter,
	.b-header-user--r-lg .b-header-user__icon {
		margin: 0px 0.5rem;
	}

	.b-header-user--r-lg .b-header-user__personal {
		display: block;
	}

	.b-header-user--r-lg .b-header-user__icon {
		width: auto;
		height: auto;
		font-size: 1.5rem;
		line-height: 0;
		color: #202020;
	}

	.b-header-user--r-lg .b-header-user__icon:hover, .b-header-user--r-lg .b-header-user__icon:focus {
		background: transparent;
		color: #202020;
	}

	.b-header-user__personal {
		min-width: 6.5rem;
	}
}

.b-header-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
	font-size: 1.75rem;
	color: #202020;
}

.b-header-logo:hover {
	color: #202020;
	text-decoration: none;
}

.b-header-logo .icon-svg {
	margin-right: 0.25rem;
	font-size: 3rem;
	min-width: 3rem;
}

.b-header-logo img {
	max-width: 100%;
}

.b-location-confirm {
	display: none;
	position: absolute;
	z-index: 950;
	background: #fff;
	/* padding: 2.38rem 3rem; */
	padding: 1.75rem 2.375rem 1.4375rem 2.375rem;
	-webkit-transform: translateX(-50%) translateY(0);
	-ms-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
	left: 50%;
	margin-left: -0.5rem;
	/* width: 35rem; */
	top: 2rem;
	-webkit-box-shadow: 0 1px 10px 0 #bdbdbd;
	box-shadow: 0 1px 10px 0 #bdbdbd;
	opacity: 1;
	font-size: 1rem;
	-webkit-transition: 0.9s;
	transition: 0.9s;
}

.b-location-confirm:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -7px;
	border: 8px solid transparent;
	border-left: 8px solid #fff;
	border-top: 8px solid #fff;
	-webkit-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.b-location-confirm__detected {
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	color: black;
	margin-bottom: 1.4375rem;
}

.b-location-confirm__close {
	font-size: 1.38rem;
	position: absolute;
	top: 0.1875rem;
	right: 0.75rem;
	cursor: pointer;
}

.b-location-confirm__controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.b-location-confirm__controls > .btn, .b-location-confirm__controls > .footer-subscribe__button {
	width: 50%;
	margin-right: 0.5rem;
}

.b-location-confirm__controls > .btn:last-child, .b-location-confirm__controls > .footer-subscribe__button:last-child {
	margin-right: 0;
}

.b-location-confirm.anim-start {
	-webkit-transform: translateX(-50%) translateY(10px);
	-ms-transform: translateX(-50%) translateY(10px);
	transform: translateX(-50%) translateY(10px);
	opacity: 0;
}

.b-footer-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
	font-size: 1.75rem;
	color: #ffffff;
}

.b-footer-logo:hover {
	color: #ffffff;
	text-decoration: none;
}

.b-footer-logo .icon-svg {
	margin-right: 0.25rem;
	font-size: 3rem;
	min-width: 3rem;
}

.b-footer-logo img {
	max-width: 100%;
}

.footer-menu__group {
	margin-bottom: 0.5rem;
}

.footer-menu--columns-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.footer-menu--columns-3 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

.footer-menu--columns-2 .footer-menu__group,
.footer-menu--columns-3 .footer-menu__group {
	page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
}

.footer-menu__item {
	display: block;
}

.footer-menu__item--lvl1 {
	color: #ffffff;
	font-weight: bold;
}

.footer-menu__item--lvl1:hover, .footer-menu__item--lvl1:focus {
	color: #ffffff;
}

.footer-menu__item--lvl2, .footer-menu__item--lvl3 {
	font-size: .75rem;
	color: #7d8698;
	margin: .25rem 0;
}

.footer-menu__item--lvl2:hover, .footer-menu__item--lvl2:focus, .footer-menu__item--lvl3:hover, .footer-menu__item--lvl3:focus {
	color: #7d8698;
}

.footer-subscribe__input {
	background: transparent;
	min-width: 0;
}

.footer-subscribe__note {
	font-size: 75%;
	color: #7d8698;
	padding-right: 2.5rem;
}

.footer-subscribe__button {
	padding-left: .5rem;
	padding-right: .5rem;
	font-size: 1.5rem;
	width: 2.5rem;
	height: 2.5rem;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.footer-age-limit {
	font-size: .75rem;
	width: 2.75rem;
	height: 2.75rem;
	border: 1px solid #7d8698;
	color: #7d8698;
	padding: .75rem .63rem;
	border-radius: 100%;
	overflow: hidden;
	text-align: center;
}

.b-topline-user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.b-topline-user__icon {
	font-size: 1rem;
	line-height: 0;
	color: #202020;
}

.b-topline-user__icon:hover, .b-topline-user__icon:focus {
	color: #202020;
}

.b-topline-user__personal {
	font-size: 0.875rem;
}

.b-topline-user .b-topline-user__letter,
.b-topline-user .b-topline-user__icon {
	margin: 0px 0.25rem;
}

.b-dl-menu, .b-dl-menu__subitems {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
}

.b-dl-menu__item {
	margin: 0;
}

.b-dl-menu__subitems {
	position: absolute;
	min-width: 100%;
	top: 0;
	left: 0;
}

.b-dl-menu.is-view, .b-dl-menu__subitems.is-view {
	border: 0;
}

.b-dl-menu.is-view > .b-dl-menu__item,
.b-dl-menu.is-view > .b-dl-menu__item.is-open > .b-dl-menu__link,
.b-dl-menu__subitems.is-view > .b-dl-menu__item,
.b-dl-menu__subitems.is-view > .b-dl-menu__item.is-open > .b-dl-menu__link {
	display: none;
}

.b-dl-menu.is-view > .b-dl-menu__item.is-open,
.b-dl-menu__subitems.is-view > .b-dl-menu__item.is-open {
	display: block;
}

.b-dl-menu__item.is-open > .b-dl-menu__subitems {
	display: block;
	z-index: 2;
}

.b-dl-menu__link {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0.88rem 50px;
	outline: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	color: #333;
}

.b-dl-menu__link:hover, .b-dl-menu__link:focus {
	text-decoration: none;
	background-color: #e5e6ea;
	color: #202020;
}

.b-dl-menu__item.has-subitems > .b-dl-menu__link:after {
	content: "";
	position: absolute;
	width: 1rem;
	height: 1rem;
	right: 10px;
	top: 1.13rem;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+ICAgIDxwYXRoIGQ9Ik04LDE4YTEsMSwwLDAsMSwuMjktLjcxTDEzLjU5LDEyLDguMjksNi43MUExLDEsMCwwLDEsOS43MSw1LjI5bDYsNmExLDEsMCwwLDEsMCwxLjQybC02LDZhMSwxLDAsMCwxLTEuNDIsMEExLDEsMCwwLDEsOCwxOFoiLz48L3N2Zz4=");
}

.b-dl-menu__item.is-catalog > .b-dl-menu__link {
	border-bottom: 1px solid #bdbdbd;
	font-weight: 600;
}

.b-dl-menu__item--main > .b-dl-menu__link {
	font-weight: 900;
	background-color: #ffffff;
	color: #202020;
}

.b-dl-menu__item--main > .b-dl-menu__link:active, .b-dl-menu__item--main > .b-dl-menu__link:focus, .b-dl-menu__item--main > .b-dl-menu__link:hover {
	background-color: #e5e6ea;
}

.has-subitems .b-dl-menu__subitems {
	display: none;
}

.b-dl-menu__item--back .b-dl-menu__link:after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+ICAgIDxwYXRoIGQ9Ik0xNiw2YTEsMSwwLDAsMS0uMjkuNzFMMTAuNDEsMTJsNS4zLDUuMjlhMSwxLDAsMCwxLTEuNDIsMS40MmwtNi02YTEsMSwwLDAsMSwwLTEuNDJsNi02YTEsMSwwLDAsMSwxLjQyLDBBMSwxLDAsMCwxLDE2LDZaIi8+PC9zdmc+");
	content: "";
	position: absolute;
	width: 1rem;
	height: 1rem;
	left: 46px;
	top: 1.13rem;
}

.b-dl-menu__item--back .b-dl-menu__link {
	padding-left: 66px;
}

.b-dl-menu.animate-in, .b-dl-menu__subitems.animate-in {
	-webkit-animation: MasterDlMenuAnimationIn 0.3s ease-in-out;
	animation: MasterDlMenuAnimationIn 0.3s ease-in-out;
}

.b-dl-menu.animate-out, .b-dl-menu__subitems.animate-out {
	-webkit-animation: MasterDlMenuAnimationOut 0.3s ease-in-out;
	animation: MasterDlMenuAnimationOut 0.3s ease-in-out;
}

.b-dl-menu.animate-in-back, .b-dl-menu__subitems.animate-in-back {
	-webkit-animation: MasterDlMenuAnimationBackIn 0.3s ease-in-out;
	animation: MasterDlMenuAnimationBackIn 0.3s ease-in-out;
}

.b-dl-menu.animate-out-back, .b-dl-menu__subitems.animate-out-back {
	-webkit-animation: MasterDlMenuAnimationBackOut 0.3s ease-in-out;
	animation: MasterDlMenuAnimationBackOut 0.3s ease-in-out;
}

@media (min-width: 768px) {
	.b-dl-menu, .b-dl-menu__subitems {
		-webkit-box-shadow: 0 10px 32px 0 rgba(84, 133, 169, 0.3);
		box-shadow: 0 10px 32px 0 rgba(84, 133, 169, 0.3);
	}

	.b-dl-menu__item--back .b-dl-menu__link:after {
		left: 10px;
		top: 1rem;
	}

	.b-dl-menu__link,
	.b-dl-menu__item--back .b-dl-menu__link {
		padding: 12px 20px;
	}

	.b-dl-menu__item--back .b-dl-menu__link {
		padding-left: 30px;
	}
}

@-webkit-keyframes MasterDlMenuAnimationIn {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MasterDlMenuAnimationIn {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MasterDlMenuAnimationBackIn {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MasterDlMenuAnimationBackIn {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MasterDlMenuAnimationOut {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MasterDlMenuAnimationOut {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes MasterDlMenuAnimationBackOut {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes MasterDlMenuAnimationBackOut {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
}

.b-compact-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
	font-size: 1.13rem;
	color: #202020;
}

.b-compact-logo:hover {
	color: #202020;
	text-decoration: none;
}

.b-compact-logo .icon-svg {
	margin-right: 0.25rem;
	font-size: 1.63rem;
	min-width: 1.63rem;
}

.b-compact-logo img {
	max-width: 100%;
}

.compact-search-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 3.75rem;
	font-size: 1.25rem;
	color: #ff5605;
}

.compact-search-button:hover {
	text-decoration: none;
	color: #b83b00;
}

.compact-search {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #ffffff;
	display: none;
}

.compact-search__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.compact-search__form .bmd-form-group {
	padding-top: 0;
	margin-bottom: 0;
}

.compact-search__form .bmd-form-control {
	background-image: none;
}

.compact-search__input {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.compact-search__close svg {
	stroke-width: 2px;
	stroke: #bdbdbd;
	fill: none;
}

.compact-search__close, .compact-search__search {
	color: #bdbdbd;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	width: 2.5rem;
	font-size: 1.75rem;
	line-height: 0;
}

.compact-search__button .icon-svg {
	font-size: 1.25rem;
	color: #bdbdbd;
}

.compact-search__button input[type="submit"],
.compact-search__button button {
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	outline: 0;
	border: 0;
}

@media (max-width: 991.98px) {
	.compact-search {
		padding: 0 10px;
	}
}

@media (min-width: 768px) {
	.compact-search {
		display: block;
		position: relative;
	}

	.compact-search__close {
		display: none;
	}

	.compact-search .bmd-form-group .bmd-form-control {
		color: #495057;
		background-color: #f1f1f1;
		background-clip: padding-box;
		border: 1px solid #ced4da;
		padding: 0.375rem 0.75rem;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		border-radius: 3.125rem;
		height: 2.63rem;
		z-index: 1;
		padding-right: 50px;
	}

	.compact-search .bmd-form-group .bmd-form-control:focus {
		color: #495057;
		background-color: #fff;
		border-color: #ffac85;
		-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 86, 5, 0.25);
		box-shadow: 0 0 0 0.2rem rgba(255, 86, 5, 0.25);
	}

	.compact-search__button {
		font-size: 1.25rem;
		right: .63rem;
		color: #ff5605;
		z-index: 2;
		position: absolute;
		line-height: 0px;
		top: 0;
	}

	.compact-search__button button {
		padding: .69rem .63rem;
		cursor: pointer;
	}

	.compact-search__button .icon-svg {
		color: #ff5605;
	}
}

.compact-user-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.25rem 0;
}

.compact-user-panel__user {
	overflow: hidden;
}

.compact-user-panel__icons {
	min-width: 9.5rem;
	white-space: nowrap;
}

.b-adv-index-full {
	position: relative;
	height: 12.5rem;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

@media (max-width: 767.98px) {
	.b-adv-index-full {
		height: 9.38rem;
	}
}

@media (max-width: 575.98px) {
	.b-adv-index-full {
		height: 6.25rem;
	}
}

.b-adv-index-mini-banner {
	position: relative;
	display: block;
}

.b-adv-index-mini-banner:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.b-adv-index-mini-banner:hover:after {
	background: rgba(255, 255, 255, 0.15);
}

.title-search-result {
	display: block;
	z-index: 980;
	background: #ffffff;
	-webkit-box-shadow: 0 10px 32px 0 rgba(84, 133, 169, 0.3);
	box-shadow: 0 10px 32px 0 rgba(84, 133, 169, 0.3);
	max-height: 43.75rem;
	overflow: auto;
}

@media (min-width: 768px) {
	.title-search-result {
		margin-top: .5rem;
	}
}

@media (max-height: 56.25rem) {
	.title-search-result {
		max-height: 31.25rem;
	}
}

.title-search-cat {
	margin-bottom: 48px;
}

.title-search-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 28px 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.title-search-item__picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 3.75rem;
	width: 3.75rem;
}

.title-search-item__picture img {
	max-height: 100%;
	max-width: 100%;
}

.title-search-item__data {
	margin-left: 1rem;
}

.title-search-item--no-picture {
	padding-left: 3.75rem;
}

.title-search-item__price {
	font-size: 75%;
}

.title-search-item__price-current {
	font-weight: 600;
	color: #222428;
	font-size: 1.125rem;
}

.title-search-item__price-discount {
	text-decoration: line-through;
	font-size: 0.875rem;
}

.title-search-item__name {
	color: #222428;
}

.title-search-item__name:hover, .title-search-item__name:focus {
	text-decoration: none;
	color: #222428;
}

.search-form {
	position: relative;
	max-width: 100%;
	width: 26.25rem;
}

.search-form__input {
	border-radius: 2.5rem;
	height: 2.63rem;
	background: #f1f1f1;
}

.search-form__button {
	position: absolute;
	outline: 0;
	border: 0;
	color: #ff5605;
	background: transparent;
	right: 0;
	top: 0;
	right: .31rem;
	top: .19rem;
	font-size: 1.25rem;
}

.search-form__button:focus {
	border: 0;
	outline: 0;
}

.search-form.header-search-form {
	width: 26.25rem;
	max-width: 100%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.search-form.header-search-form {
		width: 100%;
		max-width: 26.25rem;
	}
}

.subscribe-form-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.subscribe-form-flex-block_img {
	margin-right: 1rem;
}

.subscribe-form-flex-block_img img {
	width: 60px;
	margin: 0.5rem 0;
}

.subscribe-form-flex-block_inf {
	width: 314px;
}

.subscribe-form-flex-block_art {
	font-size: 0.875rem;
	color: #7d8698;
}

.subscribe-form-flex-block_name {
	font-weight: bold;
}

@media (min-width: 481px) {
	.subscribe-form-email, .btn-primary-subscribe-button {
		float: left;
	}

	.subscribe-form-email {
		width: 65.35%;
		margin-right: 3%;
	}

	.btn-primary-subscribe-button {
		padding-top: 2.69rem;
	}
}

#bx-catalog-subscribe-form-container-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 480px) {
	.btn-primary-mobile {
		width: 100%;
	}

	.subscribe-form-flex {
		display: block;
	}

	.subscribe-form-flex-block_inf {
		width: 100%;
	}
}

.simple-basket {
	max-width: 52rem;
	margin: auto;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	padding: 1.25rem 0;
}

.simple-basket__table {
	width: 47rem;
}

.simple-basket__table.table th {
	border: 0;
	font-weight: normal;
	color: #7d8698;
	font-size: 75%;
}

.simple-basket__table.table td,
.simple-basket__table.table th {
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	vertical-align: middle;
}

.simple-basket__items {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: auto;
}

.simple-basket-item__cell {
	position: relative;
}

.simple-basket-item__cell:not(.simple-basket-item__cell-picture) {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.simple-basket-item__cell--info {
	width: 100%;
}

.simple-basket-item__cell-quantity {
	text-align: center;
}

.simple-basket-item__img-block {
	width: 3.75rem;
	text-align: center;
}

.simple-basket-item__img {
	max-height: 3.75rem;
	max-width: 100%;
}

.simple-basket-item__name {
	font-weight: 700;
	margin-bottom: 0.25rem;
	font-size: 1rem;
}

.simple-basket-item__name a {
	color: #202020;
}

.simple-basket-item__price-desc {
	color: #7d8698;
	font-size: 75%;
}

.simple-basket-item__actions {
	color: #bdbdbd;
	padding: 0 2rem;
}

.simple-basket-item__overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	opacity: .7;
}

.simple-basket-item-amount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.simple-basket-item-amount__btn-plus, .simple-basket-item-amount__btn-minus {
	position: relative;
	display: inline-block;
	min-width: 22px;
	height: 22px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	-webkit-transition: background 300ms ease, opacity 300ms ease;
	transition: background 300ms ease, opacity 300ms ease;
}

.simple-basket-item-amount__btn-plus:after, .simple-basket-item-amount__btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	-webkit-transition: opacity 300ms ease, background 300ms ease;
	transition: opacity 300ms ease, background 300ms ease;
}

.simple-basket-item-amount__btn-plus .disabled, .simple-basket-item-amount__btn-minus .disabled {
	opacity: .3 !important;
	cursor: default;
}

.simple-basket-item-amount__btn-plus .disabled:hover, .simple-basket-item-amount__btn-plus .disabled:focus, .simple-basket-item-amount__btn-minus .disabled:hover, .simple-basket-item-amount__btn-minus .disabled:focus {
	background-color: #f2f2f2;
}

.simple-basket-item-amount__btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.simple-basket-item-amount__btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.simple-basket-item-amount__field {
	-moz-appearance: textfield;
}

.simple-basket-item-amount__field.form-control:focus {
	border-color: #ced4da;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.simple-basket-item-amount__field::-webkit-outer-spin-button, .simple-basket-item-amount__field::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0;
	/* <-- Apparently some margin are still there even though it's hidden */
}

.simple-basket-item-amount .input-group > .simple-basket-item-amount__field {
	border-right-color: transparent;
	text-align: center;
	width: 4.25rem;
}

.simple-basket-item-amount__measure .input-group-text {
	background: #fff;
	border-left-color: transparent;
	padding: 0.375rem 0.75rem;
}

.simple-basket-item-prop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.875rem;
}

.simple-basket-item-prop__name {
	color: #7d8698;
	margin-right: 0.5rem;
}

.simple-basket-total__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

.simple-basket-total__buttons {
	padding: 1.5rem 0;
}

.simple-basket-total__buttons .btn, .simple-basket-total__buttons .footer-subscribe__button {
	margin-top: 0.25rem;
}

.basket-empty {
	display: block;
	margin: auto;
	max-width: 35rem;
	padding: 0 1rem;
	text-align: center;
}

.basket-empty__icon {
	font-size: 3.5rem;
	color: #ff5605;
}

.basket-empty__icon, .basket-empty__title, .basket-empty__descr, .basket-empty__buttons {
	margin: 1rem 0;
}

.bottom-panel {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9997;
}

.bottom-panel__close {
	position: absolute;
	text-align: center;
	padding: .38rem .5rem;
	font-size: 1.5rem;
	line-height: 1;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 2;
}

.bottom-panel.is-open {
	z-index: 9999;
}

.bottom-panel__container {
	position: absolute;
	width: 100%;
	height: 200px;
	background: #fff;
	bottom: 100%;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.bottom-panel.is-open .bottom-panel__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.bottom-panel__inner-drag {
	width: 100%;
	height: 2.5rem;
	cursor: n-resize;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bottom-panel__inner {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow-y: auto;
	position: relative;
}

.bottom-panel__controls {
	position: relative;
	height: 3.2rem;
	background: #ffffff;
	-webkit-box-shadow: 0px -12px 30px -10px rgba(84, 133, 169, 0.3);
	box-shadow: 0px -12px 30px -10px rgba(84, 133, 169, 0.3);
}

@media (min-width: 576px) {
	.bottom-panel__controls {
		height: 4.19rem;
	}
}

.bottom-panel .panel-block__title {
	display: none;
}

.bottom-panel .panel-block {
	padding-bottom: 4.19rem;
	padding-top: 0;
	width: 100%;
}

.bottom-panel .simple-basket {
	max-width: 60rem;
}

.bottom-panel .simple-basket__table {
	width: auto;
}

@media (min-width: 992px) {
	.bottom-panel__close {
		right: 2rem;
		top: 1rem;
	}
}

.bottom-panel-control {
	height: 3.2rem;
	border-top: 0;
	border-bottom: 0;
}

@media (min-width: 576px) {
	.bottom-panel-control {
		height: 4.19rem;
	}
}

.bottom-panel-control + .bottom-panel-control {
	margin-left: -1px;
}

.bottom-panel-control:focus {
	outline: 0;
}

.side-panel__inner {
	background: #fff;
	width: 0;
	z-index: 1;
	right: 0;
	top: 0;
	height: auto;
	overflow: hidden;
	position: fixed;
}

.side-panel.is-open .side-panel__inner {
	z-index: 9999;
	height: 100%;
	overflow: visible;
}

.side-panel.is-open .side-panel__inner .side-panel-controls {
	position: absolute;
	right: 100%;
	border-right: 1px solid #dee1e6;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-right: 0 !important;
}

.side-panel__close {
	background: transparent;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	height: 44px;
	margin: 0;
	padding: 6px;
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	z-index: 10;
	font-size: 22px;
	right: 18px;
	top: 12px;
}

.side-panel__close:focus {
	outline: none;
}

.side-panel__close svg {
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	opacity: 0.5;
}

.side-panel__close:hover svg {
	opacity: 1;
}

.side-panel-controls {
	position: fixed;
	top: 31%;
	right: 0;
	z-index: 9997;
	background: rgba(255, 255, 255, 0.9);
	border-top-left-radius: .13rem;
	border-bottom-left-radius: .13rem;
	-webkit-box-shadow: 0 10px 32px 0 rgba(84, 133, 169, 0.3);
	box-shadow: 0 10px 32px 0 rgba(84, 133, 169, 0.3);
}

.side-panel-controls__item {
	overflow: hidden;
}

.side-panel-controls .c-icon-count {
	width: 60px;
	height: 60px;
	border-radius: 0px;
}

.side-panel-controls .c-icon-count:first-child {
	border-top-left-radius: .13rem;
}

.side-panel-controls .c-icon-count:last-child {
	border-bottom-left-radius: .13rem;
}

.side-panel-controls .c-icon-count__quantity {
	top: .5rem;
	right: .25rem;
}

.side-panel-controls .c-icon-count:hover,
.side-panel-controls .c-icon-count.is-active {
	color: inherit;
	background: #dee1e6;
}

@media (max-width: 767.98px) {
	.side-panel-controls {
		display: none;
	}
}

.panel-block {
	padding: 3.56rem 1rem 1rem 3rem;
	display: none;
	opacity: 0;
	position: absolute;
	height: 100%;
}

.panel-block.is-showed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 100%;
}

.panel-block__title {
	background-color: #ffffff;
	min-height: 90px;
	position: relative;
	z-index: 2;
	font-weight: 600;
	color: #202020;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2.38rem 0rem 1rem 0rem;
	font-size: 1.75rem;
	-webkit-box-flex: 0;
	-ms-flex: 0;
	flex: 0;
}

.panel-block__content {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: auto;
}

.b-adv-index-full {
	position: relative;
	height: 12.5rem;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

@media (max-width: 767.98px) {
	.b-adv-index-full {
		height: 9.38rem;
	}
}

@media (max-width: 575.98px) {
	.b-adv-index-full {
		height: 6.25rem;
	}
}

.text-company[data-readmore] {
	overflow: hidden;
}

.text-company {
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.subscribe__grani {
	background-image: repeating-linear-gradient(-45deg, #54a5d2 9px, #54a5d2 24px, transparent 1px, transparent 34px, #da6e6e 1px, #da6e6e 48px, transparent 1px, transparent 59px);
	height: 8px;
	margin: 0 auto;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	opacity: 0.5;
}

.subscribe_tops {
	margin: 1rem 0;
}

.subscribe-message {
	width: 100%;
	margin: 1.5rem 0;
	float: right;
	text-align: center;
}

.subscribe-message img {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 80%;
	margin: 0 10%;
}

.l-section__content_sub {
	padding: 1rem 3rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}

.subscribe_podp {
	margin: 2rem 0;
	padding: 0;
	max-height: 150px;
}

.subscribe_podp form div div mt-2 {
	padding: 0;
}

.clear {
	clear: both;
}

.subscribe__text {
	line-height: 1.2;
	margin: 0 0 0.25rem 0;
	width: 90%;
}

.subscribe__pod-1,
.subscribe__pod-2 {
	float: left;
}

.subscribe__pod-1 {
	margin-right: 0.5rem;
	width: 60%;
}

.subscribe__pod-1.m-short {
	width: 50%;
}

.subscribe__pod-1 + .subscribe__pod-1 {
	margin-top: 0.5rem;
}

.subscribe__pod-1 input {
	width: 100%;
}

.company-index {
	overflow: hidden;
}

.contants {
	width: 100%;
	max-height: 150px;
	margin: 1rem 0;
}

.contants img {
	width: 100%;
}

.soc {
	margin-top: 2rem;
}

.o_company {
	display: none;
}

.comp {
	padding: 0 2rem;
}

.o_company2 {
	display: inline-block;
	margin-left: 3px;
	vertical-align: middle;
}

.company-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

.cl {
	cursor: pointer;
}

.cl a {
	color: #ff5605 !important;
}

.cl {
	width: 16.25rem;
	max-width: 100%;
}

.comp-pad {
	padding: 3rem 4.5rem;
}

.butt {
	width: 2.38rem;
	height: 2.38rem;
	border-radius: 50%;
	border: 1px solid #bdbdbd;
	color: #bdbdbd;
	background: transparent;
	line-height: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	vertical-align: middle;
}

.butt svg {
	fill: #bdbdbd;
	font-size: 1.25rem;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin: auto;
}

.butt:focus, .butt:active {
	outline: 0;
}

.butt.hover {
	background: #ff5605;
	border-color: #ff5605;
}

.butt.hover svg {
	fill: #fff;
}

.butt:hover {
	background: #ff5605;
	border-color: #ff5605;
}

.butt:hover svg {
	fill: #fff;
}

#vk_groups {
	width: 100% !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.l-section__content_sub {
		padding: 1rem 5%;
	}

	.subscribe__pod-1,
	.subscribe__pod-2 {
		width: 95%;
	}

	.subscribe_podp {
		margin-top: 1rem;
	}

	.subscribe__btn_subs {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.comp-pad {
		padding: 0;
	}

	.subscribe__btn_subs {
		width: 100%;
	}

	.subscribe {
		width: 90%;
		margin: 0 auto;
	}

	.l-section__content_sub {
		padding: 1rem;
	}

	.subscribe__text {
		width: 100%;
		margin: 0.25rem 0;
	}

	.subscribe_tops {
		text-align: center;
	}

	.subscribe-message {
		margin: 1.5rem 0 0;
	}

	.subscribe_podp {
		margin-top: 1em;
	}

	.subscribe__pod-1,
	.subscribe__pod-2 {
		width: 100%;
		text-align: center;
		margin-bottom: 0.5rem;
	}

	.col-md-12.col-lg-3.soc {
		margin: 0 auto 2rem auto;
		width: 100%;
		text-align: center;
	}
}

.comp .cl-1, .comp .cl-2 {
	margin-top: 1rem;
}

.comp .cl {
	margin-bottom: 1rem;
}

@media (max-width: 991px) {
	.company-index {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: wrap;
		flex-flow: wrap;
		margin: 0 1rem;
	}

	.comp {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.soc-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.soc-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

@media (max-width: 1091px) {
	.comp-pad {
		padding: 1.5rem 0;
	}

	.comp {
		padding: 0.5rem 0rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.l-section__content_sub {
		padding: 1rem 5%;
	}

	.subscribe__pod-1,
	.subscribe__pod-2 {
		width: 95%;
	}

	.subscribe_podp {
		margin-top: 1rem;
	}

	.subscribe__btn_subs {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.comp-pad {
		padding: 0;
	}

	.subscribe__btn_subs {
		width: 100%;
	}

	.l-section__content_sub {
		padding: 1rem;
	}

	.subscribe__text {
		width: 100%;
		margin: 0.25rem 0;
	}

	.subscribe_tops {
		text-align: center;
	}

	.subscribe-message {
		margin: 1.5rem 0 0;
	}

	.subscribe_podp {
		margin-top: 1em;
	}

	.subscribe__pod-1,
	.subscribe__pod-2 {
		width: 100%;
		text-align: center;
		margin-bottom: 0.5rem;
	}

	.col-md-12.col-lg-3.soc {
		margin: 0 auto 2rem;
		width: 100%;
		text-align: center;
	}
}

.comp .cl-1, .comp .cl-2 {
	margin-top: 1rem;
}

.comp .cl {
	margin-bottom: 1rem;
}

@media (max-width: 991px) {
	.company-index {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: wrap;
		flex-flow: wrap;
		margin: 0 1rem;
	}

	.comp {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.soc-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.soc-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

@media (max-width: 1091px) {
	.comp-pad {
		padding: 1.5rem 0;
	}

	.comp {
		padding: 0.5rem 1.5rem;
	}
}

.b-sidebar-nav {
	margin-bottom: 0;
}

.b-sidebar-nav__link {
	display: block;
	padding: .75rem 3rem 1rem .75rem;
	color: #202020;
	background-color: #fff;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	word-break: break-word;
}

.b-sidebar-nav__toggle {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: currentColor;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 3rem;
	height: 100%;
	right: -1px;
	top: 0;
	background: transparent;
}

.b-sidebar-nav__toggle:not(.collapsed),
.b-sidebar-nav__item.is-selected > .b-sidebar-nav__toggle {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.b-sidebar-nav__link:hover, .b-sidebar-nav__link:active, .b-sidebar-nav__link:focus,
.b-sidebar-nav__item.is-selected > .b-sidebar-nav__link {
	text-decoration: none;
	color: #fff;
	background-color: #ff5605;
	border-left-color: #ff5605;
	border-right-color: #ff5605;
}

.b-sidebar-nav__link:hover + .b-sidebar-nav__toggle,
.b-sidebar-nav__link:active + .b-sidebar-nav__toggle,
.b-sidebar-nav__link:focus + .b-sidebar-nav__toggle {
	color: #fff;
	background-color: #ff5605;
}

.b-sidebar-nav__toggle:hover, .b-sidebar-nav__toggle:active, .b-sidebar-nav__toggle:focus {
	color: #ff5605;
}

.b-sidebar-nav__submenu {
	background: #f2f2f2;
}

.b-sidebar-nav__submenu .b-sidebar-nav__submenu > .b-sidebar-nav__item > .b-sidebar-nav__link {
	padding-left: 37.5px;
}

.b-sidebar-nav__submenu .b-sidebar-nav__item.is-selected > .b-sidebar-nav__link,
.b-sidebar-nav__submenu .b-sidebar-nav__link:hover,
.b-sidebar-nav__submenu .b-sidebar-nav__link:active,
.b-sidebar-nav__submenu .b-sidebar-nav__link:focus {
	background: transparent;
	color: #ff5605;
	border-color: transparent;
}

.bx-sls.bx-sls--md .bx-ui-sls-container {
	overflow: hidden;
	min-height: 2.38rem;
}

.bx-sls.bx-sls--md .bx-ui-sls-route {
	position: absolute !important;
	top: 1.69rem;
	left: 0;
}

.bx-sls.bx-sls--md .sls-route-form-group {
	margin: 0;
	padding: 0;
}

.bx-sls.bx-sls--md .sls-form-heighter {
	height: 5.065rem;
}

.bx-sls.bx-sls--simple .bx-ui-sls-container {
	min-height: 2.38rem !important;
}

.bx-sls.bx-sls--simple .bx-ui-sls-fake,
.bx-sls.bx-sls--simple .bx-ui-sls-route {
	position: absolute !important;
	left: 0;
}

.bx-sls.bx-sls--simple .bx-ui-sls-fake {
	background: transparent !important;
}

.fancybox-container ~ .bx-ui-sls-pane {
	z-index: 99993;
}

.dropdown-item.bx-ui-sls-variant {
	cursor: pointer;
	white-space: normal;
}

.bx-sls .bx-ui-sls-route {
	background: transparent !important;
}

.bx-ui-sls-pane {
	z-index: 898;
	max-height: 15.25rem;
	overflow-y: scroll;
	overflow-x: hidden;
}

.bx-ui-sls-pane::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.bx-ui-sls-pane::-webkit-scrollbar-track {
	background: #e5e6ea;
	border-radius: 4px;
}

.bx-ui-sls-pane::-webkit-scrollbar-thumb {
	background: #999999;
	border-radius: 4px;
}

.bx-ui-sls-variants .bx-ui-sls-error,
.bx-ui-sls-variants .-bx-popup-special-prompt {
	padding: 2rem;
}

.location-top-simple {
	max-width: 34.38rem;
}

.location-top-advanced {
	max-width: 58.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center right;
}

.location-top-advanced__container {
	background-repeat: no-repeat;
	background-position: 100% 2rem;
}

.location-top-advanced__list {
	max-width: 29rem;
}

.location-top-list__link {
	display: inline-block;
	color: #3483b8;
	cursor: pointer;
}

.location-top-list__link:hover, .location-top-list__link:focus {
	text-decoration: underline;
}

hr.title-delimiter {
	display: block;
	width: 6.25rem;
	border-top: 0.31rem solid #ff5605;
	border-radius: .5rem;
	margin: 2rem 0 1.5rem;
}

.b-article-detail__head, .b-article-detail__content {
	padding-top: 1rem;
	padding-left: 1rem;
	padding-bottom: 1rem;
	padding-right: 1rem;
}

@media (min-width: 576px) {
	.b-article-detail__head, .b-article-detail__content {
		padding-top: 3rem;
		padding-left: 3rem;
		padding-bottom: 3rem;
		padding-right: 3rem;
	}
}

@media (min-width: 768px) {
	.l-main--has-outer-sidebar .l-main__inner-content .b-article-detail__head, .l-main--has-outer-sidebar .l-main__inner-content .b-article-detail__content {
		padding-top: 1rem;
		padding-left: 1rem;
		padding-bottom: 1rem;
		padding-right: 1rem;
	}
}

@media (min-width: 992px) {
	.l-main--has-outer-sidebar .l-main__inner-content .b-article-detail__head, .l-main--has-outer-sidebar .l-main__inner-content .b-article-detail__content {
		padding-top: 3rem;
		padding-left: 3rem;
		padding-bottom: 3rem;
		padding-right: 3rem;
	}
}

@media (min-width: 992px) {
	.l-main__outer-sidebar .b-article-detail__head, .l-main__outer-sidebar .b-article-detail__content {
		padding-top: 1rem;
		padding-left: 1rem;
		padding-bottom: 1rem;
		padding-right: 1rem;
	}
}

@media (min-width: 1200px) {
	.l-main__inner-sidebar .b-article-detail__head, .l-main__inner-sidebar .b-article-detail__content {
		padding-top: 1rem;
		padding-left: 1rem;
		padding-bottom: 1rem;
		padding-right: 1rem;
	}
}

.b-article-detail__head + .b-article-detail__content {
	padding-top: 0;
}

.b-article-detail__breadcrumb {
	margin-bottom: 1.5rem;
}

.b-article-detail__tags, .b-article-detail__footer {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	border-top: 1px solid #f1f1f1;
}

@media (min-width: 576px) {
	.b-article-detail__tags, .b-article-detail__footer {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

@media (min-width: 768px) {
	.l-main--has-outer-sidebar .l-main__inner-content .b-article-detail__tags, .l-main--has-outer-sidebar .l-main__inner-content .b-article-detail__footer {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (min-width: 992px) {
	.l-main--has-outer-sidebar .l-main__inner-content .b-article-detail__tags, .l-main--has-outer-sidebar .l-main__inner-content .b-article-detail__footer {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

@media (min-width: 992px) {
	.l-main__outer-sidebar .b-article-detail__tags, .l-main__outer-sidebar .b-article-detail__footer {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (min-width: 1200px) {
	.l-main__inner-sidebar .b-article-detail__tags, .l-main__inner-sidebar .b-article-detail__footer {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.b-article-detail-content__preview {
	max-width: 38.75rem;
	font-size: 1.25rem;
}

.b-article-detail-content img {
	max-width: 100%;
}

.b-article-detail-content__picture {
	margin-left: -1rem;
	margin-right: -1rem;
	margin-bottom: 1rem;
	text-align: center;
}

@media (min-width: 576px) {
	.b-article-detail-content__picture {
		margin-left: -3rem;
		margin-right: -3rem;
	}
}

@media (min-width: 768px) {
	.l-main--has-outer-sidebar .b-article-detail-content__picture {
		margin-left: -1rem;
		margin-right: -1rem;
	}
}

@media (min-width: 992px) {
	.l-main--has-outer-sidebar .b-article-detail-content__picture {
		margin-left: -3rem;
		margin-right: -3rem;
	}
}

@media (min-width: 576px) {
	.b-article-detail-content__picture {
		margin-bottom: 3rem;
	}
}

@media (min-width: 768px) {
	.l-main--has-outer-sidebar .l-main__inner-content .b-article-detail-content__picture {
		margin-bottom: 1rem;
	}
}

@media (min-width: 992px) {
	.l-main--has-outer-sidebar .l-main__inner-content .b-article-detail-content__picture {
		margin-bottom: 3rem;
	}
}

@media (min-width: 992px) {
	.l-main__outer-sidebar .b-article-detail-content__picture {
		margin-bottom: 1rem;
	}
}

@media (min-width: 1200px) {
	.l-main__inner-sidebar .b-article-detail-content__picture {
		margin-bottom: 1rem;
	}
}

.b-article-detail-content__preview {
	max-width: 38.75rem;
	font-size: 1.25rem;
}

.b-article-detail-content img {
	max-width: 100%;
}

.b-article-detail-content__picture {
	margin-left: -1rem;
	margin-right: -1rem;
	margin-bottom: 1rem;
	text-align: center;
}

@media (min-width: 576px) {
	.b-article-detail-content__picture {
		margin-left: -3rem;
		margin-right: -3rem;
	}
}

@media (min-width: 768px) {
	.l-main--has-outer-sidebar .b-article-detail-content__picture {
		margin-left: -1rem;
		margin-right: -1rem;
	}
}

@media (min-width: 992px) {
	.l-main--has-outer-sidebar .b-article-detail-content__picture {
		margin-left: -3rem;
		margin-right: -3rem;
	}
}

@media (min-width: 576px) {
	.b-article-detail-content__picture {
		margin-bottom: 3rem;
	}
}

@media (min-width: 768px) {
	.l-main--has-outer-sidebar .l-main__inner-content .b-article-detail-content__picture {
		margin-bottom: 1rem;
	}
}

@media (min-width: 992px) {
	.l-main--has-outer-sidebar .l-main__inner-content .b-article-detail-content__picture {
		margin-bottom: 3rem;
	}
}

@media (min-width: 992px) {
	.l-main__outer-sidebar .b-article-detail-content__picture {
		margin-bottom: 1rem;
	}
}

@media (min-width: 1200px) {
	.l-main__inner-sidebar .b-article-detail-content__picture {
		margin-bottom: 1rem;
	}
}

.b-article-detail-head__title {
	max-width: 41.25rem;
	margin-bottom: 1.5rem;
}

.b-article-detail-head__stickers {
	margin-left: -.63rem;
}

.b-article-detail-head__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.b-article-detail-head__meta-item {
	font-size: 75%;
	color: #7d8698;
}

.b-article-detail-head__meta-item + .b-article-detail-head__meta-item {
	padding-left: 1.5rem;
}

@media (max-width: 1199.98px) {
	.b-article-detail-head__title h1 {
		font-size: 1.5rem;
	}
}

.article-tag {
	background: #f1f1f1;
	color: #7d8698;
	display: inline-block;
	padding: .25rem .5rem;
	font-size: .75rem;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.article-tag:hover, .article-tag:focus {
	color: #7d8698;
	background-color: #e4e4e4;
	text-decoration: none;
}

.opportunity-item {
	opacity: 1;
	padding: 0;
	text-align: center;
	font-weight: 500;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #fff;
	background-size: cover;
	border-radius: 0.125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.opportunity-item__link {
	text-decoration: none;
	background: #1d1f23;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2.5rem 1rem;
	color: #fff;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.opportunity-item__link:hover, .opportunity-item__link:focus {
	color: #fff;
	text-decoration: none;
}

.opportunity-item__icon {
	font-size: 3.13rem;
	padding-bottom: 1.5rem;
	display: block;
	color: #ff5605;
}

.opportunity-item__name {
	font-size: 1rem;
	margin: 1rem 0;
}

.opportunity-item--light-blue .opportunity-item__link {
	background-color: #0277bd;
}

.opportunity-item--teal .opportunity-item__link {
	background-color: #00695c;
}

.opportunity-item--red .opportunity-item__link {
	background-color: #d32f2f;
}

.opportunity-item--amber .opportunity-item__link {
	background-color: #ffb300;
}

.opportunity-item--blue .opportunity-item__link {
	background-color: #2196f3;
}

.opportunity-item--indigo .opportunity-item__link {
	background-color: #5c6bc0;
}

.opportunity-item--pink .opportunity-item__link {
	background-color: #ec407a;
}

.opportunity-item--cyan .opportunity-item__link {
	background-color: #00acc1;
}

.opportunity-item--green .opportunity-item__link {
	background-color: #689400;
}

.opportunity-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.opportunity-list__item {
	border-right: 5px solid #f1f1f1;
	border-bottom: 5px solid #f1f1f1;
}

@media (max-width: 575.98px) {
	.opportunity-list__item {
		width: 50%;
	}

	.opportunity-list__item:nth-child(2n) {
		border-right-color: transparent;
	}
}

@media (min-width: 576px) and (max-width: 1199.98px) {
	.opportunity-list__item {
		width: 33.333%;
	}

	.opportunity-list__item:nth-child(3n) {
		border-right-color: transparent;
	}
}

@media (min-width: 1200px) {
	.opportunity-list__item {
		width: 20%;
	}

	.opportunity-list__item:nth-child(5n) {
		border-right-color: transparent;
	}
}

.catalog-sorter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 5.125rem;
	background-color: #fff;
	border-bottom: 1px solid #f1f1f1;
}

iframe {
	vertical-align: middle;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.product-detail-slider-image:hover {
	text-decoration: none;
}

.compare-non {
	text-align: center;
	margin: 0 auto;
	width: 45%;
	padding: 5rem 0;
}

@media (min-width: 700px) and (max-width: 1025px) {
	.compare-non {
		width: 70%;
	}
}

@media (max-width: 700px) {
	.compare-non {
		width: 90%;
	}
}

.compare-non svg {
	width: 60px;
	height: 60px;
}

.b-delivery-review {
	padding-top: 3.125rem;
	padding-bottom: 4.25rem;
}

.b-delivery-review__face img {
	width: 100%;
	max-width: 13.88rem;
	margin-bottom: 1.5rem;
}

.b-delivery-review__content {
	max-width: 30.63rem;
}

.b-delivery-review__offer-title {
	font-weight: bold;
	color: #202020;
	margin-bottom: 0.5rem;
}

.b-delivery-review__offer-phone {
	font-weight: bold;
	color: #202020;
	margin-bottom: -2px;
}

.b-delivery-review__schedule {
	font-size: 0.75rem;
	color: #7d8698;
	margin-bottom: 1.5rem;
}

.b-delivery-review__message {
	font-size: 0.875rem;
	color: #7d8698;
}

.delivery-table {
	margin-bottom: 2.75rem;
}

.delivery-table td {
	padding: .75rem 1.25rem;
	border: 1px solid #e9ecef;
	text-align: center;
	vertical-align: top;
}

.delivery-table td:first-child {
	text-align: left;
}

.delivery-table__title {
	padding: .75rem 1.25rem !important;
	font-weight: bold;
}

.delivery-list {
	padding-left: 2.5rem;
	list-style: none;
}

.delivery-list__item {
	position: relative;
}

.delivery-list__item:before {
	content: '';
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgdmlld0JveD0iMCAwIDUxMiA1MTIiICAgdmVyc2lvbj0iMS4xIiAgIGlkPSJzdmczNzI1IiAgIHNvZGlwb2RpOmRvY25hbWU9ImNoZWNrMy5zdmciICAgaW5rc2NhcGU6dmVyc2lvbj0iMC45Mi4zICgyNDA1NTQ2LCAyMDE4LTAzLTExKSI+ICA8bWV0YWRhdGEgICAgIGlkPSJtZXRhZGF0YTM3MzEiPiAgICA8cmRmOlJERj4gICAgICA8Y2M6V29yayAgICAgICAgIHJkZjphYm91dD0iIj4gICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PiAgICAgICAgPGRjOnR5cGUgICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+ICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4gICAgICA8L2NjOldvcms+ICAgIDwvcmRmOlJERj4gIDwvbWV0YWRhdGE+ICA8ZGVmcyAgICAgaWQ9ImRlZnMzNzI5IiAvPiAgPHNvZGlwb2RpOm5hbWVkdmlldyAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiICAgICBib3JkZXJvcGFjaXR5PSIxIiAgICAgb2JqZWN0dG9sZXJhbmNlPSIxMCIgICAgIGdyaWR0b2xlcmFuY2U9IjEwIiAgICAgZ3VpZGV0b2xlcmFuY2U9IjEwIiAgICAgaW5rc2NhcGU6cGFnZW9wYWNpdHk9IjAiICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIiAgICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIxNjAwIiAgICAgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iODM3IiAgICAgaWQ9Im5hbWVkdmlldzM3MjciICAgICBzaG93Z3JpZD0iZmFsc2UiICAgICBpbmtzY2FwZTp6b29tPSIxLjMwNDY4NzUiICAgICBpbmtzY2FwZTpjeD0iMTMxLjQ0OTEiICAgICBpbmtzY2FwZTpjeT0iMjU2IiAgICAgaW5rc2NhcGU6d2luZG93LXg9Ii04IiAgICAgaW5rc2NhcGU6d2luZG93LXk9Ii04IiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMSIgICAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9InN2ZzM3MjUiIC8+ICA8cGF0aCAgICAgZD0iTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeiIgICAgIGlkPSJwYXRoMzcyMyIgICAgIHN0eWxlPSJmaWxsOiNmZjY2MDAiIC8+PC9zdmc+);
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	left: -1.3rem;
	width: 0.9375rem;
	height: 1.25rem;
	display: inline-block;
}

.b-about-achievement__number {
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: -2px;
	line-height: 1.1;
}

.b-about-achievement__desc {
	font-size: 0.875rem;
	color: #a5aab6;
}

.b-about-table td {
	border-bottom: 1px solid #e9ecef;
	vertical-align: top;
	padding: 12px 20px;
}

.b-about-table__title {
	font-weight: bold;
}

.b-about-list {
	list-style: none;
}

.b-about-list__item {
	position: relative;
}

.b-about-list__item:before {
	content: '';
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgdmlld0JveD0iMCAwIDUxMiA1MTIiICAgdmVyc2lvbj0iMS4xIiAgIGlkPSJzdmczNzI1IiAgIHNvZGlwb2RpOmRvY25hbWU9ImNoZWNrMy5zdmciICAgaW5rc2NhcGU6dmVyc2lvbj0iMC45Mi4zICgyNDA1NTQ2LCAyMDE4LTAzLTExKSI+ICA8bWV0YWRhdGEgICAgIGlkPSJtZXRhZGF0YTM3MzEiPiAgICA8cmRmOlJERj4gICAgICA8Y2M6V29yayAgICAgICAgIHJkZjphYm91dD0iIj4gICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PiAgICAgICAgPGRjOnR5cGUgICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+ICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4gICAgICA8L2NjOldvcms+ICAgIDwvcmRmOlJERj4gIDwvbWV0YWRhdGE+ICA8ZGVmcyAgICAgaWQ9ImRlZnMzNzI5IiAvPiAgPHNvZGlwb2RpOm5hbWVkdmlldyAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiICAgICBib3JkZXJvcGFjaXR5PSIxIiAgICAgb2JqZWN0dG9sZXJhbmNlPSIxMCIgICAgIGdyaWR0b2xlcmFuY2U9IjEwIiAgICAgZ3VpZGV0b2xlcmFuY2U9IjEwIiAgICAgaW5rc2NhcGU6cGFnZW9wYWNpdHk9IjAiICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIiAgICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIxNjAwIiAgICAgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iODM3IiAgICAgaWQ9Im5hbWVkdmlldzM3MjciICAgICBzaG93Z3JpZD0iZmFsc2UiICAgICBpbmtzY2FwZTp6b29tPSIxLjMwNDY4NzUiICAgICBpbmtzY2FwZTpjeD0iMTMxLjQ0OTEiICAgICBpbmtzY2FwZTpjeT0iMjU2IiAgICAgaW5rc2NhcGU6d2luZG93LXg9Ii04IiAgICAgaW5rc2NhcGU6d2luZG93LXk9Ii04IiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMSIgICAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9InN2ZzM3MjUiIC8+ICA8cGF0aCAgICAgZD0iTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeiIgICAgIGlkPSJwYXRoMzcyMyIgICAgIHN0eWxlPSJmaWxsOiNmZjY2MDAiIC8+PC9zdmc+);
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	left: -1.4rem;
	width: 0.9375rem;
	height: 1.25rem;
	display: inline-block;
}

.b-payment-icon .icon-svg {
	font-size: 3rem;
	min-width: 3rem;
}

.b-payment-logos {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.b-payment-logos__item {
	border: 1px solid #bdbdbd;
	width: 130px;
}

.b-error-page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 3rem 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.b-error-page__code {
	font-size: 10.13rem;
	font-weight: 300;
	color: #ff5605;
	line-height: 1.35;
}

.b-error-page__btn {
	margin-top: 3rem;
}

@media (max-width: 767.98px) {
	.b-error-page {
		padding: 2rem 0;
		text-align: center;
	}

	.b-error-page__code {
		font-size: 6rem;
	}

	.b-error-page__btn {
		margin-top: 2rem;
	}

	.b-error-page__btn > a {
		margin-top: 8px;
		display: block;
	}
}

.vcard .adr span + span:before {
	content: ", ";
}

/*# sourceMappingURL=main.css.map */
