/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container, .container-sm {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container, .container-sm, .container-md {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container, .container-sm, .container-md, .container-lg {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl {
		max-width: 1170px;
	}
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.row-cols-1 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.row-cols-2 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.row-cols-3 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.row-cols-4 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.row-cols-5 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.row-cols-6 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}
.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}
.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}
.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}
.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}
.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}
.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}
.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}
.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}
.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}
.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}
.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}
.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}
.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}
.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}
.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}
.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}
.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}
.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}
.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}
.offset-1 {
	margin-left: 8.33333%;
}
.offset-2 {
	margin-left: 16.66667%;
}
.offset-3 {
	margin-left: 25%;
}
.offset-4 {
	margin-left: 33.33333%;
}
.offset-5 {
	margin-left: 41.66667%;
}
.offset-6 {
	margin-left: 50%;
}
.offset-7 {
	margin-left: 58.33333%;
}
.offset-8 {
	margin-left: 66.66667%;
}
.offset-9 {
	margin-left: 75%;
}
.offset-10 {
	margin-left: 83.33333%;
}
.offset-11 {
	margin-left: 91.66667%;
}
@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-sm-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-sm-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-sm-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-sm-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-sm-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-sm-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333%;
	}
	.offset-sm-2 {
		margin-left: 16.66667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333%;
	}
	.offset-sm-5 {
		margin-left: 41.66667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333%;
	}
	.offset-sm-8 {
		margin-left: 66.66667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333%;
	}
	.offset-sm-11 {
		margin-left: 91.66667%;
	}
}
@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-md-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-md-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-md-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-md-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-md-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-md-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333%;
	}
	.offset-md-2 {
		margin-left: 16.66667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333%;
	}
	.offset-md-5 {
		margin-left: 41.66667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333%;
	}
	.offset-md-8 {
		margin-left: 66.66667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333%;
	}
	.offset-md-11 {
		margin-left: 91.66667%;
	}
}
@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-lg-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-lg-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-lg-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-lg-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-lg-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-lg-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
	.offset-lg-2 {
		margin-left: 16.66667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333%;
	}
	.offset-lg-5 {
		margin-left: 41.66667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333%;
	}
	.offset-lg-8 {
		margin-left: 66.66667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333%;
	}
	.offset-lg-11 {
		margin-left: 91.66667%;
	}
}
@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-xl-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-xl-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-xl-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-xl-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-xl-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-xl-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333%;
	}
	.offset-xl-2 {
		margin-left: 16.66667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333%;
	}
	.offset-xl-5 {
		margin-left: 41.66667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333%;
	}
	.offset-xl-8 {
		margin-left: 66.66667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333%;
	}
	.offset-xl-11 {
		margin-left: 91.66667%;
	}
}
.d-none {
	display: none !important;
}
.d-inline {
	display: inline !important;
}
.d-inline-block {
	display: inline-block !important;
}
.d-block {
	display: block !important;
}
.d-table {
	display: table !important;
}
.d-table-row {
	display: table-row !important;
}
.d-table-cell {
	display: table-cell !important;
}
.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}
@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
@media print {
	.d-print-none {
		display: none !important;
	}
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}
.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}
.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}
.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}
.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}
.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}
.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}
.flex-fill {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}
.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}
.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}
.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}
.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}
.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}
.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}
.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}
.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}
.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}
.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}
.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}
.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}
.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}
.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}
.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}
.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}
.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}
.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}
.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}
.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}
.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}
.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}
.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}
.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}
@media (min-width: 576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-sm-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-md-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-lg-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
@media (min-width: 1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-xl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}
.m-0 {
	margin: 0 !important;
}
.mt-0,
.my-0 {
	margin-top: 0 !important;
}
.mr-0,
.mx-0 {
	margin-right: 0 !important;
}
.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
	margin-left: 0 !important;
}
.m-1 {
	margin: 0.25rem !important;
}
.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}
.m-2 {
	margin: 0.5rem !important;
}
.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}
.m-3 {
	margin: 1rem !important;
}
.mt-3,
.my-3 {
	margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}
.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}
.m-4 {
	margin: 1.5rem !important;
}
.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}
.m-5 {
	margin: 3rem !important;
}
.mt-5,
.my-5 {
	margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}
