﻿/* =========== © 2020 Centroarts.com =========== */
html {
	font-family: sans-serif; line-height: 1.15;
	-webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box; -ms-overflow-style: scrollbar;
}
*, *::before, *::after { box-sizing: inherit; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }
body {
	font-family: "PT Root UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: .875rem; font-weight: normal;
	line-height: 1.4; color: #001A34;
	text-align: left; background-color: #fff;
	margin: 0;
}
@media (min-width: 1200px) {
	body { font-size: calc(1rem - 1px); }
}

[tabindex="-1"]:focus:not(:focus-visible) { outline: 0 !important; }
hr { box-sizing: content-box; height: 0; overflow: visible; }
h1, h2, h3, h4, h5, h6 { margin: 0; line-height: 1.25; }
h1 { font-size: 2rem; }
h2 { font-size: 1.625rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }
h5 { font-size: 1.125rem; }
h6 { font-size: 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: bold }
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: #004996; text-decoration: none; background-color: transparent; }
a:hover { color: #0C62D6; transition: color .15s ease; }
a:not([href]) { color: inherit; text-decoration: none; }
a:not([href]):hover { color: inherit; text-decoration: none; }

.c-inherit { color: inherit !important; }
.c-white { color: #FFFFFF !important; }
.c-orange { color: #E8672E !important; }
.c-yellow { color: #EFB851 !important; }
.c-green { color: #6BC4A2 !important; }
.c-violet { color: #663AB9 !important; }
.c-dark { color: #001A34 !important; }
.c-muted { color: #ADB7C1 !important; }

.bg-inherit { background-color: inherit !important; }
.bg-white { background-color: #FFFFFF !important; }
.bg-orange { background-color: #E8672E !important; }
.bg-red { background-color: #E20613 !important; }
.bg-yellow { background-color: #EFB851 !important; }
.bg-green { background-color: #6BC4A2 !important; }
.bg-violet { background-color: #663AB9 !important; }
.bg-blue { background-color: #004996 !important; }
.bg-grey { background-color: #9D9FA4 !important; }
.bg-dark { background-color: #001A34 !important; }
.bg-light { background-color: #F7F9FB !important; }

.opacity05 { opacity: .5; }

.fw-b { font-weight: bold; }
.fw-n { font-weight: normal; }

.fs-inherit { font-size: inherit !important; }
.fs-075 { font-size: .75rem !important; }
.fs-0875 { font-size: .875rem !important; }
.fs-09375 { font-size: .9375rem !important; }
.fs-1 { font-size: 1rem !important; }
.fs-1125 { font-size: 1.125rem !important; }
.fs-125 { font-size: 1.25rem !important; }
.fs-15 { font-size: 1.5rem !important; }
.fs-1625 { font-size: 1.625rem !important; }
.fs-2 { font-size: 2rem !important; }
.fs-3 { font-size: 3rem !important; }
.fs-4 { font-size: 4rem !important; }
.fs-5 { font-size: 5rem !important; }

.dashed { position: relative; display: inline-block; }
.dashed::after { content: ""; position: absolute; left: 0; top: 100%; width: 100%; height: 0; border-top: 1px dashed #9D9FA4; }

.t-left { text-align: left; }
.t-center { text-align: center; }
.t-right { text-align: right; }

.ww-break-word { word-wrap: break-word; }
.lh-norm { line-height: 1.25; }
.strike { text-decoration: line-through; }
.underline { text-decoration: underline; }

.p-relative { position: relative !important; }
.p-static { position: static !important; }
.w-100 { width: 100%; }

@media (min-width: 576px) {
	.fs-sm-inherit { font-size: inherit !important; }
	.fs-sm-075 { font-size: .75rem !important; }
	.fs-sm-0875 { font-size: .875rem !important; }
	.fs-sm-09375 { font-size: .9375rem !important; }
	.fs-sm-1 { font-size: 1rem !important; }
	.fs-sm-1125 { font-size: 1.125rem !important; }
	.fs-sm-125 { font-size: 1.25rem !important; }
	.fs-sm-15 { font-size: 1.5rem !important; }
	.fs-sm-1625 { font-size: 1.625rem !important; }
	.fs-sm-2 { font-size: 2rem !important; }
	.fs-sm-3 { font-size: 3rem !important; }
	.fs-sm-4 { font-size: 4rem !important; }
	.fs-sm-5 { font-size: 5rem !important; }

	.t-sm-left { text-align: left; }
	.t-sm-center { text-align: center; }
	.t-sm-right { text-align: right; }
}
@media (min-width: 768px) {
	.fs-md-inherit { font-size: inherit !important; }
	.fs-md-075 { font-size: .75rem !important; }
	.fs-md-0875 { font-size: .875rem !important; }
	.fs-md-09375 { font-size: .9375rem !important; }
	.fs-md-1 { font-size: 1rem !important; }
	.fs-md-1125 { font-size: 1.125rem !important; }
	.fs-md-125 { font-size: 1.25rem !important; }
	.fs-md-15 { font-size: 1.5rem !important; }
	.fs-md-1625 { font-size: 1.625rem !important; }
	.fs-md-2 { font-size: 2rem !important; }
	.fs-md-3 { font-size: 3rem !important; }
	.fs-md-4 { font-size: 4rem !important; }
	.fs-md-5 { font-size: 5rem !important; }

	.t-md-left { text-align: left; }
	.t-md-center { text-align: center; }
	.t-md-right { text-align: right; }
}
@media (min-width: 992px) {
	.fs-lg-inherit { font-size: inherit !important; }
	.fs-lg-075 { font-size: .75rem !important; }
	.fs-lg-0875 { font-size: .875rem !important; }
	.fs-lg-09375 { font-size: .9375rem !important; }
	.fs-lg-1 { font-size: 1rem !important; }
	.fs-lg-1125 { font-size: 1.125rem !important; }
	.fs-lg-125 { font-size: 1.25rem !important; }
	.fs-lg-15 { font-size: 1.5rem !important; }
	.fs-lg-1625 { font-size: 1.625rem !important; }
	.fs-lg-2 { font-size: 2rem !important; }
	.fs-lg-3 { font-size: 3rem !important; }
	.fs-lg-4 { font-size: 4rem !important; }
	.fs-lg-5 { font-size: 5rem !important; }

	.t-lg-left { text-align: left; }
	.t-lg-center { text-align: center; }
	.t-lg-right { text-align: right; }
}
@media (min-width: 1200px) {
	.fs-xl-inherit { font-size: inherit !important; }
	.fs-xl-075 { font-size: .75rem !important; }
	.fs-xl-0875 { font-size: .875rem !important; }
	.fs-xl-09375 { font-size: .9375rem !important; }
	.fs-xl-1 { font-size: 1rem !important; }
	.fs-xl-1125 { font-size: 1.125rem !important; }
	.fs-xl-125 { font-size: 1.25rem !important; }
	.fs-xl-15 { font-size: 1.5rem !important; }
	.fs-xl-1625 { font-size: 1.625rem !important; }
	.fs-xl-2 { font-size: 2rem !important; }
	.fs-xl-3 { font-size: 3rem !important; }
	.fs-xl-4 { font-size: 4rem !important; }
	.fs-xl-5 { font-size: 5rem !important; }

	.t-xl-left { text-align: left; }
	.t-xl-center { text-align: center; }
	.t-xl-right { text-align: right; }
}

.truncate { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.uppercase { text-transform: uppercase; }
.text-wrap { white-space: normal !important; }
.text-nowrap { white-space: nowrap !important; }

.circle { border-radius: 50%; }
.circle-icon { display: inline-block; vertical-align: top; padding: .125rem; border: .125rem solid; border-radius: 50%; }

.f-right { float: right; }
.f-left { float: left; }

.list_reset { list-style: none; padding: 0; margin: 0; }
.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; }
.br-t { border-top: 1px solid #E5ECF4; }
.br-b { border-bottom: 1px solid #E5ECF4; }
.br-a { border: 1px solid #E5ECF4; }

.alert.color-orange { background-color: #FFF2E2; }
.cover { background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; display: block; }

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; }
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; }
label { display: inline-block; margin-bottom: 0.5rem; }
button { border-radius: 0; }
button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; }
input, button, select, optgroup, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; }
button, input { overflow: visible; }
button, select { text-transform: none; }
select { word-wrap: normal; }
button,
[type="button"],
[type="reset"],
[type="submit"] { -webkit-appearance: button; }

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] { -webkit-appearance: listbox; }
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; appearance: none; }
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; 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; }

/* --- GRID --- */
.wrp, .wrp-sm { max-width: calc(88rem + 1px); width: 100%; padding-right: 1rem; padding-left: 1rem; margin-right: auto; margin-left: auto; }
.wrp-sm { max-width: 50rem;  }

@media (min-width: 768px) {
	.wrp, .wrp-sm { padding-right: 1.5rem; padding-left: 1.5rem; }
}

.row { display: flex; flex-wrap: wrap; margin-right: -.5rem; margin-left: -.5rem; }
@media (min-width: 992px) {
	.row { margin-right: -1rem; margin-left: -1rem; }
}

.min-gutters { margin-right: -.5rem; margin-left: -.5rem; }
.min-gutters > .col,
.min-gutters > [class*="col-"] { padding-right: .5rem; padding-left: .5rem; }

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
	position: relative; width: 100%; padding-right: .5rem; padding-left: .5rem;
}
@media (min-width: 992px) {
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
	.col-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 {
		padding-right: 1rem; padding-left: 1rem;
	}
}

.col { flex-basis: 0; flex-grow: 1; max-width: 100%; }
.row-cols-1 > * { flex: 0 0 100%; max-width: 100%; }
.row-cols-2 > * { flex: 0 0 50%; max-width: 50%; }
.row-cols-3 > * { flex: 0 0 33.333333%; max-width: 33.333333%; }
.row-cols-4 > * { flex: 0 0 25%; max-width: 25%; }
.row-cols-5 > * { flex: 0 0 20%; max-width: 20%; }
.row-cols-6 > * { flex: 0 0 16.666667%; max-width: 16.666667%; }
.col-auto { flex: 0 0 auto; width: auto; max-width: 100%; }

.col-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
.col-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
.col-3 { flex: 0 0 25%; max-width: 25%; }
.col-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
.col-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-9 { flex: 0 0 75%; max-width: 75%; }
.col-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }
.order-first { order: -1; }
.order-last { order: 13; }
.order-0 { order: 0; }
.order-1 { order: 1; }
.order-2 { order: 2; }
.order-3 { order: 3; }
.order-4 { order: 4; }
.order-5 { order: 5; }
.order-6 { order: 6; }
.order-7 { order: 7; }
.order-8 { order: 8; }
.order-9 { order: 9; }
.order-10 { order: 10; }
.order-11 { order: 11; }
.order-12 { order: 12; }

.offset-1 { margin-left: 8.333333%; }
.offset-2 { margin-left: 16.666667%; }
.offset-3 { margin-left: 25%; }
.offset-4 { margin-left: 33.333333%; }
.offset-5 { margin-left: 41.666667%; }
.offset-6 { margin-left: 50%; }
.offset-7 { margin-left: 58.333333%; }
.offset-8 { margin-left: 66.666667%; }
.offset-9 { margin-left: 75%; }
.offset-10 { margin-left: 83.333333%; }
.offset-11 { margin-left: 91.666667%; }

@media (min-width: 576px) {
	.col-sm { flex-basis: 0; flex-grow: 1; max-width: 100%; }
	.row-cols-sm-1 > * { flex: 0 0 100%; max-width: 100%; }
	.row-cols-sm-2 > * { flex: 0 0 50%; max-width: 50%; }
	.row-cols-sm-3 > * { flex: 0 0 33.333333%; max-width: 33.333333%; }
	.row-cols-sm-4 > * { flex: 0 0 25%; max-width: 25%; }
	.row-cols-sm-5 > * { flex: 0 0 20%; max-width: 20%; }
	.row-cols-sm-6 > * { flex: 0 0 16.666667%; max-width: 16.666667%; }
	.col-sm-auto { flex: 0 0 auto; width: auto; max-width: 100%; }
	.col-sm-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
	.col-sm-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
	.col-sm-3 { flex: 0 0 25%; max-width: 25%; }
	.col-sm-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
	.col-sm-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
	.col-sm-6 { flex: 0 0 50%; max-width: 50%; }
	.col-sm-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
	.col-sm-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
	.col-sm-9 { flex: 0 0 75%; max-width: 75%; }
	.col-sm-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
	.col-sm-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
	.col-sm-12 { flex: 0 0 100%; max-width: 100%; }
	.order-sm-first { order: -1; }
	.order-sm-last { order: 13; }
	.order-sm-0 { order: 0; }
	.order-sm-1 { order: 1; }
	.order-sm-2 { order: 2; }
	.order-sm-3 { order: 3; }
	.order-sm-4 { order: 4; }
	.order-sm-5 { order: 5; }
	.order-sm-6 { order: 6; }
	.order-sm-7 { order: 7; }
	.order-sm-8 { order: 8; }
	.order-sm-9 { order: 9; }
	.order-sm-10 { order: 10; }
	.order-sm-11 { order: 11; }
	.order-sm-12 { order: 12; }
	.offset-sm-0 { margin-left: 0; }
	.offset-sm-1 { margin-left: 8.333333%; }
	.offset-sm-2 { margin-left: 16.666667%; }
	.offset-sm-3 { margin-left: 25%; }
	.offset-sm-4 { margin-left: 33.333333%; }
	.offset-sm-5 { margin-left: 41.666667%; }
	.offset-sm-6 { margin-left: 50%; }
	.offset-sm-7 { margin-left: 58.333333%; }
	.offset-sm-8 { margin-left: 66.666667%; }
	.offset-sm-9 { margin-left: 75%; }
	.offset-sm-10 { margin-left: 83.333333%; }
	.offset-sm-11 { margin-left: 91.666667%; }
}

@media (min-width: 768px) {
	.col-md { flex-basis: 0; flex-grow: 1; max-width: 100%; }
	.row-cols-md-1 > * { flex: 0 0 100%; max-width: 100%; }
	.row-cols-md-2 > * { flex: 0 0 50%; max-width: 50%; }
	.row-cols-md-3 > * { flex: 0 0 33.333333%; max-width: 33.333333%; }
	.row-cols-md-4 > * { flex: 0 0 25%; max-width: 25%; }
	.row-cols-md-5 > * { flex: 0 0 20%; max-width: 20%; }
	.row-cols-md-6 > * { flex: 0 0 16.666667%; max-width: 16.666667%; }
	.col-md-auto { flex: 0 0 auto; width: auto; max-width: 100%; }
	.col-md-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
	.col-md-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
	.col-md-3 { flex: 0 0 25%; max-width: 25%; }
	.col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
	.col-md-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
	.col-md-6 { flex: 0 0 50%; max-width: 50%; }
	.col-md-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
	.col-md-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
	.col-md-9 { flex: 0 0 75%; max-width: 75%; }
	.col-md-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
	.col-md-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
	.col-md-12 { flex: 0 0 100%; max-width: 100%; }
	.order-md-first { order: -1; }
	.order-md-last { order: 13; }
	.order-md-0 { order: 0; }
	.order-md-1 { order: 1; }
	.order-md-2 { order: 2; }
	.order-md-3 { order: 3; }
	.order-md-4 { order: 4; }
	.order-md-5 { order: 5; }
	.order-md-6 { order: 6; }
	.order-md-7 { order: 7; }
	.order-md-8 { order: 8; }
	.order-md-9 { order: 9; }
	.order-md-10 { order: 10; }
	.order-md-11 { order: 11; }
	.order-md-12 { order: 12; }
	.offset-md-0 { margin-left: 0; }
	.offset-md-1 { margin-left: 8.333333%; }
	.offset-md-2 { margin-left: 16.666667%; }
	.offset-md-3 { margin-left: 25%; }
	.offset-md-4 { margin-left: 33.333333%; }
	.offset-md-5 { margin-left: 41.666667%; }
	.offset-md-6 { margin-left: 50%; }
	.offset-md-7 { margin-left: 58.333333%; }
	.offset-md-8 { margin-left: 66.666667%; }
	.offset-md-9 { margin-left: 75%; }
	.offset-md-10 { margin-left: 83.333333%; }
	.offset-md-11 { margin-left: 91.666667%; }
}

@media (min-width: 992px) {
	.col-lg { flex-basis: 0; flex-grow: 1; max-width: 100%; }
	.row-cols-lg-1 > * { flex: 0 0 100%; max-width: 100%; }
	.row-cols-lg-2 > * { flex: 0 0 50%; max-width: 50%; }
	.row-cols-lg-3 > * { flex: 0 0 33.333333%; max-width: 33.333333%; }
	.row-cols-lg-4 > * { flex: 0 0 25%; max-width: 25%; }
	.row-cols-lg-5 > * { flex: 0 0 20%; max-width: 20%; }
	.row-cols-lg-6 > * { flex: 0 0 16.666667%; max-width: 16.666667%; }
	.col-lg-auto { flex: 0 0 auto; width: auto; max-width: 100%; }
	.col-lg-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
	.col-lg-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
	.col-lg-3 { flex: 0 0 25%; max-width: 25%; }
	.col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
	.col-lg-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
	.col-lg-6 { flex: 0 0 50%; max-width: 50%; }
	.col-lg-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
	.col-lg-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
	.col-lg-9 { flex: 0 0 75%; max-width: 75%; }
	.col-lg-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
	.col-lg-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
	.col-lg-12 { flex: 0 0 100%; max-width: 100%; }
	.order-lg-first { order: -1; }
	.order-lg-last { order: 13; }
	.order-lg-0 { order: 0; }
	.order-lg-1 { order: 1; }
	.order-lg-2 { order: 2; }
	.order-lg-3 { order: 3; }
	.order-lg-4 { order: 4; }
	.order-lg-5 { order: 5; }
	.order-lg-6 { order: 6; }
	.order-lg-7 { order: 7; }
	.order-lg-8 { order: 8; }
	.order-lg-9 { order: 9; }
	.order-lg-10 { order: 10; }
	.order-lg-11 { order: 11; }
	.order-lg-12 { order: 12; }
	.offset-lg-0 { margin-left: 0; }
	.offset-lg-1 { margin-left: 8.333333%; }
	.offset-lg-2 { margin-left: 16.666667%; }
	.offset-lg-3 { margin-left: 25%; }
	.offset-lg-4 { margin-left: 33.333333%; }
	.offset-lg-5 { margin-left: 41.666667%; }
	.offset-lg-6 { margin-left: 50%; }
	.offset-lg-7 { margin-left: 58.333333%; }
	.offset-lg-8 { margin-left: 66.666667%; }
	.offset-lg-9 { margin-left: 75%; }
	.offset-lg-10 { margin-left: 83.333333%; }
	.offset-lg-11 { margin-left: 91.666667%; }
}

@media (min-width: 1200px) {
	.col-xl { flex-basis: 0; flex-grow: 1; max-width: 100%; }
	.row-cols-xl-1 > * { flex: 0 0 100%; max-width: 100%; }
	.row-cols-xl-2 > * { flex: 0 0 50%; max-width: 50%; }
	.row-cols-xl-3 > * { flex: 0 0 33.333333%; max-width: 33.333333%; }
	.row-cols-xl-4 > * { flex: 0 0 25%; max-width: 25%; }
	.row-cols-xl-5 > * { flex: 0 0 20%; max-width: 20%; }
	.row-cols-xl-6 > * { flex: 0 0 16.666667%; max-width: 16.666667%; }
	.col-xl-auto { flex: 0 0 auto; width: auto; max-width: 100%; }
	.col-xl-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
	.col-xl-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
	.col-xl-3 { flex: 0 0 25%; max-width: 25%; }
	.col-xl-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
	.col-xl-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
	.col-xl-6 { flex: 0 0 50%; max-width: 50%; }
	.col-xl-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
	.col-xl-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
	.col-xl-9 { flex: 0 0 75%; max-width: 75%; }
	.col-xl-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
	.col-xl-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
	.col-xl-12 { flex: 0 0 100%; max-width: 100%; }
	.order-xl-first { order: -1; }
	.order-xl-last { order: 13; }
	.order-xl-0 { order: 0; }
	.order-xl-1 { order: 1; }
	.order-xl-2 { order: 2; }
	.order-xl-3 { order: 3; }
	.order-xl-4 { order: 4; }
	.order-xl-5 { order: 5; }
	.order-xl-6 { order: 6; }
	.order-xl-7 { order: 7; }
	.order-xl-8 { order: 8; }
	.order-xl-9 { order: 9; }
	.order-xl-10 { order: 10; }
	.order-xl-11 { order: 11; }
	.order-xl-12 { order: 12; }
	.offset-xl-0 { margin-left: 0; }
	.offset-xl-1 { margin-left: 8.333333%; }
	.offset-xl-2 { margin-left: 16.666667%; }
	.offset-xl-3 { margin-left: 25%; }
	.offset-xl-4 { margin-left: 33.333333%; }
	.offset-xl-5 { margin-left: 41.666667%; }
	.offset-xl-6 { margin-left: 50%; }
	.offset-xl-7 { margin-left: 58.333333%; }
	.offset-xl-8 { margin-left: 66.666667%; }
	.offset-xl-9 { margin-left: 75%; }
	.offset-xl-10 { margin-left: 83.333333%; }
	.offset-xl-11 { margin-left: 91.666667%; }
}

.d-none { display: none !important; }
.d-inline { display: inline !important; }
.d-inline-block { display: inline-block !important; }
.d-block { display: block !important; }
.d-table { display: table !important; }
.d-table-row { display: table-row !important; }
.d-table-cell { display: table-cell !important; }
.d-flex { display: flex !important; }
.d-inline-flex { display: inline-flex !important; }

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

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

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

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

.flex-row { flex-direction: row !important; }
.flex-column { flex-direction: column !important; }
.flex-row-reverse { flex-direction: row-reverse !important; }
.flex-column-reverse { flex-direction: column-reverse !important; }
.flex-wrap { flex-wrap: wrap !important; }
.flex-nowrap { flex-wrap: nowrap !important; }
.flex-fill { flex: 1 1 auto !important; }
.jc-start { justify-content: flex-start !important; }
.jc-end { justify-content: flex-end !important; }
.jc-center { justify-content: center !important; }
.jc-between { justify-content: space-between !important; }
.jc-around { justify-content: space-around !important; }
.ai-start { align-items: flex-start !important; }
.ai-end { align-items: flex-end !important; }
.ai-center { align-items: center !important; }
.ai-baseline { align-items: baseline !important; }
.ai-stretch { align-items: stretch !important; }
.ac-start { align-content: flex-start !important; }
.ac-end { align-content: flex-end !important; }
.ac-center { align-content: center !important; }
.ac-between { align-content: space-between !important; }
.ac-around { align-content: space-around !important; }
.ac-stretch { align-content: stretch !important; }
.as-auto { align-self: auto !important; }
.as-start { align-self: flex-start !important; }
.as-end { align-self: flex-end !important; }
.as-center { align-self: center !important; }
.as-baseline { align-self: baseline !important; }
.as-stretch { align-self: stretch !important; }

@media (min-width: 576px) {
	.flex-sm-row { flex-direction: row !important; }
	.flex-sm-column { flex-direction: column !important; }
	.flex-sm-row-reverse { flex-direction: row-reverse !important; }
	.flex-sm-column-reverse { flex-direction: column-reverse !important; }
	.flex-sm-wrap { flex-wrap: wrap !important; }
	.flex-sm-nowrap { flex-wrap: nowrap !important; }
	.flex-sm-fill { flex: 1 1 auto !important; }
	.jc-sm-start { justify-content: flex-start !important; }
	.jc-sm-end { justify-content: flex-end !important; }
	.jc-sm-center { justify-content: center !important; }
	.jc-sm-between { justify-content: space-between !important; }
	.jc-sm-around { justify-content: space-around !important; }
	.ai-sm-start { align-items: flex-start !important; }
	.ai-sm-end { align-items: flex-end !important; }
	.ai-sm-center { align-items: center !important; }
	.ai-sm-baseline { align-items: baseline !important; }
	.ai-sm-stretch { align-items: stretch !important; }
	.ac-sm-start { align-content: flex-start !important; }
	.ac-sm-end { align-content: flex-end !important; }
	.ac-sm-center { align-content: center !important; }
	.ac-sm-between { align-content: space-between !important; }
	.ac-sm-around { align-content: space-around !important; }
	.ac-sm-stretch { align-content: stretch !important; }
	.as-sm-auto { align-self: auto !important; }
	.as-sm-start { align-self: flex-start !important; }
	.as-sm-end { align-self: flex-end !important; }
	.as-sm-center { align-self: center !important; }
	.as-sm-baseline { align-self: baseline !important; }
	.as-sm-stretch { align-self: stretch !important; }
}

@media (min-width: 768px) {
	.flex-md-row { flex-direction: row !important; }
	.flex-md-column { flex-direction: column !important; }
	.flex-md-row-reverse { flex-direction: row-reverse !important; }
	.flex-md-column-reverse { flex-direction: column-reverse !important; }
	.flex-md-wrap { flex-wrap: wrap !important; }
	.flex-md-nowrap { flex-wrap: nowrap !important; }
	.flex-md-fill { flex: 1 1 auto !important; }
	.jc-md-start { justify-content: flex-start !important; }
	.jc-md-end { justify-content: flex-end !important; }
	.jc-md-center { justify-content: center !important; }
	.jc-md-between { justify-content: space-between !important; }
	.jc-md-around { justify-content: space-around !important; }
	.ai-md-start { align-items: flex-start !important; }
	.ai-md-end { align-items: flex-end !important; }
	.ai-md-center { align-items: center !important; }
	.ai-md-baseline { align-items: baseline !important; }
	.ai-md-stretch { align-items: stretch !important; }
	.ac-md-start { align-content: flex-start !important; }
	.ac-md-end { align-content: flex-end !important; }
	.ac-md-center { align-content: center !important; }
	.ac-md-between { align-content: space-between !important; }
	.ac-md-around { align-content: space-around !important; }
	.ac-md-stretch { align-content: stretch !important; }
	.as-md-auto { align-self: auto !important; }
	.as-md-start { align-self: flex-start !important; }
	.as-md-end { align-self: flex-end !important; }
	.as-md-center { align-self: center !important; }
	.as-md-baseline { align-self: baseline !important; }
	.as-md-stretch { align-self: stretch !important; }
}

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

@media (min-width: 1200px) {
	.flex-xl-row { flex-direction: row !important; }
	.flex-xl-column { flex-direction: column !important; }
	.flex-xl-row-reverse { flex-direction: row-reverse !important; }
	.flex-xl-column-reverse { flex-direction: column-reverse !important; }
	.flex-xl-wrap { flex-wrap: wrap !important; }
	.flex-xl-nowrap { flex-wrap: nowrap !important; }
	.flex-xl-fill { flex: 1 1 auto !important; }
	.jc-xl-start { justify-content: flex-start !important; }
	.jc-xl-end { justify-content: flex-end !important; }
	.jc-xl-center { justify-content: center !important; }
	.jc-xl-between { justify-content: space-between !important; }
	.jc-xl-around { justify-content: space-around !important; }
	.ai-xl-start { align-items: flex-start !important; }
	.ai-xl-end { align-items: flex-end !important; }
	.ai-xl-center { align-items: center !important; }
	.ai-xl-baseline { align-items: baseline !important; }
	.ai-xl-stretch { align-items: stretch !important; }
	.ac-xl-start { align-content: flex-start !important; }
	.ac-xl-end { align-content: flex-end !important; }
	.ac-xl-center { align-content: center !important; }
	.ac-xl-between { align-content: space-between !important; }
	.ac-xl-around { align-content: space-around !important; }
	.ac-xl-stretch { align-content: stretch !important; }
	.as-xl-auto { align-self: auto !important; }
	.as-xl-start { align-self: flex-start !important; }
	.as-xl-end { align-self: flex-end !important; }
	.as-xl-center { align-self: center !important; }
	.as-xl-baseline { align-self: baseline !important; }
	.as-xl-stretch { align-self: stretch !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: .25rem !important; }
.mt-1, .my-1 { margin-top: .25rem !important; }
.mr-1, .mx-1 { margin-right: .25rem !important; }
.mb-1, .my-1 { margin-bottom: .25rem !important; }
.ml-1, .mx-1 { margin-left: .25rem !important; }
.m-2 { margin: .5rem !important; }
.mt-2, .my-2 { margin-top: .5rem !important; }
.mr-2, .mx-2 { margin-right: .5rem !important; }
.mb-2, .my-2 { margin-bottom: .5rem !important; }
.ml-2, .mx-2 { margin-left: .5rem !important; }
.m-3 { margin: 1rem !important; }
.mt-3, .my-3 { margin-top: 1rem !important; }
.mr-3, .mx-3 { margin-right: 1rem !important; }
.mb-3, .my-3 { margin-bottom: 1rem !important; }
.ml-3, .mx-3 { margin-left: 1rem !important; }
.m-4 { margin: 1.5rem !important; }
.mt-4, .my-4 { margin-top: 1.5rem !important; }
.mr-4, .mx-4 { margin-right: 1.5rem !important; }
.mb-4, .my-4 { margin-bottom: 1.5rem !important; }
.ml-4, .mx-4 { margin-left: 1.5rem !important; }
.m-5 { margin: 2rem !important; }
.mt-5, .my-5 { margin-top: 2rem !important; }
.mr-5, .mx-5 { margin-right: 2rem !important; }
.mb-5, .my-5 { margin-bottom: 2rem !important; }
.ml-5, .mx-5 { margin-left: 2rem !important; }

.m-n1 { margin: -0.25rem !important; }
.mt-n1, .my-n1 { margin-top: -0.25rem !important; }
.mr-n1, .mx-n1 { margin-right: -0.25rem !important; }
.mb-n1, .my-n1 { margin-bottom: -0.25rem !important; }
.ml-n1, .mx-n1 { margin-left: -0.25rem !important; }
.m-n2 { margin: -0.5rem !important; }
.mt-n2, .my-n2 { margin-top: -0.5rem !important; }
.mr-n2, .mx-n2 { margin-right: -0.5rem !important; }
.mb-n2, .my-n2 { margin-bottom: -0.5rem !important; }
.ml-n2, .mx-n2 { margin-left: -0.5rem !important; }
.m-n3 { margin: -1rem !important; }
.mt-n3, .my-n3 { margin-top: -1rem !important; }
.mr-n3, .mx-n3 { margin-right: -1rem !important; }
.mb-n3, .my-n3 { margin-bottom: -1rem !important; }
.ml-n3, .mx-n3 { margin-left: -1rem !important; }
.m-n4 { margin: -1.5rem !important; }
.mt-n4, .my-n4 { margin-top: -1.5rem !important; }
.mr-n4, .mx-n4 { margin-right: -1.5rem !important; }
.mb-n4, .my-n4 { margin-bottom: -1.5rem !important; }
.ml-n4, .mx-n4 { margin-left: -1.5rem !important; }
.m-n5 { margin: -3rem !important; }
.mt-n5, .my-n5 { margin-top: -2rem !important; }
.mr-n5, .mx-n5 { margin-right: -2rem !important; }
.mb-n5, .my-n5 { margin-bottom: -2rem !important; }
.ml-n5, .mx-n5 { margin-left: -2rem !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: .25rem !important; }
.pt-1, .py-1 { padding-top: .25rem !important; }
.pr-1, .px-1 { padding-right: .25rem !important; }
.pb-1, .py-1 { padding-bottom: .25rem !important; }
.pl-1, .px-1 { padding-left: .25rem !important; }
.p-2 { padding: .5rem !important; }
.pt-2, .py-2 { padding-top: .5rem !important; }
.pr-2, .px-2 { padding-right: .5rem !important; }
.pb-2, .py-2 { padding-bottom: .5rem !important; }
.pl-2, .px-2 { padding-left: .5rem !important; }
.p-3 { padding: 1rem !important; }
.pt-3, .py-3 { padding-top: 1rem !important; }
.pr-3, .px-3 { padding-right: 1rem !important; }
.pb-3, .py-3 { padding-bottom: 1rem !important; }
.pl-3, .px-3 { padding-left: 1rem !important; }
.p-4 { padding: 1.5rem !important; }
.pt-4, .py-4 { padding-top: 1.5rem !important; }
.pr-4, .px-4 { padding-right: 1.5rem !important; }
.pb-4, .py-4 { padding-bottom: 1.5rem !important; }
.pl-4, .px-4 { padding-left: 1.5rem !important; }
.p-5 { padding: 2rem !important; }
.pt-5, .py-5 { padding-top: 2rem !important; }
.pr-5, .px-5 { padding-right: 2rem !important; }
.pb-5, .py-5 { padding-bottom: 2rem !important; }
.pl-5, .px-5 { padding-left: 2rem !important; }

.m-auto { margin: auto !important; }
.mt-auto, .my-auto { margin-top: auto !important; }
.mr-auto, .mx-auto { margin-right: auto !important; }
.mb-auto, .my-auto { margin-bottom: auto !important; }
.ml-auto, .mx-auto { margin-left: auto !important; }

@media (min-width: 576px) {
	.m-sm-0 { margin: 0 !important; }
	.mt-sm-0, .my-sm-0 { margin-top: 0 !important; }
	.mr-sm-0, .mx-sm-0 { margin-right: 0 !important; }
	.mb-sm-0, .my-sm-0 { margin-bottom: 0 !important; }
	.ml-sm-0, .mx-sm-0 { margin-left: 0 !important; }
	.m-sm-1 { margin: .25rem !important; }
	.mt-sm-1, .my-sm-1 { margin-top: .25rem !important; }
	.mr-sm-1, .mx-sm-1 { margin-right: .25rem !important; }
	.mb-sm-1, .my-sm-1 { margin-bottom: .25rem !important; }
	.ml-sm-1, .mx-sm-1 { margin-left: .25rem !important; }
	.m-sm-2 { margin: .5rem !important; }
	.mt-sm-2, .my-sm-2 { margin-top: .5rem !important; }
	.mr-sm-2, .mx-sm-2 { margin-right: .5rem !important; }
	.mb-sm-2, .my-sm-2 { margin-bottom: .5rem !important; }
	.ml-sm-2, .mx-sm-2 { margin-left: .5rem !important; }
	.m-sm-3 { margin: 1rem !important; }
	.mt-sm-3, .my-sm-3 { margin-top: 1rem !important; }
	.mr-sm-3, .mx-sm-3 { margin-right: 1rem !important; }
	.mb-sm-3, .my-sm-3 { margin-bottom: 1rem !important; }
	.ml-sm-3, .mx-sm-3 { margin-left: 1rem !important; }
	.m-sm-4 { margin: 1.5rem !important; }
	.mt-sm-4, .my-sm-4 { margin-top: 1.5rem !important; }
	.mr-sm-4, .mx-sm-4 { margin-right: 1.5rem !important; }
	.mb-sm-4, .my-sm-4 { margin-bottom: 1.5rem !important; }
	.ml-sm-4, .mx-sm-4 { margin-left: 1.5rem !important; }
	.m-sm-5 { margin: 2rem !important; }
	.mt-sm-5, .my-sm-5 { margin-top: 2rem !important; }
	.mr-sm-5, .mx-sm-5 { margin-right: 2rem !important; }
	.mb-sm-5, .my-sm-5 { margin-bottom: 2rem !important; }
	.ml-sm-5, .mx-sm-5 { margin-left: 2rem !important; }

	.m-sm-n1 { margin: -0.25rem !important; }
	.mt-sm-n1, .my-sm-n1 { margin-top: -0.25rem !important; }
	.mr-sm-n1, .mx-sm-n1 { margin-right: -0.25rem !important; }
	.mb-sm-n1, .my-sm-n1 { margin-bottom: -0.25rem !important; }
	.ml-sm-n1, .mx-sm-n1 { margin-left: -0.25rem !important; }
	.m-sm-n2 { margin: -0.5rem !important; }
	.mt-sm-n2, .my-sm-n2 { margin-top: -0.5rem !important; }
	.mr-sm-n2, .mx-sm-n2 { margin-right: -0.5rem !important; }
	.mb-sm-n2, .my-sm-n2 { margin-bottom: -0.5rem !important; }
	.ml-sm-n2, .mx-sm-n2 { margin-left: -0.5rem !important; }
	.m-sm-n3 { margin: -1rem !important; }
	.mt-sm-n3, .my-sm-n3 { margin-top: -1rem !important; }
	.mr-sm-n3, .mx-sm-n3 { margin-right: -1rem !important; }
	.mb-sm-n3, .my-sm-n3 { margin-bottom: -1rem !important; }
	.ml-sm-n3, .mx-sm-n3 { margin-left: -1rem !important; }
	.m-sm-n4 { margin: -1.5rem !important; }
	.mt-sm-n4, .my-sm-n4 { margin-top: -1.5rem !important; }
	.mr-sm-n4, .mx-sm-n4 { margin-right: -1.5rem !important; }
	.mb-sm-n4, .my-sm-n4 { margin-bottom: -1.5rem !important; }
	.ml-sm-n4, .mx-sm-n4 { margin-left: -1.5rem !important; }
	.m-sm-n5 { margin: -3rem !important; }
	.mt-sm-n5, .my-sm-n5 { margin-top: -2rem !important; }
	.mr-sm-n5, .mx-sm-n5 { margin-right: -2rem !important; }
	.mb-sm-n5, .my-sm-n5 { margin-bottom: -2rem !important; }
	.ml-sm-n5, .mx-sm-n5 { margin-left: -2rem !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: .25rem !important; }
	.pt-sm-1, .py-sm-1 { padding-top: .25rem !important; }
	.pr-sm-1, .px-sm-1 { padding-right: .25rem !important; }
	.pb-sm-1, .py-sm-1 { padding-bottom: .25rem !important; }
	.pl-sm-1, .px-sm-1 { padding-left: .25rem !important; }
	.p-sm-2 { padding: .5rem !important; }
	.pt-sm-2, .py-sm-2 { padding-top: .5rem !important; }
	.pr-sm-2, .px-sm-2 { padding-right: .5rem !important; }
	.pb-sm-2, .py-sm-2 { padding-bottom: .5rem !important; }
	.pl-sm-2, .px-sm-2 { padding-left: .5rem !important; }
	.p-sm-3 { padding: 1rem !important; }
	.pt-sm-3, .py-sm-3 { padding-top: 1rem !important; }
	.pr-sm-3, .px-sm-3 { padding-right: 1rem !important; }
	.pb-sm-3, .py-sm-3 { padding-bottom: 1rem !important; }
	.pl-sm-3, .px-sm-3 { padding-left: 1rem !important; }
	.p-sm-4 { padding: 1.5rem !important; }
	.pt-sm-4, .py-sm-4 { padding-top: 1.5rem !important; }
	.pr-sm-4, .px-sm-4 { padding-right: 1.5rem !important; }
	.pb-sm-4, .py-sm-4 { padding-bottom: 1.5rem !important; }
	.pl-sm-4, .px-sm-4 { padding-left: 1.5rem !important; }
	.p-sm-5 { padding: 2rem !important; }
	.pt-sm-5, .py-sm-5 { padding-top: 2rem !important; }
	.pr-sm-5, .px-sm-5 { padding-right: 2rem !important; }
	.pb-sm-5, .py-sm-5 { padding-bottom: 2rem !important; }
	.pl-sm-5, .px-sm-5 { padding-left: 2rem !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: .25rem !important; }
	.mt-md-1, .my-md-1 { margin-top: .25rem !important; }
	.mr-md-1, .mx-md-1 { margin-right: .25rem !important; }
	.mb-md-1, .my-md-1 { margin-bottom: .25rem !important; }
	.ml-md-1, .mx-md-1 { margin-left: .25rem !important; }
	.m-md-2 { margin: .5rem !important; }
	.mt-md-2, .my-md-2 { margin-top: .5rem !important; }
	.mr-md-2, .mx-md-2 { margin-right: .5rem !important; }
	.mb-md-2, .my-md-2 { margin-bottom: .5rem !important; }
	.ml-md-2, .mx-md-2 { margin-left: .5rem !important; }
	.m-md-3 { margin: 1rem !important; }
	.mt-md-3, .my-md-3 { margin-top: 1rem !important; }
	.mr-md-3, .mx-md-3 { margin-right: 1rem !important; }
	.mb-md-3, .my-md-3 { margin-bottom: 1rem !important; }
	.ml-md-3, .mx-md-3 { margin-left: 1rem !important; }
	.m-md-4 { margin: 1.5rem !important; }
	.mt-md-4, .my-md-4 { margin-top: 1.5rem !important; }
	.mr-md-4, .mx-md-4 { margin-right: 1.5rem !important; }
	.mb-md-4, .my-md-4 { margin-bottom: 1.5rem !important; }
	.ml-md-4, .mx-md-4 { margin-left: 1.5rem !important; }
	.m-md-5 { margin: 2rem !important; }
	.mt-md-5, .my-md-5 { margin-top: 2rem !important; }
	.mr-md-5, .mx-md-5 { margin-right: 2rem !important; }
	.mb-md-5, .my-md-5 { margin-bottom: 2rem !important; }
	.ml-md-5, .mx-md-5 { margin-left: 2rem !important; }

	.m-md-n1 { margin: -0.25rem !important; }
	.mt-md-n1, .my-md-n1 { margin-top: -0.25rem !important; }
	.mr-md-n1, .mx-md-n1 { margin-right: -0.25rem !important; }
	.mb-md-n1, .my-md-n1 { margin-bottom: -0.25rem !important; }
	.ml-md-n1, .mx-md-n1 { margin-left: -0.25rem !important; }
	.m-md-n2 { margin: -0.5rem !important; }
	.mt-md-n2, .my-md-n2 { margin-top: -0.5rem !important; }
	.mr-md-n2, .mx-md-n2 { margin-right: -0.5rem !important; }
	.mb-md-n2, .my-md-n2 { margin-bottom: -0.5rem !important; }
	.ml-md-n2, .mx-md-n2 { margin-left: -0.5rem !important; }
	.m-md-n3 { margin: -1rem !important; }
	.mt-md-n3, .my-md-n3 { margin-top: -1rem !important; }
	.mr-md-n3, .mx-md-n3 { margin-right: -1rem !important; }
	.mb-md-n3, .my-md-n3 { margin-bottom: -1rem !important; }
	.ml-md-n3, .mx-md-n3 { margin-left: -1rem !important; }
	.m-md-n4 { margin: -1.5rem !important; }
	.mt-md-n4, .my-md-n4 { margin-top: -1.5rem !important; }
	.mr-md-n4, .mx-md-n4 { margin-right: -1.5rem !important; }
	.mb-md-n4, .my-md-n4 { margin-bottom: -1.5rem !important; }
	.ml-md-n4, .mx-md-n4 { margin-left: -1.5rem !important; }
	.m-md-n5 { margin: -3rem !important; }
	.mt-md-n5, .my-md-n5 { margin-top: -2rem !important; }
	.mr-md-n5, .mx-md-n5 { margin-right: -2rem !important; }
	.mb-md-n5, .my-md-n5 { margin-bottom: -2rem !important; }
	.ml-md-n5, .mx-md-n5 { margin-left: -2rem !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: .25rem !important; }
	.pt-md-1, .py-md-1 { padding-top: .25rem !important; }
	.pr-md-1, .px-md-1 { padding-right: .25rem !important; }
	.pb-md-1, .py-md-1 { padding-bottom: .25rem !important; }
	.pl-md-1, .px-md-1 { padding-left: .25rem !important; }
	.p-md-2 { padding: .5rem !important; }
	.pt-md-2, .py-md-2 { padding-top: .5rem !important; }
	.pr-md-2, .px-md-2 { padding-right: .5rem !important; }
	.pb-md-2, .py-md-2 { padding-bottom: .5rem !important; }
	.pl-md-2, .px-md-2 { padding-left: .5rem !important; }
	.p-md-3 { padding: 1rem !important; }
	.pt-md-3, .py-md-3 { padding-top: 1rem !important; }
	.pr-md-3, .px-md-3 { padding-right: 1rem !important; }
	.pb-md-3, .py-md-3 { padding-bottom: 1rem !important; }
	.pl-md-3, .px-md-3 { padding-left: 1rem !important; }
	.p-md-4 { padding: 1.5rem !important; }
	.pt-md-4, .py-md-4 { padding-top: 1.5rem !important; }
	.pr-md-4, .px-md-4 { padding-right: 1.5rem !important; }
	.pb-md-4, .py-md-4 { padding-bottom: 1.5rem !important; }
	.pl-md-4, .px-md-4 { padding-left: 1.5rem !important; }
	.p-md-5 { padding: 2rem !important; }
	.pt-md-5, .py-md-5 { padding-top: 2rem !important; }
	.pr-md-5, .px-md-5 { padding-right: 2rem !important; }
	.pb-md-5, .py-md-5 { padding-bottom: 2rem !important; }
	.pl-md-5, .px-md-5 { padding-left: 2rem !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: .25rem !important; }
	.mt-lg-1, .my-lg-1 { margin-top: .25rem !important; }
	.mr-lg-1, .mx-lg-1 { margin-right: .25rem !important; }
	.mb-lg-1, .my-lg-1 { margin-bottom: .25rem !important; }
	.ml-lg-1, .mx-lg-1 { margin-left: .25rem !important; }
	.m-lg-2 { margin: .5rem !important; }
	.mt-lg-2, .my-lg-2 { margin-top: .5rem !important; }
	.mr-lg-2, .mx-lg-2 { margin-right: .5rem !important; }
	.mb-lg-2, .my-lg-2 { margin-bottom: .5rem !important; }
	.ml-lg-2, .mx-lg-2 { margin-left: .5rem !important; }
	.m-lg-3 { margin: 1rem !important; }
	.mt-lg-lg-3, .my-lg-3 { margin-top: 1rem !important; }
	.mr-lg-3, .mx-lg-3 { margin-right: 1rem !important; }
	.mb-lg-3, .my-lg-3 { margin-bottom: 1rem !important; }
	.ml-lg-3, .mx-lg-3 { margin-left: 1rem !important; }
	.m-lg-4 { margin: 1.5rem !important; }
	.mt-lg-4, .my-lg-4 { margin-top: 1.5rem !important; }
	.mr-lg-4, .mx-lg-4 { margin-right: 1.5rem !important; }
	.mb-lg-4, .my-lg-4 { margin-bottom: 1.5rem !important; }
	.ml-lg-4, .mx-lg-4 { margin-left: 1.5rem !important; }
	.m-lg-5 { margin: 2rem !important; }
	.mt-lg-5, .my-lg-5 { margin-top: 2rem !important; }
	.mr-lg-5, .mx-lg-5 { margin-right: 2rem !important; }
	.mb-lg-5, .my-lg-5 { margin-bottom: 2rem !important; }
	.ml-lg-5, .mx-lg-5 { margin-left: 2rem !important; }

	.m-lg-n1 { margin: -0.25rem !important; }
	.mt-lg-n1, .my-lg-n1 { margin-top: -0.25rem !important; }
	.mr-lg-n1, .mx-lg-n1 { margin-right: -0.25rem !important; }
	.mb-lg-n1, .my-lg-n1 { margin-bottom: -0.25rem !important; }
	.ml-lg-n1, .mx-lg-n1 { margin-left: -0.25rem !important; }
	.m-lg-n2 { margin: -0.5rem !important; }
	.mt-lg-n2, .my-lg-n2 { margin-top: -0.5rem !important; }
	.mr-lg-n2, .mx-lg-n2 { margin-right: -0.5rem !important; }
	.mb-lg-n2, .my-lg-n2 { margin-bottom: -0.5rem !important; }
	.ml-lg-n2, .mx-lg-n2 { margin-left: -0.5rem !important; }
	.m-lg-n3 { margin: -1rem !important; }
	.mt-lg-n3, .my-lg-n3 { margin-top: -1rem !important; }
	.mr-lg-n3, .mx-lg-n3 { margin-right: -1rem !important; }
	.mb-lg-n3, .my-lg-n3 { margin-bottom: -1rem !important; }
	.ml-lg-n3, .mx-lg-n3 { margin-left: -1rem !important; }
	.m-lg-n4 { margin: -1.5rem !important; }
	.mt-lg-n4, .my-lg-n4 { margin-top: -1.5rem !important; }
	.mr-lg-n4, .mx-lg-n4 { margin-right: -1.5rem !important; }
	.mb-lg-n4, .my-lg-n4 { margin-bottom: -1.5rem !important; }
	.ml-lg-n4, .mx-lg-n4 { margin-left: -1.5rem !important; }
	.m-lg-n5 { margin: -3rem !important; }
	.mt-lg-n5, .my-lg-n5 { margin-top: -2rem !important; }
	.mr-lg-n5, .mx-lg-n5 { margin-right: -2rem !important; }
	.mb-lg-n5, .my-lg-n5 { margin-bottom: -2rem !important; }
	.ml-lg-n5, .mx-lg-n5 { margin-left: -2rem !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: .25rem !important; }
	.pt-lg-1, .py-lg-1 { padding-top: .25rem !important; }
	.pr-lg-1, .px-lg-1 { padding-right: .25rem !important; }
	.pb-lg-1, .py-lg-1 { padding-bottom: .25rem !important; }
	.pl-lg-1, .px-lg-1 { padding-left: .25rem !important; }
	.p-lg-2 { padding: .5rem !important; }
	.pt-lg-2, .py-lg-2 { padding-top: .5rem !important; }
	.pr-lg-2, .px-lg-2 { padding-right: .5rem !important; }
	.pb-lg-2, .py-lg-2 { padding-bottom: .5rem !important; }
	.pl-lg-2, .px-lg-2 { padding-left: .5rem !important; }
	.p-lg-3 { padding: 1rem !important; }
	.pt-lg-3, .py-lg-3 { padding-top: 1rem !important; }
	.pr-lg-3, .px-lg-3 { padding-right: 1rem !important; }
	.pb-lg-3, .py-lg-3 { padding-bottom: 1rem !important; }
	.pl-lg-3, .px-lg-3 { padding-left: 1rem !important; }
	.p-lg-4 { padding: 1.5rem !important; }
	.pt-lg-4, .py-lg-4 { padding-top: 1.5rem !important; }
	.pr-lg-4, .px-lg-4 { padding-right: 1.5rem !important; }
	.pb-lg-4, .py-lg-4 { padding-bottom: 1.5rem !important; }
	.pl-lg-4, .px-lg-4 { padding-left: 1.5rem !important; }
	.p-lg-5 { padding: 2rem !important; }
	.pt-lg-5, .py-lg-5 { padding-top: 2rem !important; }
	.pr-lg-5, .px-lg-5 { padding-right: 2rem !important; }
	.pb-lg-5, .py-lg-5 { padding-bottom: 2rem !important; }
	.pl-lg-5, .px-lg-5 { padding-left: 2rem !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: .25rem !important; }
	.mt-xl-1, .my-xl-1 { margin-top: .25rem !important; }
	.mr-xl-1, .mx-xl-1 { margin-right: .25rem !important; }
	.mb-xl-1, .my-xl-1 { margin-bottom: .25rem !important; }
	.ml-xl-1, .mx-xl-1 { margin-left: .25rem !important; }
	.m-xl-2 { margin: .5rem !important; }
	.mt-xl-2, .my-xl-2 { margin-top: .5rem !important; }
	.mr-xl-2, .mx-xl-2 { margin-right: .5rem !important; }
	.mb-xl-2, .my-xl-2 { margin-bottom: .5rem !important; }
	.ml-xl-2, .mx-xl-2 { margin-left: .5rem !important; }
	.m-xl-3 { margin: 1rem !important; }
	.mt-xl-xl-3, .my-xl-3 { margin-top: 1rem !important; }
	.mr-xl-3, .mx-xl-3 { margin-right: 1rem !important; }
	.mb-xl-3, .my-xl-3 { margin-bottom: 1rem !important; }
	.ml-xl-3, .mx-xl-3 { margin-left: 1rem !important; }
	.m-xl-4 { margin: 1.5rem !important; }
	.mt-xl-4, .my-xl-4 { margin-top: 1.5rem !important; }
	.mr-xl-4, .mx-xl-4 { margin-right: 1.5rem !important; }
	.mb-xl-4, .my-xl-4 { margin-bottom: 1.5rem !important; }
	.ml-xl-4, .mx-xl-4 { margin-left: 1.5rem !important; }
	.m-xl-5 { margin: 2rem !important; }
	.mt-xl-5, .my-xl-5 { margin-top: 2rem !important; }
	.mr-xl-5, .mx-xl-5 { margin-right: 2rem !important; }
	.mb-xl-5, .my-xl-5 { margin-bottom: 2rem !important; }
	.ml-xl-5, .mx-xl-5 { margin-left: 2rem !important; }

	.m-xl-n1 { margin: -0.25rem !important; }
	.mt-xl-n1, .my-xl-n1 { margin-top: -0.25rem !important; }
	.mr-xl-n1, .mx-xl-n1 { margin-right: -0.25rem !important; }
	.mb-xl-n1, .my-xl-n1 { margin-bottom: -0.25rem !important; }
	.ml-xl-n1, .mx-xl-n1 { margin-left: -0.25rem !important; }
	.m-xl-n2 { margin: -0.5rem !important; }
	.mt-xl-n2, .my-xl-n2 { margin-top: -0.5rem !important; }
	.mr-xl-n2, .mx-xl-n2 { margin-right: -0.5rem !important; }
	.mb-xl-n2, .my-xl-n2 { margin-bottom: -0.5rem !important; }
	.ml-xl-n2, .mx-xl-n2 { margin-left: -0.5rem !important; }
	.m-xl-n3 { margin: -1rem !important; }
	.mt-xl-n3, .my-xl-n3 { margin-top: -1rem !important; }
	.mr-xl-n3, .mx-xl-n3 { margin-right: -1rem !important; }
	.mb-xl-n3, .my-xl-n3 { margin-bottom: -1rem !important; }
	.ml-xl-n3, .mx-xl-n3 { margin-left: -1rem !important; }
	.m-xl-n4 { margin: -1.5rem !important; }
	.mt-xl-n4, .my-xl-n4 { margin-top: -1.5rem !important; }
	.mr-xl-n4, .mx-xl-n4 { margin-right: -1.5rem !important; }
	.mb-xl-n4, .my-xl-n4 { margin-bottom: -1.5rem !important; }
	.ml-xl-n4, .mx-xl-n4 { margin-left: -1.5rem !important; }
	.m-xl-n5 { margin: -3rem !important; }
	.mt-xl-n5, .my-xl-n5 { margin-top: -2rem !important; }
	.mr-xl-n5, .mx-xl-n5 { margin-right: -2rem !important; }
	.mb-xl-n5, .my-xl-n5 { margin-bottom: -2rem !important; }
	.ml-xl-n5, .mx-xl-n5 { margin-left: -2rem !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: .25rem !important; }
	.pt-xl-1, .py-xl-1 { padding-top: .25rem !important; }
	.pr-xl-1, .px-xl-1 { padding-right: .25rem !important; }
	.pb-xl-1, .py-xl-1 { padding-bottom: .25rem !important; }
	.pl-xl-1, .px-xl-1 { padding-left: .25rem !important; }
	.p-xl-2 { padding: .5rem !important; }
	.pt-xl-2, .py-xl-2 { padding-top: .5rem !important; }
	.pr-xl-2, .px-xl-2 { padding-right: .5rem !important; }
	.pb-xl-2, .py-xl-2 { padding-bottom: .5rem !important; }
	.pl-xl-2, .px-xl-2 { padding-left: .5rem !important; }
	.p-xl-3 { padding: 1rem !important; }
	.pt-xl-3, .py-xl-3 { padding-top: 1rem !important; }
	.pr-xl-3, .px-xl-3 { padding-right: 1rem !important; }
	.pb-xl-3, .py-xl-3 { padding-bottom: 1rem !important; }
	.pl-xl-3, .px-xl-3 { padding-left: 1rem !important; }
	.p-xl-4 { padding: 1.5rem !important; }
	.pt-xl-4, .py-xl-4 { padding-top: 1.5rem !important; }
	.pr-xl-4, .px-xl-4 { padding-right: 1.5rem !important; }
	.pb-xl-4, .py-xl-4 { padding-bottom: 1.5rem !important; }
	.pl-xl-4, .px-xl-4 { padding-left: 1.5rem !important; }
	.p-xl-5 { padding: 2rem !important; }
	.pt-xl-5, .py-xl-5 { padding-top: 2rem !important; }
	.pr-xl-5, .px-xl-5 { padding-right: 2rem !important; }
	.pb-xl-5, .py-xl-5 { padding-bottom: 2rem !important; }
	.pl-xl-5, .px-xl-5 { padding-left: 2rem !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; }
}

/* Modal */
.modal-open { overflow: hidden; }
.modal {
	position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050;
	display: none; overflow: hidden; -webkit-overflow-scrolling: touch; outline: 0;
}
.modal-dialog {
	position: relative; width: auto; min-height: 100%;
}
.modal-open .modal { overflow-x: hidden; overflow-y: auto; }
.modal-content {
	position: relative; background-color: #fff; width: 100%; outline: 0;
}
.modal-body { padding: 1.5rem; }
.modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; }
.modal-backdrop.fade { opacity: 0; }
.modal-backdrop.in { opacity: 0.3; }
.modal-content .close {
	position: absolute; right: 0; top: 0; padding: .5rem;
	border: 0 none; outline: none !important;
}
.modal-login .modal-body { display: flex; }

/* Страница с формой */
.page_form_head .logotype { vertical-align: top; }

@media (min-width: 576px) {
	.modal.fade .modal-dialog { transform: scale(.9); transition: transform .15s ease-out; }
	.modal.in .modal-dialog { transform: scale(1); }
	.modal-content {
		pointer-events: auto; background-clip: padding-box; max-width: 50rem; min-height: 0;
		border-radius: 2px; box-shadow: 0 1rem 1.5rem -.25rem rgba(0,0,0,0.25), 0 0 0 1px rgba(0, 0, 0, 0.1);
	}
	.container .modal-content { box-shadow: 0 1rem 3.25rem -.25rem rgba(0,73,150,0.125), 0 0 0 1px rgba(0,73,150, 0.1); }
	.modal-dialog {
		display: flex; align-items: center; justify-content: center; pointer-events: none;
		margin: 1rem auto; min-height: calc(100% - 2rem); padding-left: .5rem; padding-right: .5rem;
	}
	.modal-body { padding: 2rem; }

	.modal-content .close { color: #ADB7C1; background: none; transition: color .15s ease-out; }
	.modal-content .close:hover { color: #3B75F2; }
}
@media (min-height: 570px) {
	.modal-login .modal-body { min-height: 33rem; }
}
@media (max-width: 575px) {
	.modal-dialog { display: flex; }
	.modal-body { min-height: 100% !important; padding-top: 3.5rem; }
	.modal-content .close {
		background-color: #3B75F2; box-shadow: 0 .5rem 1rem 0 rgba(226,6,19,0.2); color: #fff; width: 2.5rem; height: 2.5rem;
		border-radius: 50%; margin: 1rem 1rem 0 0;
	}
}

/* Tabs */
.tab-content > .tab-pane { display: none; }
.tab-content > .tab-pane:first-child { display: block; }

/* Carousel */
.flickity-enabled { position: relative; }
.flickity-enabled:focus { outline: none; }
.flickity-viewport { overflow: hidden; position: relative; height: 100%; }
.flickity-slider { position: absolute; width: 100%; height: 100%; }
.flickity-enabled.is-draggable { -webkit-tap-highlight-color: transparent; user-select: none; }
.flickity-enabled.is-draggable .flickity-viewport { cursor: move; cursor: -webkit-grab; cursor: grab; }
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down { cursor: -webkit-grabbing; cursor: grabbing; }
.flickity-button { position: absolute; border: none; background-color: transparent; color: #fff; }
.flickity-button:hover { cursor: pointer; }
.flickity-button:focus { outline: none; }
.flickity-button:disabled { cursor: auto; pointer-events: none; }
.flickity-button:disabled { opacity: .5; }
.flickity-button:active .flickity-button-icon { opacity: .8; }
.flickity-button-icon { fill: currentColor; }
.flickity-prev-next-button { top: 50%; margin: -1.5rem 1.5rem 0 1.5rem; width: 3rem; height: 3rem; border-radius: 50%; background-color: rgba(0,73,150,0.2); }
.flickity-prev-next-button.previous { left: 0; }
.flickity-prev-next-button.next { right: 0; }
.flickity-prev-next-button .flickity-button-icon {
	position: absolute; left: 50%; top: 50%; width: 1.5rem; height: 1.5rem; margin: -.75rem 0 0 -.75rem;
	transition: opacity .15s ease;
}
.flickity-page-dots { position: absolute; width: 100%; bottom: -1.5rem; padding: 0; margin: 0; list-style: none; text-align: center; line-height: 1; }
.flickity-page-dots .dot { display: inline-block; width: .5rem; height: .5rem; margin: 0 .5rem; background: #004996; border-radius: 50%; opacity: .125; cursor: pointer; }
.flickity-page-dots .dot.is-selected { opacity: 1; }

/* Rating */
.rating-stat { overflow: hidden; width: 7.5rem; display: inline-block; vertical-align: top; }
.rating-stat, .rating-stat-stars { overflow: hidden; white-space: nowrap; height: 1.5rem; background-size: auto 100%; background-repeat: repeat-x; background-position: 0 0; }
.rating-stat { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z' fill='%23C4CAD0'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E"); }
.rating-stat-stars { background-color: #fff; text-indent: 9999px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z' fill='%23EFB851'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E"); }

/* Collapse */
.collapse_content { width: 100%; display: none; }
.collapse > .trigger:checked ~ .collapse_block .collapse_content { display: block; }

/* RadioTabs */
.radio_tabs { display: flex; border-bottom: 1px solid #E5ECF4; white-space: nowrap; }
.radio_tabs > label { margin: 0; cursor: pointer; padding: 0 1rem; margin-bottom: -1px; }
.radio_tabs > label:first-child { margin-left: -1rem; }
.radio_tabs > label > span { padding: .75rem 0; line-height: 1.25rem; display: block; border-bottom: 1px solid transparent; }
.radio_tabs > label > .trigger:not(:checked) ~ span { color: #ADB7C1; }
.radio_tabs > label > .trigger:checked ~ span { border-bottom-color: #004996; color: #004996; }

/* Dropdown */
.dropdown { position: relative; }
.dropdown_item { position: relative; }
.dropdown_box {
	min-width: 10rem; position: absolute; z-index: 100; margin-top: .5rem;
	background-color: #fff; border-radius: 2px;
	box-shadow: 0 .5rem 2rem 0 rgba(0,0,0,0.1), 0 1.5rem 2rem -.25rem rgba(0,0,0,0.04), 0 0 0 1px rgba(0,0,0,0.05);
	opacity: 0; visibility: hidden; transform: translateY(.5rem);
	transition: transform .2s ease .2s, opacity .1s ease .2s, visibility .1s ease .2s;
}
.dropdown_box:not(.dd_right), .dropdown_box:not(.dd_center) { left: 0; }
.dd_right > .dropdown_box { right: 0; }
.dd_center > .dropdown_box { left: 50%; transform: translate(-50%, .5rem); }
.dd_center > .dropdown_box::after {
	content: "";
	position: absolute; left: 50%; top: 0; margin-left: -.5rem; margin-top: -.5rem;
	width: 0; height: 0; border-style: solid; border-width: 0 .5rem .5rem .5rem;
	border-color: transparent transparent #fff transparent;
}
.dropdown_box .vmenu a:hover { background-color: #F2F5F9; }
.dd_sep { display: block; width: 100%; height: 0; border-top: 1px solid #E5ECF4; }
.trigger { position: absolute; z-index: -1; left: 0; top: 0; width: 0; height: 0; opacity: 0; }
@media (min-width: 992px) {
	.dropdown_box { margin-top: .5rem; }
	.dd_hover:hover .dropdown_box { opacity: 1; visibility: visible !important; transform: translateY(0); }
	.dd_center.dd_hover:hover > .dropdown_box { transform: translate(-50%, 0); }
	.dropdown_label, .dropdown_reset { display: none; }
}
@media (max-width: 991px) {
	.dropdown > .trigger:checked + .dropdown_box { opacity: 1; visibility: visible !important; transform: translateY(0); }
	.dropdown.dd_center > .trigger:checked + .dropdown_box { transform: translate(-50%, 0);}
	.dropdown_label { position: absolute; top: 0; width: 100%; height: 100%; margin: 0; }
	label.dropdown_reset { position: fixed; top: 0; left: 0; bottom: 0; height: 100%; width: 100%; z-index: 99; display: block; }
	input.dropdown_reset:checked + label.dropdown_reset { display: none; }
}

/* TOOLTIP */
.tooltip { position: relative; }
.tooltip::before, .tooltip::after { opacity: 0; visibility: hidden; transition: opacity .25s ease .15s, visibility .25s ease .15s; }
.tooltip:hover::before, .tooltip:hover::after { opacity: 1; visibility: visible; }
.tooltip::before {
	position: absolute; z-index: 22; left: 50%; bottom: 100%; padding: .5rem .75rem; width: 14rem; margin-left: -7rem; margin-bottom: .5rem; text-align: center;
	content:attr(data-title); border-radius: .375rem; background-color: rgba(0,0,0,0.8);
	color: #fff; font-size: .875rem; word-wrap: break-word;
}
.tooltip::after {
	content: "";
	position: absolute; left: 50%; bottom: 100%; width: 1rem; height: .5rem; margin-left: -.5rem; margin-bottom: 0; background-size: 100% auto; transform: rotate(180deg);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='rgba(0,0,0,0.8)' d='M16,16H0V8A8,8,0,0,0,8,0a7.94,7.94,0,0,0,2.35,5.65A7.94,7.94,0,0,0,16,8Z'/%3E%3C/svg%3E");
}
.tooltip-right::before { left: auto; right: 0; margin-left: 0; }
.tooltip-left::before { left: 0; margin-left: 0; }

/* ICONS */
[class^="i__"], [class*=" i__"] { width: 1.5rem; height: 1.5rem; }
.big_icon { width: 2rem; height: 2rem; }
.verybig_icon { width: 3rem; height: 3rem; }
@media (min-width: 576px) {
	.big_icon { width: 2.5rem; height: 2.5rem; }
	.verybig_icon { width: 4rem; height: 4rem; }
}

/* FORMS */
.form-group { margin-bottom: 1.25rem; }
.form-group > label { color: #667685; }
.form-control {
	display: block; width: 100%; height: calc(1.5rem + .75rem + 4px); padding: 0.375rem .75rem; font-size: inherit; font-weight: 400; line-height: 1.5rem; color: #001A34;
	background-color: #fff; background-clip: padding-box; border: 2px solid #E4EBF3; border-radius: 2px;
}
textarea.form-control { height: auto; }
.form-control:not(.form-control-error) + div.color-red { display: none; }
.form-control-error { border-color: #ED6C4D !important; }
.fc-sm { font-size: .875rem; height: calc(1.25rem + .5rem + 4px); padding: 0.25rem .5rem; line-height: 1.25rem; }

@media (min-width: 768px) {
	.fc-line-item { margin-left: -.875rem; margin-right: -.875rem; }
	.fc-line-item > .form-control { border-color: transparent !important; }
	.fc-line { margin-left: .875rem; margin-right: .875rem; height: 1px; background-color: #E4EBF3; display: block; }
	.fc-line-item > .form-control:focus ~ .fc-line { background-color: #B1C7DF; }
}
@media (min-width: 576px) {
	.form-control-lg { font-size: 1.5rem; line-height: 1.75rem; height: calc(1.75rem + 2rem + 4px); padding: 1rem; }
	.form-limit { max-width: 17.5rem; }
}

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

.form-control::-ms-expand { background-color: transparent; border: 0; }
.form-control:-moz-focusring { color: transparent; text-shadow: 0 0 0 #3D404B; }
.form-control:focus { color: #001A34; background-color: #fff; border-color: #B1C7DF; outline: 0; transition: border-color 0.15s ease-in-out; }
.form-control::-webkit-input-placeholder { color: #C4CAD0; opacity: 1; }
.form-control::-moz-placeholder { color: #C4CAD0; opacity: 1; }
.form-control:-ms-input-placeholder { color: #C4CAD0; opacity: 1; }
.form-control::-ms-input-placeholder { color: #C4CAD0; opacity: 1; }
.form-control::placeholder { color: #C4CAD0; opacity: 1; }
.form-control:disabled, .form-control[readonly] { background-color: #FCFCFD; opacity: 1; }
select.form-control:focus::-ms-value { color: #001A34; background-color: #FCFCFD; }

.control-icon { position: relative; }
.control-icon > .form-control { padding-right: 2.5rem; height: 2.5rem; }
.control-icon > .control-icon-btn { position: absolute; right: 0; top: 0; }
.control-icon-btn {
	width: 2.5rem; height: 2.5rem; border: 0 none; background: none; padding: .5rem; outline: none !important;
	-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
.control-icon-btn svg { display: block; margin: 0 auto; width: 1.5rem; height: 1.5rem; }

.input-group { position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%; }
.input-group > .form-control, .input-group > .control-icon { position: relative; flex: 1 1 0%; min-width: 0; margin-bottom: 0; }
.input-group > .form-control + .form-control, .input-group > .form-control + .control-icon { margin-left: -2px; }
.input-group > .form-control:focus { z-index: 3; }

.input-group .form-control:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.input-group .form-control:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; }

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

.input-group-text {
	display: flex; align-items: center;  height: calc(1.5rem + .75rem + 4px); padding: 0.375rem .75rem;
	margin-bottom: 0; line-height: 1.5rem; text-align: center;
	white-space: nowrap; background-color: #fff; border: 2px solid #EDEFF5; border-radius: 2px;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; }

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

/* Custom Controls */
.control-select {
	padding-right: 1.5rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill='%23E20613' d='M7.5,11.3,3,5h9Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat; background-position: right 0.35rem center; background-size: 15px 15px;
	-webkit-appearance: none; -moz-appearance: none; appearance: none;
}
.custom-control { position: relative; }
.custom-control-label { display: flex; margin-bottom: 0; line-height: 1.25; }
.custom-control .custom-control-icon { display: inline-block; position: relative; z-index: 6; pointer-events: none; }
.custom-control:not(.custom-switch) .custom-control-icon {
	min-width: 1.25rem; width: 1.25rem; height: 1.25rem;
	background-color: #fff; box-shadow: inset 0 0 0 2px #E4EBF3;
	border-radius: .1875rem;
}

.custom-control:not(.custom-switch) .trigger:disabled ~ .custom-control-label > .custom-control-icon {
	background-color: #E4EBF3;
}


.custom-control-icon::before, .custom-control-icon::after, .custom-control-icon { cursor: pointer; }
.custom-control:not(.custom-switch) .custom-control-icon::before {
	content: ""; position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; border-radius: inherit; opacity: 0;
	transition: opacity .15s ease;
}
.custom-control:not(.custom-switch) .custom-control-icon::after {
	content: ""; position: absolute; top: 50%; left: 50%; width: 2rem; height: 2rem; transform: translate(-50%, -50%);
}
.custom-control:not(.custom-switch) .custom-control-icon::before { background-color: #3B75F2; }
.custom-control:not(.custom-switch) .trigger:checked ~ .custom-control-label > .custom-control-icon::before { opacity: 1; }
.custom-control:not(.custom-switch) .trigger:disabled:checked  ~ .custom-control-label > .custom-control-icon::before { opacity: .5; }

.custom-checkbox .custom-control-icon::before {
	background-position: 50% 50%; background-repeat: no-repeat; background-size: 100% 100%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolygon fill='%23fff' points='8.15 15.6 2.75 10.25 4.15 8.83 8.14 12.78 15.3 5.63 16.71 7.04 8.15 15.6'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-icon { border-radius: 50% !important; }
.custom-radio .custom-control-icon::before { border: .375rem solid #3B75F2; background-color: #fff !important; }

/* UPLOADER */
.upload-file { position: relative; border: 2px dashed #E4EBF3; border-radius: .125rem; }
.upload-file > label { margin: 0; }
.upload-file > .upload-file-input { position: absolute; left: 0; top: 0; bottom: 0; width: 100%; opacity: 0; }

/* BUTTONS */
.btn {
	display: inline-block; font-weight: bold; color: #004996; background-color: #F2F5F9; text-align: center; vertical-align: middle; cursor: pointer;
	height: calc(1.5rem + .875rem + 2px); padding: 0.4375rem 1rem; line-height: 1.5rem;
	border: 1px solid transparent; font-size: inherit; border-radius: 2px; white-space: nowrap;
	-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.5s ease-in-out;
	outline: 0 !important;
}

.btn-lg { height: calc(1.625rem + 1.25rem + 2px); padding: 0.625rem 1rem; line-height: 1.625rem; }

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

.btn:hover { color: #0C62D6; text-decoration: none; }
.btn.disabled, .btn:disabled { opacity: .65; cursor: not-allowed; }

a.btn.disabled, fieldset:disabled a.btn { pointer-events: none; }
.btn-blue { color: #fff; background-color: #004996; border-color: #004996; }
.btn-blue:hover { color: #fff; background-color: #265DDE; border-color: #265DDE; }
.btn-blue:focus, .btn-blue.focus, .btn-blue:active { color: #fff; background-color: #1B4EC6; border-color: #1B4EC6; }

.btn-red { color: #fff; background-color: #E20613; border-color: #E20613; }
.btn-red:hover { color: #fff; background-color: #EA0F1C; border-color: #EA0F1C; }
.btn-red:focus, .btn-red.focus, .btn-red:active { color: #fff; background-color: #C90813; border-color: #C90813; box-shadow: none; }

.btn-border { color: inherit; background-color: #fff; border-color: #EDEFF5; }
.btn-border:hover { background-color: #fff; border-color: #DFE2EA; }

@media (max-width: 575px) {
	.btn-block { display: block; width: 100%; }
	.btn-block + .btn-block { margin-top: 0.5rem; }
}

.btn-link, .btn-reset { background: none !important; border-color: transparent !important; outline: none !important; }
.btn-reset { border-width: 0; }
.btn-link:hover { color: #0C62D6; }

/* CODE */
.code { position: relative; padding: 1.5rem; font-size: 1rem; background-color: #fff; border: 1px solid #ECF1FE; border-radius: .375rem; margin: 1.5rem 0; }
.code::after { color: #3B75F2; content: attr(title); position: absolute; right: 1rem; top: .75rem; font-size: .75rem; font-weight: bold; text-transform: uppercase; }
.code > pre { margin: 0; }

/* Scrolling */
@media (max-width: 991px) {
	.scrolling { overflow: hidden; overflow-x: auto; -webkit-overflow-scrolling: touch; }
}

/* Table */
.scrolling table { margin: 0 !important; min-width: 700px; }

table.table { width: 100%; margin: 1.5rem 0; font-size: 1rem; }
table.table td, table.table th { padding: 0.75rem; vertical-align: top; border-top: 1px solid #ECF1FE; }
table.table thead th { vertical-align: bottom; border-bottom: 1px solid #004996; border-top-width: 0; color: #004996; }
table.table tbody + tbody { border-top: 1px solid #ECF1FE; }

/* Dl List */
.dl-list dl { margin-bottom: 0; }
.dl-list dl:not(:first-child) { margin-top: .5rem; }
.dl-list-dt { align-self: flex-start; display: flex; font-weight: normal; color: #4C5E70; }
.dl-list-dt::after { content: ""; width: calc(100% - .5rem); margin: 0 .25rem; align-self: flex-end; height: 0; border-bottom: 1px solid #E5ECF4; }
.dl-list-dt > span { flex: 0 0 auto; }
.dl-list-dd { margin: 0; }





@media (min-width: 768px) {
	/*.header { height: 5rem; }*/
	/*.logotype { padding-top: 1rem; padding-bottom: 1rem; }*/
	.user_tools_item > a { padding-left: 1rem; padding-right: 1rem; }
	.head_search .control-icon { max-width: 26rem; margin: 0 auto;}

	.subheadmenu { box-shadow: 0 1px 0 0 #E5ECF4; }
	.subheadmenu_in > .wrp > ul > li > a { padding-bottom: 1.25rem; }
}
@media (max-width: 575px) {
	.hm_nav { text-align: center; }
	.hm_nav:not(:first-child) { font-size: 1rem; }

	.hm_nav:last-child { border-top: 1px solid #0752A0; margin-top: 2rem; padding-top: 2rem; }
	.hm_nav:last-child a { padding: .5rem 2rem; }

	.filters { right: .5rem; top: .5rem; bottom: .5rem; left: .5rem; max-width: 100%; }
}
@media (max-width: 767px) {
	.head_search:not(.open) { display: none; }
	.head_search {
		position: fixed; left: 0; top: 0; width: 100%; height: 4.5rem;
		background-color: #fff; box-shadow: 0 0 3rem 3.25rem #fff; z-index: 101;
		padding: 1rem; padding-right: 4rem; display: flex;
		transform: translateY(-100%); opacity: 0; visibility: hidden;
		transition: visibility .05s ease, opacity .15s ease, transform .25s ease;
	}
	.head_search .form-control { border-radius: 1.25rem; }
	html.sdrop .head_search { transform: translateY(0%); opacity: 1; visibility: visible; }

	.user_tools { padding-right: 6rem; }
	.user_tools_group { position: fixed; z-index: 100; right: 0; top: 0; margin: 1rem; background-color: #fff; box-shadow: 0 .25rem 1rem 0 rgba(0,73,150,0.15); width: 5.5rem; height: 2.5rem; border-radius: 1.25rem; }
	.user_tools_group .user_tools_item > a { padding-right: .75rem; padding-left: .75rem; }
	.mob-close { margin: 1rem; }

	.hm_nav { font-size: 1.25rem; }

	.section-menu { margin-left: -1rem; margin-right: -1rem; }
}






/* Контент */
.content { min-width: 0; }
.container, .structure > .content { flex: 1 1 auto; }

/* Создание сайдбара */
@media (max-width: 991px) {
	.structure > .sidebar.filters { display: none; }
}
@media (min-width: 992px) {
	.structure { display: flex; }
	.structure > .sidebar.filters { min-width: 13rem; max-width: 13rem; }
	.structure > .sidebar.order-side { min-width: 22rem; max-width: 22rem; }
	.structure > .sidebar.section-menu { min-width: 14rem !important; max-width: 14rem !important; }
	.structure > .sidebar { display: block; width: 100%; }
	.sticky { position: sticky; top: 5rem; }
}
@media (min-width: 1100px) {
	.structure > .sidebar { min-width: 15rem; max-width: 15rem; }
}







/* Items */
.item { position: relative; }
.item-link::after { content: ""; position: absolute; z-index: 1; left: 0; top: 0; bottom: 0; width: 100%; }

/* Список товаров в виде сетки */
.tile-list, .tile-item { border: 0 solid #E5ECF4; }
.tile-list { border-top-width: 1px; }
.tile-item { border-bottom-width: 1px; position: relative; }
.tile-item .item { display: flex; }

.tile-list .rating-stat { width: 5rem; }
.tile-list .rating-stat, .tile-list .rating-stat-stars { height: 1rem; }

.tile-item .item-link { color: inherit; }

.srt-img { display: flex; align-items: center; justify-content: center; }
.srt-img > img { display: block; margin: 0 auto; max-width: 100%; max-height: 100%; }

.label { padding: .25rem .5rem; line-height: 1rem; border-radius: .75rem; display: inline-block; vertical-align: top; }

.short-btn {
	height: 2.5rem; padding: .5rem; line-height: 1.5rem; display: inline-block; white-space: nowrap;
	border: 0 none; background: none !important; cursor: pointer; z-index: 1; outline: 0 !important;
	-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}

.short-buy { color: #3B75F2; text-align: left; }
.short-buy > .sb-1, .short-buy.active > .sb-2 { display: none; }
.short-buy.active > .sb-1 { display: block; }

.short-compare { text-align: right; }
.short-compare:not(.active) { color: #004996; }
.short-compare.active { color: #ADB7C1; }
.short-compare > svg { vertical-align: top; }

.short-fav svg { transition: opacity .15s ease-in-out, transform .15s ease-in-out; transform-origin: 50% 50%; }
.short-fav.active .i__fav, .active .i__fav, .short-fav .i__favfill, .i__favfill { display: none; }
.short-fav.active .i__favfill, .active .i__favfill { display: block; }


@media (min-width: 576px) {
	.tile-list { display: flex; flex-wrap: wrap; display: grid; grid-template-columns: repeat(2, 1fr); border-left-width: 1px; }
	.tile-item .item { width: 100%; height: 100%; flex-direction: column; justify-content: flex-start; }
	.tile-item { width: 100%; flex: 0 0 20%; border-right-width: 1px; }
	.tile-item .srt-img { height: 10rem; margin-bottom: 1rem; }
	.ti_c { flex: 1 0 auto; display: flex; flex-direction: column; }
	.ti_c .label { position: absolute; transform: translateY(calc(-100% - .5rem)); }
	.short-fav { position: absolute; right: 0; top: 0; margin: .5rem; }
	.short-compare .sc-2, .short-compare.active .sc-1 { display: none !important; }
	.short-compare.active .sc-2 { display: block !important; }
	.short-compare.active .sc-2 a { color: #ADB7C1; }
	.short-compare > svg { display: none; }
}
@media (min-width: 800px) and (max-width: 991px) {
	.tile5 .tile-item:nth-child(4) { display: none; }
}
@media (min-width: 992px) and (max-width: 1299px) {
	.tile10 .tile-item:nth-child(9) { display: none; }
}
@media (min-width: 800px) and (max-width: 1299px) {
	.tile10 .tile-item:nth-child(10) { display: none; }
}
@media (min-width: 576px) and (max-width: 1299px) {
	.tile5 .tile-item:nth-child(5) { display: none; }
}
@media (min-width: 800px) {
	.tile-list { grid-template-columns: repeat(3, 1fr); }
	.structure .content .tile-list { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 992px) {
	.tile-list { grid-template-columns: repeat(3, 1fr); }
	.tile-item:hover { z-index: 1; }
	.tile-item .item-link:hover { color: #0C62D6; }
	.tile-item::after {
		content: ""; position: absolute; left: 0; top: 0; width: calc(100% + 1rem); height: calc(100% + 1rem);
		margin-top: -.5rem; margin-left: -.5rem; background-color: #fff; z-index: -1; border: 1px solid #E5ECF4;
		box-shadow: 0 .5rem 1rem -.25rem rgba(0,0,0,0.07), 0 1.5rem 2rem -.25rem rgba(0,0,0,0.04);

		opacity: 0; visibility: hidden; transform: scale(.95); transform-origin: 50% 50%;
	}
	.tile-item:hover::after {
		transition: opacity .2s ease, visibility .05s ease, transform .2s ease;
		opacity: 1; visibility: visible; transform: scale(1);
	}

	.short-compare:not(.active), .short-fav:not(.active) { opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .05s ease; }
	.tile-item:hover .short-compare, .tile-item:hover .short-fav { opacity: 1; visibility: visible; }
	.short-compare:not(.active):hover { color: #0C62D6; }
	.short-compare.active:hover { color: #C4CAD0; }
	.short-fav:hover svg { transform: scale(1.1); }
}
@media (min-width: 1300px) {
	.structure .content .tile-list { grid-template-columns: repeat(3, 1fr); }
	.tile-list { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 575px) {
	.tile-list { margin: 0 -1rem; }
	.tile-item .srt-img { width: 100%; max-width: 5rem; min-width: 5rem; height: 5rem; margin-right: 1rem; }
	.ti_c { flex: 1 1 auto; }
	.short-compare > span { display: none; }
}





/* Список товаров в корзине */
.cart-item .srt-img { width: 100%; min-width: 3rem; max-width: 3rem; height: 3rem; }
.cart-item .item-link { color: inherit; }
.cart-item .item-link:hover { color: #0C62D6; }
@media (min-width: 576px) {
	.cart-item .item { padding-left: 6.5rem; min-height: 5rem; }
	.cart-item .srt-img { position: absolute; margin-left: -6.5rem; min-width: 5rem; max-width: 5rem; height: 5rem; }
}
.ci-del, .ci-foot .input-group { position: relative; z-index: 1; }
.ci-del { color: #3B75F2; }
.ci-del:hover { opacity: .6; }
.ci-foot .input-group { max-width: 12rem; }
.ci-foot .input-group .control-select { max-width: 5rem; }

/* Страница оформления заказа и корзина */
@media (max-width: 767px) {
	.cart-side { position: sticky; bottom: 0; background-color: #fff; z-index: 4; }
	.order-side::after {
		content: ""; position: absolute; bottom: 100%; left: 0;
		width: 100%; height: .5rem; border-bottom: 1px solid rgba(0,0,0,0.1);
		background: linear-gradient(180deg, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.025) 100%);
	}
}
@media (min-width: 768px) {
	.order-block { border: 1px solid #E5ECF4; }
}

/* Список товаров в заказе */
.oproduct-item { border-top: 1px solid #E5ECF4; }
.oproduct-item:first-child { border-width: 0; }
.oproduct-item .srt-img { width: 100%; min-width: 3.5rem; max-width: 3.5rem; height: 3.5rem; }

.h-line { border-top: 2px solid #004996; }

/* Раскрывающийся список доставки */
.delivery-list { padding-top: 1px; }
.delivery-item { margin-top: -1px; }
.delivery-item .item-link { display: block; transition: color .15s ease; }
.delivery-item .collapse_block { display: flex; border: 1px solid #E5ECF4; }
.delivery-item .collapse_content { color: #4C5E71; }
.delivery-item-cont { flex: 1 1 auto; max-width: 49rem; }
.delivery-item .collapse_block::before { content: ""; }
.delivery-item .trigger[type="radio"]:checked ~ .collapse_block::before {
	width: 100%; max-width: 1rem; min-width: 1rem; height: 1rem;
	border-radius: 50%; border: 2px solid #E4EBF3; background-color: #fff; margin-right: 1rem; margin-top: .125rem;
}
@media (min-width: 576px) {
	.delivery-item .item-link { line-height: 1.25; }
}
@media (min-width: 992px) {
	.delivery-item .collapse_block::before { transition: border-color .15s ease; }
	.delivery-item:hover .collapse_block::before { border-color: #3B75F2; }
}

.delivery-item .trigger:not(:checked) ~ .collapse_block .item-link { cursor: pointer; }
.delivery-item .trigger[type="radio"]:checked ~ .collapse_block { border-color: #3B75F2; position: relative; z-index: 1;  }
.delivery-item .trigger[type="radio"]:checked ~ .collapse_block::before {
	background-color: #3B75F2; border-color: #3B75F2; box-shadow: 0 0 0 .25rem rgba(226,6,19,0.1);
	transition: box-shadow .25s ease, background-color .15s ease, border-color .15s ease;
}

/* Модификация для страницы  */
.delivery-item .trigger[type="checkbox"] ~ .collapse_block { border-width: 1px 0 0 0; }
.delivery-item .trigger[type="checkbox"] ~ .collapse_block::before {
	width: 100%; max-width: 1.5rem; min-width: 1.5rem; height: 1.5rem; margin-right: .5rem; margin-top: -.125rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23001A34' d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/%3E%3C/svg%3E");
	transition: transform .15s ease-in-out; opacity: .5;
}
@media (min-width: 576px) {
	.delivery-item .trigger[type="checkbox"] ~ .collapse_block::before { margin-right: 1rem; }
}
.delivery-item .trigger[type="checkbox"]:checked ~ .collapse_block .item-link { color: #3B75F2; }
.delivery-item .trigger[type="checkbox"]:checked ~ .collapse_block::before { transform: rotate(-90deg); opacity: 1; }




/* Seo-text */
.seo-text .wrp * { font-size: inherit; }
.seo-text h1, .seo-text h2, .seo-text h3, .seo-text h4, .seo-text h5 { margin: 0; }
.seo-text .wrp p, .seo-text .wrp ul, .seo-text .wrp ol { margin: .25rem 0; }
.seo-text .wrp ul, .seo-text .wrp ol { padding-left: 1.5rem; }

/* Страница продукта */
.product { display: flex; }

/* Хлебные крошки */
.breadcrumb { display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; }
.breadcrumb-item + .breadcrumb-item { padding-left: 0.5rem; }
.breadcrumb-item + .breadcrumb-item::before { display: inline-block; padding-right: 0.5rem; color: #E5ECF4; content: "/"; }

.product-terms .vmenu > .item { display: flex; align-items: center; white-space: nowrap; line-height: 1.5rem; padding: .25rem 0; }
.product-terms .vmenu > .item > svg { margin-right: .5rem; }
.product-terms .vmenu > .item:not(.active) > svg { opacity: .5; }
.product-terms .vmenu > .item:hover > svg { opacity: 1; transition: opacity .15s ease; }
.product-terms-r::after {
	content: ""; position: absolute; left: 0; top: 0; bottom: 0;
	margin-left: -1px; width: 2px; height: 100%; background-color: #fff;
}

/* Поле + - */
.quantity { position: relative; }
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.quantity input[type=number] {
	-moz-appearance: textfield;
	/*appearance: none; */
}
.quantity input {
	position: relative; z-index: 1; width: 100%; height: 3rem; line-height: 1.5rem; text-align: center;
	display: block; padding: .625rem; margin: 0; border: 2px solid #fff; border-radius: .125rem; color: inherit;
	box-shadow: 0 0.125rem .5rem 0 rgba(0,73,150,0.03);
	-webkit-appearance: none; -moz-appearance: none; appearance: none;
}
.quantity.q-sm input { height: 2rem;border: 2px solid #E4EBF3; }
.quantity.q-sm { padding: 0; }

.quantity .quantity-nav + input { padding-left: 2.5rem; padding-right: 2.5rem; }
.quantity input:focus { outline: 0; }
.quantity-nav { display: flex; align-items: center; justify-content: space-between; position: absolute; top: 0; left: 0; bottom: 0; width: 100%; }
.quantity-button {
	position: relative; z-index: 2; cursor: pointer; width: 2.5rem; height: 100%; white-space: nowrap; text-indent: -9999px; overflow: hidden; color: inherit;
	-moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;
}
.quantity-button::before, .quantity-button::after {
	content: ""; position: absolute; left: 50%; top: 50%;
	width: .875rem; height: 0; border-top: .125rem solid;
	margin-top: -.0625rem; margin-left: -.4375rem;
}
.quantity-button::after { transform: rotate(90deg); }
.quantity-button.quantity-down::after { display: none; }

/* Просмотровщик фото */
.pw-cont { width: 100%; }
.pw-cont .srt-img { height: 20rem; }

.pw-list > .tab-item { display: block; }
.pw-list > .tab-item .srt-img { padding: .25rem; border: 1px solid #E5ECF4; transition: border-color .15s ease; }
.pw-list > .tab-item.active .srt-img { border-color: #3B75F2; }

/* Отзывы */
.review-list { margin: -.75rem 0; }
.review-item { padding: .75rem 0; }

@media (min-width: 576px) {
	.review-list { margin: -1rem 0; }
	.review-item { padding: 1rem 0; }
}

@media (max-width: 499px) {
	.product-view-head, .product-addon, .product-view-head .rating-stat-stars { background-color: #F7F9FC; }
	.product-addon { padding: 1rem; margin: 0 -1rem; border-radius: .5rem .5rem 0 0; }
	.product-terms { border-radius: 0 0 .5rem .5rem; border-top: 2px solid #fff; }
	.pw-list { display: none; }
	.product-viewer { position: relative; }
	.product-viewer-tabs { overflow: hidden; overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 0 -1rem; margin-bottom: -2rem; }
	.pw-cont.tab-content { display: flex; padding-bottom: 1rem; }
	.pw-cont.tab-content::after { content: ""; max-width: 1rem; min-width: 1rem; height: 1rem; }
	.pw-cont .srt-img {
		border-radius: .125rem; box-shadow: 0 0 1rem 0 rgba(0,73,150,0.08);
		background-color: #fff; height: 13rem; padding: .5rem;
	}
	.pw-cont.tab-content .tab-pane { margin-left: 1rem; width: 100%; min-width: 80vw; max-width: 80vw; display: block !important; }
	.product-addon .share { display: none; }
	.product-addon-head { display: flex; align-items: center; }
	.product-addon-head > .c-muted { margin-left: 1rem; }
}

@media (min-width: 768px) {
	.product-addon { flex: 1 1 auto; min-width: 15rem; margin-left: 1.5rem; padding-left: 1.5rem; border-left: 1px solid #E5ECF4; }
	.product-view { width: 100%; min-width: 26rem; max-width: 36rem; }
}
@media (max-width: 767px) {
	.product { flex-direction: column; }
}
@media (min-width: 500px) and (max-width: 767px), (min-width: 1200px) {
	.product-viewer { display: flex; }
	.pw-list > .tab-item:not(:first-child) { margin-top: 1rem; }
}
@media (min-width: 768px) and (max-width: 1199px) {
	.pw-list { display: flex; }
	.pw-list > .tab-item:not(:first-child) { margin-left: 1rem; }
}
@media (min-width: 500px) {
	.pw-list > .tab-item .srt-img { width: 3.5rem; height: 3.5rem; }
	.product-addon-head > a { display: none; }
}
@media (min-width: 500px) and (max-width: 1199px) {
	.pw-cont .srt-img { height: 16rem; }
}
@media (min-width: 1200px) {
	.product-addon { margin-left: 2.5rem; padding-left: 2.5rem; }
	.pw-list > .tab-item .srt-img { width: 4.5rem; height: 4.5rem; }
	.pw-cont .srt-img { height: 20rem; }
}

/* Блок с тенью */
.box { border: 1px solid #E5ECF4; box-shadow: 0 .5rem 1.5rem 0 rgba(0,73,150,0.05); position: relative; }
@media (max-width: 991px) {
	.box { border-radius: 3px; }
}




/* User Tools */
.label_num_on { position: relative; }
.label_num_on .label_num { position: absolute; top: 0; left: 100%; margin-top: -.25rem; margin-left: -.75rem; }
.label_num {
	display: inline-block; font-size: 11px; background-color: #3B75F2; color: #fff;
	height: 1rem; min-width: 1rem; line-height: 1rem; padding: 0 .125rem;
	text-align: center; font-style: normal; border-radius: .5rem;
}