.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}
.p-0 {
	padding: 0 !important;
}
.pt-0,
.py-0 {
	padding-top: 0 !important;
}
.pr-0,
.px-0 {
	padding-right: 0 !important;
}
.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
	padding-left: 0 !important;
}
.p-1 {
	padding: 0.25rem !important;
}
.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}
.p-2 {
	padding: 0.5rem !important;
}
.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}
.p-3 {
	padding: 1rem !important;
}
.pt-3,
.py-3 {
	padding-top: 1rem !important;
}
.pr-3,
.px-3 {
	padding-right: 1rem !important;
}
.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
	padding-left: 1rem !important;
}
.p-4 {
	padding: 1.5rem !important;
}
.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}
.p-5 {
	padding: 3rem !important;
}
.pt-5,
.py-5 {
	padding-top: 3rem !important;
}
.pr-5,
.px-5 {
	padding-right: 3rem !important;
}
.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
	padding-left: 3rem !important;
}
.m-n1 {
	margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
	margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
	margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
	margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
	margin-left: -0.25rem !important;
}
.m-n2 {
	margin: -0.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: -3rem !important;
}
.mr-n5,
.mx-n5 {
	margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
	margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
	margin-left: -3rem !important;
}
.m-auto {
	margin: auto !important;
}
.mt-auto,
.my-auto {
	margin-top: auto !important;
}
.mr-auto,
.mx-auto {
	margin-right: auto !important;
}
.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
	margin-left: auto !important;
}
@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important;
	}
	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important;
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important;
	}
	.m-sm-1 {
		margin: 0.25rem !important;
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important;
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.5rem !important;
	}
	.m-sm-3 {
		margin: 1rem !important;
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important;
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important;
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important;
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important;
	}
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important;
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	.m-sm-5 {
		margin: 3rem !important;
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important;
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important;
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important;
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important;
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important;
	}
	.p-sm-1 {
		padding: 0.25rem !important;
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.5rem !important;
	}
	.p-sm-3 {
		padding: 1rem !important;
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important;
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important;
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important;
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important;
	}
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important;
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important;
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important;
	}
	.p-sm-5 {
		padding: 3rem !important;
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important;
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important;
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important;
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important;
	}
	.m-sm-n1 {
		margin: -0.25rem !important;
	}
	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -0.25rem !important;
	}
	.m-sm-n2 {
		margin: -0.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: -3rem !important;
	}
	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem !important;
	}
	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
	}
	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}
	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important;
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important;
	}
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important;
	}
	.m-md-1 {
		margin: 0.25rem !important;
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important;
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important;
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.5rem !important;
	}
	.m-md-3 {
		margin: 1rem !important;
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important;
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important;
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important;
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important;
	}
	.m-md-4 {
		margin: 1.5rem !important;
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important;
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important;
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important;
	}
	.m-md-5 {
		margin: 3rem !important;
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important;
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important;
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important;
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}
	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important;
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important;
	}
	.p-md-1 {
		padding: 0.25rem !important;
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: 0.5rem !important;
	}
	.p-md-3 {
		padding: 1rem !important;
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important;
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important;
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important;
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important;
	}
	.p-md-4 {
		padding: 1.5rem !important;
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important;
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important;
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important;
	}
	.p-md-5 {
		padding: 3rem !important;
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important;
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important;
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important;
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important;
	}
	.m-md-n1 {
		margin: -0.25rem !important;
	}
	.mt-md-n1,
	.my-md-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -0.25rem !important;
	}
	.m-md-n2 {
		margin: -0.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: -3rem !important;
	}
	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -3rem !important;
	}
	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -3rem !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
	}
	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important;
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important;
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important;
	}
	.m-lg-1 {
		margin: 0.25rem !important;
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important;
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important;
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.5rem !important;
	}
	.m-lg-3 {
		margin: 1rem !important;
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important;
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important;
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important;
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important;
	}
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important;
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	.m-lg-5 {
		margin: 3rem !important;
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important;
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important;
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important;
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
	}
	.p-lg-1 {
		padding: 0.25rem !important;
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.5rem !important;
	}
	.p-lg-3 {
		padding: 1rem !important;
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important;
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important;
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important;
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important;
	}
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important;
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important;
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important;
	}
	.p-lg-5 {
		padding: 3rem !important;
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important;
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important;
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important;
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important;
	}
	.m-lg-n1 {
		margin: -0.25rem !important;
	}
	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -0.25rem !important;
	}
	.m-lg-n2 {
		margin: -0.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: -3rem !important;
	}
	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -3rem !important;
	}
	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -3rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}
}
@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important;
	}
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important;
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important;
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important;
	}
	.m-xl-1 {
		margin: 0.25rem !important;
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important;
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important;
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.5rem !important;
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.5rem !important;
	}
	.m-xl-3 {
		margin: 1rem !important;
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important;
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important;
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important;
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important;
	}
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important;
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	.m-xl-5 {
		margin: 3rem !important;
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important;
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important;
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important;
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important;
	}
	.p-xl-0 {
		padding: 0 !important;
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important;
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important;
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important;
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important;
	}
	.p-xl-1 {
		padding: 0.25rem !important;
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important;
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.5rem !important;
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important;
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.5rem !important;
	}
	.p-xl-3 {
		padding: 1rem !important;
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important;
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important;
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important;
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important;
	}
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important;
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important;
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important;
	}
	.p-xl-5 {
		padding: 3rem !important;
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important;
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important;
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important;
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important;
	}
	.m-xl-n1 {
		margin: -0.25rem !important;
	}
	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -0.25rem !important;
	}
	.m-xl-n2 {
		margin: -0.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: -3rem !important;
	}
	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem !important;
	}
	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem !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;
	}
}
* {
	outline: none;
	margin: 0;
	padding: 0;
}
html {
	font-family: sans-serif;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
	max-width: 100%;
	vertical-align: bottom;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input, button, textarea, select {
	font-family: "Open Sans", Arial, sans-serif;
	resize: none;
	font-size: 16px;
	font-weight: 400;
}
*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
.sprite {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	pointer-events: none;
}
body {
	height: 100vh;
	font-size: 16px;
	line-height: 30px;
	font-family: "Open Sans", Arial, sans-serif;
	color: #000000;
	font-weight: 400;
	background-color: #fff;
}
@media (max-width: 991.98px) {
	body {
		font-size: 14px;
		line-height: 24px;
	}
}
h1 {
	font-size: 50px;
	line-height: 70px;
	margin-bottom: 25px;
	font-weight: bold;
	color: #067fb0;
}
@media (max-width: 767.98px) {
	h1 {
		font-size: 24px;
		line-height: 32px;
		padding-bottom: 20px;
	}
}
h2 {
	margin-bottom: 25px;
}
h4 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: normal;
}
a {
	color: #067fb0;
	text-decoration: none;
	outline: none;
	-webkit-transition: color .2s;
	transition: color .2s;
}
a:hover {
	color: #08a2d3;
	text-decoration: none;
}
.wrapper {
	min-width: 320px;
	min-height: 100vh;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
}
.wrapper.lk {
	background: #e6f2f7 url(/img/sphere-lk.svg) calc(100% + 560px) calc(100% + 430px) no-repeat;
}
.wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
	padding-bottom: 120px;
}
@media (max-width: 767.98px) {
	.wrap {
		padding-bottom: 50px;
	}
}
.wrap p {
	margin-bottom: 24px;
}
.content {
	position: relative;
	padding: 20px 0 60px;
}
svg:not(:root) {
	overflow: hidden;
}
@media (max-width: 767.98px) {
	.container .row {
		margin-right: -10px;
		margin-left: -10px;
	}
	.container .row > .col,
	.container .row > [class*='col-'] {
		padding-right: 10px;
		padding-left: 10px;
	}
}
.container-long {
	width: 100%;
	max-width: 1550px;
	padding: 0 15px;
	margin: 0 auto;
}
.nowrap {
	white-space: nowrap;
}
.center {
	text-align: center;
}
.absolute-block {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.tab-pane:not(.active) {
	display: none;
}
.overflow-hidden {
	overflow: hidden;
}
.underline {
	text-decoration: underline;
}
.offset {
	position: relative;
	padding: 70px 0;
}
@media (max-width: 767.98px) {
	.offset {
		padding: 50px 0;
	}
}
.offset-top {
	padding-top: 70px;
}
@media (max-width: 767.98px) {
	.offset-top {
		padding-top: 50px;
	}
}
.offset-bottom {
	padding-bottom: 70px;
}
@media (max-width: 767.98px) {
	.offset-bottom {
		padding-bottom: 50px;
	}
}
.purple {
	color: #8c088b;
}
.blue {
	color: #067fb0;
}
.modal {
	position: fixed;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	background-color: rgba(6, 127, 176, 0.5);
	overflow-y: auto;
	cursor: default;
	z-index: 1000;
	display: none;
}
.modal.modal:after, .modal.modal:before {
	content: '';
	width: 100%;
	display: block;
	height: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.modal.show-modal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-animation: modal normal .3s ease;
	animation: modal normal .3s ease;
}
.modal.show-modal .modal-main {
	-webkit-animation: modal-main normal .3s ease;
	animation: modal-main normal .3s ease;
}
.modal-main {
	width: 100%;
	max-width: 560px;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #fff;
	border-radius: 20px;
	padding: 75px 100px 50px;
	overflow: visible !important;
}
@media (max-width: 767.98px) {
	.modal-main {
		padding: 30px 15px;
	}
	.modal-main .title br {
		display: none;
	}
}
.modal-main.large {
	max-width: 960px;
}
.modal-close {
	position: absolute;
	right: -30px;
	top: -30px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background-color: #e6f2f7;
	font-size: 20px;
	line-height: 20px;
	padding: 20px;
	border-radius: 10px;
	color: #067fb0;
	font-weight: bold;
	-webkit-transition: .2s;
	transition: .2s;
}
@media (max-width: 767.98px) {
	.modal-close {
		width: 40px;
		height: 40px;
		padding: 11px;
		right: -10px;
		top: -20px;
	}
}
.modal-close:hover {
	color: #e6f2f7;
	background-color: #08a2d3;
	-webkit-box-shadow: 0 15px 20px rgba(6, 127, 176, 0.3);
	box-shadow: 0 15px 20px rgba(6, 127, 176, 0.3);
}
.modal-phone {
	background-color: #487ead;
	margin: -30px -15px 20px;
	border-radius: 20px 20px 0 0;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 15px 0;
}
@-webkit-keyframes modal {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes modal {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes modal-main {
	0% {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes modal-main {
	0% {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	opacity: 0;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
}
.owl-loaded {
	opacity: 1;
	display: block;
}
.owl-stage-outer {
	position: relative;
	overflow: hidden;
}
.owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.owl-nav.disabled, .owl-dots.disabled {
	display: none;
}
.owl-nav button {
	width: 60px;
	height: 60px;
	border: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	background-color: #e6f2f7;
	padding: 25px;
	border-radius: 10px;
	z-index: 5;
	-webkit-transition: .2s;
	transition: .2s;
}
.owl-nav button:hover {
	color: #fff;
	background-color: #08a2d3;
	-webkit-box-shadow: 0 15px 20px rgba(6, 127, 176, 0.3);
	box-shadow: 0 15px 20px rgba(6, 127, 176, 0.3);
}
.owl-nav button:hover:before {
	border-color: #fff;
}
.owl-nav button:before {
	content: '';
	width: 10px;
	height: 10px;
	border-right: 2px solid #067fb0;
	border-bottom: 2px solid #067fb0;
	display: block;
	-webkit-transition: .2s;
	transition: .2s;
}
@media (max-width: 991.98px) {
	.owl-nav button {
		width: 34px;
		height: 34px;
		padding: 14px;
	}
	.owl-nav button:before {
		width: 6px;
		height: 6px;
	}
}
.owl-prev {
	left: -88px;
}
.owl-prev:before {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
@media (max-width: 1199.98px) {
	.owl-prev {
		left: 15px;
	}
}
.owl-next {
	right: -88px;
}
.owl-next:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media (max-width: 1199.98px) {
	.owl-next {
		right: 15px;
	}
}
.owl-dots {
	width: 100%;
	height: 9px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.owl-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	margin: 0 5px;
	border: none;
	cursor: pointer;
	background-color: #ccc;
}
.owl-dot.active {
	background-color: #ff0000;
}
.preview-slider .owl-nav button {
	width: 16px;
	height: 16px;
	margin-top: -5px;
	overflow: hidden;
}
.preview-slider .owl-nav button svg {
	width: 16px;
	height: 16px;
}
.preview-slider .owl-next {
	right: 0;
}
.preview-slider .owl-prev {
	left: 0;
}
.input {
	width: 100%;
	height: 60px;
	padding: 0 18px;
	border: 1px solid #e6f2f7;
	background-color: #fff;
	border-radius: 10px;
	font-size: 16px;
	display: block;
	-webkit-transition: .2s;
	transition: .2s;
}
@media (max-width: 767.98px) {
	.input {
		height: 44px;
	}
}
.input:focus {
	-webkit-box-shadow: 0 15px 20px rgba(6, 127, 176, 0.1);
	box-shadow: 0 15px 20px rgba(6, 127, 176, 0.1);
}
.input-block {
	margin-bottom: 20px;
}
.input.textarea {
	padding-top: 10px;
	height: 220px;
}
.button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 260px;
	height: 60px;
	line-height: 20px;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	border: none;
	background-color: #8c088b;
	white-space: nowrap;
	-webkit-box-shadow: 0 15px 20px rgba(140, 8, 139, 0.3);
	box-shadow: 0 15px 20px rgba(140, 8, 139, 0.3);
	background-position: center;
	-webkit-transition: .2s;
	transition: .2s;
}
.button-slim {
	height: 50px;
	font-size: 14px;
}
.button-narrow {
	min-width: 190px;
}
.button:hover {
	color: #fff;
	background-color: #b00aaf;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}
.button-white {
	background-color: #fff;
	color: #067fb0;
	-webkit-box-shadow: 0 15px 20px rgba(6, 127, 176, 0.3);
	box-shadow: 0 15px 20px rgba(6, 127, 176, 0.3);
}
.button-white:hover {
	background-color: #08a2d3;
}
.button-blue {
	background-color: #067fb0;
	-webkit-box-shadow: 0 15px 20px rgba(6, 127, 176, 0.3);
	box-shadow: 0 15px 20px rgba(6, 127, 176, 0.3);
}
.button-blue:hover {
	background-color: #08a2d3;
}
@media (max-width: 767.98px) {
	.button {
		min-width: 190px;
		height: 44px;
		font-size: 15px;
	}
}
@media (min-width: 576px) {
	.form-submit {
		padding-top: 40px;
	}
}
.form-bottom {
	margin-top: 30px;
	font-size: 14px;
	line-height: 25px;
	opacity: .5;
}
@media (max-width: 767.98px) {
	.form-bottom {
		font-size: 13px;
		line-height: 20px;
	}
}
.header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	line-height: 25px;
	z-index: 20;
}
@media (max-width: 1199.98px) {
	.header {
		background-color: #fff;
	}
}
.header-top {
	padding: 40px 0;
	position: relative;
}
@media (max-width: 1199.98px) {
	.header-top {
		padding: 10px 20px;
		margin: 0 -20px;
		-webkit-box-shadow: 0 15px 20px rgba(6, 127, 176, 0.1);
		box-shadow: 0 15px 20px rgba(6, 127, 176, 0.1);
	}
}
.header-top-column {
	margin-left: auto;
}
.header-top__phone {
	margin: 0 40px 0 50px;
}
.header-top__phone a {
	color: #8c088b;
	font-size: 20px;
	font-weight: bold;
}
.header-top__phone a:hover {
	color: #b00aaf;
}
.header-bottom {
	display: none;
}
@media (min-width: 1200px) {
	.header-bottom {
		-webkit-box-shadow: 0 15px 20px rgba(6, 127, 176, 0.1);
		box-shadow: 0 15px 20px rgba(6, 127, 176, 0.1);
		padding: 0 40px;
		background-color: #fff;
		border-radius: 10px;
	}
}
.menu {
	padding: 0 5px;
}
.menu > li {
	font-weight: bold;
	position: relative;
	white-space: nowrap;
}
@media (min-width: 1200px) {
	.menu > li:not(:first-child) {
		margin-left: 40px;
	}
}
.menu > li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
}
@media (max-width: 1199.98px) {
	.menu > li a {
		padding: 9px 0;
		font-size: 15px;
		font-weight: normal;
	}
}
@media (max-width: 1199.98px) {
	.menu > li {
		border-bottom: 1px solid #c0dfeb;
	}
}
@media (min-width: 1200px) {
	.menu.large > li:not(:first-child) {
		margin-left: 50px;
	}
}
.menu.large > li > a {
	font-size: 20px;
	padding: 23px 0;
	font-size: 18px;
	padding: 10px 0;
	font-weight: bold;
}
.menu.login {
	margin-left: auto;
}
.menu.login > li > a {
	font-size: 14px;
	padding: 23px 0 23px 40px;
	background: url(/img/login-icon.svg) 0 50% no-repeat;
}
.logotype {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media (max-width: 1199.98px) {
	.logotype {
		margin: 0 auto;
	}
}
@media (max-width: 767.98px) {
	.logotype img {
		height: 34px;
	}
}
.logotype-text {
	font-size: 14px;
	line-height: 25px;
	color: #067fb0;
	width: 250px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 40px;
}
@media (max-width: 1520px) {
	.logotype-text {
		display: none;
	}
}
.submenu {
	display: none;
}
@media (max-width: 1199.98px) {
	.submenu.show {
		display: block;
	}
}
@media (min-width: 1200px) {
	.submenu {
		position: absolute;
		left: 50%;
		top: 100%;
		min-width: 100%;
		background-color: #fff;
		border-radius: 10px;
		margin-top: 25px;
		padding: 20px 30px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-box-shadow: 0 15px 20px rgba(6, 127, 176, 0.1);
		box-shadow: 0 15px 20px rgba(6, 127, 176, 0.1);
	}
	.submenu:before {
		content: '';
		position: absolute;
		left: 0;
		top: -25px;
		width: 100%;
		height: 25px;
	}
	.submenu:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 15px 14px 15px;
		border-color: transparent transparent #fff transparent;
		margin-left: -15px;
		left: 50%;
		bottom: 100%;
	}
}
.submenu li {
	margin: 10px 0;
	white-space: nowrap;
}
@media (max-width: 1199.98px) {
	.submenu li {
		margin: 0 0 10px 20px;
	}
}
.submenu li a {
	display: block;
	font-weight: bold;
}
@media (max-width: 1199.98px) {
	.submenu li a {
		padding: 0;
	}
}
.submenu-parent {
	position: relative;
}
.submenu-parent > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.submenu-parent > a:after {
	content: '';
	width: 5px;
	height: 5px;
	border-color: inherit;
	border-width: 0 2px 2px 0;
	border-style: solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 10px;
}
@media (min-width: 1200px) {
	.submenu-parent:hover {
		z-index: 2;
	}
	.submenu-parent:hover .submenu {
		display: block;
		-webkit-animation: submenu normal .3s ease;
		animation: submenu normal .3s ease;
	}
}
@-webkit-keyframes submenu {
	0% {
		opacity: 0;
		top: calc(100% + 10px);
	}
	100% {
		opacity: 1;
		top: 100%;
	}
}
@keyframes submenu {
	0% {
		opacity: 0;
		top: calc(100% + 10px);
	}
	100% {
		opacity: 1;
		top: 100%;
	}
}
.showcase {
	position: relative;
}
.showcase-wrap {
	position: relative;
}
.showcase-item {
	height: 800px;
	padding-top: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #E7F2F8;
	position: relative;
}
@media (max-width: 1199.98px) {
	.showcase-item {
		padding: 100px 0;
		height: auto;
		min-height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media (max-width: 991.98px) {
	.showcase-item {
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 80px;
		padding-bottom: 0;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
}
.showcase-content {
	padding: 30px 0 100px;
	width: 100%;
	max-width: 450px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-item-align: center;
	align-self: center;
	position: relative;
	z-index: 2;
}
@media (max-width: 767.98px) {
	.showcase-content {
		padding-bottom: 70px;
		padding-top: 0
	}
}
.showcase-content-page {
	padding-bottom: 110px;
}
.showcase-content__title {
	font-size: 50px;
	line-height: 70px;
	margin-bottom: 25px;
	font-weight: bold;
	color: #067fb0;
}
@media (max-width: 767.98px) {
	.showcase-content__title {
		font-size: 28px;
		line-height: 34px;
	}
}
.showcase-content__button {
	margin-top: 40px;
}
.showcase-image {
	text-align: center;
}
@media (min-width: 992px) {
	.showcase-image {
		position: absolute;
		left: 50%;
		bottom: 0;
		text-align: left;
	}
	.showcase-image img {
		max-width: none;
	}
}
.showcase-info {
	border-radius: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 15px 20px rgba(6, 127, 176, 0.1);
	box-shadow: 0 15px 20px rgba(6, 127, 176, 0.1);
	margin: -80px 0 50px;
	padding: 70px 90px 80px;
	position: relative;
	z-index: 2;
}
.showcase-info__footer {
	padding-top: 35px;
}
.showcase-info__footer li {
	margin: 15px 15px 0;
}
@media (max-width: 767.98px) {
	.showcase-info {
		padding: 30px;
		margin-top: -20px;
	}
}
.showcase-page {
	position: relative;
	background-color: #e6f2f7;
	padding: 275px 0 135px;
}
@media (max-width: 1199.98px) {
	.showcase-page {
		padding-top: 110px;
	}
}
.showcase .owl-nav {
	width: 100%;
	max-width: 1550px;
	padding: 0 15px;
	position: absolute;
	top: calc(50% + 70px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.showcase .owl-nav button {
	position: static;
	color: #fff;
	background-color: #067fb0;
	-webkit-box-shadow: 0 15px 20px rgba(6, 127, 176, 0.3);
	box-shadow: 0 15px 20px rgba(6, 127, 176, 0.3);
}
.showcase .owl-nav button:before {
	border-color: #fff;
}
.showcase .owl-nav button.owl-prev {
	left: 0;
}
.showcase .owl-nav button.owl-next {
	right: 0;
}
@media (max-width: 991.98px) {
	.showcase-page {
		padding-top: 80px;
	}
}
.title {
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 50px;
	color: #067fb0;
	font-weight: bold;
	max-width: 750px;
}
@media (max-width: 767.98px) {
	.title {
		font-size: 24px;
		line-height: 32px;
		padding-bottom: 20px;
	}
}
.title.left {
	text-align: left;
}
.title > span {
	color: #8c088b;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	white-space: nowrap;
	z-index: 2;
}
.title > span:before {
	content: '';
	left: -3px;
	right: -3px;
	bottom: 5px;
	height: 10px;
	border-radius: 5px;
	position: absolute;
	background-color: rgba(203, 16, 202, 0.3);
	z-index: -1;
}
.title > span span {
	font-weight: normal;
	margin-left: 5px;
}
.title-text {
	max-width: 600px;
	margin: 0 auto 50px;
	text-align: center;
}
.title.min {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 40px;
}
@media (max-width: 767.98px) {
	.title.min {
		font-size: 24px;
		line-height: 32px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
}
.title.white {
	color: #fff;
}
.title.white span {
	color: #fff;
}
.title.white span:before {
	background-color: #3FC5E6;
}
.footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
}
@media (min-width: 768px) {
	.footer-layer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.footer-layer__content {
	width: 100%;
	padding-right: 30px;
}
.footer-layer__sidebar {
	width: 260px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.footer-top {
	padding: 100px 0 80px;
	background: #50a5c8 url(/img/sphere-large.svg) -360px -500px no-repeat;
}
@media (max-width: 767.98px) {
	.footer-top {
		padding: 50px 0;
	}
}
.footer-bottom {
	background-color: #067fb0;
	position: relative;
	padding: 80px 0 25px;
}
@media (max-width: 767.98px) {
	.footer-bottom {
		padding: 30px 0q;
	}
}
.footer-column {
	line-height: 25px;
	margin-bottom: 15px;
}
@media (max-width: 767.98px) {
	.footer-column {
		margin-bottom: 10px;
	}
}
.footer-column__title {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.footer-column__title:hover {
	color: #fff;
}
.footer-column__list {
	line-height: 25px;
}
@media (min-width: 576px) {
	.footer-column__list {
		padding-top: 5px;
	}
}
.footer-column__list li {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 10px;
}
@media (max-width: 767.98px) {
	.footer-column__list li {
		margin-top: 5px;
	}
}
.footer-column__list li a {
	color: rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-column__list li a[href^='tel:'] {
	border-bottom: 0;
}
.footer-column__list li a:hover {
	color: #fff;
	border-bottom-color: rgba(255, 255, 255, 0.5);
}
.footer-copyright {
	margin-top: 25px;
}
.question {
	color: #fff;
}
.question-title {
	font-size: 30px;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 10px;
}
@media (max-width: 767.98px) {
	.question-title {
		font-size: 20px;
	}
}
.question-text {
	font-size: 14px;
}
@media (max-width: 767.98px) {
	.question-text {
		margin-bottom: 30px;
	}
}
.logos-slider {
	padding: 20px 0;
	margin-bottom: 60px;
}
@media (max-width: 767.98px) {
	.logos-slider {
		margin-bottom: 30px;
	}
	.logos-slider .owl-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 20px;
	}
	.logos-slider .owl-nav button {
		position: static;
		margin: 0 15px;
	}
}
.logos-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #e6f2f7;
	height: 262px;
	background-color: #fff;
	padding: 20px;
	border-radius: 20px;
}
@media (max-width: 767.98px) {
	.logos-item {
		height: 150px;
	}
}
.logos-item img {
	max-height: 100%;
}
.theme-lightblue {
	background-color: #e6f2f7;
}
.theme-lightblue:before, .theme-lightblue:after {
	content: '';
	position: absolute;
	top: 0;
	width: 50vw;
	height: 100%;
	background-color: #e6f2f7;
}
.theme-lightblue:before {
	left: 100%;
}
.theme-lightblue:after {
	right: 100%;
}
.compare-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
}
.compare-item__image {
	width: 68px;
	margin-right: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media (max-width: 767.98px) {
	.compare-item__image {
		width: 45px;
		margin-right: 10px;
	}
}
.compare-item__text {
	font-size: 16px;
	line-height: 25px;
}
@media (max-width: 767.98px) {
	.compare-item__text {
		font-size: 13px;
		line-height: 20px;
	}
}
.compare-wrap {
	margin: 80px -110px 40px;
	position: relative;
}
@media (max-width: 767.98px) {
	.compare-wrap {
		overflow-x: auto;
		margin: 40px -60px;
	}
}
.compare-table {
	min-width: 900px;
	width: 100%;
	position: relative;
	border-spacing: 110px 0;
	border-collapse: unset;
	z-index: 2;
}
@media (max-width: 1199.98px) {
	.compare-table {
		border-spacing: 60px 0;
	}
}
@media (max-width: 767.98px) {
	.compare-table {
		border-spacing: 60px 0;
	}
}
.compare-table th {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	width: 40%;
	padding: 60px 0 50px;
	border-bottom: 1px solid #ADD3E3;
}
@media (max-width: 767.98px) {
	.compare-table th {
		font-size: 16px;
		line-height: 24px;
		padding: 20px 0;
	}
}
.compare-table th:not(:first-child) {
	width: 30%;
}
.compare-table th:nth-child(2) {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.compare-table th:nth-child(3) {
	background-color: #fff;
	color: #067fb0;
}
.compare-table td {
	font-size: 14px;
	line-height: 25px;
	padding: 20px 0;
	border-bottom: 1px solid #ADD3E3;
}
@media (max-width: 767.98px) {
	.compare-table td {
		font-size: 13px;
		line-height: 20px;
	}
}
.compare-table td:nth-child(1) {
	color: rgba(0, 0, 0, 0.5);
}
.compare-table td:not(:first-child) {
	text-align: center;
}
.compare-table td:nth-child(2) {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.compare-table td:nth-child(3) {
	background-color: #fff;
}
.compare-back {
	position: absolute;
	top: 0;
	bottom: -40px;
	border-radius: 20px;
	-webkit-box-shadow: 0 15px 20px rgba(6, 127, 176, 0.1);
	box-shadow: 0 15px 20px rgba(6, 127, 176, 0.1);
}
@media (max-width: 767.98px) {
	.compare-back {
		bottom: 0;
	}
}
.compare-back.main {
	background: #50a5c8 url(/img/sphere-small.svg) 50% 50% no-repeat;
}
.compare-back.standard {
	background: #fff;
}
.services-item {
	margin-top: 20px;
	min-height: calc(100% - 20px);
	background-color: #E3F0F6;
	border-radius: 20px;
	overflow: hidden;
	-webkit-transition: .2s;
	transition: .2s;
}
.services-item:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 15px 20px rgba(6, 127, 176, 0.1);
	box-shadow: 0 15px 20px rgba(6, 127, 176, 0.1);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.services-item__content {
	padding: 50px 30px 55px;
	text-align: center;
}
@media (max-width: 767.98px) {
	.services-item__content {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
.services-item__title {
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 30px;
}
@media (max-width: 767.98px) {
	.services-item__title {
		font-size: 20px;
		line-height: 26px;
	}
}
.services-item__title a {
	border-bottom: 1px solid rgba(6, 127, 176, 0.5);
}
.services-item__text {
	max-width: 365px;
	margin: 0 auto;
}
.services-footer {
	border: 1px solid #e6f2f7;
	margin-top: 30px;
	padding: 25px;
	border-radius: 20px;
	text-align: center;
}
.services-footer a {
	font-weight: bold;
	text-decoration: underline;
	-webkit-text-decoration-color: rgba(6, 127, 176, 0.5);
	text-decoration-color: rgba(6, 127, 176, 0.5);
}
.services-footer a:hover {
	-webkit-text-decoration-color: rgba(8, 162, 211, 0.5);
	text-decoration-color: rgba(8, 162, 211, 0.5);
}
.about-item {
	margin-top: 20px;
	text-align: center;
}
.about-item__image {
	margin-bottom: 40px;
}
.about-item__title {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 25px;
	font-weight: bold;
	color: #067fb0;
}
.about-item__text {
	font-size: 14px;
	padding: 0 15px;
}
.about-footer {
	margin-top: 70px;
}
.calculation-top {
	position: relative;
	background: url(/img/calculation/calculation-back.jpg) 75% 0 no-repeat;
	background-size: cover;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 95px;
	min-height: 555px;
}
@media (max-width: 767.98px) {
	.calculation-top {
		padding: 30px 20px;
		display: block;
		min-height: auto;
	}
}
.calculation-form {
	max-width: 360px;
	width: 100%;
	margin-left: auto;
	-webkit-animation: calc-reult .5s normal ease;
	animation: calc-reult .5s normal ease;
}
.calculation-form.result {
	display: none;
}
.calculation-form__title {
	color: #fff;
}
.calculation-form__input {
	margin-bottom: 50px;
}
@media (max-width: 767.98px) {
	.calculation-form__input {
		margin-bottom: 20px;
	}
}
.calculation-form__input .input {
	-webkit-box-shadow: 0 15px 20px rgba(6, 127, 176, 0.1);
	box-shadow: 0 15px 20px rgba(6, 127, 176, 0.1);
}
.calculation-form .info {
	margin-left: auto;
}
.calculation-form__button {
	margin: 0 -30px 0 auto;
}
.calculation-bottom {
	background-color: #067fb0;
	border-radius: 0 0 20px 20px;
	padding: 70px 60px 35px;
	display: none;
	color: #fff;
}
.calculation-again {
	margin-top: 25px;
}
.calculation-again span {
	color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	border-bottom: 1px dotted currentColor;
	-webkit-transition: .2s;
	transition: .2s;
}
.calculation-again span:hover {
	color: #fff;
}
.calculation.result-done .calculation-form {
	display: none;
}
.calculation.result-done .calculation-top {
	border-radius: 20px 20px 0 0;
}
.calculation.result-done .result,
.calculation.result-done .calculation-bottom {
	display: block;
	-webkit-animation: calc-reult .5s normal ease;
	animation: calc-reult .5s normal ease;
}
@-webkit-keyframes calc-reult {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes calc-reult {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.info {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
}
.info:hover .info-popup {
	display: block;
	-webkit-animation: info-popup normal .3s ease;
	animation: info-popup normal .3s ease;
}
.info-icon {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #067fb0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	-webkit-transition: .2s;
	transition: .2s;
}
.info-icon:hover {
	background-color: #08a2d3;
	-webkit-box-shadow: 0 15px 20px rgba(6, 127, 176, 0.3);
	box-shadow: 0 15px 20px rgba(6, 127, 176, 0.3);
}
.info-popup {
	width: 360px;
	position: absolute;
	border-radius: 10px;
	left: 50%;
	bottom: calc(100% + 25px);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
	-webkit-box-shadow: 0 15px 20px rgba(6, 127, 176, 0.1);
	box-shadow: 0 15px 20px rgba(6, 127, 176, 0.1);
	pointer-events: none;
	font-size: 14px;
	line-height: 26px;
	padding: 30px;
	display: none;
}
.info-popup:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #fff transparent transparent transparent;
}
.info.min .info-icon {
	width: 23px;
	height: 23px;
	line-height: 22px;
	font-size: 14px;
}
.info.light .info-icon {
	background-color: #e6f2f7;
	color: #067fb0;
}
.info.light .info-icon:hover {
	color: #fff;
	background-color: #067fb0;
}
@-webkit-keyframes info-popup {
	0% {
		opacity: 0;
		bottom: 100%;
	}
	100% {
		opacity: 1;
		bottom: calc(100% + 25px);
	}
}
@keyframes info-popup {
	0% {
		opacity: 0;
		bottom: 100%;
	}
	100% {
		opacity: 1;
		bottom: calc(100% + 25px);
	}
}
.storage {
	border-radius: 20px;
	padding: 120px 90px 90px;
	background: #e6f2f7 url(/img/storage-back.png) 0 100% no-repeat;
}
@media (max-width: 1199.98px) {
	.storage {
		background-image: none;
		padding: 50px 20px;
	}
}
.storage-content {
	width: 100%;
	max-width: 460px;
	margin-left: auto;
}
@media (max-width: 1199.98px) {
	.storage-content {
		margin-right: auto;
	}
}
.list li {
	margin-bottom: 30px;
	padding-left: 30px;
	position: relative;
}
.list li:before {
	content: '';
	width: 15px;
	height: 2px;
	background-color: #8c088b;
	position: absolute;
	left: 0;
	top: 14px;
}
.list.min li {
	margin-bottom: 0;
}
.step {
	text-align: center;
	margin: 30px 0;
}
.step-text {
	margin-top: 25px;
	padding: 0 20px;
}
.price-table {
	width: 100%;
	min-width: 600px;
	margin: 20px 0 60px;
}
.price-table__overflow {
	overflow-x: auto;
}
.price-table th {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	background-color: #e6f2f7;
	color: #067fb0;
	padding: 25px 30px;
	width: 65%;
}
@media (max-width: 767.98px) {
	.price-table th {
		font-size: 16px;
		line-height: 22px;
		padding: 15px;
	}
}
.price-table th:nth-child(2) {
	width: 33%;
}
.price-table td {
	vertical-align: top;
	border-bottom: 1px solid #e6f2f7;
	padding: 15px 30px;
}
@media (max-width: 767.98px) {
	.price-table td {
		padding: 15px;
	}
}
.price-table td b {
	color: #067fb0;
	font-size: 20px;
}
.price-table td b span {
	font-weight: normal;
}
.advantage {
	border-radius: 20px;
	overflow: hidden;
}
.advantage-header {
	height: 278px;
	background: url(/img/advantage-back.jpg) 50% 0 no-repeat;
	background-size: cover;
}
.advantage-header.back-2 {
	background-image: url(/img/advantage-back-2.jpg);
}
.advantage-header.back-3 {
	background-image: url(/img/archive-back.jpg);
}
.advantage-header.back-4 {
	background-image: url(/img/scan-back.jpg);
}
@media (max-width: 767.98px) {
	.advantage-header {
		height: 200px;
	}
}
.advantage-content {
	padding: 70px 70px 40px;
	background-color: #e6f2f7;
}
@media (max-width: 767.98px) {
	.advantage-content {
		padding: 30px;
	}
}
.advantage-list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (min-width: 576px) {
	.advantage-list li {
		margin-left: 30px;
		margin-right: 30px;
	}
}
@media (min-width: 992px) {
	.advantage-list li {
		width: calc(50% - 60px);
	}
}
.breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.breadcrumbs li {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.breadcrumbs li a {
	color: rgba(0, 0, 0, 0.5);
}
.breadcrumbs li:not(:first-child):before {
	content: '>>';
	margin: 0 10px;
}
.contact {
	position: relative;
	background-color: #fff;
	border-radius: 20px;
	margin: -115px -130px 0;
	overflow: hidden;
}
@media (max-width: 991.98px) {
	.contact {
		margin-right: 0;
		margin-left: 0;
	}
}
.contact-content {
	padding: 40px 30px 40px 130px;
	width: 45%;
}
@media (max-width: 991.98px) {
	.contact-content {
		padding: 30px;
		width: 100%;
	}
}
.contact-content__text {
	font-size: 14px;
}
.contact-content__text span {
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin: 5px 0;
	color: #067fb0;
}
.contact-address__title {
	font-size: 16px;
	font-weight: bold;
	color: #067fb0;
	padding: 5px 0 0 50px;
	background: url(/img/location-icon.svg) no-repeat;
}
.contact-map {
	position: absolute;
	width: 55%;
	top: 0;
	right: 0;
	height: 100%;
	background-color: #f2f2f2;
}
@media (max-width: 991.98px) {
	.contact-map {
		height: 250px;
		width: 100%;
		position: relative;
	}
}
.information {
	background-color: #e6f2f7;
	border-radius: 20px;
	padding: 25px 20px;
}
.information-content {
	max-width: 900px;
	margin: 100px auto;
}
@media (max-width: 767.98px) {
	.information-content {
		margin: 30px 0;
	}
}
.information-list li {
	margin: 25px 0;
	min-height: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 767.98px) {
	.information-list li {
		display: block;
		text-align: center;
	}
}
.information-list__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
}
@media (max-width: 767.98px) {
	.information-list__image {
		margin-bottom: 10px;
	}
}
.video {
	-webkit-box-shadow: 0 15px 20px rgba(6, 127, 176, 0.1);
	box-shadow: 0 15px 20px rgba(6, 127, 176, 0.1);
	border-radius: 20px;
	width: 100%;
	max-width: 555px;
	min-height: 370px;
	background-color: #c4dfeb;
	background-size: cover;
	background-position: center;
	position: relative;
}
@media (max-width: 1199.98px) {
	.video {
		margin: 0 auto 30px;
	}
}
.video-button {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #067fb0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-shadow: 0 15px 20px rgba(6, 127, 176, 0.3);
	box-shadow: 0 15px 20px rgba(6, 127, 176, 0.3);
}
.video-button:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 26px;
	border-color: transparent transparent transparent #fff;
	margin-left: 10px;
}
.video-text {
	max-width: 457px;
	margin-left: auto;
}
@media (max-width: 1199.98px) {
	.video-text {
		max-width: 555px;
		margin: 0 auto;
	}
}
.lk-footer {
	padding: 60px 0 65px;
}
.lk-phone {
	font-size: 30px;
	font-weight: bold;
	color: #8c088b;
}
.lk-wrap {
	padding-top: 120px;
	font-size: 14px;
}
@media (min-width: 768px) {
	.lk-wrap {
		padding-top: 220px;
	}
	.lk-wrap h1 {
		font-size: 40px;
	}
}
.lk-form {
	width: 100%;
	max-width: 655px;
}
.lk-form__inner {
	width: 100%;
	max-width: 360px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.lk-form__info {
	max-width: 235px;
}
@media (min-width: 768px) {
	.lk-form__info {
		margin-left: auto;
	}
}
.lk-form__footer {
	padding: 20px 0 30px;
}
.lk-form__footer li {
	margin: 10px 50px 10px 0;
}
.lk-text__phone {
	font-size: 20px;
	font-weight: bold;
	color: #067fb0;
}
.mobile-burger {
	width: 25px;
	height: 22px;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border: none;
	background-color: transparent;
	border-bottom: 4px solid #067fb0;
	cursor: pointer;
	-webkit-transition: .15s;
	transition: .15s;
}
.mobile-burger__line {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 13px;
	border-top: 4px solid #067fb0;
	border-bottom: 4px solid #067fb0;
	-webkit-transition: .15s;
	transition: .15s;
}
.mobile-burger__close {
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent url(/img/close.svg) 50% 0 no-repeat;
	opacity: 0;
	-webkit-transition: .15s;
	transition: .15s;
}
.mobile-phone {
	display: block;
	width: 25px;
	height: 28px;
	border: none;
	background: transparent url(/img/phone.png) 50% 5px no-repeat;
	cursor: pointer;
}
.mobile-info {
	padding: 30px 0 60px;
}
.mobile-info__logotype img {
	height: 30px;
}
.mobile-info__text {
	max-width: 260px;
	margin: 15px auto;
	font-size: 14px;
	line-height: 25px;
	color: #067fb0;
}
.show-menu .mobile-burger {
	height: 28px;
}
.show-menu .mobile-burger__line {
	top: 0;
	opacity: 0;
}
.show-menu .mobile-burger__close {
	top: 0;
	opacity: 1;
}
.show-menu .header-bottom {
	display: block;
}
.hide {
	display: none;
}
.input.has-error {
	border-color: #dd0000
}
.input.has-error:focus {
	-webkit-box-shadow: 0 15px 20px rgba(221, 0, 0, 0.1);
	box-shadow: 0 15px 20px rgba(221, 0, 0, 0.1);
}
.modal-form .fancybox-bg {
	opacity: 1;
	background-color: rgba(6, 127, 176, 0.5)
}
.fancybox-is-open.modal-form .fancybox-bg {
	-webkit-animation: modal normal .3s ease;
	animation: modal normal .3s ease;
}
.fancybox-is-open.modal-form .modal-main {
	-webkit-animation: modal-main normal .3s ease;
	animation: modal-main normal .3s ease;
}
.btn-clock {
	background-image: url("data:image/svg+xml,%3Csvg xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.arrow %7B-moz-transform-origin: .5 0;-ms-transform-origin: .5 0;transform-origin: .5 0;%7D%3C/style%3E%3Ccircle fill='none' r='8.5' cx='9' cy='9' stroke='%23fff' stroke-width='1'/%3E%3Crect fill='%23fff' width='6px' height='1px' x='8.5' y='8.5'/%3E%3Cg width='19' height='19' x='0' y='0' fill='none' xmlns='http://www.w3.org/2000/svg' class='arrow'%3E%3Crect fill='%23fff' width='1' height='7' x='8.5' y='9'/%3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 9 9' to='360 9 9' dur='1s' repeatCount='indefinite'/%3E%3C/g%3E%3C/svg%3E");
	background-position: center !important;
	background-repeat: no-repeat !important;
	color: transparent !important;
}
.alert {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
}
.logos-item_list {
	margin-bottom: 30px
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}
.inner-content {
	position: relative;
	background-color: #fff;
	border-radius: 20px;
	margin: -115px auto;
	padding-top: 80px;
	padding-bottom: 80px;
	overflow: hidden;
}
@media (max-width: 1279.98px) {
	.inner-content {
		margin-left: -15px;
		margin-right: -15px;
		border-radius: 0;
	}
}
@media (max-width: 767.98px) {
	.inner-content {
		padding-top: 30px;
		padding-bottom: 50px;
		margin-top: -150px;
	}
}
.sections-menu {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	margin-bottom: 60px;
}
.sections-menu a {
	position: relative;
	display: block;
}
.sections-menu li.active a {
	z-index: 10;
	color: #8c088b !important;
}
.sections-menu li.active a:before {
	content: '';
	left: -3px;
	right: -3px;
	bottom: 4px;
	height: 5px;
	border-radius: 5px;
	position: absolute;
	background-color: rgba(203, 16, 202, 0.3);
	z-index: -1;
}
.sections-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	margin: 0 -20px;
}
.sections-menu li {
	margin: 0 20px 10px
}
@media (max-width: 767.98px) {
	.sections-menu {
		margin-bottom: 30px
	}
}
.container-long_medium {
	max-width: 1430px;
}
.faq-item {
	margin-top: 30px;
	border: 1px solid #e6f2f7;
	border-radius: 20px;
	position: relative;
	padding: 0;
	-webkit-transition: .2s;
	transition: .2s;
}
.faq-item:not(.open):hover {
	-webkit-box-shadow: 0 15px 20px rgba(6, 127, 176, 0.1);
	box-shadow: 0 15px 20px rgba(6, 127, 176, 0.1);
}
.faq-item.open .faq-title__spin {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='19px' height='19px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(6, 127, 176)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M9.000,9.000 L9.000,9.000 L16.000,16.000 L9.000,9.000 L2.000,16.000 L9.000,9.000 L9.000,9.000 L2.000,2.000 L9.000,9.000 L16.000,2.000 L9.000,9.000 Z'/%3E%3C/svg%3E");
}
.faq-item.min .faq-title {
	min-height: 80px;
}
.faq-item.min .faq-title__spin {
	background-color: transparent;
	top: 10px;
	right: 10px;
	pointer-events: none;
}
.faq-item.regular .faq-title {
	cursor: default;
}
.faq-item.regular:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.faq-title {
	padding: 26px 190px 26px 30px;
	min-height: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}
.faq-item_avatar .faq-title {
	padding-left: 125px;
}
.faq-title__spin {
	position: absolute;
	width: 60px;
	height: 60px;
	background: #e6f2f7 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='19px' height='13px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(6, 127, 176)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M16.000,2.000 L9.000,9.000 L2.000,2.000 '/%3E%3C/svg%3E") 50% 50% no-repeat;
	border-radius: 10px;
	right: 30px;
	top: 30px;
	-webkit-transition: .2s;
	transition: .2s;
}
.faq-title__avatar {
	width: 68px;
	height: 68px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	left: 30px;
	top: 25px;
}
.faq-title__text {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #067fb0;
	width: 100%;
}
.faq-content {
	padding: 55px 0 60px;
	margin-left: 30px;
	margin-right: 30px;
	border-top: 1px solid #e6f2f7;
	display: none;
}
.faq-item_avatar .faq-content {
	margin-left: 125px;
	margin-right: 190px
}
@media (max-width: 767.98px) {
	.faq-title {
		min-height: 40px;
		padding: 17px 55px 17px 20px;
	}
	.faq-title__spin {
		width: 30px;
		height: 30px;
		top: 15px;
		right: 15px;
	}
	.faq-title__avatar {
		display: none;
	}
	.faq-title__text {
		font-size: 14px;
		line-height: 22px;
	}
	.faq-content,.faq-item_avatar .faq-content {
		padding: 30px 0;
		margin-left: 20px;
		margin-right: 20px;
	}
	.faq-item_avatar .faq-title {
		padding-left: 20px;
	}
}
@media (min-width: 576px) {
	.faq-item.open .faq-title__spin:hover {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='19px' height='19px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M9.000,9.000 L9.000,9.000 L16.000,16.000 L9.000,9.000 L2.000,16.000 L9.000,9.000 L9.000,9.000 L2.000,2.000 L9.000,9.000 L16.000,2.000 L9.000,9.000 Z'/%3E%3C/svg%3E");
	}
	.faq-title__spin:hover {
		background-color: #08a2d3;
		-webkit-box-shadow: 0 15px 20px rgba(6, 127, 176, 0.3);
		box-shadow: 0 15px 20px rgba(6, 127, 176, 0.3);
		background: #08a2d3 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='19px' height='13px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M16.000,2.000 L9.000,9.000 L2.000,2.000 '/%3E%3C/svg%3E") 50% 50% no-repeat;
	}
}
.showcase-wrap {
	background: #E7F2F8;
}
.showcase_loading .showcase-item {
	opacity: 0;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
}
.showcase_loading.showcase_complete .showcase-item {
	opacity: 1;
}
.page-404 {
	margin-bottom: 100px;
}
.head-404 {
	color: #f3f0f0;
	font-size: 200px;
	line-height: 200px;
	font-weight: bold;
}
@media (max-width: 991.98px) {
	.head-404 {
		font-size: 160px;
		line-height: 160px;
	}
}
@media (max-width: 767.98px) {
	.head-404 {
		font-size: 140px;
		line-height: 140px;
		margin-bottom: 30px;
	}
}
.rouble {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
@media (max-width: 767.98px) {
	.info-popup {
		font-size: 12px;
		line-height: 18px;
		width: 260px
	}
}
@media (max-height: 576px) {
	.fancybox-slide--html {
		padding: 15px;
	}
}
.footitle{
	font-size: 28px !important;
	margin-bottom: 0;
}
@media only screen and (max-width: 1385px) and (min-width: 1200px)  {
	.menu>li>a{font-size: 14px !important;}
}
.wrap{content-visibility: auto; contain-intrinsic-size: 1000px;}
#more {display: none;}
.dc{display:contents;}
.mt30{margin-top: 30px;}