@charset "UTF-8";
*, :after, :before {
	box-sizing: border-box
}
:root {
	--font-family-sans-serif: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	--font-family-monospace: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--navHeight: 546px;
	--mainBlue: #48aee3;
	--mainYellow: #ffb530;
	--fullWidth: 1920px;
	--pageWidth: 1200px;
	--space: 1rem;
	--vspace: 1rem;
	--hspace: 1rem;
	--breakPoint: 1280px
}
html {
	font-family: sans-serif;
	line-height: 1.15
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block
}
body {
	margin: 0;
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	color: #777;
	text-align: left;
	background-color: #fff
}
[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0!important
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	color: #0d0d0d
}
p {
	margin-top: 0
}
abbr[data-original-title], abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	text-decoration-skip-ink: none
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}
dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem
}
ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}
dt {
	font-weight: inherit
}
dd {
	margin-bottom: .5rem;
	margin-left: 0
}
blockquote {
	margin: 0 0 1rem
}
b, strong {
	font-weight: bolder
}
small {
	font-size: 80%
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent
}
a:hover {
	color: #0056b3;
	text-decoration: underline
}
a:not([href]) {
	color: inherit;
	text-decoration: none
}
a:not([href]):hover {
	color: inherit;
	text-decoration: none
}
code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}
figure {
	margin: 0 0 1rem
}
img {
	vertical-align: middle;
	border-style: none
}
svg {
	overflow: hidden;
	vertical-align: middle
}
table {
	border-collapse: collapse
}
caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}
th {
	text-align: inherit
}
label {
	display: inline-block;
	margin-bottom: .5rem
}
button {
	border-radius: 0
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}
button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
select {
	word-wrap: normal
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	padding: 0;
	border-style: none
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
textarea {
	overflow: auto;
	resize: vertical
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}
progress {
	vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}
[type=search] {
	outline-offset: -2px
}
::-webkit-file-upload-button {
	font: inherit
}
output {
	display: inline-block
}
summary {
	display: list-item;
	cursor: pointer
}
template {
	display: none
}
[hidden] {
	display: none!important
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 2rem;
	margin-bottom: 1rem;
	font-weight: 500;
	line-height: 1.1;
	color: #151515
}
.h1, h1 {
	font-size: 2.25rem
}
.h2, h2 {
	font-size: 1.75rem;
	color: var(--mainYellow)
}
.h3, h3 {
	font-size: 1.5rem
}
.h4, h4 {
	font-size: 1.25rem
}
.h5, h5 {
	font-size: 1.15rem
}
.h6, h6 {
	font-size: 1rem
}
a {
	color: #00f;
	color: var(--mainBlue)
}
hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid #ebebeb
}
.small, small {
	font-size: 80%;
	font-weight: 400
}
.mark, mark {
	padding: 5px 10px;
	background-color: #007bff
}
.list-unstyled {
	padding-left: 0;
	list-style: none
}
.list-inline {
	padding-left: 0;
	list-style: none
}
.list-inline-item {
	display: inline-block
}
.list-inline-item:not(:last-child) {
	margin-right: 5px
}
.img-fluid {
	max-width: 100%;
	height: auto
}
.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto
}
.figure {
	display: inline-block
}
.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}
.figure-caption {
	font-size: 90%;
	color: #6c757d
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
.f-container {
	position: relative;
	width: 100%;
	max-width: 100%
}
@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: 1200px
	}
}
.container-fluid, .container-lg, .container-md, .container-sm, .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-md, .container-sm {
		max-width: 720px
	}
}
@media (min-width:992px) {
	.container, .container-lg, .container-md, .container-sm {
		max-width: 960px
	}
}
@media (min-width:1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1200px
	}
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}
.no-gutters {
	margin-right: 0;
	margin-left: 0
}
.no-gutters>.col, .no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto, .col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}
.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}
.row-cols-1>* {
	flex: 0 0 100%;
	max-width: 100%
}
.row-cols-2>* {
	flex: 0 0 50%;
	max-width: 50%
}
.row-cols-3>* {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.row-cols-4>* {
	flex: 0 0 25%;
	max-width: 25%
}
.row-cols-5>* {
	flex: 0 0 20%;
	max-width: 20%
}
.row-cols-6>* {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}
.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}
.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}
.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}
.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}
.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}
.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}
.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}
.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}
.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}
.order-first {
	order: -1
}
.order-last {
	order: 13
}
.order-0 {
	order: 0
}
.order-1 {
	order: 1
}
.order-2 {
	order: 2
}
.order-3 {
	order: 3
}
.order-4 {
	order: 4
}
.order-5 {
	order: 5
}
.order-6 {
	order: 6
}
.order-7 {
	order: 7
}
.order-8 {
	order: 8
}
.order-9 {
	order: 9
}
.order-10 {
	order: 10
}
.order-11 {
	order: 11
}
.order-12 {
	order: 12
}
.offset-1 {
	margin-left: 8.33333%
}
.offset-2 {
	margin-left: 16.66667%
}
.offset-3 {
	margin-left: 25%
}
.offset-4 {
	margin-left: 33.33333%
}
.offset-5 {
	margin-left: 41.66667%
}
.offset-6 {
	margin-left: 50%
}
.offset-7 {
	margin-left: 58.33333%
}
.offset-8 {
	margin-left: 66.66667%
}
.offset-9 {
	margin-left: 75%
}
.offset-10 {
	margin-left: 83.33333%
}
.offset-11 {
	margin-left: 91.66667%
}
@media (min-width:576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-sm-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-sm-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-sm-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.row-cols-sm-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-sm-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-sm-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-first {
		order: -1
	}
	.order-sm-last {
		order: 13
	}
	.order-sm-0 {
		order: 0
	}
	.order-sm-1 {
		order: 1
	}
	.order-sm-2 {
		order: 2
	}
	.order-sm-3 {
		order: 3
	}
	.order-sm-4 {
		order: 4
	}
	.order-sm-5 {
		order: 5
	}
	.order-sm-6 {
		order: 6
	}
	.order-sm-7 {
		order: 7
	}
	.order-sm-8 {
		order: 8
	}
	.order-sm-9 {
		order: 9
	}
	.order-sm-10 {
		order: 10
	}
	.order-sm-11 {
		order: 11
	}
	.order-sm-12 {
		order: 12
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.33333%
	}
	.offset-sm-2 {
		margin-left: 16.66667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.33333%
	}
	.offset-sm-5 {
		margin-left: 41.66667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.33333%
	}
	.offset-sm-8 {
		margin-left: 66.66667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.33333%
	}
	.offset-sm-11 {
		margin-left: 91.66667%
	}
}
@media (min-width:768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-md-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-md-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-md-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.row-cols-md-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-md-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-md-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		order: -1
	}
	.order-md-last {
		order: 13
	}
	.order-md-0 {
		order: 0
	}
	.order-md-1 {
		order: 1
	}
	.order-md-2 {
		order: 2
	}
	.order-md-3 {
		order: 3
	}
	.order-md-4 {
		order: 4
	}
	.order-md-5 {
		order: 5
	}
	.order-md-6 {
		order: 6
	}
	.order-md-7 {
		order: 7
	}
	.order-md-8 {
		order: 8
	}
	.order-md-9 {
		order: 9
	}
	.order-md-10 {
		order: 10
	}
	.order-md-11 {
		order: 11
	}
	.order-md-12 {
		order: 12
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.33333%
	}
	.offset-md-2 {
		margin-left: 16.66667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.33333%
	}
	.offset-md-5 {
		margin-left: 41.66667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.33333%
	}
	.offset-md-8 {
		margin-left: 66.66667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.33333%
	}
	.offset-md-11 {
		margin-left: 91.66667%
	}
}
@media (min-width:992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-lg-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-lg-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-lg-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.row-cols-lg-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-lg-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-lg-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		order: -1
	}
	.order-lg-last {
		order: 13
	}
	.order-lg-0 {
		order: 0
	}
	.order-lg-1 {
		order: 1
	}
	.order-lg-2 {
		order: 2
	}
	.order-lg-3 {
		order: 3
	}
	.order-lg-4 {
		order: 4
	}
	.order-lg-5 {
		order: 5
	}
	.order-lg-6 {
		order: 6
	}
	.order-lg-7 {
		order: 7
	}
	.order-lg-8 {
		order: 8
	}
	.order-lg-9 {
		order: 9
	}
	.order-lg-10 {
		order: 10
	}
	.order-lg-11 {
		order: 11
	}
	.order-lg-12 {
		order: 12
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.33333%
	}
	.offset-lg-2 {
		margin-left: 16.66667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.33333%
	}
	.offset-lg-5 {
		margin-left: 41.66667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.33333%
	}
	.offset-lg-8 {
		margin-left: 66.66667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.33333%
	}
	.offset-lg-11 {
		margin-left: 91.66667%
	}
}
@media (min-width:1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-xl-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-xl-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-xl-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.row-cols-xl-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-xl-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-xl-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		order: -1
	}
	.order-xl-last {
		order: 13
	}
	.order-xl-0 {
		order: 0
	}
	.order-xl-1 {
		order: 1
	}
	.order-xl-2 {
		order: 2
	}
	.order-xl-3 {
		order: 3
	}
	.order-xl-4 {
		order: 4
	}
	.order-xl-5 {
		order: 5
	}
	.order-xl-6 {
		order: 6
	}
	.order-xl-7 {
		order: 7
	}
	.order-xl-8 {
		order: 8
	}
	.order-xl-9 {
		order: 9
	}
	.order-xl-10 {
		order: 10
	}
	.order-xl-11 {
		order: 11
	}
	.order-xl-12 {
		order: 12
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.33333%
	}
	.offset-xl-2 {
		margin-left: 16.66667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.33333%
	}
	.offset-xl-5 {
		margin-left: 41.66667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.33333%
	}
	.offset-xl-8 {
		margin-left: 66.66667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.33333%
	}
	.offset-xl-11 {
		margin-left: 91.66667%
	}
}
@media (min-width:1600px) {
	.col-xxl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-xxl-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-xxl-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-xxl-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.row-cols-xxl-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-xxl-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-xxl-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-xxl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xxl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xxl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xxl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xxl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-xxl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xxl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-xxl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-xxl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xxl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-xxl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-xxl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xxl-first {
		order: -1
	}
	.order-xxl-last {
		order: 13
	}
	.order-xxl-0 {
		order: 0
	}
	.order-xxl-1 {
		order: 1
	}
	.order-xxl-2 {
		order: 2
	}
	.order-xxl-3 {
		order: 3
	}
	.order-xxl-4 {
		order: 4
	}
	.order-xxl-5 {
		order: 5
	}
	.order-xxl-6 {
		order: 6
	}
	.order-xxl-7 {
		order: 7
	}
	.order-xxl-8 {
		order: 8
	}
	.order-xxl-9 {
		order: 9
	}
	.order-xxl-10 {
		order: 10
	}
	.order-xxl-11 {
		order: 11
	}
	.order-xxl-12 {
		order: 12
	}
	.offset-xxl-0 {
		margin-left: 0
	}
	.offset-xxl-1 {
		margin-left: 8.33333%
	}
	.offset-xxl-2 {
		margin-left: 16.66667%
	}
	.offset-xxl-3 {
		margin-left: 25%
	}
	.offset-xxl-4 {
		margin-left: 33.33333%
	}
	.offset-xxl-5 {
		margin-left: 41.66667%
	}
	.offset-xxl-6 {
		margin-left: 50%
	}
	.offset-xxl-7 {
		margin-left: 58.33333%
	}
	.offset-xxl-8 {
		margin-left: 66.66667%
	}
	.offset-xxl-9 {
		margin-left: 75%
	}
	.offset-xxl-10 {
		margin-left: 83.33333%
	}
	.offset-xxl-11 {
		margin-left: 91.66667%
	}
}
.btn {
	display: inline-block;
	font-weight: 900;
	color: #777;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0;
	transition: all .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}
.btn:hover {
	color: #777;
	text-decoration: none
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: 0
}
.btn.disabled, .btn:disabled {
	opacity: .65
}
a.btn.disabled, fieldset:disabled a.btn {
	pointer-events: none
}
.btn-link {
	font-weight: 400;
	color: #007bff;
	text-decoration: none
}
.btn-link:hover {
	color: #0056b3;
	text-decoration: underline
}
.btn-link.focus, .btn-link:focus {
	text-decoration: underline;
	box-shadow: none
}
.btn-link.disabled, .btn-link:disabled {
	color: #777;
	pointer-events: none
}
.btn-group-lg>.btn, .btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}
.btn-group-sm>.btn, .btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}
.btn-block {
	display: block;
	width: 100%
}
.btn-block+.btn-block {
	margin-top: .5rem
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%
}
.fade {
	transition: opacity .15s linear
}
@media (prefers-reduced-motion:reduce) {
	.fade {
		transition: none
	}
}
.fade:not(.show) {
	opacity: 0
}
.collapse:not(.show) {
	display: none
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}
@media (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none
	}
}
.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.nav-link {
	display: block;
	padding: .5rem 1rem
}
.nav-link:focus, .nav-link:hover {
	text-decoration: none
}
.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default
}
.nav-tabs {
	border-bottom: 1px solid #dee2e6
}
.nav-tabs .nav-item {
	margin-bottom: -1px
}
.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.nav-pills .nav-link {
	border-radius: .25rem
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #007bff
}
.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center
}
.nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center
}
.tab-content>.tab-pane {
	display: none
}
.tab-content>.active {
	display: block
}
.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}
.close:hover {
	color: #000;
	text-decoration: none
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	opacity: .75
}
button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	appearance: none
}
a.close.disabled {
	pointer-events: none
}
.carousel {
	position: relative
}
.carousel.pointer-event {
	touch-action: pan-y
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}
.carousel-inner::after {
	display: block;
	clear: both;
	content: ""
}
.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	backface-visibility: hidden;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
	.carousel-item {
		transition: none
	}
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	display: block
}
.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
	transform: translateX(100%)
}
.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
	transform: translateX(-100%)
}
.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s .6s
}
@media (prefers-reduced-motion:reduce) {
	.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
		transition: none
	}
}
.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	transition: opacity .15s ease
}
@media (prefers-reduced-motion:reduce) {
	.carousel-control-next, .carousel-control-prev {
		transition: none
	}
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}
.carousel-control-prev {
	left: 0
}
.carousel-control-next {
	right: 0
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50%/100% 100%
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}
.carousel-indicators li {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease
}
@media (prefers-reduced-motion:reduce) {
	.carousel-indicators li {
		transition: none
	}
}
.carousel-indicators .active {
	opacity: 1
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}
.align-baseline {
	vertical-align: baseline!important
}
.align-top {
	vertical-align: top!important
}
.align-middle {
	vertical-align: middle!important
}
.align-bottom {
	vertical-align: bottom!important
}
.align-text-bottom {
	vertical-align: text-bottom!important
}
.align-text-top {
	vertical-align: text-top!important
}
.bg-white {
	background-color: #fff!important
}
.bg-transparent {
	background-color: transparent!important
}
.border {
	border: 1px solid #dee2e6!important
}
.border-top {
	border-top: 1px solid #dee2e6!important
}
.border-right {
	border-right: 1px solid #dee2e6!important
}
.border-bottom {
	border-bottom: 1px solid #dee2e6!important
}
.border-left {
	border-left: 1px solid #dee2e6!important
}
.border-0 {
	border: 0!important
}
.border-top-0 {
	border-top: 0!important
}
.border-right-0 {
	border-right: 0!important
}
.border-bottom-0 {
	border-bottom: 0!important
}
.border-left-0 {
	border-left: 0!important
}
.border-white {
	border-color: #fff!important
}
.rounded-sm {
	border-radius: .2rem!important
}
.rounded {
	border-radius: 0!important
}
.rounded-top {
	border-top-left-radius: 0!important;
	border-top-right-radius: 0!important
}
.rounded-right {
	border-top-right-radius: 0!important;
	border-bottom-right-radius: 0!important
}
.rounded-bottom {
	border-bottom-right-radius: 0!important;
	border-bottom-left-radius: 0!important
}
.rounded-left {
	border-top-left-radius: 0!important;
	border-bottom-left-radius: 0!important
}
.rounded-lg {
	border-radius: .3rem!important
}
.rounded-circle {
	border-radius: 50%!important
}
.rounded-pill {
	border-radius: 50rem!important
}
.rounded-0 {
	border-radius: 0!important
}
.clearfix::after {
	display: block;
	clear: both;
	content: ""
}
.d-none {
	display: none!important
}
.d-inline {
	display: inline!important
}
.d-inline-block {
	display: inline-block!important
}
.d-block {
	display: block!important
}
.d-table {
	display: table!important
}
.d-table-row {
	display: table-row!important
}
.d-table-cell {
	display: table-cell!important
}
.d-flex {
	display: flex!important
}
.d-inline-flex {
	display: inline-flex!important
}
@media (min-width:576px) {
	.d-sm-none {
		display: none!important
	}
	.d-sm-inline {
		display: inline!important
	}
	.d-sm-inline-block {
		display: inline-block!important
	}
	.d-sm-block {
		display: block!important
	}
	.d-sm-table {
		display: table!important
	}
	.d-sm-table-row {
		display: table-row!important
	}
	.d-sm-table-cell {
		display: table-cell!important
	}
	.d-sm-flex {
		display: flex!important
	}
	.d-sm-inline-flex {
		display: inline-flex!important
	}
}
@media (min-width:768px) {
	.d-md-none {
		display: none!important
	}
	.d-md-inline {
		display: inline!important
	}
	.d-md-inline-block {
		display: inline-block!important
	}
	.d-md-block {
		display: block!important
	}
	.d-md-table {
		display: table!important
	}
	.d-md-table-row {
		display: table-row!important
	}
	.d-md-table-cell {
		display: table-cell!important
	}
	.d-md-flex {
		display: flex!important
	}
	.d-md-inline-flex {
		display: inline-flex!important
	}
}
@media (min-width:992px) {
	.d-lg-none {
		display: none!important
	}
	.d-lg-inline {
		display: inline!important
	}
	.d-lg-inline-block {
		display: inline-block!important
	}
	.d-lg-block {
		display: block!important
	}
	.d-lg-table {
		display: table!important
	}
	.d-lg-table-row {
		display: table-row!important
	}
	.d-lg-table-cell {
		display: table-cell!important
	}
	.d-lg-flex {
		display: flex!important
	}
	.d-lg-inline-flex {
		display: inline-flex!important
	}
}
@media (min-width:1200px) {
	.d-xl-none {
		display: none!important
	}
	.d-xl-inline {
		display: inline!important
	}
	.d-xl-inline-block {
		display: inline-block!important
	}
	.d-xl-block {
		display: block!important
	}
	.d-xl-table {
		display: table!important
	}
	.d-xl-table-row {
		display: table-row!important
	}
	.d-xl-table-cell {
		display: table-cell!important
	}
	.d-xl-flex {
		display: flex!important
	}
	.d-xl-inline-flex {
		display: inline-flex!important
	}
}
@media (min-width:1600px) {
	.d-xxl-none {
		display: none!important
	}
	.d-xxl-inline {
		display: inline!important
	}
	.d-xxl-inline-block {
		display: inline-block!important
	}
	.d-xxl-block {
		display: block!important
	}
	.d-xxl-table {
		display: table!important
	}
	.d-xxl-table-row {
		display: table-row!important
	}
	.d-xxl-table-cell {
		display: table-cell!important
	}
	.d-xxl-flex {
		display: flex!important
	}
	.d-xxl-inline-flex {
		display: inline-flex!important
	}
}
@media print {
	.d-print-none {
		display: none!important
	}
	.d-print-inline {
		display: inline!important
	}
	.d-print-inline-block {
		display: inline-block!important
	}
	.d-print-block {
		display: block!important
	}
	.d-print-table {
		display: table!important
	}
	.d-print-table-row {
		display: table-row!important
	}
	.d-print-table-cell {
		display: table-cell!important
	}
	.d-print-flex {
		display: flex!important
	}
	.d-print-inline-flex {
		display: inline-flex!important
	}
}
.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}
.embed-responsive::before {
	display: block;
	content: ""
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}
.embed-responsive-21by9::before {
	padding-top: 42.85714%
}
.embed-responsive-16by9::before {
	padding-top: 56.25%
}
.embed-responsive-4by3::before {
	padding-top: 75%
}
.embed-responsive-1by1::before {
	padding-top: 100%
}
.flex-row {
	flex-direction: row!important
}
.flex-column {
	flex-direction: column!important
}
.flex-row-reverse {
	flex-direction: row-reverse!important
}
.flex-column-reverse {
	flex-direction: column-reverse!important
}
.flex-wrap {
	flex-wrap: wrap!important
}
.flex-nowrap {
	flex-wrap: nowrap!important
}
.flex-wrap-reverse {
	flex-wrap: wrap-reverse!important
}
.flex-fill {
	flex: 1 1 auto!important
}
.flex-grow-0 {
	flex-grow: 0!important
}
.flex-grow-1 {
	flex-grow: 1!important
}
.flex-shrink-0 {
	flex-shrink: 0!important
}
.flex-shrink-1 {
	flex-shrink: 1!important
}
.justify-content-start {
	justify-content: flex-start!important
}
.justify-content-end {
	justify-content: flex-end!important
}
.justify-content-center {
	justify-content: center!important
}
.justify-content-between {
	justify-content: space-between!important
}
.justify-content-around {
	justify-content: space-around!important
}
.align-items-start {
	align-items: flex-start!important
}
.align-items-end {
	align-items: flex-end!important
}
.align-items-center {
	align-items: center!important
}
.align-items-baseline {
	align-items: baseline!important
}
.align-items-stretch {
	align-items: stretch!important
}
.align-content-start {
	align-content: flex-start!important
}
.align-content-end {
	align-content: flex-end!important
}
.align-content-center {
	align-content: center!important
}
.align-content-between {
	align-content: space-between!important
}
.align-content-around {
	align-content: space-around!important
}
.align-content-stretch {
	align-content: stretch!important
}
.align-self-auto {
	align-self: auto!important
}
.align-self-start {
	align-self: flex-start!important
}
.align-self-end {
	align-self: flex-end!important
}
.align-self-center {
	align-self: center!important
}
.align-self-baseline {
	align-self: baseline!important
}
.align-self-stretch {
	align-self: stretch!important
}
@media (min-width:576px) {
	.flex-sm-row {
		flex-direction: row!important
	}
	.flex-sm-column {
		flex-direction: column!important
	}
	.flex-sm-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-sm-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-sm-wrap {
		flex-wrap: wrap!important
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.flex-sm-fill {
		flex: 1 1 auto!important
	}
	.flex-sm-grow-0 {
		flex-grow: 0!important
	}
	.flex-sm-grow-1 {
		flex-grow: 1!important
	}
	.flex-sm-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-sm-shrink-1 {
		flex-shrink: 1!important
	}
	.justify-content-sm-start {
		justify-content: flex-start!important
	}
	.justify-content-sm-end {
		justify-content: flex-end!important
	}
	.justify-content-sm-center {
		justify-content: center!important
	}
	.justify-content-sm-between {
		justify-content: space-between!important
	}
	.justify-content-sm-around {
		justify-content: space-around!important
	}
	.align-items-sm-start {
		align-items: flex-start!important
	}
	.align-items-sm-end {
		align-items: flex-end!important
	}
	.align-items-sm-center {
		align-items: center!important
	}
	.align-items-sm-baseline {
		align-items: baseline!important
	}
	.align-items-sm-stretch {
		align-items: stretch!important
	}
	.align-content-sm-start {
		align-content: flex-start!important
	}
	.align-content-sm-end {
		align-content: flex-end!important
	}
	.align-content-sm-center {
		align-content: center!important
	}
	.align-content-sm-between {
		align-content: space-between!important
	}
	.align-content-sm-around {
		align-content: space-around!important
	}
	.align-content-sm-stretch {
		align-content: stretch!important
	}
	.align-self-sm-auto {
		align-self: auto!important
	}
	.align-self-sm-start {
		align-self: flex-start!important
	}
	.align-self-sm-end {
		align-self: flex-end!important
	}
	.align-self-sm-center {
		align-self: center!important
	}
	.align-self-sm-baseline {
		align-self: baseline!important
	}
	.align-self-sm-stretch {
		align-self: stretch!important
	}
}
@media (min-width:768px) {
	.flex-md-row {
		flex-direction: row!important
	}
	.flex-md-column {
		flex-direction: column!important
	}
	.flex-md-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-md-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-md-wrap {
		flex-wrap: wrap!important
	}
	.flex-md-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.flex-md-fill {
		flex: 1 1 auto!important
	}
	.flex-md-grow-0 {
		flex-grow: 0!important
	}
	.flex-md-grow-1 {
		flex-grow: 1!important
	}
	.flex-md-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-md-shrink-1 {
		flex-shrink: 1!important
	}
	.justify-content-md-start {
		justify-content: flex-start!important
	}
	.justify-content-md-end {
		justify-content: flex-end!important
	}
	.justify-content-md-center {
		justify-content: center!important
	}
	.justify-content-md-between {
		justify-content: space-between!important
	}
	.justify-content-md-around {
		justify-content: space-around!important
	}
	.align-items-md-start {
		align-items: flex-start!important
	}
	.align-items-md-end {
		align-items: flex-end!important
	}
	.align-items-md-center {
		align-items: center!important
	}
	.align-items-md-baseline {
		align-items: baseline!important
	}
	.align-items-md-stretch {
		align-items: stretch!important
	}
	.align-content-md-start {
		align-content: flex-start!important
	}
	.align-content-md-end {
		align-content: flex-end!important
	}
	.align-content-md-center {
		align-content: center!important
	}
	.align-content-md-between {
		align-content: space-between!important
	}
	.align-content-md-around {
		align-content: space-around!important
	}
	.align-content-md-stretch {
		align-content: stretch!important
	}
	.align-self-md-auto {
		align-self: auto!important
	}
	.align-self-md-start {
		align-self: flex-start!important
	}
	.align-self-md-end {
		align-self: flex-end!important
	}
	.align-self-md-center {
		align-self: center!important
	}
	.align-self-md-baseline {
		align-self: baseline!important
	}
	.align-self-md-stretch {
		align-self: stretch!important
	}
}
@media (min-width:992px) {
	.flex-lg-row {
		flex-direction: row!important
	}
	.flex-lg-column {
		flex-direction: column!important
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-lg-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-lg-wrap {
		flex-wrap: wrap!important
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.flex-lg-fill {
		flex: 1 1 auto!important
	}
	.flex-lg-grow-0 {
		flex-grow: 0!important
	}
	.flex-lg-grow-1 {
		flex-grow: 1!important
	}
	.flex-lg-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-lg-shrink-1 {
		flex-shrink: 1!important
	}
	.justify-content-lg-start {
		justify-content: flex-start!important
	}
	.justify-content-lg-end {
		justify-content: flex-end!important
	}
	.justify-content-lg-center {
		justify-content: center!important
	}
	.justify-content-lg-between {
		justify-content: space-between!important
	}
	.justify-content-lg-around {
		justify-content: space-around!important
	}
	.align-items-lg-start {
		align-items: flex-start!important
	}
	.align-items-lg-end {
		align-items: flex-end!important
	}
	.align-items-lg-center {
		align-items: center!important
	}
	.align-items-lg-baseline {
		align-items: baseline!important
	}
	.align-items-lg-stretch {
		align-items: stretch!important
	}
	.align-content-lg-start {
		align-content: flex-start!important
	}
	.align-content-lg-end {
		align-content: flex-end!important
	}
	.align-content-lg-center {
		align-content: center!important
	}
	.align-content-lg-between {
		align-content: space-between!important
	}
	.align-content-lg-around {
		align-content: space-around!important
	}
	.align-content-lg-stretch {
		align-content: stretch!important
	}
	.align-self-lg-auto {
		align-self: auto!important
	}
	.align-self-lg-start {
		align-self: flex-start!important
	}
	.align-self-lg-end {
		align-self: flex-end!important
	}
	.align-self-lg-center {
		align-self: center!important
	}
	.align-self-lg-baseline {
		align-self: baseline!important
	}
	.align-self-lg-stretch {
		align-self: stretch!important
	}
}
@media (min-width:1200px) {
	.flex-xl-row {
		flex-direction: row!important
	}
	.flex-xl-column {
		flex-direction: column!important
	}
	.flex-xl-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-xl-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-xl-wrap {
		flex-wrap: wrap!important
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.flex-xl-fill {
		flex: 1 1 auto!important
	}
	.flex-xl-grow-0 {
		flex-grow: 0!important
	}
	.flex-xl-grow-1 {
		flex-grow: 1!important
	}
	.flex-xl-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-xl-shrink-1 {
		flex-shrink: 1!important
	}
	.justify-content-xl-start {
		justify-content: flex-start!important
	}
	.justify-content-xl-end {
		justify-content: flex-end!important
	}
	.justify-content-xl-center {
		justify-content: center!important
	}
	.justify-content-xl-between {
		justify-content: space-between!important
	}
	.justify-content-xl-around {
		justify-content: space-around!important
	}
	.align-items-xl-start {
		align-items: flex-start!important
	}
	.align-items-xl-end {
		align-items: flex-end!important
	}
	.align-items-xl-center {
		align-items: center!important
	}
	.align-items-xl-baseline {
		align-items: baseline!important
	}
	.align-items-xl-stretch {
		align-items: stretch!important
	}
	.align-content-xl-start {
		align-content: flex-start!important
	}
	.align-content-xl-end {
		align-content: flex-end!important
	}
	.align-content-xl-center {
		align-content: center!important
	}
	.align-content-xl-between {
		align-content: space-between!important
	}
	.align-content-xl-around {
		align-content: space-around!important
	}
	.align-content-xl-stretch {
		align-content: stretch!important
	}
	.align-self-xl-auto {
		align-self: auto!important
	}
	.align-self-xl-start {
		align-self: flex-start!important
	}
	.align-self-xl-end {
		align-self: flex-end!important
	}
	.align-self-xl-center {
		align-self: center!important
	}
	.align-self-xl-baseline {
		align-self: baseline!important
	}
	.align-self-xl-stretch {
		align-self: stretch!important
	}
}
@media (min-width:1600px) {
	.flex-xxl-row {
		flex-direction: row!important
	}
	.flex-xxl-column {
		flex-direction: column!important
	}
	.flex-xxl-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-xxl-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-xxl-wrap {
		flex-wrap: wrap!important
	}
	.flex-xxl-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.flex-xxl-fill {
		flex: 1 1 auto!important
	}
	.flex-xxl-grow-0 {
		flex-grow: 0!important
	}
	.flex-xxl-grow-1 {
		flex-grow: 1!important
	}
	.flex-xxl-shrink-0 {
		flex-shrink: 0!important
	}
	.flex-xxl-shrink-1 {
		flex-shrink: 1!important
	}
	.justify-content-xxl-start {
		justify-content: flex-start!important
	}
	.justify-content-xxl-end {
		justify-content: flex-end!important
	}
	.justify-content-xxl-center {
		justify-content: center!important
	}
	.justify-content-xxl-between {
		justify-content: space-between!important
	}
	.justify-content-xxl-around {
		justify-content: space-around!important
	}
	.align-items-xxl-start {
		align-items: flex-start!important
	}
	.align-items-xxl-end {
		align-items: flex-end!important
	}
	.align-items-xxl-center {
		align-items: center!important
	}
	.align-items-xxl-baseline {
		align-items: baseline!important
	}
	.align-items-xxl-stretch {
		align-items: stretch!important
	}
	.align-content-xxl-start {
		align-content: flex-start!important
	}
	.align-content-xxl-end {
		align-content: flex-end!important
	}
	.align-content-xxl-center {
		align-content: center!important
	}
	.align-content-xxl-between {
		align-content: space-between!important
	}
	.align-content-xxl-around {
		align-content: space-around!important
	}
	.align-content-xxl-stretch {
		align-content: stretch!important
	}
	.align-self-xxl-auto {
		align-self: auto!important
	}
	.align-self-xxl-start {
		align-self: flex-start!important
	}
	.align-self-xxl-end {
		align-self: flex-end!important
	}
	.align-self-xxl-center {
		align-self: center!important
	}
	.align-self-xxl-baseline {
		align-self: baseline!important
	}
	.align-self-xxl-stretch {
		align-self: stretch!important
	}
}
.float-left {
	float: left!important
}
.float-right {
	float: right!important
}
.float-none {
	float: none!important
}
@media (min-width:576px) {
	.float-sm-left {
		float: left!important
	}
	.float-sm-right {
		float: right!important
	}
	.float-sm-none {
		float: none!important
	}
}
@media (min-width:768px) {
	.float-md-left {
		float: left!important
	}
	.float-md-right {
		float: right!important
	}
	.float-md-none {
		float: none!important
	}
}
@media (min-width:992px) {
	.float-lg-left {
		float: left!important
	}
	.float-lg-right {
		float: right!important
	}
	.float-lg-none {
		float: none!important
	}
}
@media (min-width:1200px) {
	.float-xl-left {
		float: left!important
	}
	.float-xl-right {
		float: right!important
	}
	.float-xl-none {
		float: none!important
	}
}
@media (min-width:1600px) {
	.float-xxl-left {
		float: left!important
	}
	.float-xxl-right {
		float: right!important
	}
	.float-xxl-none {
		float: none!important
	}
}
.overflow-auto {
	overflow: auto!important
}
.overflow-hidden {
	overflow: hidden!important
}
.position-static {
	position: static!important
}
.position-relative {
	position: relative!important
}
.position-absolute {
	position: absolute!important
}
.position-fixed {
	position: fixed!important
}
.position-sticky {
	position: sticky!important
}
.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}
.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}
.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}
.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}
.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
}
.shadow-none {
	box-shadow: none!important
}
.w-25 {
	width: 25%!important
}
.w-50 {
	width: 50%!important
}
.w-75 {
	width: 75%!important
}
.w-100 {
	width: 100%!important
}
.w-auto {
	width: auto!important
}
.h-25 {
	height: 25%!important
}
.h-50 {
	height: 50%!important
}
.h-75 {
	height: 75%!important
}
.h-100 {
	height: 100%!important
}
.h-auto {
	height: auto!important
}
.mw-100 {
	max-width: 100%!important
}
.mh-100 {
	max-height: 100%!important
}
.min-vw-100 {
	min-width: 100vw!important
}
.min-vh-100 {
	min-height: 100vh!important
}
.vw-100 {
	width: 100vw!important
}
.vh-100 {
	height: 100vh!important
}
.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0)
}
.m-0 {
	margin: 0!important
}
.mt-0, .my-0 {
	margin-top: 0!important
}
.mr-0, .mx-0 {
	margin-right: 0!important
}
.mb-0, .my-0 {
	margin-bottom: 0!important
}
.ml-0, .mx-0 {
	margin-left: 0!important
}
.m-1 {
	margin: .25rem!important
}
.mt-1, .my-1 {
	margin-top: .25rem!important
}
.mr-1, .mx-1 {
	margin-right: .25rem!important
}
.mb-1, .my-1 {
	margin-bottom: .25rem!important
}
.ml-1, .mx-1 {
	margin-left: .25rem!important
}
.m-2 {
	margin: .5rem!important
}
.mt-2, .my-2 {
	margin-top: .5rem!important
}
.mr-2, .mx-2 {
	margin-right: .5rem!important
}
.mb-2, .my-2 {
	margin-bottom: .5rem!important
}
.ml-2, .mx-2 {
	margin-left: .5rem!important
}
.m-3 {
	margin: 1rem!important
}
.mt-3, .my-3 {
	margin-top: 1rem!important
}
.mr-3, .mx-3 {
	margin-right: 1rem!important
}
.mb-3, .my-3 {
	margin-bottom: 1rem!important
}
.ml-3, .mx-3 {
	margin-left: 1rem!important
}
.m-4 {
	margin: 1.5rem!important
}
.mt-4, .my-4 {
	margin-top: 1.5rem!important
}
.mr-4, .mx-4 {
	margin-right: 1.5rem!important
}
.mb-4, .my-4 {
	margin-bottom: 1.5rem!important
}
.ml-4, .mx-4 {
	margin-left: 1.5rem!important
}
.m-5 {
	margin: 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: .25rem!important
}
.pt-1, .py-1 {
	padding-top: .25rem!important
}
.pr-1, .px-1 {
	padding-right: .25rem!important
}
.pb-1, .py-1 {
	padding-bottom: .25rem!important
}
.pl-1, .px-1 {
	padding-left: .25rem!important
}
.p-2 {
	padding: .5rem!important
}
.pt-2, .py-2 {
	padding-top: .5rem!important
}
.pr-2, .px-2 {
	padding-right: .5rem!important
}
.pb-2, .py-2 {
	padding-bottom: .5rem!important
}
.pl-2, .px-2 {
	padding-left: .5rem!important
}
.p-3 {
	padding: 1rem!important
}
.pt-3, .py-3 {
	padding-top: 1rem!important
}
.pr-3, .px-3 {
	padding-right: 1rem!important
}
.pb-3, .py-3 {
	padding-bottom: 1rem!important
}
.pl-3, .px-3 {
	padding-left: 1rem!important
}
.p-4 {
	padding: 1.5rem!important
}
.pt-4, .py-4 {
	padding-top: 1.5rem!important
}
.pr-4, .px-4 {
	padding-right: 1.5rem!important
}
.pb-4, .py-4 {
	padding-bottom: 1.5rem!important
}
.pl-4, .px-4 {
	padding-left: 1.5rem!important
}
.p-5 {
	padding: 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: -.25rem!important
}
.mt-n1, .my-n1 {
	margin-top: -.25rem!important
}
.mr-n1, .mx-n1 {
	margin-right: -.25rem!important
}
.mb-n1, .my-n1 {
	margin-bottom: -.25rem!important
}
.ml-n1, .mx-n1 {
	margin-left: -.25rem!important
}
.m-n2 {
	margin: -.5rem!important
}
.mt-n2, .my-n2 {
	margin-top: -.5rem!important
}
.mr-n2, .mx-n2 {
	margin-right: -.5rem!important
}
.mb-n2, .my-n2 {
	margin-bottom: -.5rem!important
}
.ml-n2, .mx-n2 {
	margin-left: -.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: .25rem!important
	}
	.mt-sm-1, .my-sm-1 {
		margin-top: .25rem!important
	}
	.mr-sm-1, .mx-sm-1 {
		margin-right: .25rem!important
	}
	.mb-sm-1, .my-sm-1 {
		margin-bottom: .25rem!important
	}
	.ml-sm-1, .mx-sm-1 {
		margin-left: .25rem!important
	}
	.m-sm-2 {
		margin: .5rem!important
	}
	.mt-sm-2, .my-sm-2 {
		margin-top: .5rem!important
	}
	.mr-sm-2, .mx-sm-2 {
		margin-right: .5rem!important
	}
	.mb-sm-2, .my-sm-2 {
		margin-bottom: .5rem!important
	}
	.ml-sm-2, .mx-sm-2 {
		margin-left: .5rem!important
	}
	.m-sm-3 {
		margin: 1rem!important
	}
	.mt-sm-3, .my-sm-3 {
		margin-top: 1rem!important
	}
	.mr-sm-3, .mx-sm-3 {
		margin-right: 1rem!important
	}
	.mb-sm-3, .my-sm-3 {
		margin-bottom: 1rem!important
	}
	.ml-sm-3, .mx-sm-3 {
		margin-left: 1rem!important
	}
	.m-sm-4 {
		margin: 1.5rem!important
	}
	.mt-sm-4, .my-sm-4 {
		margin-top: 1.5rem!important
	}
	.mr-sm-4, .mx-sm-4 {
		margin-right: 1.5rem!important
	}
	.mb-sm-4, .my-sm-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-sm-4, .mx-sm-4 {
		margin-left: 1.5rem!important
	}
	.m-sm-5 {
		margin: 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: .25rem!important
	}
	.pt-sm-1, .py-sm-1 {
		padding-top: .25rem!important
	}
	.pr-sm-1, .px-sm-1 {
		padding-right: .25rem!important
	}
	.pb-sm-1, .py-sm-1 {
		padding-bottom: .25rem!important
	}
	.pl-sm-1, .px-sm-1 {
		padding-left: .25rem!important
	}
	.p-sm-2 {
		padding: .5rem!important
	}
	.pt-sm-2, .py-sm-2 {
		padding-top: .5rem!important
	}
	.pr-sm-2, .px-sm-2 {
		padding-right: .5rem!important
	}
	.pb-sm-2, .py-sm-2 {
		padding-bottom: .5rem!important
	}
	.pl-sm-2, .px-sm-2 {
		padding-left: .5rem!important
	}
	.p-sm-3 {
		padding: 1rem!important
	}
	.pt-sm-3, .py-sm-3 {
		padding-top: 1rem!important
	}
	.pr-sm-3, .px-sm-3 {
		padding-right: 1rem!important
	}
	.pb-sm-3, .py-sm-3 {
		padding-bottom: 1rem!important
	}
	.pl-sm-3, .px-sm-3 {
		padding-left: 1rem!important
	}
	.p-sm-4 {
		padding: 1.5rem!important
	}
	.pt-sm-4, .py-sm-4 {
		padding-top: 1.5rem!important
	}
	.pr-sm-4, .px-sm-4 {
		padding-right: 1.5rem!important
	}
	.pb-sm-4, .py-sm-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-sm-4, .px-sm-4 {
		padding-left: 1.5rem!important
	}
	.p-sm-5 {
		padding: 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: -.25rem!important
	}
	.mt-sm-n1, .my-sm-n1 {
		margin-top: -.25rem!important
	}
	.mr-sm-n1, .mx-sm-n1 {
		margin-right: -.25rem!important
	}
	.mb-sm-n1, .my-sm-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-sm-n1, .mx-sm-n1 {
		margin-left: -.25rem!important
	}
	.m-sm-n2 {
		margin: -.5rem!important
	}
	.mt-sm-n2, .my-sm-n2 {
		margin-top: -.5rem!important
	}
	.mr-sm-n2, .mx-sm-n2 {
		margin-right: -.5rem!important
	}
	.mb-sm-n2, .my-sm-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-sm-n2, .mx-sm-n2 {
		margin-left: -.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: .25rem!important
	}
	.mt-md-1, .my-md-1 {
		margin-top: .25rem!important
	}
	.mr-md-1, .mx-md-1 {
		margin-right: .25rem!important
	}
	.mb-md-1, .my-md-1 {
		margin-bottom: .25rem!important
	}
	.ml-md-1, .mx-md-1 {
		margin-left: .25rem!important
	}
	.m-md-2 {
		margin: .5rem!important
	}
	.mt-md-2, .my-md-2 {
		margin-top: .5rem!important
	}
	.mr-md-2, .mx-md-2 {
		margin-right: .5rem!important
	}
	.mb-md-2, .my-md-2 {
		margin-bottom: .5rem!important
	}
	.ml-md-2, .mx-md-2 {
		margin-left: .5rem!important
	}
	.m-md-3 {
		margin: 1rem!important
	}
	.mt-md-3, .my-md-3 {
		margin-top: 1rem!important
	}
	.mr-md-3, .mx-md-3 {
		margin-right: 1rem!important
	}
	.mb-md-3, .my-md-3 {
		margin-bottom: 1rem!important
	}
	.ml-md-3, .mx-md-3 {
		margin-left: 1rem!important
	}
	.m-md-4 {
		margin: 1.5rem!important
	}
	.mt-md-4, .my-md-4 {
		margin-top: 1.5rem!important
	}
	.mr-md-4, .mx-md-4 {
		margin-right: 1.5rem!important
	}
	.mb-md-4, .my-md-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-md-4, .mx-md-4 {
		margin-left: 1.5rem!important
	}
	.m-md-5 {
		margin: 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: .25rem!important
	}
	.pt-md-1, .py-md-1 {
		padding-top: .25rem!important
	}
	.pr-md-1, .px-md-1 {
		padding-right: .25rem!important
	}
	.pb-md-1, .py-md-1 {
		padding-bottom: .25rem!important
	}
	.pl-md-1, .px-md-1 {
		padding-left: .25rem!important
	}
	.p-md-2 {
		padding: .5rem!important
	}
	.pt-md-2, .py-md-2 {
		padding-top: .5rem!important
	}
	.pr-md-2, .px-md-2 {
		padding-right: .5rem!important
	}
	.pb-md-2, .py-md-2 {
		padding-bottom: .5rem!important
	}
	.pl-md-2, .px-md-2 {
		padding-left: .5rem!important
	}
	.p-md-3 {
		padding: 1rem!important
	}
	.pt-md-3, .py-md-3 {
		padding-top: 1rem!important
	}
	.pr-md-3, .px-md-3 {
		padding-right: 1rem!important
	}
	.pb-md-3, .py-md-3 {
		padding-bottom: 1rem!important
	}
	.pl-md-3, .px-md-3 {
		padding-left: 1rem!important
	}
	.p-md-4 {
		padding: 1.5rem!important
	}
	.pt-md-4, .py-md-4 {
		padding-top: 1.5rem!important
	}
	.pr-md-4, .px-md-4 {
		padding-right: 1.5rem!important
	}
	.pb-md-4, .py-md-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-md-4, .px-md-4 {
		padding-left: 1.5rem!important
	}
	.p-md-5 {
		padding: 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: -.25rem!important
	}
	.mt-md-n1, .my-md-n1 {
		margin-top: -.25rem!important
	}
	.mr-md-n1, .mx-md-n1 {
		margin-right: -.25rem!important
	}
	.mb-md-n1, .my-md-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-md-n1, .mx-md-n1 {
		margin-left: -.25rem!important
	}
	.m-md-n2 {
		margin: -.5rem!important
	}
	.mt-md-n2, .my-md-n2 {
		margin-top: -.5rem!important
	}
	.mr-md-n2, .mx-md-n2 {
		margin-right: -.5rem!important
	}
	.mb-md-n2, .my-md-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-md-n2, .mx-md-n2 {
		margin-left: -.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: .25rem!important
	}
	.mt-lg-1, .my-lg-1 {
		margin-top: .25rem!important
	}
	.mr-lg-1, .mx-lg-1 {
		margin-right: .25rem!important
	}
	.mb-lg-1, .my-lg-1 {
		margin-bottom: .25rem!important
	}
	.ml-lg-1, .mx-lg-1 {
		margin-left: .25rem!important
	}
	.m-lg-2 {
		margin: .5rem!important
	}
	.mt-lg-2, .my-lg-2 {
		margin-top: .5rem!important
	}
	.mr-lg-2, .mx-lg-2 {
		margin-right: .5rem!important
	}
	.mb-lg-2, .my-lg-2 {
		margin-bottom: .5rem!important
	}
	.ml-lg-2, .mx-lg-2 {
		margin-left: .5rem!important
	}
	.m-lg-3 {
		margin: 1rem!important
	}
	.mt-lg-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: .25rem!important
	}
	.pt-lg-1, .py-lg-1 {
		padding-top: .25rem!important
	}
	.pr-lg-1, .px-lg-1 {
		padding-right: .25rem!important
	}
	.pb-lg-1, .py-lg-1 {
		padding-bottom: .25rem!important
	}
	.pl-lg-1, .px-lg-1 {
		padding-left: .25rem!important
	}
	.p-lg-2 {
		padding: .5rem!important
	}
	.pt-lg-2, .py-lg-2 {
		padding-top: .5rem!important
	}
	.pr-lg-2, .px-lg-2 {
		padding-right: .5rem!important
	}
	.pb-lg-2, .py-lg-2 {
		padding-bottom: .5rem!important
	}
	.pl-lg-2, .px-lg-2 {
		padding-left: .5rem!important
	}
	.p-lg-3 {
		padding: 1rem!important
	}
	.pt-lg-3, .py-lg-3 {
		padding-top: 1rem!important
	}
	.pr-lg-3, .px-lg-3 {
		padding-right: 1rem!important
	}
	.pb-lg-3, .py-lg-3 {
		padding-bottom: 1rem!important
	}
	.pl-lg-3, .px-lg-3 {
		padding-left: 1rem!important
	}
	.p-lg-4 {
		padding: 1.5rem!important
	}
	.pt-lg-4, .py-lg-4 {
		padding-top: 1.5rem!important
	}
	.pr-lg-4, .px-lg-4 {
		padding-right: 1.5rem!important
	}
	.pb-lg-4, .py-lg-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-lg-4, .px-lg-4 {
		padding-left: 1.5rem!important
	}
	.p-lg-5 {
		padding: 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: -.25rem!important
	}
	.mt-lg-n1, .my-lg-n1 {
		margin-top: -.25rem!important
	}
	.mr-lg-n1, .mx-lg-n1 {
		margin-right: -.25rem!important
	}
	.mb-lg-n1, .my-lg-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-lg-n1, .mx-lg-n1 {
		margin-left: -.25rem!important
	}
	.m-lg-n2 {
		margin: -.5rem!important
	}
	.mt-lg-n2, .my-lg-n2 {
		margin-top: -.5rem!important
	}
	.mr-lg-n2, .mx-lg-n2 {
		margin-right: -.5rem!important
	}
	.mb-lg-n2, .my-lg-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-lg-n2, .mx-lg-n2 {
		margin-left: -.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: .25rem!important
	}
	.mt-xl-1, .my-xl-1 {
		margin-top: .25rem!important
	}
	.mr-xl-1, .mx-xl-1 {
		margin-right: .25rem!important
	}
	.mb-xl-1, .my-xl-1 {
		margin-bottom: .25rem!important
	}
	.ml-xl-1, .mx-xl-1 {
		margin-left: .25rem!important
	}
	.m-xl-2 {
		margin: .5rem!important
	}
	.mt-xl-2, .my-xl-2 {
		margin-top: .5rem!important
	}
	.mr-xl-2, .mx-xl-2 {
		margin-right: .5rem!important
	}
	.mb-xl-2, .my-xl-2 {
		margin-bottom: .5rem!important
	}
	.ml-xl-2, .mx-xl-2 {
		margin-left: .5rem!important
	}
	.m-xl-3 {
		margin: 1rem!important
	}
	.mt-xl-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: .25rem!important
	}
	.pt-xl-1, .py-xl-1 {
		padding-top: .25rem!important
	}
	.pr-xl-1, .px-xl-1 {
		padding-right: .25rem!important
	}
	.pb-xl-1, .py-xl-1 {
		padding-bottom: .25rem!important
	}
	.pl-xl-1, .px-xl-1 {
		padding-left: .25rem!important
	}
	.p-xl-2 {
		padding: .5rem!important
	}
	.pt-xl-2, .py-xl-2 {
		padding-top: .5rem!important
	}
	.pr-xl-2, .px-xl-2 {
		padding-right: .5rem!important
	}
	.pb-xl-2, .py-xl-2 {
		padding-bottom: .5rem!important
	}
	.pl-xl-2, .px-xl-2 {
		padding-left: .5rem!important
	}
	.p-xl-3 {
		padding: 1rem!important
	}
	.pt-xl-3, .py-xl-3 {
		padding-top: 1rem!important
	}
	.pr-xl-3, .px-xl-3 {
		padding-right: 1rem!important
	}
	.pb-xl-3, .py-xl-3 {
		padding-bottom: 1rem!important
	}
	.pl-xl-3, .px-xl-3 {
		padding-left: 1rem!important
	}
	.p-xl-4 {
		padding: 1.5rem!important
	}
	.pt-xl-4, .py-xl-4 {
		padding-top: 1.5rem!important
	}
	.pr-xl-4, .px-xl-4 {
		padding-right: 1.5rem!important
	}
	.pb-xl-4, .py-xl-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-xl-4, .px-xl-4 {
		padding-left: 1.5rem!important
	}
	.p-xl-5 {
		padding: 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: -.25rem!important
	}
	.mt-xl-n1, .my-xl-n1 {
		margin-top: -.25rem!important
	}
	.mr-xl-n1, .mx-xl-n1 {
		margin-right: -.25rem!important
	}
	.mb-xl-n1, .my-xl-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-xl-n1, .mx-xl-n1 {
		margin-left: -.25rem!important
	}
	.m-xl-n2 {
		margin: -.5rem!important
	}
	.mt-xl-n2, .my-xl-n2 {
		margin-top: -.5rem!important
	}
	.mr-xl-n2, .mx-xl-n2 {
		margin-right: -.5rem!important
	}
	.mb-xl-n2, .my-xl-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-xl-n2, .mx-xl-n2 {
		margin-left: -.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
	}
}
@media (min-width:1600px) {
	.m-xxl-0 {
		margin: 0!important
	}
	.mt-xxl-0, .my-xxl-0 {
		margin-top: 0!important
	}
	.mr-xxl-0, .mx-xxl-0 {
		margin-right: 0!important
	}
	.mb-xxl-0, .my-xxl-0 {
		margin-bottom: 0!important
	}
	.ml-xxl-0, .mx-xxl-0 {
		margin-left: 0!important
	}
	.m-xxl-1 {
		margin: .25rem!important
	}
	.mt-xxl-1, .my-xxl-1 {
		margin-top: .25rem!important
	}
	.mr-xxl-1, .mx-xxl-1 {
		margin-right: .25rem!important
	}
	.mb-xxl-1, .my-xxl-1 {
		margin-bottom: .25rem!important
	}
	.ml-xxl-1, .mx-xxl-1 {
		margin-left: .25rem!important
	}
	.m-xxl-2 {
		margin: .5rem!important
	}
	.mt-xxl-2, .my-xxl-2 {
		margin-top: .5rem!important
	}
	.mr-xxl-2, .mx-xxl-2 {
		margin-right: .5rem!important
	}
	.mb-xxl-2, .my-xxl-2 {
		margin-bottom: .5rem!important
	}
	.ml-xxl-2, .mx-xxl-2 {
		margin-left: .5rem!important
	}
	.m-xxl-3 {
		margin: 1rem!important
	}
	.mt-xxl-3, .my-xxl-3 {
		margin-top: 1rem!important
	}
	.mr-xxl-3, .mx-xxl-3 {
		margin-right: 1rem!important
	}
	.mb-xxl-3, .my-xxl-3 {
		margin-bottom: 1rem!important
	}
	.ml-xxl-3, .mx-xxl-3 {
		margin-left: 1rem!important
	}
	.m-xxl-4 {
		margin: 1.5rem!important
	}
	.mt-xxl-4, .my-xxl-4 {
		margin-top: 1.5rem!important
	}
	.mr-xxl-4, .mx-xxl-4 {
		margin-right: 1.5rem!important
	}
	.mb-xxl-4, .my-xxl-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-xxl-4, .mx-xxl-4 {
		margin-left: 1.5rem!important
	}
	.m-xxl-5 {
		margin: 3rem!important
	}
	.mt-xxl-5, .my-xxl-5 {
		margin-top: 3rem!important
	}
	.mr-xxl-5, .mx-xxl-5 {
		margin-right: 3rem!important
	}
	.mb-xxl-5, .my-xxl-5 {
		margin-bottom: 3rem!important
	}
	.ml-xxl-5, .mx-xxl-5 {
		margin-left: 3rem!important
	}
	.p-xxl-0 {
		padding: 0!important
	}
	.pt-xxl-0, .py-xxl-0 {
		padding-top: 0!important
	}
	.pr-xxl-0, .px-xxl-0 {
		padding-right: 0!important
	}
	.pb-xxl-0, .py-xxl-0 {
		padding-bottom: 0!important
	}
	.pl-xxl-0, .px-xxl-0 {
		padding-left: 0!important
	}
	.p-xxl-1 {
		padding: .25rem!important
	}
	.pt-xxl-1, .py-xxl-1 {
		padding-top: .25rem!important
	}
	.pr-xxl-1, .px-xxl-1 {
		padding-right: .25rem!important
	}
	.pb-xxl-1, .py-xxl-1 {
		padding-bottom: .25rem!important
	}
	.pl-xxl-1, .px-xxl-1 {
		padding-left: .25rem!important
	}
	.p-xxl-2 {
		padding: .5rem!important
	}
	.pt-xxl-2, .py-xxl-2 {
		padding-top: .5rem!important
	}
	.pr-xxl-2, .px-xxl-2 {
		padding-right: .5rem!important
	}
	.pb-xxl-2, .py-xxl-2 {
		padding-bottom: .5rem!important
	}
	.pl-xxl-2, .px-xxl-2 {
		padding-left: .5rem!important
	}
	.p-xxl-3 {
		padding: 1rem!important
	}
	.pt-xxl-3, .py-xxl-3 {
		padding-top: 1rem!important
	}
	.pr-xxl-3, .px-xxl-3 {
		padding-right: 1rem!important
	}
	.pb-xxl-3, .py-xxl-3 {
		padding-bottom: 1rem!important
	}
	.pl-xxl-3, .px-xxl-3 {
		padding-left: 1rem!important
	}
	.p-xxl-4 {
		padding: 1.5rem!important
	}
	.pt-xxl-4, .py-xxl-4 {
		padding-top: 1.5rem!important
	}
	.pr-xxl-4, .px-xxl-4 {
		padding-right: 1.5rem!important
	}
	.pb-xxl-4, .py-xxl-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-xxl-4, .px-xxl-4 {
		padding-left: 1.5rem!important
	}
	.p-xxl-5 {
		padding: 3rem!important
	}
	.pt-xxl-5, .py-xxl-5 {
		padding-top: 3rem!important
	}
	.pr-xxl-5, .px-xxl-5 {
		padding-right: 3rem!important
	}
	.pb-xxl-5, .py-xxl-5 {
		padding-bottom: 3rem!important
	}
	.pl-xxl-5, .px-xxl-5 {
		padding-left: 3rem!important
	}
	.m-xxl-n1 {
		margin: -.25rem!important
	}
	.mt-xxl-n1, .my-xxl-n1 {
		margin-top: -.25rem!important
	}
	.mr-xxl-n1, .mx-xxl-n1 {
		margin-right: -.25rem!important
	}
	.mb-xxl-n1, .my-xxl-n1 {
		margin-bottom: -.25rem!important
	}
	.ml-xxl-n1, .mx-xxl-n1 {
		margin-left: -.25rem!important
	}
	.m-xxl-n2 {
		margin: -.5rem!important
	}
	.mt-xxl-n2, .my-xxl-n2 {
		margin-top: -.5rem!important
	}
	.mr-xxl-n2, .mx-xxl-n2 {
		margin-right: -.5rem!important
	}
	.mb-xxl-n2, .my-xxl-n2 {
		margin-bottom: -.5rem!important
	}
	.ml-xxl-n2, .mx-xxl-n2 {
		margin-left: -.5rem!important
	}
	.m-xxl-n3 {
		margin: -1rem!important
	}
	.mt-xxl-n3, .my-xxl-n3 {
		margin-top: -1rem!important
	}
	.mr-xxl-n3, .mx-xxl-n3 {
		margin-right: -1rem!important
	}
	.mb-xxl-n3, .my-xxl-n3 {
		margin-bottom: -1rem!important
	}
	.ml-xxl-n3, .mx-xxl-n3 {
		margin-left: -1rem!important
	}
	.m-xxl-n4 {
		margin: -1.5rem!important
	}
	.mt-xxl-n4, .my-xxl-n4 {
		margin-top: -1.5rem!important
	}
	.mr-xxl-n4, .mx-xxl-n4 {
		margin-right: -1.5rem!important
	}
	.mb-xxl-n4, .my-xxl-n4 {
		margin-bottom: -1.5rem!important
	}
	.ml-xxl-n4, .mx-xxl-n4 {
		margin-left: -1.5rem!important
	}
	.m-xxl-n5 {
		margin: -3rem!important
	}
	.mt-xxl-n5, .my-xxl-n5 {
		margin-top: -3rem!important
	}
	.mr-xxl-n5, .mx-xxl-n5 {
		margin-right: -3rem!important
	}
	.mb-xxl-n5, .my-xxl-n5 {
		margin-bottom: -3rem!important
	}
	.ml-xxl-n5, .mx-xxl-n5 {
		margin-left: -3rem!important
	}
	.m-xxl-auto {
		margin: auto!important
	}
	.mt-xxl-auto, .my-xxl-auto {
		margin-top: auto!important
	}
	.mr-xxl-auto, .mx-xxl-auto {
		margin-right: auto!important
	}
	.mb-xxl-auto, .my-xxl-auto {
		margin-bottom: auto!important
	}
	.ml-xxl-auto, .mx-xxl-auto {
		margin-left: auto!important
	}
}
.text-monospace {
	font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace!important
}
.text-justify {
	text-align: justify!important
}
.text-wrap {
	white-space: normal!important
}
.text-nowrap {
	white-space: nowrap!important
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.text-left {
	text-align: left!important
}
.text-right {
	text-align: right!important
}
.text-center {
	text-align: center!important
}
@media (min-width:576px) {
	.text-sm-left {
		text-align: left!important
	}
	.text-sm-right {
		text-align: right!important
	}
	.text-sm-center {
		text-align: center!important
	}
}
@media (min-width:768px) {
	.text-md-left {
		text-align: left!important
	}
	.text-md-right {
		text-align: right!important
	}
	.text-md-center {
		text-align: center!important
	}
}
@media (min-width:992px) {
	.text-lg-left {
		text-align: left!important
	}
	.text-lg-right {
		text-align: right!important
	}
	.text-lg-center {
		text-align: center!important
	}
}
@media (min-width:1200px) {
	.text-xl-left {
		text-align: left!important
	}
	.text-xl-right {
		text-align: right!important
	}
	.text-xl-center {
		text-align: center!important
	}
}
@media (min-width:1600px) {
	.text-xxl-left {
		text-align: left!important
	}
	.text-xxl-right {
		text-align: right!important
	}
	.text-xxl-center {
		text-align: center!important
	}
}
.text-lowercase {
	text-transform: lowercase!important
}
.text-uppercase {
	text-transform: uppercase!important
}
.text-capitalize {
	text-transform: capitalize!important
}
.font-weight-light {
	font-weight: 300!important
}
.font-weight-lighter {
	font-weight: lighter!important
}
.font-weight-normal {
	font-weight: 400!important
}
.font-weight-bold {
	font-weight: 700!important
}
.font-weight-bolder {
	font-weight: bolder!important
}
.font-italic {
	font-style: italic!important
}
.text-white {
	color: #fff!important
}
.text-body {
	color: #777!important
}
.text-muted {
	color: #6c757d!important
}
.text-black-50 {
	color: rgba(0, 0, 0, .5)!important
}
.text-white-50 {
	color: rgba(255, 255, 255, .5)!important
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
.text-decoration-none {
	text-decoration: none!important
}
.text-break {
	word-break: break-word!important;
	overflow-wrap: break-word!important
}
.text-reset {
	color: inherit!important
}
.visible {
	visibility: visible!important
}
.invisible {
	visibility: hidden!important
}
@-ms-viewport {
	width: device-width
}
html {
	line-height: 1.15;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-family: Ubuntu, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}
table {
	border-collapse: collapse;
	width: 100%
}
table td, table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6
}
table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6
}
table thead td, table thead th {
	border-bottom: 2px solid #dee2e6
}
table tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05)
}
table tbody+tbody {
	border-top: 2px solid #dee2e6
}
.relative {
	position: relative
}
.bg-gradient {
	background: #ffbd2c;
	background: -webkit-gradient(linear, left top, right top, from(#ffbd2c), color-stop(50%, #bcc071), color-stop(75%, #46c4ea));
	background: linear-gradient(90deg, #ffbd2c 0, #bcc071 50%, #46c4ea 75%)
}
.container.intro h2 {
	padding-left: 15px
}
.container.intro, .container.n {
	padding-left: 7px
}
.c-container {
	position: relative;
	background: -webkit-gradient(linear, right top, left top, color-stop(50%, #e3f4fb), color-stop(50%, #fff));
	background: linear-gradient(to left, #e3f4fb 50%, #fff 50%);
	transition: all .7s
}
.c-container::before {
	content: "";
	display: block;
	width: 50%;
	height: 5px;
	background: var(--mainBlue);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2
}
.c-container.first {
	padding-top: 0
}
.c-container.first h2 {
	margin-top: 0!important
}
.c-container.second {
	background: #fff
}
.c-container.second.bgGray {
	background: #f7f7f8;
	background: -webkit-gradient(linear, right top, left top, color-stop(50%, #fff), color-stop(50%, #f7f7f8));
	background: linear-gradient(to left, #fff 50%, #f7f7f8 50%)
}
.c-container.third::before {
	display: none
}
.c-container.second::before {
	content: "";
	display: block;
	width: 50%;
	height: 5px;
	background: 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2
}
.c-container .row {
	max-width: var(--fullWidth);
	display: flex
}
.c-container .row, .row.a {
	margin: auto
}
.c-row {
	margin-left: 0;
	margin-right: 0
}
.c-row [class*=col-] {
	padding-left: 0;
	padding-right: 0
}
.row.has-both-arr::after {
	position: absolute;
	display: block;
	height: 15px;
	width: 57px;
	overflow: hidden;
	bottom: 57px;
	right: 0;
	z-index: 2;
	pointer-events: none;
	line-height: 1;
	left: calc(50% + 31px)
}
.container.n .row {
	margin-left: 0;
	margin-right: 0
}
.c-container [class*=col-] {
	padding: 15px
}
.c-1, .c-2 {
	max-width: 600px
}
.c-1 {
	margin-left: auto;
	padding-left: 23px;
	padding-right: 15px
}
.c-2 {
	margin-right: auto;
	padding-right: 30px;
	padding-left: 15px
}
.container.second {
	padding-left: 23px;
	padding-right: 30px
}
.c-container.second.v2 .row .i {
	margin-top: -15px;
	margin-left: -15px;
	padding-left: 0
}
.alfa-cutter {
	margin-bottom: 2rem
}
.alfa-cutter-img {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	max-width: 585px
}
.c-btn {
	position: relative;
	display: inline-flex;
	padding: 1rem 2rem;
	margin: 1rem 0 1rem 0;
	transition: all .27s
}
.c-btn:before {
	content: '';
	position: absolute;
	background-color: var(--mainBlue);
	transition: all .7s;
	left: 0;
	top: 0;
	height: 2px;
	width: 100%
}
.c-btn:after {
	content: '';
	position: absolute;
	background-color: var(--mainBlue);
	transition: all .7s;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%
}
.c-btn:hover {
	background: var(--mainBlue);
	color: #fff
}
.c-btn:hover::after {
	width: 0;
	left: 100%;
	background: var(--mainYellow)
}
.c-btn:hover::before {
	width: 0;
	right: 100%;
	background: var(--mainYellow)
}
.c-arr {
	display: block;
	height: 15px;
	width: 57px;
	overflow: hidden;
	margin: 2rem 0;
	background: url(/_data/styly/gsp/img/c-arr.png);
	background-size: cover
}
.l-c-arr {
	position: relative;
	display: block;
	height: 15px;
	width: 57px;
	overflow: hidden;
	margin-top: 21px;
	bottom: 25px;
	background: url(/_data/styly/gsp/img/c-arr.png);
	background-size: cover
}
.r-c-arr {
	position: relative;
	display: block;
	height: 15px;
	width: 57px;
	overflow: hidden;
	margin-top: 21px;
	bottom: -23px;
	background: url(/_data/styly/gsp/img/c-arr.png);
	background-size: cover
}
@-webkit-keyframes arrShake {
	10%, 90% {
		transform: translate3d(-1px, 0, 0)
	}
	20%, 80% {
		transform: translate3d(2px, 0, 0)
	}
	30%, 50%, 70% {
		transform: translate3d(-2px, 0, 0)
	}
	40%, 60% {
		transform: translate3d(2px, 0, 0)
	}
}
@keyframes arrShake {
	10%, 90% {
		transform: translate3d(-1px, 0, 0)
	}
	20%, 80% {
		transform: translate3d(2px, 0, 0)
	}
	30%, 50%, 70% {
		transform: translate3d(-2px, 0, 0)
	}
	40%, 60% {
		transform: translate3d(2px, 0, 0)
	}
}
.l-c-arr:hover, .r-c-arr:hover {
	animation: arrShake 2s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	perspective: 1000px
}
.h-c {
	padding-left: 8px
}
.description-for-vid {
	max-width: calc(600px - 15px);
	padding-top: 2rem
}
.row.full {
	width: var(--fullWidth);
	max-width: 100%;
	margin: auto
}
.row.inner {
	max-width: var(--pageWidth);
	margin: auto
}
#hp .col-6 {
	padding: 0!important
}
@media only screen and (max-width:1280px) {
	.content .c-container .col-md-6, .content .f-container .col-md-6 {
		flex: 0 0 100%!important;
		max-width: 100%!important
	}
	.container.second {
		width: 1280px;
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px
	}
	.container.second .row {
		margin-left: 0;
		margin-right: 0
	}
	.c-1, .c-2, .description-for-vid {
		width: 100%;
		max-width: 100%
	}
	.c-1, .c-2 {
		padding-left: 0;
		padding-right: 0
	}
	.alfa-cutter-img {
		display: none
	}
	.c-container.second.bgGray {
		background: #f7f7f8
	}
	.c-container {
		background: #e3f4fb
	}
	.c-container [class*=col-] {
		padding: 0
	}
	.r-c-arr {
		left: calc(50% + 30px);
		display: none
	}
	.c-container::before {
		width: 100%
	}
	.c-container, .container.intro, .container.n {
		max-width: 1280px;
		padding-left: 30px;
		padding-right: 30px
	}
	#news .col-xl-3, #news .h-c {
		padding-left: 0;
		margin-left: -7px
	}
}
@media only screen and (max-width:992px) {
	.container.second {
		max-width: 992px;
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px
	}
	.container.second .row {
		margin-left: 0;
		margin-right: 0
	}
	#news .row [class*=col-], .container.second .row [class*=col-] {
		padding-left: 0;
		padding-right: 0
	}
}
@media only screen and (max-width:992px) {
	#news {
		max-width: 100%!important;
		padding-left: 60px!important;
		padding-right: 60px!important
	}
}
header {
	position: fixed;
	top: 0;
	width: 100%;
	width: 100vw;
	z-index: 100;
	left: 0;
	box-shadow: 1px 14px 21px 3px rgba(0, 0, 0, .27)
}
.header-row1-wrapper {
	width: 100%;
	max-width: var(--pageWidth);
	margin: 0 auto;
	padding: 0;
	height: 100%;
	display: flex;
	align-items: center
}
.header-row1-cross {
	margin-left: 30px
}
.header-row1-title {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	margin-left: 25px
}
.header-row2-wrapper {
	position: relative;
	width: 100%;
	max-width: var(--pageWidth);
	margin: 0 auto;
	padding: 0;
	height: 64px;
	z-index: 10;
	display: flex;
	background: 0 0;
	align-items: center
}
.header-row2-wrapper .nav-menu {
	display: flex;
	font-size: .9rem;
	padding: 0;
	margin: 0
}
.header-row2-wrapper .nav-menu li {
	position: relative;
	display: flex;
	list-style-type: none;
	transition: .27s all
}
#nav-sub-menu>li>a {
	font-weight: 600!important;
	transition: .27s all
}
#nav-sub-menu>li>a:hover {
	color: var(--mainBlue)!important
}
.header-row2-wrapper .nav-menu ul.nav-sub-menu li a {
	padding: .4rem 1rem
}
.header-row2-wrapper .nav-menu ul:not(.nav-sub-menu) li a {
	display: block
}
.second.nav-menu2-has-children {
	position: relative
}
.second.nav-menu2-has-children>a {
	display: inline-block
}
.second.nav-menu2-has-children:hover>a::after {
	content: url(/_data/styly/gsp/img/nav-sipka.png);
	position: absolute;
	display: inline-block;
	top: 6px;
	z-index: 100;
	left: calc(100%)
}
.header-row2-wrapper>.nav-menu>li {
	transition: background .45s ease
}
.nav-menu>li:hover:before {
	position: absolute;
	left: 50%;
	margin-left: -11px;
	bottom: -14px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #48aee3;
	content: "";
	z-index: 5
}
.nav-menu>li:hover:after {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: -5px;
	border-top: 12px solid #48aee3;
	content: ""
}
.nav-menu>li:first-child:hover:after {
	left: -6px
}
.nav-sub-menu {
	position: fixed;
	font-size: .9rem;
	padding-left: 0;
	padding-top: 1.75rem;
	background: #fff;
	width: 100%;
	max-width: 100%;
	border-bottom: 10px solid #48aee3;
	box-shadow: 1px 14px 21px 3px rgba(0, 0, 0, .25);
	z-index: 2;
	top: 144px;
	height: 550px;
	display: none
}
.nav-sub2-image {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	z-index: -1;
	display: none;
	pointer-events: none;
	transition: all .42s
}
@media screen and (max-width:1180px) {
	.nav-sub2-image {
		right: -100px
	}
}
.nav-sub2-menu {
	display: none
}
.nav-sub-menu>li a {
	padding-left: .5rem
}
.nav-sub-menu>li a:hover {
	color: #48aee3
}
.nav-sub-menu, .nav-sub2-menu {
	display: none
}
.nav-menu-has-children:hover>ul, .nav-menu2-has-children:hover>ul, .nav-sub-menu li:hover+.nav-sub2-image {
	display: block
}
.nav-menu-has-children, .nav-menu2-has-children {
	position: relative
}
.nav-sub2-menu {
	position: absolute;
	left: 300px;
	width: 100%;
	top: 0;
	padding: 0;
	z-index: 100;
	overflow: auto;
	word-wrap: break-word
}
.nav-sub2-menu>li {
	display: block;
	font-size: .9rem;
	font-weight: 400!important;
	word-wrap: break-word;
	overflow-x: auto
}
.nav-sub2-menu>li:hover {
	display: block;
	overflow-x: visible
}
.nav-sub2-menu li a {
	padding: .5rem;
	padding-left: 1rem;
	text-align: left!important;
	display: block;
	font-weight: 400!important
}
.nav-sub2-menu>li>a {
	padding-left: 14px!important;
	padding-top: 6px!important
}
.nav-sub2-menu li a:hover {
	overflow: visible;
	text-overflow: unset
}
.nav-sub2-menu li a:hover {
	text-decoration: underline
}
.header-row2-language-wrapper {
	margin-left: auto;
	padding-right: calc(15px + 8px)
}
.header-row2-language-wrapper img {
	vertical-align: middle
}
.header-row2-language {
	display: flex;
	align-items: center
}
.header-row2-language-globe {
	padding-left: 1.75rem
}
.header-row2-language-title {
	margin-left: 10px!important;
	font-size: 14px;
	font-weight: 500;
	padding-top: 3px
}
.header-row2-language-dot {
	background-color: var(--mainBlue);
	height: 6px;
	width: 6px;
	border-radius: 50%;
	display: none
}
.f-heading {
	font-size: 2.25rem;
	margin-top: 0;
	padding-top: 10px;
	padding-top: 24px;
	/*margin-bottom: 3rem;*/
	color: #0da2d9
}
.custh1 {
	font-size: 2.25rem;
	margin-top: 0;
	padding-top: 10px;
	padding-top: 24px;
	margin-bottom: 3rem;
	color: #0da2d9
}
.main-right ul li {
	padding-bottom: 20px
}
.main-right ul li:before {
	content: "\2022";
	color: #0da2d9;
	font-weight: 700;
	display: inline-block;
	width: 16px;
	margin-left: -20px
}
.header-row2-language, .header-row2-language-wrapper {
	position: relative
}
.section--top {
	max-height: 80px;
	height: 80px;
	padding-top: 1rem;
	background: #ffbd2c;
	background: -webkit-gradient(linear, left top, right top, from(#ffbd2c), color-stop(50%, #e7be44), color-stop(80%, #47c4e8));
	background: linear-gradient(90deg, #ffbd2c 0, #e7be44 50%, #47c4e8 80%);
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 80px
}
.section--top .heading {
	color: #fff;
	font-size: 1.6rem;
	padding: 0;
	margin: 0;
	font-weight: 500;
	position: relative;
	padding-top: 25px
}
.section--top .heading:before {
	content: url(/_data/styly/gsp/img/cross2.png);
	position: absolute;
	left: -78px;
	top: 17px;
	z-index: 2;
	display: block;
	height: 47px;
	width: 47px
}
.header-row2-language-wrapper {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center
}
.top-wrapper {
	background: #fff;
	position: relative;
	z-index: 3;
	padding-left: 0;
	box-shadow: 0 9px 10px 0 rgba(0, 0, 0, .1)
}
.languages {
	display: none
}
.top-wrapper #languages {
	display: flex;
	flex-wrap: wrap;
	width: 240px;
	position: absolute;
	top: 42px;
	right: -45px;
	padding: 1rem;
	background: #fff
}
.top-wrapper #languages>div {
	width: 50%
}
.top-wrapper #languages>div>a {
	display: inline-block;
	width: 72px
}
.languages.open, .top-wrapper #languages.open {
	display: flex;
	flex-wrap: wrap
}
.section-after-top {
	padding-top: 141px;
	background: #ffbd2c;
	background: -webkit-gradient(linear, left top, right top, from(#ffbd2c), color-stop(50%, #e7be44), color-stop(80%, rgba(71, 196, 232, .7)));
	background: linear-gradient(90deg, #ffbd2c 0, #e7be44 50%, rgba(71, 196, 232, .7) 80%);
	padding-bottom: 58px
}
.section-after-top #logo_gsp {
	position: relative;
	margin-left: 0
}
.section-after-top .heading {
	color: #48aee3;
	font-size: 2rem;
	padding: 0;
	margin: 0;
	position: relative;
	top: -3px;
	line-height: 1.25
}
#a-logo {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	margin-left: -8px
}
#a-logo:after {
	content: url(/_data/styly/gsp/img/cross.png);
	height: 103px;
	width: 103px;
	display: inline-block;
	position: absolute;
	right: 25px;
	top: -13px
}
#a-logo-top {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 0;
	margin-left: -15px
}
#a-logo-top:after {
	display: none
}
#logo_gsp-top {
	width: 100px;
	max-width: 100px;
	max-width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	top: 1.125rem
}
.inner-page {
	max-width: var(--pageWidth);
	margin: auto
}
.inner-page p {
	color: #0d0d0d
}
.inner-page ul li::marker {
	color: #48aee3
}
#col-content ul {
	padding-left: 15px
}
#col-content ul li ul {
	margin: 1rem 0
}
#col-content a, .content a {
	text-decoration: underline
}
.home-btn {
	position: relative;
	background-color: #fff;
	color: #000;
	color: var(--mainBlue);
	border-radius: 25px;
	font-size: 1.015rem;
	font-weight: 800;
	padding: 2rem;
	position: absolute;
	top: 43rem;
	right: 7.9rem;
	border-width: 0;
	border: none;
	outline: 0;
	text-transform: uppercase;
	text-decoration: underline;
	cursor: pointer;
	line-height: 1.3;
	z-index: 3;
	transition: all .32s;
	text-align: center
}
.home-btn:hover {
	background: var(--mainBlue);
	color: #fff;
	box-shadow: 0 10px 13px -7px rgba(0, 0, 0, .1), 5px 5px 15px 5px rgba(0, 0, 0, .1)
}
@keyframes float {
	0% {
		transform: translatey(0)
	}
	50% {
		transform: translatey(-16px)
	}
	100% {
		transform: translatey(0)
	}
}
.home-btn-2 {
	position: relative;
	background-color: var(--mainBlue);
	color: #fff;
	border-radius: 25px;
	font-size: 1.015rem;
	font-weight: 800;
	padding: 2rem;
	position: absolute;
	border-width: 0;
	border: none;
	outline: 0;
	text-transform: uppercase;
	text-decoration: underline;
	cursor: pointer;
	line-height: 1.3;
	z-index: 3;
	transition: all .32s;
	text-align: center;
	top: 50%;
	left: 72px;
	margin-top: -53px;
	transform: translatey(0);
	animation: float 3s ease-in-out infinite
}
.home-btn-2:hover {
	background: #fff;
	color: var(--mainBlue);
	box-shadow: 0 10px 13px -7px rgba(0, 0, 0, .1), 5px 5px 15px 5px rgba(0, 0, 0, .1)
}
@media screen and (max-width:1280px) {
	.home-btn-2 {
		display: none
	}
}
#img-up {
	background: url(/_data/styly/gsp/img/arrUp.png);
	position: absolute;
	right: 10.275587rem;
	top: -5px;
	display: block;
	height: 120px;
	width: 170px;
	z-index: 3;
	background-size: cover;
	overflow: hidden
}
#img-down {
	background: url(/_data/styly/gsp/img/ARD.png);
	position: absolute;
	right: -20rem;
	bottom: -4rem;
	display: block;
	height: 533px;
	width: 1065px;
	z-index: 3;
	background-size: cover;
	overflow: hidden;
	pointer-events: none
}
.home-text {
	color: #2d2d2d;
	padding-left: 3rem;
	padding-right: 0
}
.home-text .container {
	padding-right: 0;
	padding-left: 2rem
}
.home-text h3 {
	font-size: 1.575rem;
	font-weight: 600;
	margin-top: .5rem
}
.home-text p {
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 300
}
#hp {
	padding-bottom: 0
}
.f-items {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	transition: all .27s
}
.f-items a {
	background: rgba(0, 0, 0, .25);
	border-bottom: 1px solid rgba(255, 255, 255, .7);
	border-right: 1px solid rgba(255, 255, 255, .7);
	height: 300px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	transition: all .27s;
	transition: background .27s;
	width: 50%
}
.f-items a:hover {
	background: 0 0
}
.f-items a:hover img {
	transform: scale(1.02)
}
.f-items a img {
	transition: all .27s
}
.f-items a h2 {
	bottom: 0;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 600;
	margin-left: 0;
	margin-top: 0;
	padding: 1.75rem 0 1rem 1.75rem;
	position: relative;
	text-shadow: 4px 4px 15px rgba(0, 0, 0, .4);
	z-index: 3
}
.s-items {
	display: flex;
	flex-grow: 1;
	flex-wrap: wrap;
	position: relative;
	transition: all .27s
}
.s-items a {
	background: rgba(0, 0, 0, .25);
	border-bottom: 1px solid rgba(255, 255, 255, .7);
	border-right: 1px solid rgba(255, 255, 255, .7);
	height: 150px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	transition: all .27s;
	transition: background .27s;
	width: 50%
}
.s-items a:hover {
	background: 0 0
}
.s-items a:hover img {
	transform: scale(1.02)
}
.s-items a img {
	transition: all .27s
}
.s-items a h2 {
	bottom: 0;
	color: #fff;
	font-size: 1.1275rem;
	font-weight: 600;
	margin-left: 0;
	margin-top: 0;
	padding: 1.75rem 0 1rem 1.75rem;
	position: relative;
	text-shadow: 4px 4px 15px rgba(0, 0, 0, .4);
	z-index: 3
}
.f-items>a:nth-child(1) {
	border-left: 1px solid rgba(255, 255, 255, .7);
	border-top: 1px solid rgba(255, 255, 255, .7)
}
.f-items>a:nth-child(2) {
	border-top: 1px solid rgba(255, 255, 255, .7)
}
.f-items>a:nth-child(3) {
	border-left: 1px solid rgba(255, 255, 255, .7)
}
.s-items>a:nth-child(1) {
	border-top: 1px solid rgba(255, 255, 255, .7)
}
.s-items>a:nth-child(2) {
	border-top: 1px solid rgba(255, 255, 255, .7)
}
.item-img {
	overflow: hidden;
	position: absolute
}
.item1 {
	bottom: 12px;
	left: 0;
	position: absolute
}
.item2 {
	bottom: -1px;
	left: -7px;
	position: absolute
}
.item3 {
	position: absolute;
	right: -2px;
	top: -1px
}
.item4 {
	left: 45px;
	position: absolute;
	top: 20px
}
.item5 {
	position: absolute;
	right: -2px;
	top: 0
}
.item6 {
	position: absolute;
	right: 0;
	top: 0
}
.item7 {
	position: absolute;
	right: 20px;
	top: -5px
}
.item8 {
	position: absolute;
	right: 50px;
	top: 0
}
#home-slider>li {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #000;
	padding: 0;
	margin: 0
}
#home-slider {
	left: -9999px;
	opacity: 0;
	display: block;
	padding: 0;
	margin: 0;
	transition: left, opacity 5s ease-in
}
#home-slider.slick-initialized {
	left: 0;
	opacity: 1
}
#home-slider .slick-slide img {
	border: 16px solid var(--mainYellow)
}
#home-slider .slick-dots {
	position: absolute;
	bottom: 8px;
	display: none
}
#home-slider .slick-dots li {
	display: inline-block
}
#home-slider .slick-dots li button {
	display: inline-block;
	color: #fff;
	border-radius: 50%
}
#home-slider .slick-dots li button:before {
	color: #fff;
	font-size: 1rem;
	opacity: 1;
	display: none
}
#home-slider .slick-dots li.slick-active button::before {
	color: #36c5fa
}
#home-slider .slick-dots li.slick-active button {
	color: var(--mainBlue)!important;
	background: var(--mainBlue)!important
}
#home-slider .slide-arrow {
	position: absolute;
	top: 44%;
	margin-top: -7px
}
#home-slider .prev-arrow {
	width: 25px;
	height: 29px;
	outline: 0;
	border: none;
	background: 0 0;
	cursor: pointer;
	z-index: 2;
	left: -10px;
	transition: all .5s
}
#home-slider .next-arrow {
	width: 25px;
	height: 29px;
	outline: 0;
	border: none;
	background: 0 0;
	cursor: pointer;
	right: 10px;
	transition: all .5s
}
#home-slider .next-arrow:hover, #home-slider .prev-arrow:hover {
	opacity: .5
}
#home-slider .prev-arrow::before {
	content: url(/_data/styly/gsp/img/HomeLeftArr.png);
	display: inline-block;
	position: absolute;
	width: 25px;
	height: 29px;
	background: 0 0;
	cursor: pointer;
	z-index: 2
}
#home-slider .next-arrow::before {
	content: url(/_data/styly/gsp/img/HomeRightArr.png);
	display: inline-block;
	position: absolute;
	width: 25px;
	height: 29px;
	background: 0 0;
	cursor: pointer
}
@media screen and (max-width:1200px) {
	.nav-menu {
		display: none
	}
}
@media screen and (max-width:768px) {
	.s-items>a:nth-child(1), .s-items>a:nth-child(2) {
		border-top: none
	}
	.s-items>a:nth-child(1), .s-items>a:nth-child(3) {
		border-left: 1px solid rgba(255, 255, 255, .5)
	}
	#home-slider {
		float: none;
		margin: 0 auto 5rem auto
	}
}
@media screen and (max-width:1080px) {
	#home-slider.slick-initialized {
		left: 0;
		opacity: 1
	}
	#home-slider {
		max-width: 511px;
		margin: auto
	}
}
@media screen and (max-width:600px) {
	#home-slider {
		max-width: 420px
	}
}
@media screen and (max-width:480px) {
	#home-slider {
		max-width: 400px
	}
}
@media screen and (max-width:420px) {
	#home-slider {
		max-width: 375px
	}
}
@media screen and (max-width:400px) {
	#home-slider {
		max-width: 350px
	}
}
@media screen and (max-width:360px) {
	#home-slider {
		max-width: 330px
	}
}
@media screen and (max-width:334px) {
	#home-slider {
		max-width: 300px
	}
}
.left-menu-padding {
	padding-top: 1rem
}
.d-padding {
	padding: 0 0 3rem 2rem
}
.section-mobile-home-top {
	display: none
}
.h-fix {
	position: absolute;
	height: 90px;
	width: 100%;
	overflow: hidden;
	display: none!important
}
@media only screen and (max-width:1080px) {
	.h-fix {
		display: block!important
	}
	.section-mobile-home-top {
		position: fixed;
		top: 0;
		display: block;
		width: 100%;
		height: 90px;
		z-index: 999;
		background: #febd2d;
		background: linear-gradient(90deg, #febd2d 0, #febd2d 46%, #93c19a 68%, #49c5e9 77%)
	}
	.section-mobile-home-top .f-row {
		display: flex
	}
	.section-mobile-home-top .header-row2-language-wrapper {
		padding: 0
	}
	.y-S {
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: var(--mainYellow);
		top: 13px;
		overflow: hidden;
		position: relative
	}
	.white-globe, .white-magnifier {
		position: relative;
		width: 28px;
		height: 28px;
		overflow: hidden;
		cursor: pointer
	}
	.white-globe, .white-magnifier {
		height: 31px
	}
	.white-globe {
		width: 31px;
		height: 31px
	}
	.d-padding {
		padding: 0 15px
	}
	#col-content.col-md-9 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.section-after-top {
		display: none
	}
	.c-logo {
		padding-left: 30px!important;
		overflow: hidden
	}
	.a-center {
		height: 100%;
		padding-top: 33px;
		padding-bottom: 15px
	}
	.m-row {
		display: flex;
		justify-content: space-between;
		padding-right: 30px!important;
		max-width: 230px;
		margin-left: auto
	}
	:root {
		--n: .5;
		--n2: .47
	}
	#a-logo-mobile {
		display: block;
		width: calc(174px * var(--n));
		height: calc(80px * var(--n))
	}
	#logo_gsp_mobile {
		display: block;
		width: 174px;
		height: 80px;
		width: calc(174px * var(--n));
		height: calc(80px * var(--n));
		background: url(/_data/styly/gsp/img/logo_gsp.png);
		background-size: contain;
		max-width: 100%;
		overflow: hidden
	}
	.header-row2-language-dot, .header-row2-language.pr-3 {
		display: none!important
	}
	.header-row2-language-scope.js-header__search.pl-3 {
		padding-left: 30px!important
	}
}
.mobile-heading {
	position: absolute;
	font-size: 17px;
	margin: 0;
	white-space: nowrap;
	left: 30px;
	top: 8px
}
.mobile-heading br {
	display: none
}
@media screen and (max-width:556px) {
	.mobile-heading {
		font-size: 16px
	}
	.m-row {
		display: flex;
		justify-content: space-between;
		padding-right: 30px!important
	}
	.c-logo {
		padding-left: 30px!important;
		overflow: hidden
	}
}
@media screen and (max-width:420px) {
	#logo_gsp_mobile {
		width: calc(174px * var(--n2));
		height: calc(80px * var(--n2))
	}
	.mobile-heading {
		font-size: 14px
	}
	.m-row {
		display: flex;
		justify-content: space-between;
		padding-right: 30px!important
	}
	.c-logo {
		padding-left: 30px!important;
		overflow: hidden
	}
}
@media screen and (max-width:364px) {
	.mobile-heading {
		font-size: 13px
	}
}
#topmenu .nav-menu li a {
	text-decoration: none;
	color: #000;
	font-weight: 400;
	position: relative;
	border-bottom: 1px solid transparent
}
#topmenu .nav-menu li a:hover {
	color: var(--mainBlue);
	text-decoration: underline
}
#topmenu .nav-menu>li>a {
	--space: 1.25rem;
	font-weight: 600;
	margin-right: 18px;
	padding-left: var(--space);
	color: #000;
	padding-bottom: 1rem;
	margin-top: 1rem
}
.nav-menu>li:first-child:hover:after {
	left: 9px
}
#top-footer {
	background: #48aee3;
	display: block
}
#top-footer .r {
	max-width: var(--pageWidth);
	margin: auto;
	padding: 3rem 0
}
#top-footer .r .col-4 {
	padding: 1rem
}
#top-footer .r .col-4 h4 {
	color: #fff;
	font-size: 25px;
	letter-spacing: 3px;
	font-weight: 600;
	line-height: 1.2
}
#top-footer .w-btn {
	color: #fff;
	border: 2px solid #fff;
	display: block;
	max-width: 227px;
	text-align: center;
	padding: 2rem 1rem;
	text-decoration: none;
	transition: all .27s
}
#top-footer .w-btn:hover {
	color: var(--mainBlue);
	border-color: var(--mainBlue);
	display: block;
	text-align: center;
	background: #fff;
	padding: 2rem 1rem;
	text-decoration: none
}
#top-footer .row.r .col-4.wspf {
	padding: 1.75rem 2.75rem 1rem 0
}
#top-footer .row.r .col-4.wspt {
	padding: 1.75rem 0 1rem 5rem
}
#footer .footerNav {
	padding-left: 1rem;
	transition: all .27s;
    line-height: 35px;
}
#footer .footerNav a {
    text-decoration: underline;
}
#footer .col.f {
	margin-left: 0!important
}
@media only screen and (max-width:1280px) {
	#footer {
		padding-left: 30px!important
	}
	#footer .col.f {
		margin-left: 0
	}
}
#footer .col {
	padding-left: 0;
	padding-right: 0
}
#footer .col.t {
	padding-left: 117px
}
@media only screen and (max-width:1280px) {
	#footer .col.t {
		padding-left: 85px
	}
}
#footer .footerNav li a:hover {
	color: var(--mainBlue)
}
#footer {
	background: #606060;
	color: #fff;
	padding-top: 74px;
	padding-bottom: 50px;
	background-image: url(/_data/styly/gsp/img/slitting-saws.webp);
	background-repeat: no-repeat;
	background-position: 37% 0
}
@media only screen and (max-width:1280px) {
	#footer {
        padding-top: 45px;
		padding-left: 30px !important;
        background-position: -122px 0px;
	}
}
#footer .footer {
	max-width: 1200px;
	margin: auto;
	padding-right: 15px;
	padding-left: 15px
}
#footer .footer.row {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	justify-content: space-between
}
#footer .footer.row .col {
	flex-basis: 250px
}
@media screen and (max-width:1280px) {
	#footer .footer {
		max-width: 1200px;
		margin: auto;
		padding-right: 0;
		padding-left: 0
	}
	#footer .footer.row .col {
		flex-basis: 33.333333%
	}
	#footer .footer-btn, .detail-btn {
		max-width: 320px
	}
}
#footer a {
	color: #fff;
	text-decoration: none
}
#footer a:hover {
	color: #fff;
	text-decoration: underline
}

#footer a .stroke {
    stroke: white;
}

#footer a:hover .stroke {
    stroke: var(--mainBlue);
}

#footer a .fill {
    fill: var(--mainBlue);
}

#footer a:hover .fill {
    fill: white;
}

#footer .footer-btn, .detail-btn {
	background: var(--mainBlue);
	text-decoration: underline;
	padding: .5rem 1rem;
	display: block;
	text-align: center;
	border: 1px solid transparent;
	transition: all .27s
}
.detail-btn {
	color: #fff;
	padding: 1rem 2rem
}
#footer .form-btn {
    color: var(--mainBlue);
    background: #fff;
}
.archiv-clanku__link {
	border-bottom: 2px solid transparent;
	transition: all .27s;
	padding: 0 0 .5rem 0;
	display: inline-block;
	margin: 0 0 1rem 0
}
.archiv-clanku__link h2 {
	padding: 0;
	margin: 0
}
.archiv-clanku__link:hover {
	text-decoration: none;
	border-bottom: 2px solid var(--mainYellow)
}
#footer .footer-btn:hover, .detail-btn:hover {
	background: #fff;
	color: var(--mainBlue);
	border-color: var(--mainBlue)
}
#footer .form-btn:hover {
    background: var(--mainBlue);
    color: #fff;
}
#footer h5 {
	color: var(--mainYellow);
	font-size: 22px;
	margin-top: 0
}
#footer .social a:hover {
	text-decoration: none;
	color: var(--mainBlue)
}

.bottom-area {
	background: #c6c6c6;
	color: #000;
	height: 75px
}
.bottom-area a {
	text-decoration: underline
}
.bottom-area div {
	max-width: var(--pageWidth);
	margin: auto;
	line-height: 75px;
	font-size: 14px;
	padding-left: 8px;
	padding-right: 8px
}
@media screen and (max-width:992px) {
	#footer .footer {
		max-width: 1200px;
		margin: auto;
		padding-right: 0;
		padding-left: 0
	}
	#footer .footer.row .col {
		flex-basis: 50%
	}
	#footer .footer.row .col:first-child {
		flex-basis: 100%;
		display: grid;
		width: 100%;
		padding-left: 0;
		padding-right: 37px
	}
	#footer .footer-btn, .detail-btn {
		max-width: 320px
	}
	#footer .footerNav {
		padding-left: 15px
	}
	#news {
		width: 100%;
		max-width: 100%
	}
}
@media screen and (max-width:600px) {
	#footer .footer {
		max-width: 1200px;
		margin: auto;
		padding-right: 0;
		padding-left: 0
	}
	#footer .footer.row {
		margin-left: -30px
	}
	#footer .footer.row .col {
		flex-basis: 100%;
		padding: 30px!important
	}
	#footer .footer.row .col:first-child {
		flex-basis: 100%;
		display: grid;
		width: 100%
	}
	#footer .footer-btn {
		max-width: 320px
	}
}
@media screen and (max-width:1280px) {
	.bottom-area div {
		max-width: 1280px;
		text-align: center;
		line-height: 32px
	}
}
.bottom-area div a {
	color: #010101;
	transition: all .27s
}
.bottom-area div a:hover {
	color: var(--mainBlue)
}
.bottom-area .f-area {
	display: inline-block;
	margin-left: 2rem
}
.bottom-area .s-area {
	display: inline-block;
	float: right
}
.bottom-area .bottom-sep {
	display: inline-block;
	margin: 0 .75rem
}
@media screen and (max-width:1280px) {
	.section-after-top .heading {
		font-size: 1.5rem
	}
	.home-btn {
		display: none
	}
	.home-text {
		padding-left: var(--space);
		padding-top: var(--space)
	}
	#top-footer .r .col-4 {
		padding: 1rem;
		width: 100%;
		max-width: 100%;
		text-align: center!important;
		float: unset
	}
	#top-footer .w-btn {
		max-width: 320px;
		margin: auto
	}
	#top-footer .row.r .col-4.wspf {
		padding: 1rem
	}
	#top-footer .row.r .col-4.wspt {
		padding: 1rem
	}
	#img-down {
		display: none
	}
	#img-up {
		display: none
	}
	.bottom-area {
		height: auto
	}
	.bottom-area .f-area {
		display: block;
		margin-left: unset;
		background: #c6c6c6
	}
	.bottom-area .s-area {
		display: block;
		float: unset;
		background: #c6c6c6
	}
	.bottom-area .bottom-sep {
		display: inline-block;
		margin: 0 .75rem
	}
}
p [style*=max-width] {
	display: inline-block
}
a[href*=mailto], a[href*=tel] {
	white-space: nowrap
}
.link-classic {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase
}
.link-classic a, .link-classic a:active, .link-classic a:focus {
	color: var(--mainBlue)
}
.link-classic a:hover {
	color: #151515
}
*+.link-classic {
	margin-top: 25px
}
.img-circle {
	border-radius: 50%
}
.img-responsive {
	width: 100%
}
.icon {
	display: inline-block;
	font-size: 16px;
	line-height: 1
}
.icon::before {
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-transform: none
}
.icon-circle {
	border-radius: 50%
}
.icon-xxxl {
	font-size: 78px
}
hr {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #ebebeb
}
.hr-gray-300 {
	border-color: #e1e1e1
}
.hr-gray-1 {
	border-color: #d7d7d7
}
.divider {
	font-size: 0;
	line-height: 0
}
.divider::before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 2px;
	background-color: var(--mainBlue)
}
.title-decor-left {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
	color: #151515;
	padding-left: 0
}
.title-decor-left::before {
	position: absolute;
	display: inline-block;
	content: '';
	top: 15px;
	width: 50px;
	height: 2px;
	z-index: 9;
	background-color: var(--mainYellow)
}
.article-text-2 {
	display: none
}
@media (min-width:768px) {
	.title-decor-left::before {
		margin-left: 0;
		margin-top: 0
	}
}
.text-divider {
	text-align: center;
	font-size: 12px;
	letter-spacing: 0;
	text-transform: uppercase
}
*+.text-divider {
	margin-top: 20px
}
.text-divider+.rd-form {
	margin-top: 20px
}
.decor-classic {
	font-size: 0;
	line-height: 0
}
.decor-classic span {
	display: inline-block;
	width: 95px;
	height: 1px;
	background: #e1e1e1
}
.decor-classic-2 span {
	width: 123px
}
*+.decor-classic-2 {
	margin-top: 26px
}
.bg-gray-dark .decor-classic span, .bg-primary .decor-classic span, .context-dark .decor-classic span {
	background: #fff
}
.button {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 17px 40px;
	font-size: 14px;
	line-height: 1.85;
	min-width: 200px;
	border: none;
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-weight: 900;
	letter-spacing: .2em;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: all .25s ease-in-out
}
.button.button-icon, .button.button-shadow {
	min-width: auto
}
@media (min-width:992px) {
	.button {
		min-width: 230px;
		padding: 25px 50px
	}
}
.button-block {
	display: block;
	width: 100%
}
.button-outline {
	z-index: 1
}
.button-outline::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 3px solid;
	transition: all .25s ease-in-out;
	pointer-events: none;
	z-index: -1
}
.button-default, .button-default:focus {
	color: #e1e1e1;
	background-color: #2c343b;
	border-color: #2c343b
}
.button-default:active, .button-default:hover {
	color: #fff;
	background-color: var(--mainBlue);
	border-color: var(--mainBlue)
}
.button-lg {
	padding: 20px 45px;
	font-size: 14px;
	line-height: 1.85;
	min-width: 230px
}
@media (min-width:992px) {
	.button-lg {
		min-width: 276px;
		padding: 30px 55px
	}
}
@-webkit-keyframes btnIconTransform {
	25% {
		transform: translateX(5px)
	}
	75% {
		transform: translateX(-5px)
	}
}
@keyframes btnIconTransform {
	25% {
		transform: translateX(5px)
	}
	75% {
		transform: translateX(-5px)
	}
}
.button-winona {
	overflow: hidden
}
.content-dubbed, .content-original {
	transition: opacity .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s;
	transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}
.content-dubbed {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: translate3d(0, 20%, 0);
	pointer-events: none
}
.button-winona:hover .content-original {
	opacity: 0;
	transform: translate3d(0, -50%, 0)
}
.button-winona:hover .content-dubbed {
	opacity: 1;
	transform: none
}
.btn-primary {
	border-radius: 3px;
	font-weight: 900;
	letter-spacing: .05em;
	text-transform: uppercase;
	transition: .33s
}
.btn-primary, .btn-primary:active, .btn-primary:focus {
	color: #fff;
	background: var(--mainBlue);
	border-color: var(--mainBlue)
}
.btn-primary:hover {
	color: #fff;
	background: #000;
	border-color: #000
}
.button-social {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -12px;
	margin-left: -12px
}
.button-social:empty {
	margin-bottom: 0;
	margin-left: 0
}
.button-social>* {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 12px;
	margin-left: 12px
}
.button-social>* {
	min-width: 175px;
	flex-grow: 1
}
.button-social .button {
	padding-left: 20px;
	padding-right: 20px
}
.button-social *+.button {
	margin-top: 0
}
.button-width-auto {
	min-width: auto
}
.button-width-240 {
	min-width: 240px
}
.button-tags {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 7px 20px;
	font-size: 12px;
	line-height: 24px;
	border-width: 1px;
	border-style: solid;
	font-weight: 700;
	letter-spacing: .05em;
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: all .25s ease-in-out
}
.button-tags, .button-tags:focus {
	color: #9b9b9b;
	background-color: transparent;
	border-color: #e1e1e1
}
.button-tags:active, .button-tags:hover {
	color: #151515;
	background-color: var(--mainYellow);
	border-color: var(--mainYellow)
}
.button-wrap.oh {
	padding-bottom: 15px;
	margin-bottom: -15px
}
.button-style-1 {
	position: relative;
	text-align: center;
	padding: 0;
	color: #151515;
	background: #fff;
	border: 2px solid #151515;
	margin-bottom: 20px;
	z-index: 1
}
.button-style-1 .icon {
	display: none;
	font-size: 28px;
	line-height: inherit;
	transition: all .2s ease;
	transform: none;
	opacity: 1
}
.button-style-1-text {
	display: inline-block;
	padding: 18px 15px 17px;
	white-space: nowrap;
	font-size: 12px;
	line-height: 1.75;
	letter-spacing: .1em;
	font-weight: 900;
	text-transform: uppercase;
	cursor: pointer;
	transition: all .2s ease-in-out, padding .3s ease
}
.button-style-1-text a, .button-style-1-text a:active, .button-style-1-text a:focus {
	color: #151515
}
.button-style-1-text a:hover {
	color: var(--mainBlue)
}
.list-category {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 1.71;
	color: #151515
}
.list-category-item a {
	position: relative;
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #e1e1e1
}
.list-category-item a, .list-category-item a:active, .list-category-item a:focus {
	color: inherit
}
.list-category-item a:hover {
	color: inherit
}
.list-category-item a::before {
	position: absolute;
	content: '';
	bottom: -1px;
	left: 0;
	height: 3px;
	width: 0;
	background: var(--mainYellow);
	transition: all .3s ease
}
.list-category-item a.active::before {
	width: 47px
}
.list-category-item a:hover:not(.active)::before {
	width: 100%
}
*+.list-category {
	margin-top: 20px
}
.aside-services-title+.button {
	margin-top: 40px
}
@media (max-width:767.98px) {
	.list-category {
		margin-bottom: 0;
		margin-left: -20px
	}
	.list-category:empty {
		margin-bottom: 0;
		margin-left: 0
	}
	.list-category>* {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 20px
	}
}
@media (min-width:768px) {
	.list-category {
		text-align: left
	}
	.list-category-item a {
		padding-top: 20px;
		padding-bottom: 20px
	}
	.list-category+.button {
		margin-top: 50px
	}
}
@media (max-width:991.98px) {
	.list-category-down-md-inline-block {
		margin-bottom: 0;
		margin-left: -20px
	}
	.list-category-down-md-inline-block:empty {
		margin-bottom: 0;
		margin-left: 0
	}
	.list-category-down-md-inline-block>* {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 20px
	}
}
@media (max-width:1199.98px) {
	.list-category-down-lg-inline-block {
		margin-bottom: 0;
		margin-left: -20px
	}
	.list-category-down-lg-inline-block:empty {
		margin-bottom: 0;
		margin-left: 0
	}
	.list-category-down-lg-inline-block>* {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 20px
	}
}
.page {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	max-width: 1920px;
	margin: auto
}
.page.fadeIn {
	animation-timing-function: ease-out
}
.page.fadeOut {
	animation-timing-function: ease-in
}
[data-x-mode] .page {
	opacity: 1
}
.text-italic {
	font-style: italic
}
.text-normal {
	font-style: normal
}
.text-underline {
	text-decoration: underline
}
.text-strike {
	text-decoration: line-through
}
.font-weight-thin {
	font-weight: 100
}
.font-weight-light {
	font-weight: 300
}
.font-weight-regular {
	font-weight: 400
}
.font-weight-medium {
	font-weight: 500
}
.font-weight-sbold {
	font-weight: 600
}
.font-weight-ubold {
	font-weight: 900
}
.text-primary {
	color: var(--mainBlue)!important
}
.text-secondary {
	color: var(--mainYellow)
}
.text-gray-13 {
	color: #ccc
}
.text-gray-21 {
	color: #bcbbbb
}
.text-gray-500 {
	color: #9b9b9b
}
.text-gray-600 {
	color: #777
}
.text-white-03 {
	color: rgba(255, 255, 255, .3)
}
.text-white-05 {
	color: rgba(255, 255, 255, .5)
}
.text-white-06 {
	color: rgba(255, 255, 255, .6)
}
.text-gray-800-01 {
	color: rgba(21, 21, 21, .1)
}
.text-spacing-0 {
	letter-spacing: 0
}
.text-spacing-25 {
	letter-spacing: .025em
}
.text-spacing-50 {
	letter-spacing: .05em
}
.text-spacing-75 {
	letter-spacing: .075em
}
.text-spacing-100 {
	letter-spacing: .1em
}
.text-spacing-180 {
	letter-spacing: .18em
}
.text-spacing-200 {
	letter-spacing: .2em
}
.text-spacing-500 {
	letter-spacing: .5em
}
.text-width-small {
	max-width: 500px
}
.text-width-medium {
	max-width: 550px
}
.text-center [class*=text-width-] {
	margin-left: auto;
	margin-right: auto
}
.text-transform-none {
	text-transform: none
}
@media (min-width:1200px) {
	.text-xl-nowrap {
		white-space: nowrap
	}
}
*+p {
	margin-top: 15px
}
h5+h2 {
	margin-top: 18px
}
h1+p {
	margin-top: 8px
}
h2+p {
	margin-top: 8px
}
h3+p {
	margin-top: 14px
}
h4+p {
	margin-top: 14px
}
h5+p {
	margin-top: 12px
}
h6+p {
	margin-top: 12px
}
p+.heading-2, p+h2 {
	margin-top: 15px
}
p+p {
	margin-top: 12px
}
img+p {
	margin-top: 35px
}
h3+img {
	margin-top: 42px
}
*+.row-xs {
	margin-top: 20px
}
*+.big {
	margin-top: 20px
}
*+.text-block {
	margin-top: 32px
}
*+.button {
	margin-top: 30px
}
*+.button-outline-2 {
	margin-top: 0
}
*+.button-wrap {
	margin-top: 30px
}
*+.owl-carousel {
	margin-top: 30px
}
*+.owl-style-4 {
	margin-top: 30px
}
.heading-7+h3 {
	margin-top: 16px
}
.container+.container {
	margin-top: 35px
}
.container+.container-fluid {
	margin-top: 45px
}
h3+.big, h4+.big {
	margin-top: 14px
}
@media (min-width:768px) {
	*+.row-sm {
		margin-top: 40px
	}
	*+.row-md {
		margin-top: 45px
	}
	*+.row-lg {
		margin-top: 50px
	}
	*+.row-xl {
		margin-top: 50px
	}
	*+.row-xxl {
		margin-top: 50px
	}
}
@media (min-width:992px) {
	h5+p {
		margin-top: 16px
	}
	h6+p {
		margin-top: 22px
	}
	.row+.button-wrap {
		margin-top: 60px
	}
	*+.owl-carousel {
		margin-top: 50px
	}
	*+.owl-style-4 {
		margin-top: 50px
	}
	*+.row-xl {
		margin-top: 60px
	}
	*+.row-xxl {
		margin-top: 70px
	}
}
@media (min-width:1200px) {
	.container+.container {
		margin-top: 60px
	}
	.row+.row {
		margin-top: 60px
	}
}
.container+.container-style-1 {
	margin-top: 26px
}
.row-0 {
	margin-bottom: 0
}
.row-0:empty {
	margin-bottom: 0
}
.row-0>* {
	margin-bottom: 0
}
.row-8 {
	margin-bottom: -8px
}
.row-8:empty {
	margin-bottom: 0
}
.row-8>* {
	margin-bottom: 8px
}
.row-10 {
	margin-bottom: -10px
}
.row-10:empty {
	margin-bottom: 0
}
.row-10>* {
	margin-bottom: 10px
}
.row-15 {
	margin-bottom: -15px
}
.row-15:empty {
	margin-bottom: 0
}
.row-15>* {
	margin-bottom: 15px
}
.row-14 {
	margin-bottom: -14px
}
.row-14:empty {
	margin-bottom: 0
}
.row-14>* {
	margin-bottom: 14px
}
.row-20 {
	margin-bottom: -20px
}
.row-20:empty {
	margin-bottom: 0
}
.row-20>* {
	margin-bottom: 20px
}
.row-30 {
	margin-bottom: -30px
}
.row-30:empty {
	margin-bottom: 0
}
.row-30>* {
	margin-bottom: 30px
}
.row-40 {
	margin-bottom: -40px
}
.row-40:empty {
	margin-bottom: 0
}
.row-40>* {
	margin-bottom: 40px
}
.row-50 {
	margin-bottom: -50px
}
.row-50:empty {
	margin-bottom: 0
}
.row-50>* {
	margin-bottom: 50px
}
.row-60 {
	margin-bottom: -60px
}
.row-60:empty {
	margin-bottom: 0
}
.row-60>* {
	margin-bottom: 60px
}
@media (min-width:768px) {
	.row-md-40 {
		margin-bottom: -40px
	}
	.row-md-40:empty {
		margin-bottom: 0
	}
	.row-md-40>* {
		margin-bottom: 40px
	}
	.row-md-50 {
		margin-bottom: -50px
	}
	.row-md-50:empty {
		margin-bottom: 0
	}
	.row-md-50>* {
		margin-bottom: 50px
	}
}
@media (min-width:992px) {
	.row-lg-0 {
		margin-bottom: 0
	}
	.row-lg-0:empty {
		margin-bottom: 0
	}
	.row-lg-0>* {
		margin-bottom: 0
	}
	.row-lg-50 {
		margin-bottom: -50px
	}
	.row-lg-50:empty {
		margin-bottom: 0
	}
	.row-lg-50>* {
		margin-bottom: 50px
	}
	.row-lg-60 {
		margin-bottom: -60px
	}
	.row-lg-60:empty {
		margin-bottom: 0
	}
	.row-lg-60>* {
		margin-bottom: 60px
	}
}
.nav-custom-2>* {
	top: 70%!important
}
@media (min-width:1200px) {
	.row-xl-60 {
		margin-bottom: -60px
	}
	.row-xl-60:empty {
		margin-bottom: 0
	}
	.row-xl-60>* {
		margin-bottom: 60px
	}
	.row-xl-75 {
		margin-bottom: -75px
	}
	.row-xl-75:empty {
		margin-bottom: 0
	}
	.row-xl-75>* {
		margin-bottom: 75px
	}
	.row-xl-90 {
		margin-bottom: -90px
	}
	.row-xl-90:empty {
		margin-bottom: 0
	}
	.row-xl-90>* {
		margin-bottom: 90px
	}
}
.section-sm {
	padding: 30px 0
}
.section-sm.section-first {
	padding-top: 60px
}
.section-sm.section-last {
	padding-bottom: 60px
}
.section-inset-4, .section-inset-7, .section-inset-8, .section-lg, .section-md, .section-xl, .section-xxl {
	padding: 50px 0
}
.section-inset-5 {
	padding: 30px 0
}
.section-inset-6 {
	padding: 50px 0 30px
}
.section-inset-9 {
	padding: 30px 0
}
.section-collapse+.section-collapse {
	padding-top: 0
}
.section-collapse:last-child {
	padding-bottom: 0
}
html [class*=section-].section-bottom-0 {
	padding-bottom: 0
}
html [class*=section-].section-top-0 {
	padding-top: 0
}
@media (min-width:992px) {
	html [class*=section-].section-lg-0 {
		padding: 0 0 1px
	}
}
@media (min-width:768px) {
	.section-sm {
		padding: 40px 0
	}
	.section-sm.section-first {
		padding-top: 80px
	}
	.section-sm.section-last {
		padding-bottom: 80px
	}
	.section-md {
		padding: 70px 0
	}
	.section-lg {
		padding: 80px 0
	}
	.section-xl {
		padding: 90px 0
	}
	.section-xxl {
		padding: 100px 0
	}
	.section-inset-4 {
		padding: 60px 0
	}
	.section-inset-6 {
		padding-top: 80px
	}
	.section-inset-8 {
		padding: 80px 0 60px
	}
	.section-inset-9 {
		padding: 0
	}
	[class*=section-].section-bottom-md-70 {
		padding-bottom: 70px
	}
}
@media (min-width:992px) {
	.section-sm {
		padding: 45px 0
	}
	.section-sm.section-first {
		padding-top: 90px
	}
	.section-sm.section-last {
		padding-bottom: 90px
	}
	.section-md {
		padding: 80px 0
	}
	.section-lg {
		padding: 90px 0
	}
	.section-xl {
		padding: 100px 0
	}
	.section-xxl {
		padding: 120px 0
	}
	.section-inset-6 {
		padding-top: 90px
	}
	.section-inset-7 {
		padding: 70px 0
	}
	.section-inset-8 {
		padding-top: 90px
	}
}
@media (min-width:1200px) {
	.section-inset-1 {
		padding-top: 60px;
		padding-bottom: 60px
	}
	.section-inset-3 {
		padding-top: 70px;
		padding-bottom: 70px
	}
	.section-inset-4 {
		padding: 70px 0
	}
	.section-inset-5 {
		padding-top: 45px
	}
	.section-inset-7 {
		padding: 90px 0
	}
}
@media (min-width:1600px) {
	.section-inset-2 {
		padding-top: 90px;
		padding-bottom: 90px
	}
}
.section-single {
	display: flex;
	text-align: center
}
.section-single p {
	margin-left: auto;
	margin-right: auto
}
.section-single .form-inline-1 {
	max-width: 690px;
	margin-left: auto;
	margin-right: auto
}
.section-single .button {
	padding-left: 40px;
	padding-right: 40px;
	letter-spacing: .3em
}
.section-single *+.button {
	margin-top: 45px
}
.section-single *+.countdown-wrap {
	margin-top: 35px
}
.section-single *+.form-inline-1 {
	margin-top: 20px
}
.section-single .countdown-wrap+* {
	margin-top: 35px
}
@media (min-width:992px) {
	.section-single *+.countdown-wrap {
		margin-top: 50px
	}
	.section-single .countdown-wrap+* {
		margin-top: 56px
	}
}
.section-single .rd-mailform-wrap {
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}
.section-single *+.rd-mailform-wrap {
	margin-top: 20px
}
.section-single-header {
	padding: calc(1em + 4vh) 0 calc(1em + 2vh)
}
.section-single-main {
	padding: calc(1em + 2vh) 0 calc(1em + 6vh)
}
.section-single-footer {
	padding: calc(1em + 2vh) 0
}
.section-single-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 100vh
}
.section-single-inner>* {
	width: 100%
}
@supports (display:grid) {
	.section-single-inner {
		display: grid;
		justify-items: center;
		align-content: space-between;
		grid-template-columns: 1fr
	}
}
@media (min-width:1200px) {
	.section-single-header {
		padding-top: calc(1em + 8vh)
	}
	.section-single-footer {
		padding-bottom: calc(1em + 4vh)
	}
}
@media (min-width:1600px) {
	.section-fluid {
		padding-left: 75px;
		padding-right: 75px
	}
	.section-fluid .container-fluid {
		padding-left: 0;
		padding-right: 0;
		max-width: 1770px;
		margin-left: auto;
		margin-right: auto
	}
}
.section-relative {
	position: relative;
	z-index: 1
}
.animated {
	animation-duration: .7s;
	animation-fill-mode: both;
	opacity: 1
}
.ios .animated {
	transition: none!important
}
.animated.infinite {
	animation-iteration-count: infinite
}
.animated.hinge {
	animation-duration: 2s
}
html:not(.lt-ie10) .not-animated {
	opacity: 0
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
.fadeIn {
	animation-name: fadeIn
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 40px, 0)
	}
	100% {
		opacity: 1;
		transform: none
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 40px, 0)
	}
	100% {
		opacity: 1;
		transform: none
	}
}
.fadeInUp {
	animation-name: fadeInUp
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -40px, 0)
	}
	100% {
		opacity: 1;
		transform: none
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -40px, 0)
	}
	100% {
		opacity: 1;
		transform: none
	}
}
.fadeInDown {
	animation-name: fadeInDown
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-40px, 0, 0)
	}
	100% {
		opacity: 1;
		transform: none
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-40px, 0, 0)
	}
	100% {
		opacity: 1;
		transform: none
	}
}
.fadeInLeft {
	animation-name: fadeInLeft
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(40px, 0, 0)
	}
	100% {
		opacity: 1;
		transform: none
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(40px, 0, 0)
	}
	100% {
		opacity: 1;
		transform: none
	}
}
.fadeInRight {
	animation-name: fadeInRight
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
.fadeOut {
	animation-name: fadeOut
}
@-webkit-keyframes slideInUp {
	0% {
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	100% {
		transform: translate3d(0, 0, 0)
	}
}
@keyframes slideInUp {
	0% {
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	100% {
		transform: translate3d(0, 0, 0)
	}
}
.slideInUp {
	animation-name: slideInUp
}
@-webkit-keyframes slideInDown {
	0% {
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	100% {
		transform: translate3d(0, 0, 0)
	}
}
@keyframes slideInDown {
	0% {
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	100% {
		transform: translate3d(0, 0, 0)
	}
}
.slideInDown {
	animation-name: slideInDown
}
@-webkit-keyframes slideInLeft {
	0% {
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	100% {
		transform: translate3d(0, 0, 0)
	}
}
@keyframes slideInLeft {
	0% {
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	100% {
		transform: translate3d(0, 0, 0)
	}
}
.slideInLeft {
	animation-name: slideInLeft
}
@-webkit-keyframes slideInRight {
	0% {
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	100% {
		transform: translate3d(0, 0, 0)
	}
}
@keyframes slideInRight {
	0% {
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	100% {
		transform: translate3d(0, 0, 0)
	}
}
.slideInRight {
	animation-name: slideInRight
}
@-webkit-keyframes slideOutDown {
	0% {
		transform: translate3d(0, 0, 0)
	}
	100% {
		visibility: hidden;
		transform: translate3d(0, 100%, 0)
	}
}
@keyframes slideOutDown {
	0% {
		transform: translate3d(0, 0, 0)
	}
	100% {
		visibility: hidden;
		transform: translate3d(0, 100%, 0)
	}
}
.slideOutDown {
	animation-name: slideOutDown
}
@-webkit-keyframes pagInX {
	0% {
		transform: translateX(-100%)
	}
	100% {
		transform: translateX(0)
	}
}
@keyframes pagInX {
	0% {
		transform: translateX(-100%)
	}
	100% {
		transform: translateX(0)
	}
}
@-webkit-keyframes pagOutX {
	0% {
		transform: translateX(0)
	}
	100% {
		transform: translateX(100%)
	}
}
@keyframes pagOutX {
	0% {
		transform: translateX(0)
	}
	100% {
		transform: translateX(100%)
	}
}
@-webkit-keyframes arrowTransformY {
	25% {
		transform: translateY(5px)
	}
	75% {
		transform: translateY(-5px)
	}
}
@keyframes arrowTransformY {
	25% {
		transform: translateY(5px)
	}
	75% {
		transform: translateY(-5px)
	}
}
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background: #fff;
	background: rgba(255, 255, 255, .1);
	transition: .3s all ease
}
.preloader.loaded {
	opacity: 0;
	visibility: hidden
}
.preloader.loaded .pen, .preloader.loaded .triangle {
	animation: none
}
.preloader-body {
	text-align: center
}
.preloader-body p {
	position: relative;
	right: -8px
}
.wrapper-triangle {
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	width: 304px;
	height: 250px;
	transform: translate(-50%, -50%)
}
.line-triangle {
	position: absolute;
	width: 250px;
	height: 54px;
	border: 1px solid transparent;
	transform-origin: 0 100%
}
.line-triangle:nth-last-of-type(1) {
	left: 313px;
	bottom: -21px;
	transform: rotate(-120deg);
	transform-origin: 0 100%
}
.line-triangle:nth-last-of-type(2) {
	left: 156px;
	top: -54px;
	transform: rotate(120deg);
	transform-origin: 0 100%
}
.line-triangle:nth-last-of-type(3) {
	top: 217px;
	left: 0
}
.triangle:nth-of-type(1) {
	animation: tri1 1.5s linear infinite
}
@-webkit-keyframes tri1 {
	0% {
		opacity: 0
	}
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes tri1 {
	0% {
		opacity: 0
	}
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
.triangle:nth-of-type(2) {
	animation: tri2 1.5s linear infinite
}
@-webkit-keyframes tri2 {
	0% {
		opacity: 0
	}
	14.28571% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes tri2 {
	0% {
		opacity: 0
	}
	14.28571% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
.triangle:nth-of-type(3) {
	animation: tri3 1.5s linear infinite
}
@-webkit-keyframes tri3 {
	0% {
		opacity: 0
	}
	28.57143% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes tri3 {
	0% {
		opacity: 0
	}
	28.57143% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
.triangle:nth-of-type(4) {
	animation: tri4 1.5s linear infinite
}
@-webkit-keyframes tri4 {
	0% {
		opacity: 0
	}
	42.85714% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes tri4 {
	0% {
		opacity: 0
	}
	42.85714% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
.triangle:nth-of-type(5) {
	animation: tri5 1.5s linear infinite
}
@-webkit-keyframes tri5 {
	0% {
		opacity: 0
	}
	57.14286% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes tri5 {
	0% {
		opacity: 0
	}
	57.14286% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
.triangle:nth-of-type(6) {
	animation: tri6 1.5s linear infinite
}
@-webkit-keyframes tri6 {
	0% {
		opacity: 0
	}
	71.42857% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes tri6 {
	0% {
		opacity: 0
	}
	71.42857% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
.triangle:nth-of-type(7) {
	animation: tri7 1.5s linear infinite
}
@-webkit-keyframes tri7 {
	0% {
		opacity: 0
	}
	85.71429% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes tri7 {
	0% {
		opacity: 0
	}
	85.71429% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
.triangle {
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	border: 31px solid transparent;
	border-bottom: 54px solid var(--mainBlue);
	animation: tri 1.5s linear infinite
}
.triangle:nth-of-type(1) {
	left: 0
}
.triangle:nth-of-type(2) {
	left: 31px
}
.triangle:nth-of-type(3) {
	left: 63px
}
.triangle:nth-of-type(4) {
	left: 94px
}
.triangle:nth-of-type(5) {
	left: 125px
}
.triangle:nth-of-type(6) {
	left: 156px
}
.triangle:nth-of-type(7) {
	left: 188px
}
.triangle:nth-child(even) {
	transform: rotate(180deg);
	top: 0
}
.triangle:nth-child(1) {
	animation: none
}
.line:nth-child(2) .triangle:nth-child(1):before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left: -22px;
	bottom: -77px;
	background: 0 0;
	border: 13px solid transparent;
	border-bottom: 21px solid #f1ecdb;
	animation: tri 1.5s linear infinite
}
.pen {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 312.5px;
	transform-origin: 50% 0;
	animation: move 1.5s cubic-bezier(0, 0, .5, .85) infinite
}
@-webkit-keyframes tri {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
@keyframes tri {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
@-webkit-keyframes move {
	0% {
		transform: scale(2.45)
	}
	100% {
		transform: scale(.5)
	}
}
@keyframes move {
	0% {
		transform: scale(2.45)
	}
	100% {
		transform: scale(.5)
	}
}
.ui-to-top {
	position: fixed;
	overflow: hidden;
	right: 15px;
	bottom: 15px;
	z-index: 100;
	width: 64px;
	height: 64px;
	font-size: 30px;
	line-height: 60px;
	color: #151515;
	background: var(--mainYellow);
	background: url(/_data/styly/gsp/img/arrYellow.png);
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	transition: .3s all ease-in-out;
	transform: translate3d(0, 0, 0)
}
.ui-to-top:hover {
	background: url(/_data/styly/gsp/img/arrBlue.png)
}
.ui-to-top.active {
	transform: translate3d(0, 0, 0)
}
@media (min-width:576px) {
	.ui-to-top {
		right: 40px;
		bottom: 40px
	}
}
.mdi-arrow-up::before {
	display: none!important
}
.button-share::before {
	display: none
}
.swiper-container {
	display: flex;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: auto;
	width: 100%;
	z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	z-index: 1;
	display: flex;
	align-self: stretch;
	align-items: stretch;
	width: 100%;
	height: auto;
	min-height: inherit;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	box-sizing: content-box
}
.swiper-container {
	flex-shrink: 0
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-wp8-horizontal {
	touch-action: pan-y
}
.swiper-wp8-vertical {
	touch-action: pan-x
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events: none
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}
@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}
.swiper-slide>.parallax_cnt, .swiper-slide>.vide__body {
	height: 100%
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	font-size: 32px;
	line-height: 1;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: .2s ease-in;
	will-change: transform;
	z-index: 10
}
.swiper-button-next::before, .swiper-button-prev::before {
	font-family: "Material Design Icons"
}
.swiper-button-next:hover, .swiper-button-prev:hover {
	color: var(--mainBlue)
}
@media (min-width:992px) {
	.swiper-button-next, .swiper-button-prev {
		display: block
	}
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}
.swiper-button-prev {
	left: 30px
}
.swiper-button-prev:before {
	content: "\f14a";
	display: none
}
.swiper-button-next {
	right: 30px
}
.swiper-button-next:before {
	content: "\f14f";
	display: none
}
.swiper-slider.swiper-container-rtl .swiper-button-prev::before {
	content: "\f061"
}
.swiper-slider.swiper-container-rtl .swiper-button-next::before {
	content: "\f060"
}
.swiper-pagination {
	position: absolute;
	display: block;
	text-align: center;
	font-size: 0;
	line-height: 0;
	transition: .3s;
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-bullet {
	position: relative;
	width: 24px;
	height: 24px;
	display: inline-block;
	border-radius: 100%;
	transition: .2s
}
.swiper-pagination-bullet::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	background: var(--mainYellow);
	border-radius: 50%;
	transform: translate3d(-50%, -50%, 0);
	transition: all .3s ease
}
.swiper-pagination-bullet circle {
	fill: none;
	stroke-width: 2px;
	stroke-linecap: round;
	stroke-linejoin: round
}
.swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {
	color: #fff
}
.swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-bullet-line, .swiper-pagination-bullet:hover .swiper-bullet-line {
	opacity: 0;
	transition: all 0s ease-in-out .5s
}
.swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-bullet-line-2, .swiper-pagination-bullet:hover .swiper-bullet-line-2 {
	stroke-dashoffset: 0;
	transition: stroke-dashoffset .5s
}
.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	width: 6px;
	height: 6px
}
.swiper-bullet-line {
	stroke: rgba(255, 255, 255, .44)
}
.swiper-bullet-line-2 {
	opacity: 1;
	stroke: var(--mainYellow);
	stroke-dasharray: 63;
	stroke-dashoffset: 63;
	transition: stroke-dashoffset .5s
}
.swiper-pagination-2 {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%
}
.swiper-pagination-2 .swiper-pagination-bullet {
	text-align: center;
	display: inline-flex;
	align-items: center;
	width: 40px;
	height: 24px;
	border-radius: 0;
	margin: 0 10px;
	background: 0 0
}
.swiper-pagination-2 .swiper-pagination-bullet::before {
	display: inline-block;
	position: static;
	top: auto;
	left: auto;
	height: 3px;
	width: 100%;
	transform: none;
	border-radius: inherit;
	background: rgba(255, 255, 255, .4)
}
.swiper-pagination-2 .swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active)::before {
	background: var(--mainYellow)
}
.swiper-pagination-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 56px
}
.swiper-pagination-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	background: #fff
}
@media (min-width:992px) {
	.swiper-pagination-2 {
		top: 50%;
		right: 0;
		width: auto;
		bottom: auto;
		left: auto;
		transform: translate3d(0, -50%, 0)
	}
	.swiper-pagination-2 .swiper-pagination-bullet {
		display: flex;
		margin: 5px 0 5px auto
	}
	.swiper-pagination-2 .swiper-pagination-bullet::before {
		height: 2px
	}
	.swiper-pagination-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 56px
	}
	.swiper-pagination-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
		background: rgba(255, 255, 255, .4)
	}
}
.swiper-pagination-black .swiper-pagination-bullet {
	background: rgba(0, 0, 0, .6)
}
.swiper-pagination-black .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #000
}
.swiper-container-vertical>.swiper-pagination {
	right: 10px;
	top: 50%;
	transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}
.swiper-container-horizontal>.swiper-pagination {
	bottom: 20px;
	left: 0;
	width: 100%
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
	margin: 0 15px
}
.swiper-slide {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	white-space: nowrap
}
.swiper-slide-caption {
	width: 100%;
	white-space: normal
}
.swiper-slider-1 {
	min-height: 37.70833vw
}
.swiper-slider-1 [class^=heading-] span, .swiper-slider-1 h1 span, .swiper-slider-1 h2 span, .swiper-slider-1 h3 span, .swiper-slider-1 h4 span, .swiper-slider-1 h5 span, .swiper-slider-1 h6 span {
	display: inline-block
}
.swiper-slider-1 h1.text-spacing-500 {
	margin-left: 5%
}
.swiper-slider-1 .swiper-button-next, .swiper-slider-1 .swiper-button-prev {
	overflow: hidden;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	transition: all .2s ease
}
.swiper-slider-1 .swiper-button-next::before, .swiper-slider-1 .swiper-button-prev::before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	will-change: transform;
	transition: all .5s ease
}
.swiper-slider-1 .swiper-button-next circle, .swiper-slider-1 .swiper-button-prev circle {
	fill: none;
	stroke-width: 3px;
	stroke-linecap: round;
	stroke-linejoin: round
}
.swiper-slider-1 .swiper-button-next .swiper-button-line, .swiper-slider-1 .swiper-button-prev .swiper-button-line {
	stroke: rgba(255, 255, 255, .44)
}
.swiper-slider-1 .swiper-button-next .swiper-button-line-2, .swiper-slider-1 .swiper-button-prev .swiper-button-line-2 {
	opacity: 0;
	stroke: var(--mainYellow);
	stroke-dasharray: 226;
	stroke-dashoffset: 226;
	transition: stroke-dashoffset .5s
}
.swiper-slider-1 .swiper-button-next:hover, .swiper-slider-1 .swiper-button-prev:hover {
	color: #fff
}
.swiper-slider-1 .swiper-button-next:hover .swiper-button-line, .swiper-slider-1 .swiper-button-prev:hover .swiper-button-line {
	opacity: 0;
	transition: all 0s ease-in-out .5s
}
.swiper-slider-1 .swiper-button-next:hover .swiper-button-line-2, .swiper-slider-1 .swiper-button-prev:hover .swiper-button-line-2 {
	opacity: 1;
	stroke-dashoffset: 0
}
.swiper-slider-1 .swiper-button-prev svg {
	transform: scale(-1, 1);
	will-change: transform
}
.swiper-slider-1 h6+h1 {
	margin-top: 20px
}
.swiper-slider-1 h1+h4 {
	margin-top: 23px
}
.swiper-slider-1 *+.button {
	margin-top: 30px
}
@media (max-width:575.98px) {
	.swiper-slider-1 h1 {
		letter-spacing: .25em
	}
	.swiper-slider-1 h4 {
		letter-spacing: .15em
	}
	.swiper-slider-1 .button {
		min-width: auto
	}
}
@media (max-width:767.98px) {
	.swiper-slider-1 .swiper-slide-caption {
		padding-bottom: 70px
	}
}
@media (min-width:992px) {
	.swiper-slider-1 .swiper-pagination {
		display: none
	}
}
@media (min-width:992px) {
	.swiper-slider-1 h6+h1 {
		margin-top: 30px
	}
	.swiper-slider-1 h1+h4 {
		margin-top: 33px
	}
	.swiper-slider-1 *+.button {
		margin-top: 50px
	}
}
@media (min-width:1600px) {
	.swiper-slider-1 .swiper-slide-caption {
		padding-top: 40px
	}
}
@media (min-width:992px) {
	.desktop .swiper-slider-1 .swiper-button-prev {
		left: -78px
	}
	.desktop .swiper-slider-1 .swiper-button-next {
		right: -78px
	}
}
@media (min-width:992px) {
	.desktop .swiper-slider-1:hover .swiper-button-prev {
		left: 30px
	}
	.desktop .swiper-slider-1:hover .swiper-button-next {
		right: 30px
	}
}
@media (min-width:1200px) {
	.desktop .swiper-slider-1:hover .swiper-button-prev {
		left: 50px
	}
	.desktop .swiper-slider-1:hover .swiper-button-next {
		right: 50px
	}
}
@media (min-width:1600px) {
	.desktop .swiper-slider-1:hover .swiper-button-prev {
		left: 75px
	}
	.desktop .swiper-slider-1:hover .swiper-button-next {
		right: 75px
	}
}
.swiper-slider-2 {
	min-height: 39.21875vw
}
.swiper-slider-2 .swiper-slide {
	background-position: 50%
}
.swiper-slider-2 .swiper-title {
	font-weight: 700
}
.swiper-slider-2 .swiper-text {
	max-width: 400px;
	letter-spacing: .075em
}
.swiper-slider-2 .swiper-subtitle {
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: none
}
.swiper-slider-2 .swiper-button-next, .swiper-slider-2 .swiper-button-prev {
	display: none;
	min-width: 80px;
	height: 72px;
	transition: all .3s ease
}
.swiper-slider-2 .swiper-button-next:hover, .swiper-slider-2 .swiper-button-prev:hover {
	color: #fff;
	height: 100px
}
.swiper-slider-2 .swiper-button-next:hover .swiper-button-arrow::after, .swiper-slider-2 .swiper-button-prev:hover .swiper-button-arrow::after {
	background: var(--mainYellow)
}
.swiper-slider-2 .swiper-button-next:hover .preview, .swiper-slider-2 .swiper-button-prev:hover .preview {
	width: 180px;
	height: 100px
}
.swiper-slider-2 .swiper-button-next::before, .swiper-slider-2 .swiper-button-prev::before {
	display: none
}
.swiper-slider-2 .swiper-button-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	width: 80px;
	height: inherit
}
.swiper-slider-2 .swiper-button-arrow::before {
	font-family: "Material Design Icons"
}
.swiper-slider-2 .swiper-button-arrow::after {
	display: inline-block;
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, .2);
	transform-origin: 50% 100%;
	will-change: transform;
	pointer-events: none;
	transition: inherit;
	z-index: -1
}
.swiper-slider-2 .swiper-button-prev {
	left: 0
}
.swiper-slider-2 .swiper-button-prev .swiper-button-arrow {
	padding-right: 10px
}
.swiper-slider-2 .swiper-button-prev .swiper-button-arrow:before {
	content: "\f14a"
}
.swiper-slider-2 .swiper-button-prev .swiper-button-arrow::after {
	transform: skew(10deg)
}
.swiper-slider-2 .swiper-button-next {
	right: 0
}
.swiper-slider-2 .swiper-button-next .swiper-button-arrow {
	padding-left: 10px
}
.swiper-slider-2 .swiper-button-next .swiper-button-arrow:before {
	content: "\f14f"
}
.swiper-slider-2 .swiper-button-next .swiper-button-arrow::after {
	transform: skew(-10deg)
}
.swiper-slider-2 .preview__img {
	background-size: cover;
	background-position: 50%
}
.swiper-slider-2 .preview {
	width: 0;
	height: 72px;
	transition: all .3s ease
}
.swiper-slider-2 .preview__img {
	width: inherit;
	height: inherit
}
.swiper-slider-2 .swiper-bullet-line {
	stroke: #fff
}
.swiper-slider-2 *+.swiper-subtitle {
	margin-top: 20px
}
@media (max-width:767.98px) {
	.swiper-slider-2 .swiper-slide-caption {
		padding-bottom: 70px
	}
}
@media (max-width:991.98px) {
	.swiper-slider-2 .button {
		min-width: auto
	}
}
@media (min-width:992px) {
	.swiper-slider-2 .swiper-button-next, .swiper-slider-2 .swiper-button-prev {
		display: flex
	}
	.swiper-slider-2 .swiper-pagination {
		display: none
	}
	.swiper-slider-2 *+.swiper-text {
		margin-top: 24px
	}
	.swiper-slider-2 *+.swiper-subtitle {
		margin-top: 28px
	}
	.swiper-slider-2 *+.button, .swiper-slider-2 *+.button-wrap {
		margin-top: 50px
	}
}
.swiper-slider-3 .swiper-title {
	font-weight: 400
}
.swiper-slider-3 .button {
	padding-left: 35px;
	padding-right: 35px
}
@media (min-width:992px) {
	.swiper-slider-3 .button {
		letter-spacing: .3em
	}
}
@media (min-width:1200px) {
	.swiper-slider-3 *+.button, .swiper-slider-3 *+.button-wrap {
		margin-top: 40px
	}
}
.swiper-slider-4 [class*=swiper-title-] {
	display: inline-block;
	position: relative;
	overflow: hidden
}
.swiper-slider-4 [class*=swiper-title-]::before {
	position: absolute;
	display: none;
	content: '';
	top: 0;
	right: 1px;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .11);
	transform-origin: 50% 100%;
	z-index: -1
}
.swiper-slider-4 span[class*=swiper-title-] {
	overflow: visible
}
.swiper-slider-4 h2 {
	line-height: 1;
	font-weight: 900
}
.swiper-slider-4 h4 {
	line-height: 1.14
}
.swiper-slider-4 h6 {
	line-height: 1.5;
	font-weight: 400
}
.swiper-slider-4 .swiper-title-1 {
	padding-right: 2px;
	padding-left: 2px
}
.swiper-slider-4 .swiper-title-1::before {
	transform: skew(10deg)
}
.swiper-slider-4 .swiper-title-2 {
	padding-right: 8px;
	padding-left: 4px
}
.swiper-slider-4 .swiper-title-2::before {
	transform: skew(8deg)
}
.swiper-slider-4 .swiper-title-3 {
	padding-right: 8px;
	padding-left: 4px
}
.swiper-slider-4 .swiper-title-3::before {
	transform: skew(14deg)
}
.swiper-slider-4 .swiper-button-next, .swiper-slider-4 .swiper-button-prev {
	display: none
}
.swiper-slider-4 .swiper-button-next .swiper-button-line-2, .swiper-slider-4 .swiper-button-prev .swiper-button-line-2 {
	stroke: #fff
}
.swiper-slider-4 .swiper-pagination {
	display: block
}
.swiper-slider-4 .swiper-pagination-bullet::before {
	background: var(--mainBlue)
}
.swiper-slider-4 .swiper-bullet-line-2 {
	stroke: var(--mainBlue)
}
.swiper-slider-4 .button {
	padding-left: 40px;
	padding-right: 40px
}
.swiper-slider-4 *+.swiper-title-1, .swiper-slider-4 *+h2 {
	margin-top: 16px
}
.swiper-slider-4 *+.swiper-title-2, .swiper-slider-4 *+h4 {
	margin-top: 18px
}
.swiper-slider-4 *+.swiper-title-3, .swiper-slider-4 *+h6 {
	margin-top: 16px
}
@media (min-width:576px) {
	.swiper-slider-4 h2 {
		letter-spacing: .2em
	}
	.swiper-slider-4 h6 {
		letter-spacing: .18em
	}
	.swiper-slider-4 [class*=swiper-title-]::before {
		display: inline-block
	}
}
@media (min-width:1200px) {
	.swiper-slider-4 .swiper-button-next, .swiper-slider-4 .swiper-button-prev {
		display: block
	}
	.swiper-slider-4 .swiper-pagination {
		display: none
	}
	.swiper-slider-4 [class*=col-] {
		margin-right: 8.33333%
	}
	.swiper-slider-4 .swiper-title-1::before {
		top: 4px;
		bottom: 4px
	}
	.swiper-slider-4 *+.button-wrap {
		margin-top: 50px
	}
}
@media (min-width:1600px) {
	.swiper-slider-4 [class*=col-] {
		margin-right: -8.33333%
	}
	.swiper-slider-4 .swiper-slide-caption {
		padding-top: 80px
	}
}
.swiper-slider-5 {
	margin-top: 70px;
	min-height: 39.21875vw;
	max-width: 1620px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px
}
.swiper-slider-5 .swiper-wrapper::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fdab69), to(#faea7d));
	background-image: linear-gradient(to right, #fdab69 0, #faea7d 100%);
	z-index: 1
}
.swiper-slider-5 .swiper-title {
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: none
}
.swiper-slider-5 .swiper-title-2 {
	font-weight: 300;
	letter-spacing: .075em
}
.swiper-slider-5 .swiper-subtitle {
	font-size: 16px;
	letter-spacing: .2em;
	color: rgba(255, 255, 255, .8)
}
.swiper-slider-5 .swiper-subtitle-2 {
	letter-spacing: .2em;
	color: var(--mainYellow)
}
.swiper-slider-5 .button {
	min-width: auto;
	padding-left: 40px;
	padding-right: 40px
}
.swiper-slider-5 *+.swiper-title {
	margin-top: 28px
}
.swiper-slider-5 *+.swiper-title-2 {
	margin-top: 30px
}
.swiper-slider-5 *+.swiper-subtitle-2 {
	margin-top: 20px
}
@media (max-width:479px) {
	.swiper-slider-5 .swiper-title-2 {
		font-size: 26px
	}
	.swiper-slider-5 .swiper-title {
		font-size: 28px
	}
}
@media (min-width:480px) {
	.swiper-slider-5 {
		padding-left: 30px;
		padding-right: 30px
	}
}
@media (max-width:991.98px) {
	.swiper-slider-5 .swiper-slide-caption {
		padding-bottom: 80px
	}
}
@media (min-width:768px) {
	.swiper-slider-5 {
		padding-left: 50px;
		padding-right: 50px
	}
}
@media (min-width:992px) {
	.swiper-slider-5 {
		padding-left: 75px;
		padding-right: 75px
	}
	.swiper-slider-5 .swiper-subtitle {
		font-size: 18px
	}
	.swiper-slider-5 *+.swiper-subtitle-2 {
		margin-top: 32px
	}
}
@media (min-width:992px) and (max-width:1199.98px) {
	.swiper-slider-5 .swiper-title {
		font-size: 46px
	}
}
@media (min-width:1200px) {
	.swiper-slider-5 .swiper-title {
		line-height: 1.21
	}
	.swiper-slider-5 .button {
		letter-spacing: .3em
	}
	.swiper-slider-5 *+.button, .swiper-slider-5 .button-wrap {
		margin-top: 45px
	}
}
@media (min-width:1200px) and (max-width:1399px) {
	.swiper-slider-5 .swiper-title {
		font-size: 54px
	}
}
.swiper-slider-6 .swiper-wrapper::before {
	background: var(--mainYellow)
}
.swiper-slider-6 .button {
	padding-left: 30px;
	padding-right: 30px
}
@media (min-width:1200px) {
	.swiper-slider-6 *+.button, .swiper-slider-6 .button-wrap {
		margin-top: 50px
	}
}
@media (min-width:1600px) {
	.swiper-slider-6 .swiper-slide-caption {
		padding-bottom: 165px
	}
}
.swiper-slider-7 {
	min-height: 31.51042vw;
	overflow: visible;
	margin-left: auto;
	margin-right: 0
}
.swiper-slider-7 .swiper-slide {
	align-items: stretch;
	justify-content: flex-start
}
.swiper-slider-7 .swiper-slide-caption {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: 0;
	margin-right: auto;
	z-index: 1
}
.swiper-slider-7 .swiper-box {
	margin-left: auto;
	margin-right: auto
}
.swiper-slider-7 .swiper-title {
	letter-spacing: .075em;
	text-transform: none
}
.swiper-slider-7 .swiper-subtitle {
	line-height: 1.67;
	font-weight: 400;
	letter-spacing: .075em
}
.swiper-slider-7 .swiper-time {
	color: var(--mainBlue)
}
.swiper-slider-7 [class*=swiper-content-bg] {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(../images/bg-index-6.jpg) repeat;
	transition: all .6s ease-in-out .5s;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	z-index: -1
}
.swiper-slider-7 .swiper-content-bg-1 {
	top: 50%;
	bottom: 50%
}
.swiper-slider-7 .swiper-content-bg-2 {
	top: 100%
}
.swiper-slider-7 .swiper-content-bg-3 {
	width: 0
}
.swiper-slider-7 .swiper-slide-active [class*=swiper-content-bg] {
	visibility: visible;
	opacity: .7
}
.swiper-slider-7 .swiper-slide-active .swiper-content-bg-1 {
	top: 0;
	bottom: 0
}
.swiper-slider-7 .swiper-slide-active .swiper-content-bg-2 {
	top: 0
}
.swiper-slider-7 .swiper-slide-active .swiper-content-bg-3 {
	width: 100%
}
.swiper-slider-7 .swiper-pagination {
	bottom: -50px
}
.swiper-slider-7 .swiper-pagination-bullet::before {
	background: var(--mainBlue)
}
.swiper-slider-7 .swiper-bullet-line {
	stroke: rgba(21, 21, 21, .21)
}
.swiper-slider-7 .swiper-bullet-line-2 {
	stroke: var(--mainBlue)
}
.swiper-slider-7 *+.swiper-title {
	margin-top: 24px
}
.swiper-slider-7 *+.swiper-subtitle {
	margin-top: 20px
}
.swiper-slider-7 *+.swiper-time {
	margin-top: 18px
}
.swiper-slider-7 *+.button, .swiper-slider-7 *+.button-wrap {
	margin-top: 50px
}
@media (min-width:576px) {
	.swiper-slider-7 .swiper-slide-caption {
		max-width: 320px
	}
}
@media (min-width:768px) {
	.swiper-slider-7 .swiper-slide-caption {
		max-width: 350px
	}
}
@media (min-width:992px) {
	.swiper-slider-7 {
		max-width: calc(100% - 100px)
	}
	.swiper-slider-7 .swiper-slide-caption {
		max-width: 380px
	}
	.swiper-slider-7 .swiper-slide-active [class*=swiper-content-bg] {
		opacity: 1
	}
	.swiper-slider-7 .swiper-pagination {
		display: none
	}
	.swiper-slider-7 *+.swiper-title {
		margin-top: 34px
	}
	.swiper-slider-7 *+.button, .swiper-slider-7 *+.button-wrap {
		margin-top: 70px
	}
}
@media (min-width:1200px) {
	.swiper-slider-7 {
		max-width: calc(100% - 150px)
	}
	.swiper-slider-7 .swiper-slide-caption {
		max-width: 400px
	}
	.swiper-slider-7 .swiper-box {
		max-width: 370px
	}
}
@media (min-width:1600px) {
	.swiper-slider-7 {
		max-width: calc(100% - 210px)
	}
	.swiper-slider-7 .swiper-slide-caption {
		padding-left: 50px;
		padding-right: 30px;
		max-width: 36%
	}
	.swiper-slider-7 .swiper-title {
		font-size: 48px
	}
	.swiper-slider-7 .swiper-navigation__module {
		padding: 30px 60px 15px
	}
	.swiper-slider-7 .swiper-pagination__fraction-index {
		font-size: 60px
	}
}
@media (min-width:1800px) {
	.swiper-slider-7 .swiper-slide-caption {
		max-width: 38.5%
	}
}
.swiper-slider-8 {
	min-height: 29.89583vw
}
.swiper-slider-8 .swiper-slide::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	z-index: 0
}
.swiper-slider-8 .title-classic, .swiper-slider-8 h4 {
	color: rgba(255, 255, 255, .3)
}
@media (max-width:767.98px) {
	.swiper-slider-8 .swiper-slide-caption {
		padding-bottom: 70px
	}
}
@media (min-width:768px) {
	.swiper-slider-8 .swiper-slide::before {
		left: 35%
	}
}
@media (min-width:992px) {
	.swiper-slider-8 .swiper-slide::before {
		left: 40%
	}
	.swiper-slider-8 .swiper-pagination {
		display: none
	}
}
@media (min-width:1200px) {
	.swiper-slider-8 .swiper-slide::before {
		left: 50%
	}
}
.swiper-slider-9 .swiper-slide::before {
	background-image: url(../images/bg-index-7.jpg)
}
.swiper-slider-10 .swiper-slide::before {
	background-image: url(../images/bg-index-10.jpg)
}
.swiper-custom-container {
	position: relative;
	padding-top: 1px;
	z-index: 1000
}
@media (min-width:1200px) {
	.swiper-custom-container .rd-navbar-creative.rd-navbar-static .rd-navbar-main-outer {
		padding-left: 75px;
		padding-right: 75px
	}
}
.swiper-custom-container .section-relative, .swiper-custom-container .swiper-custom-bg {
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 30px;
	left: 0;
	z-index: -1
}
.swiper-custom-container .list-share-2 {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 1
}
.swiper-custom-container .list-share-2 .icon {
	background: rgba(255, 255, 255, .1)
}
.swiper-custom-container .list-share-2 .icon:hover {
	background: var(--mainYellow)
}
.swiper-custom-container .list-share-2 a, .swiper-custom-container .list-share-2 a:active, .swiper-custom-container .list-share-2 a:focus {
	color: #fff
}
.swiper-custom-container .list-share-2 a:hover {
	color: #151515
}
@media (min-width:768px) {
	.swiper-custom-container .section-relative, .swiper-custom-container .swiper-custom-bg {
		bottom: 50px
	}
}
@media (min-width:992px) {
	.swiper-custom-container .section-relative, .swiper-custom-container .swiper-custom-bg {
		bottom: 70px
	}
	.swiper-custom-container .list-share-2 {
		top: 50%;
		left: 23px;
		width: auto;
		transform: translate3d(0, -50%, 0)
	}
	.swiper-custom-container .list-share-2>li {
		display: block
	}
}
@media (min-width:1400px) {
	.swiper-custom-container .list-share-2, .swiper-custom-container .swiper-pagination-2 {
		top: calc(50% - 35px)
	}
}
@media (min-width:1637px) {
	.swiper-custom-container .list-share-2 {
		left: calc((50% - 735px)/ 2);
		transform: translate3d(-50%, -50%, 0)
	}
}
.swiper-custom-bg {
	background-repeat: repeat;
	background: #303e4f
}
@media (min-width:1200px) {
	.mobile .swiper-custom-container .page-header+.swiper-slider {
		margin-top: 0
	}
}
@media (min-width:992px) {
	.desktop .swiper-custom-container .page-header+.swiper-slider {
		margin-top: 0
	}
}
@media (min-width:1200px) {
	.desktop .swiper-slider-5 {
		margin-top: 120px
	}
}
@media (min-width:992px) {
	.swiper-custom-container-2 .list-share-2 {
		top: 54%
	}
	.swiper-custom-container-2 .swiper-pagination-2 {
		top: 53%
	}
	.swiper-custom-container-2 .swiper-pagination-2 .swiper-pagination-bullet::before {
		background: #50575d
	}
}
.swiper-custom-container-3 {
	padding-bottom: 80px;
	background: url(../images/bg-index-6.jpg) repeat
}
.swiper-custom-container-3 .swiper-navigation__module {
	background: url(../images/bg-index-6.jpg) repeat
}
.swiper-custom-container-3 .rd-navbar-corporate.rd-navbar-static {
	background: 0 0
}
@media (min-width:1600px) {
	.swiper-custom-container-3 .rd-navbar-corporate.rd-navbar-static .rd-navbar-main {
		padding: 40px 0 65px
	}
}
@media (min-width:1600px) {
	.swiper-custom-container-3 .rd-navbar-corporate.rd-navbar-static .rd-menu {
		top: calc(100% - 44px)
	}
}
.swiper-custom-container-3 .rd-navbar-corporate.rd-navbar-static.rd-navbar--is-clone, .swiper-custom-container-3 .rd-navbar-corporate.rd-navbar-static.rd-navbar--is-stuck {
	background: url(../images/bg-index-6.jpg) repeat
}
.swiper-custom-container-3 .rd-navbar-corporate.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main, .swiper-custom-container-3 .rd-navbar-corporate.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main {
	padding: 12px 0
}
@media (min-width:1600px) {
	.swiper-custom-container-3 .rd-navbar-corporate.rd-navbar-static.rd-navbar--is-clone .rd-menu, .swiper-custom-container-3 .rd-navbar-corporate.rd-navbar-static.rd-navbar--is-stuck .rd-menu {
		top: 100%
	}
}
@media (min-width:992px) {
	.swiper-custom-container-3 {
		padding-bottom: 100px
	}
}
@media (min-width:1600px) {
	.swiper-custom-container-3 {
		padding-bottom: 110px
	}
}
.swiper-navigation__module {
	display: none;
	align-items: center;
	position: absolute;
	padding: 10px 20px 5px;
	bottom: 0;
	right: 0;
	background: #fff;
	z-index: 1
}
.swiper-navigation__module .swiper-button-next, .swiper-navigation__module .swiper-button-prev {
	position: static;
	width: 48px;
	height: 48px;
	top: auto;
	left: auto;
	font-size: 28px;
	line-height: 46px;
	transform: none;
	color: #151515;
	border: 1px solid #989898;
	border-radius: 50%
}
.swiper-navigation__module .swiper-button-next:hover, .swiper-navigation__module .swiper-button-prev:hover {
	color: var(--mainBlue);
	border-color: var(--mainBlue)
}
.swiper-navigation__module>*+* {
	margin-left: 18px
}
.swiper-navigation__module .swiper-pagination__fraction+* {
	margin-left: 32px
}
@media (min-width:576px) {
	.swiper-navigation__module {
		display: flex
	}
}
@media (min-width:992px) {
	.swiper-navigation__module {
		padding: 20px 30px 10px
	}
}
@media (min-width:1800px) {
	.swiper-navigation__module {
		padding: 30px 60px 15px
	}
}
.swiper-pagination__fraction {
	font-size: 24px;
	line-height: 1.167;
	letter-spacing: 0;
	color: var(--mainBlue)
}
.swiper-pagination__fraction-index {
	font-size: 40px;
	line-height: 1;
	font-weight: 300;
	color: rgba(21, 21, 21, .21)
}
@media (min-width:992px) {
	.swiper-pagination__fraction-index {
		font-size: 50px
	}
}
@media (min-width:1800px) {
	.swiper-pagination__fraction-index {
		font-size: 60px
	}
}
.swiper-pagination__fraction-count {
	margin-left: 6px
}
.tabs-custom {
	text-align: left;
	color: #151515
}
.tabs-custom .nav-tabs {
	font-size: 0;
	line-height: 0;
	word-spacing: 0;
	border: 0;
	justify-content: center
}
.tabs-custom .nav-tabs:after, .tabs-custom .nav-tabs:before {
	display: none
}
.tabs-custom .nav-item {
	float: none;
	margin: 0;
	border: 0;
	cursor: pointer;
	transition: .33s all ease
}
.tabs-custom .nav-link {
	margin: 0;
	border-radius: 0;
	border: 0;
	color: #777;
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif
}
.tabs-custom .nav-link.active {
	cursor: default
}
.tabs-custom-1 {
	color: inherit
}
.tab-content>.tab-pane {
	display: block;
	visibility: hidden;
	height: 0;
	overflow: hidden
}
.tab-content>.active {
	visibility: visible;
	height: auto;
	overflow: visible
}
*+.tabs-line {
	margin-top: 24px
}
*+.tabs-line-big {
	margin-top: 18px
}
*+.tabs-horizontal.tabs-corporate {
	margin-top: 25px
}
h4+.tabs-horizontal.tabs-corporate {
	margin-top: 40px
}
h1+.tabs-line {
	margin-top: 22px
}
h3+.tabs-custom {
	margin-top: 35px
}
.row+.tabs-corporate {
	margin-top: 40px
}
.tabs-line .nav-link {
	padding: 10px 10px 6px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .1em;
	color: #777;
	background: 0 0;
	text-align: center;
	vertical-align: middle
}
.tabs-line .nav-link-big {
	font-size: 24px
}
.tabs-line *+.tab-content {
	margin-top: 20px
}
@media (max-width:767.98px) {
	.tabs-line .nav-tabs {
		margin-bottom: -10px
	}
	.tabs-line .nav-item {
		margin-bottom: 10px
	}
	.tabs-line .nav-link {
		border-width: 1px 0 1px 0;
		border-style: solid;
		border-color: #e1e1e1
	}
	.tabs-line .nav-link.active, .tabs-line .nav-link:hover {
		color: var(--mainBlue)
	}
	.tabs-line .nav-link.active {
		border-color: var(--mainBlue)
	}
}
.tabs-corporate .nav-tabs {
	position: relative
}
.tabs-corporate .nav-link {
	padding: 10px 10px 6px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .1em;
	color: #777;
	background: 0 0;
	text-align: center;
	vertical-align: middle
}
.tabs-corporate .nav-link.active, .tabs-corporate .nav-link:hover {
	color: var(--mainBlue)
}
.tabs-corporate .nav-link:hover {
	border-color: transparent
}
.tabs-corporate .tab-content {
	padding: 20px 0 0
}
@media (max-width:767.98px) {
	.tabs-corporate .nav-link {
		border-width: 1px;
		border-style: solid;
		border-color: transparent
	}
	.tabs-corporate .nav-link.active {
		border-color: #e1e1e1
	}
}
@media (min-width:768px) {
	.tabs-horizontal.tabs-corporate .nav-tabs {
		position: relative;
		width: 100%;
		will-change: transform;
		justify-content: flex-start;
		border: 1px solid #e1e1e1
	}
	.tabs-horizontal.tabs-corporate .nav-item {
		will-change: transform
	}
	.tabs-horizontal.tabs-corporate .nav-link {
		position: relative;
		text-align: left;
		display: block;
		z-index: 1;
		padding: 32px 20px;
		border: none
	}
	.tabs-horizontal.tabs-corporate .nav-link.active, .tabs-horizontal.tabs-corporate .nav-link:hover {
		color: var(--mainBlue)
	}
	.tabs-horizontal.tabs-corporate .nav-link.active {
		border-color: #e1e1e1
	}
	.tabs-horizontal.tabs-line .nav-tabs {
		justify-content: space-between;
		border-bottom: 3px solid #3f4651
	}
	.tabs-horizontal.tabs-line .nav-item {
		display: inline-block
	}
	.tabs-horizontal.tabs-line .nav-link {
		position: relative;
		padding: 0 0 10px 0;
		background-color: transparent;
		border: 0
	}
	.tabs-horizontal.tabs-line .nav-link::after {
		content: '';
		position: absolute;
		bottom: -3px;
		left: 0;
		height: 3px;
		width: 0;
		background: var(--mainBlue);
		transition: .22s ease
	}
	.tabs-horizontal.tabs-line .nav-link-big {
		padding-bottom: 5px
	}
	.tabs-horizontal.tabs-line .nav-link.active, .tabs-horizontal.tabs-line .nav-link:hover {
		color: var(--mainBlue)
	}
	.tabs-horizontal.tabs-line .nav-link.active::after {
		width: 100%
	}
	.tabs-horizontal.tabs-line *+.tab-content {
		margin-top: 30px
	}
	.tabs-horizontal.tabs-line-big *+.tab-content {
		margin-top: 26px
	}
}
@media (min-width:768px) {
	.tabs-horizontal.tabs-corporate .tab-content {
		padding: 40px 0 0
	}
	.tabs-horizontal.tabs-corporate .nav-link {
		padding: 20px
	}
}
@media (min-width:992px) {
	.tabs-horizontal.tabs-corporate .nav-link {
		padding: 32px 50px;
		letter-spacing: .2em
	}
	.tabs-horizontal.tabs-corporate .nav-item:first-child .nav-link {
		padding-left: 40px
	}
	.tabs-horizontal.tabs-corporate .nav-item:last-child .nav-link {
		padding-right: 40px
	}
}
@media (min-width:1200px) {
	.tabs-horizontal.tabs-corporate .nav-link {
		padding-left: 60px;
		padding-right: 60px
	}
}
@media (min-width:768px) {
	.tabs-vertical {
		display: flex;
		align-items: flex-start
	}
	.tabs-vertical .nav-tabs {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		flex-shrink: 0;
		max-width: 50%
	}
	.tabs-vertical .nav-item {
		border: 0;
		width: 100%;
		text-align: left
	}
	.tabs-vertical .tab-content {
		flex-grow: 1
	}
	.tabs-vertical.tabs-line .nav-tabs {
		width: auto;
		min-width: 167px;
		border: 0
	}
	.tabs-vertical.tabs-line .nav-item {
		margin: 0
	}
	.tabs-vertical.tabs-line .nav-link {
		position: relative;
		padding: 20px 0;
		border: 0;
		overflow: hidden;
		text-align: left
	}
	.tabs-vertical.tabs-line .nav-link.active, .tabs-vertical.tabs-line .nav-link:hover {
		color: var(--mainBlue)
	}
	.tabs-vertical.tabs-line .nav-item+.nav-item {
		border-top: 1px solid #e1e1e1
	}
	.tabs-vertical.tabs-line .tab-content {
		padding: 0 0 0 35px
	}
	.tabs-vertical.tabs-line *+.tab-content {
		margin-top: 0
	}
}
.tab-content-1 {
	color: #777
}
.tab-content-1 h4+p {
	margin-top: 22px
}
.tab-content-1 h5+p {
	margin-top: 30px
}
.tab-content-1 p+p {
	margin-top: 20px
}
.tab-content-1 *+img {
	margin-top: 35px
}
.tab-content-1 *+.button {
	margin-top: 30px
}
@media (min-width:1200px) {
	.tab-content-1 h5 {
		max-width: 88%
	}
	.tab-content-1 p {
		max-width: 96%
	}
	.tab-content-1 *+.button {
		margin-top: 45px
	}
}
@media (min-width:992px) {
	.tab-content-2 {
		display: flex;
		align-items: center;
		padding-top: 25px;
		padding-bottom: 25px
	}
}
@media (max-width:767.98px) {
	.tab-content-2 .box-info-figure {
		width: 200px
	}
}
@media (min-width:992px) and (max-width:1199.98px) {
	.tab-content-2 .box-info-figure {
		width: 230px
	}
}
.ie-10 .tab-content-2 .tab-content, .ie-11 .tab-content-2 .tab-content, .ie-edge .tab-content-2 .tab-content {
	width: 100%
}
@media (max-width:767.98px) {
	.tab-content-3 {
		position: static
	}
	.tab-content-3 img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		min-height: 100%;
		min-width: 100%;
		width: auto;
		height: auto;
		max-width: none
	}
	@supports ((-o-object-fit:cover) or (object-fit:cover)) {
		.tab-content-3 img {
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			transform: none;
			object-fit: cover;
			object-position: center center
		}
	}
	.tab-content-3::before {
		position: absolute;
		content: '';
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0, 0, 0, .6);
		pointer-events: none;
		z-index: 1
	}
}
.tab-content-4 {
	flex-grow: 1;
	padding-left: 15px;
	padding-right: 15px
}
.tab-content-4 h4+p {
	margin-top: 32px
}
.tab-content-4 *+.button, .tab-content-4 *+.button-wrap {
	margin-top: 35px
}
@media (min-width:576px) {
	.tab-content-4 .tab-pane {
		max-width: 350px
	}
}
@media (min-width:1600px) {
	.tab-content-4 {
		padding-left: 9%;
		padding-right: 30px
	}
}
.nav-tabs-2 {
	padding-top: 10px;
	justify-content: center;
	border-top: 1px solid var(--mainYellow)
}
@media (max-width:991.98px) {
	.nav-tabs-2 {
		margin-bottom: -10px;
		margin-left: -20px
	}
	.nav-tabs-2:empty {
		margin-bottom: 0;
		margin-left: 0
	}
	.nav-tabs-2>* {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 10px;
		margin-left: 20px
	}
}
@media (min-width:992px) {
	.nav-tabs-2 {
		display: block;
		padding-top: 0;
		border: none;
		background: 0 0
	}
}
.nav-item-2 {
	font-size: 14px;
	line-height: 1.72;
	font-weight: 700;
	letter-spacing: .1em;
	color: #151515
}
.nav-item-2 a {
	display: block;
	padding-left: 20px;
	color: inherit;
	text-indent: -20px
}
.nav-item-2 a::before {
	display: inline-block;
	content: '';
	width: 9px;
	height: 9px;
	margin-right: 11px;
	border-radius: 50%;
	background: #e1e1e1;
	transition: inherit
}
.nav-item-2 a.active::before {
	background: var(--mainYellow)
}
@media (min-width:992px) {
	.nav-item-2 a {
		padding: 42px 20px 42px 60px;
		letter-spacing: .3em;
		text-transform: uppercase;
		border-width: 1px 1px 0 1px;
		border-style: solid;
		border-color: #ebebeb #fff #ebebeb #fff;
		background: #fff
	}
	.nav-item-2:last-child a {
		border-bottom-width: 1px
	}
}
@media (min-width:1200px) {
	.nav-item-2 a {
		padding-left: 100px;
		padding-right: 42px;
		text-indent: -27px
	}
	.nav-item-2 a::before {
		margin-right: 18px
	}
}
@media (min-width:992px) {
	.desktop .nav-item-2 a:hover {
		background: #f5f5f5;
		border-color: #ebebeb
	}
	.desktop .nav-item-2 a:hover::before {
		background: var(--mainYellow)
	}
}
.nav-tabs-2-title {
	padding: 10px 15px;
	flex-grow: 1;
	font-weight: 400;
	letter-spacing: .025em;
	text-transform: none
}
@media (min-width:992px) {
	.nav-tabs-2-title {
		padding-top: 15px;
		padding-bottom: 15px
	}
}
.nav-tabs-2-button {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	text-align: center;
	z-index: 1
}
.nav-tabs-2-button::before {
	display: none;
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 14px;
	width: 120%;
	background: #fff;
	transform: skew(-43deg);
	transform-origin: 50% 0;
	pointer-events: none;
	z-index: -1
}
.nav-tabs-2-button .icon {
	display: none;
	width: 65px;
	height: 76px;
	font-size: 22px;
	line-height: 76px;
	color: var(--mainBlue);
	background: #f5f5f5;
	cursor: pointer
}
@media (min-width:992px) {
	.nav-tabs-2-button {
		margin-top: -76px
	}
	.nav-tabs-2-button::before {
		display: inline-block
	}
	.nav-tabs-2-button .icon {
		display: inline-block
	}
	.nav-tabs-2-button .icon::before {
		display: inline-block;
		animation: arrowTransformY .7s linear infinite
	}
}
@media (min-width:1200px) {
	.nav-tabs-2-button {
		padding-left: 25px
	}
	.nav-tabs-2-button .icon {
		width: 76px
	}
}
.tabs-custom-3 {
	display: flex;
	flex-direction: column-reverse;
	text-align: center;
	color: inherit
}
@media (min-width:576px) {
	.tabs-custom-3 {
		flex-direction: row;
		text-align: left
	}
}
@media (min-width:768px) and (max-width:991.98px) {
	.tabs-custom-3 h4 {
		font-size: 26px
	}
}
.nav-tabs-3 {
	display: flex;
	flex-direction: column;
	text-align: center;
	background: #343c49;
	width: 100%
}
.nav-tabs-3>li+li {
	border-top: 1px solid #565c60
}
@media (min-width:576px) {
	.nav-tabs-3 {
		max-width: 250px
	}
}
.nav-item-3 {
	display: flex;
	flex-direction: column;
	flex-grow: 1
}
.nav-link-3 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	padding: 15px;
	font-size: 16px;
	letter-spacing: .2em;
	text-transform: uppercase
}
.nav-link-3, .nav-link-3:active, .nav-link-3:focus {
	color: #fff
}
.nav-link-3:hover {
	color: #fff
}
.nav-link-3::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	width: 20px;
	height: 3px;
	background: 0 0;
	transform: translate3d(-50%, 0, 0);
	transition: all .3s ease
}
.nav-link-3.active, .nav-link-3:hover {
	background: #3f4959
}
.nav-link-3.active::before {
	width: 77px;
	background: var(--mainBlue)
}
@media (min-width:1200px) {
	.nav-tabs-3 {
		max-width: 374px
	}
}
@media (min-width:1600px) {
	.nav-link-3 {
		font-size: 16px
	}
}
.nav-tabs-4 {
	margin-bottom: -20px;
	margin-left: -30px
}
.nav-tabs-4:empty {
	margin-bottom: 0;
	margin-left: 0
}
.nav-tabs-4>* {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 30px
}
.nav-link-4 {
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #777
}
.nav-link-4.active {
	color: var(--mainBlue)
}
.tabs-post {
	padding: 30px 15px 30px 35px
}
.tabs-post .nav-tabs {
	display: block
}
.tabs-post .nav-item {
	position: relative;
	padding: 10px 0;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0;
	cursor: default
}
@media (min-width:768px) {
	.tabs-post .nav-item {
		padding: 20px 2% 20px 10%;
		font-size: 15px
	}
	.tabs-post .nav-item:first-child {
		padding-top: 0
	}
	.tabs-post .nav-item:last-child {
		padding-bottom: 0
	}
}
@media (min-width:992px) {
	.tabs-post .nav-item {
		padding: 20px 8%
	}
}
@media (min-width:1200px) {
	.tabs-post .nav-item {
		padding: 30px 12%
	}
}
.tabs-post .nav-item+.nav-item {
	border-top: 1px solid #ebebeb
}
.tabs-post .nav-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
	border: none;
	background: 0 0;
	pointer-events: auto;
	z-index: 1
}
.tabs-post .nav-link.active {
	background: 0 0;
	pointer-events: none
}
*+.nav-tabs {
	margin-top: 14px
}
@media (min-width:576px) {
	.tabs-post {
		padding: 50px
	}
	*+.nav-tabs {
		margin-top: 28px
	}
}
@media (max-width:767.98px) {
	.tabs-post {
		position: relative;
		overflow: hidden
	}
	.tabs-post .nav-link.active+.post-amy {
		opacity: 1
	}
	.tabs-post-title {
		color: #fff
	}
}
@media (min-width:768px) {
	.tabs-post {
		padding: 0
	}
	.tabs-post .nav-link {
		background: rgba(255, 255, 255, .5)
	}
	.tabs-post-title {
		padding-left: 10%
	}
}
@media (min-width:992px) {
	.tabs-post-title {
		padding-left: 8%
	}
}
@media (min-width:1200px) {
	.tabs-post-title {
		padding-left: 12%
	}
	*+.nav-tabs {
		margin-top: 38px
	}
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	animation-name: fadeOut
}
@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
.owl-height {
	transition: height .5s ease-in-out
}
.owl-carousel {
	display: none;
	width: 100%;
	position: relative;
	z-index: 1
}
.owl-carousel .owl-item>img {
	width: 100%
}
.owl-carousel .owl-stage {
	position: relative
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden
}
.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
	cursor: pointer;
	user-select: none
}
.owl-carousel.owl-loaded {
	display: block
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel .owl-refresh .owl-item {
	display: none
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.no-js .owl-carousel {
	display: block
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	font: 400 40px/80px FontAwesome;
	cursor: pointer;
	z-index: 1;
	transition: scale .1s ease
}
.owl-carousel .owl-video-play-icon:before {
	content: '\f144'
}
.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1
}
.owl-nav.disabled {
	display: none!important
}
.owl-next, .owl-prev {
	position: absolute;
	top: 50%;
	padding: 0;
	font: 400 28px/40px "Material Design Icons";
	color: rgba(21, 21, 21, .2);
	border: none;
	background: 0 0;
	transform: translateY(-50%);
	transition: all .25s ease-in-out;
	cursor: pointer
}
.owl-next:hover, .owl-prev:hover {
	color: #151515
}
.owl-prev {
	left: 0
}
.owl-prev::before {
	content: "\f14a"
}
.owl-next {
	right: 0
}
.owl-next::before {
	content: "\f14f"
}
.owl-dots {
	text-align: center;
	margin-top: 20px;
	font-size: 0;
	line-height: 0
}
.owl-dots.disabled {
	display: none!important
}
.owl-dot {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	border: none;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	outline: 0;
	cursor: pointer;
	background-color: #ebebeb;
	transition: .2s
}
.owl-dot::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	opacity: 0;
	background: #fff;
	transform: translate3d(-50%, -50%, 0);
	will-change: transform;
	transition: all .2s ease
}
.owl-dot:only-child {
	display: none
}
.owl-dot:focus::before, .owl-dot:hover::before {
	opacity: 1
}
.owl-dot.active::before {
	opacity: 1;
	width: 14px;
	height: 14px;
	background: var(--mainYellow)
}
.owl-carousel.owl-carousel-light-dots .owl-dot {
	border-color: #fff
}
.owl-carousel.owl-carousel-light-dots .owl-dot:focus, .owl-carousel.owl-carousel-light-dots .owl-dot:hover {
	background-color: #fff
}
.owl-carousel.owl-carousel-light-dots .owl-dot.active {
	background-color: #fff
}
[class*=dots-custom]:not(.dots-custom-wrap) {
	font-size: 0;
	line-height: 0
}
.dots-custom-wrap {
	margin-top: 20px
}
.owl-custom-nav {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: -10px;
	margin-left: -10px
}
.owl-custom-nav:empty {
	margin-bottom: 0;
	margin-left: 0
}
.owl-custom-nav>* {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px
}
.owl-custom-nav .owl-next, .owl-custom-nav .owl-prev {
	position: static;
	text-align: center;
	transform: none;
	width: 60px;
	height: 60px;
	padding: 0;
	line-height: 56px;
	color: #151515;
	border: 2px solid #151515;
	background: #fff
}
.owl-custom-nav .owl-next:hover, .owl-custom-nav .owl-prev:hover {
	color: #fff;
	background: var(--mainBlue);
	border-color: var(--mainBlue)
}
@media (min-width:992px) {
	.owl-custom-nav {
		margin-bottom: -16px;
		margin-left: -16px
	}
	.owl-custom-nav:empty {
		margin-bottom: 0;
		margin-left: 0
	}
	.owl-custom-nav>* {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 16px;
		margin-left: 16px
	}
}
@media (min-width:1200px) {
	.owl-custom-nav .owl-next, .owl-custom-nav .owl-prev {
		width: 72px;
		height: 67px;
		line-height: 63px
	}
}
.owl-custom-nav-2 {
	display: flex;
	align-items: center
}
.owl-custom-nav-2 .owl-next, .owl-custom-nav-2 .owl-prev {
	position: static;
	text-align: center;
	padding: 0;
	width: 54px;
	line-height: 28px;
	color: #151515;
	background: #fff;
	border: none;
	transform: none
}
.owl-custom-nav-2 .owl-next:hover, .owl-custom-nav-2 .owl-prev:hover {
	color: var(--mainBlue)
}
.owl-custom-nav-2 .owl-next {
	border-left: 1px solid #e1e1e1
}
.dots-style-2 .owl-dots {
	margin-top: 30px
}
.dots-style-2 .owl-dot {
	width: 30px;
	height: 20px;
	margin-left: 8px;
	margin-right: 8px;
	background: 0 0;
	z-index: 1
}
.dots-style-2 .owl-dot::before {
	height: 4px;
	width: 100%;
	background: 0 0;
	opacity: 1;
	z-index: 0
}
.dots-style-2 .owl-dot::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	height: 4px;
	width: 100%;
	background: #e1e1e1;
	transform: translate3d(0, -50%, 0);
	z-index: -1
}
.dots-style-2 .owl-dot:hover::before {
	background: #151515
}
.dots-style-2 .owl-dot.active::before {
	background: var(--mainYellow)
}
@media (min-width:576px) {
	.dots-style-2 .owl-dot {
		width: 64px
	}
}
@media (min-width:768px) {
	.dots-style-2 .owl-dots {
		margin-top: 45px
	}
}
.dots-style-3 .owl-dot.active::before {
	background: var(--mainBlue)
}
.dots-style-4 {
	overflow: hidden;
	padding-right: 30px
}
.dots-style-4 .owl-dots {
	position: absolute;
	top: -13px;
	right: 0;
	margin-top: 0
}
.dots-style-4 .owl-dots::before {
	position: absolute;
	content: '';
	top: calc(100% + 20px);
	height: 100vh;
	border-left: 1px solid #ebebeb
}
.dots-style-4 .owl-dot {
	display: block;
	margin: 17px 0
}
@media (min-width:576px) {
	.dots-style-4 {
		padding-right: 40px
	}
}
@media (min-width:1200px) {
	.dots-style-4 {
		padding-right: 50px
	}
}
.owl-style-1 {
	text-align: center
}
.owl-style-1 .owl-carousel {
	max-width: 370px;
	margin-left: auto;
	margin-right: auto
}
.owl-style-1 .owl-dot {
	margin: 0 9px
}
@media (min-width:576px) {
	.owl-style-1 {
		position: relative;
		padding-right: 60px;
		padding-bottom: 30px
	}
	.owl-style-1 .owl-carousel {
		max-width: none
	}
	.owl-style-1 .owl-carousel::before {
		display: inline-block;
		position: absolute;
		content: '';
		top: 20px;
		right: 0;
		bottom: 0;
		left: 0;
		border: 4px solid #e8e8e8;
		transform: translate3d(60px, 30px, 0);
		pointer-events: none
	}
	.owl-style-1 .owl-dot {
		display: block;
		margin: 18px auto
	}
	.dots-custom-wrap {
		position: absolute;
		top: 50%;
		right: 4px;
		width: 100%;
		max-width: 56px;
		text-align: center;
		transform: translate3d(0, -40%, 0);
		margin-top: 0
	}
}
@media (min-width:1200px) {
	.owl-style-1 {
		margin-right: 40px;
		margin-left: 24px
	}
}
.owl-numbering {
	color: #151515;
	margin-top: 16px
}
.owl-numbering>* {
	display: inline-block;
	vertical-align: middle
}
@media (min-width:576px) {
	.owl-numbering {
		margin-top: 0;
		padding: 6px 5px
	}
	.owl-numbering>* {
		display: block
	}
}
.owl-style-2 {
	text-align: center
}
.owl-style-2 .owl-dots {
	margin-top: 30px
}
@media (min-width:992px) {
	.owl-style-2 .owl-dots {
		position: relative;
		display: inline-block;
		margin-top: 50px
	}
	.owl-style-2 .owl-dots::before {
		position: absolute;
		content: '';
		top: 50%;
		right: 0;
		left: 0;
		height: 2px;
		background: rgba(255, 255, 255, .2);
		transform: translate3d(0, -50%, 0)
	}
	.owl-style-2 .owl-dot {
		width: 92px;
		height: 20px;
		margin: 0 75px;
		background: 0 0
	}
	.owl-style-2 .owl-dot:last-child {
		margin-right: 0
	}
	.owl-style-2 .owl-dot:first-child {
		margin-left: 0
	}
	.owl-style-2 .owl-dot::before {
		background: #fff;
		transition-duration: .3s;
		z-index: 1
	}
	.owl-style-2 .owl-dot::after {
		position: absolute;
		content: '';
		top: 50%;
		right: 0;
		left: 0;
		height: 4px;
		background: rgba(255, 255, 255, .3);
		transform: translate3d(0, -50%, 0);
		will-change: transform
	}
	.owl-style-2 .owl-dot:focus::before, .owl-style-2 .owl-dot:hover::before {
		width: 100%;
		height: 4px
	}
	.owl-style-2 .owl-dot.active::before {
		width: 100%;
		height: 4px;
		background: var(--mainYellow)
	}
}
.owl-style-3 .owl-stage-outer {
	margin: -10px -15px;
	padding: 10px 15px
}
.owl-style-4 .owl-stage {
	display: flex;
	align-items: stretch
}
.owl-style-4 .owl-item {
	flex: 0 0 auto
}
.owl-style-4 .owl-next, .owl-style-4 .owl-prev {
	display: none;
	top: 79%;
	transform: none
}
.owl-style-4 .owl-prev {
	left: 12px
}
.owl-style-4 .owl-next {
	right: 12px
}
@media (min-width:768px) {
	.owl-style-4 {
		overflow: hidden
	}
	.owl-style-4>div {
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px
	}
}
@media (min-width:992px) {
	.owl-style-4 .owl-next, .owl-style-4 .owl-prev {
		display: inline-block
	}
	.owl-style-4 .owl-dots {
		display: none
	}
}
.owl-style-5 .owl-stage-outer {
	margin: -30px -15px -15px;
	padding: 30px 15px 15px
}
@media (min-width:1200px) {
	.owl-style-5 .owl-stage-outer {
		margin: -40px -30px -30px;
		padding: 40px 30px 30px
	}
}
.owl-style-6 .owl-stage-outer {
	margin: -15px;
	padding: 15px
}
@media (min-width:1200px) {
	*+.owl-style-6 {
		margin-top: 60px
	}
}
.owl-style-7 .owl-item {
	padding: 0 15px
}
@media (max-width:1599.98px) {
	.owl-style-7 .owl-dots {
		display: block!important;
		margin-top: 30px
	}
}
.owl-style-8 .owl-stage-outer {
	margin: -20px;
	padding: 20px
}
@media (min-width:1200px) {
	.owl-style-8 .owl-dots {
		margin-top: 70px
	}
}
.owl-style-9 .owl-stage-outer {
	margin: -10px;
	padding: 10px
}
.owl-style-10 {
	overflow: hidden;
	padding: 33px 40px;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #e1e1e1
}
.owl-style-10 .owl-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	transform: translate3d(0, -50%, 0);
	pointer-events: none
}
.owl-style-10 .owl-nav::after, .owl-style-10 .owl-nav::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1000%;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #e1e1e1
}
.owl-style-10 .owl-nav::before {
	bottom: 100%
}
.owl-style-10 .owl-nav::after {
	top: 100%
}
.owl-style-10 .owl-next, .owl-style-10 .owl-prev {
	position: relative;
	top: auto;
	line-height: 54px;
	transform: none;
	pointer-events: auto
}
.owl-style-10 .owl-prev {
	left: -5px
}
.owl-style-10 .owl-next {
	right: -5px
}
*+.owl-style-10 {
	margin-top: 50px
}
@media (min-width:992px) {
	.owl-style-10 {
		padding-left: 70px;
		padding-right: 70px
	}
}
@media (min-width:1200px) {
	.owl-style-10 {
		padding-left: 100px;
		padding-right: 100px
	}
	*+.owl-style-10 {
		margin-top: 70px
	}
}
.ie-10 .owl-style-10, .ie-11 .owl-style-10, .ie-edge .owl-style-10 {
	overflow: visible;
	border-width: 1px
}
.ie-10 .owl-style-10 .owl-nav::after, .ie-10 .owl-style-10 .owl-nav::before, .ie-11 .owl-style-10 .owl-nav::after, .ie-11 .owl-style-10 .owl-nav::before, .ie-edge .owl-style-10 .owl-nav::after, .ie-edge .owl-style-10 .owl-nav::before {
	display: none
}
.ie-10 .owl-style-10 .owl-next, .ie-10 .owl-style-10 .owl-prev, .ie-11 .owl-style-10 .owl-next, .ie-11 .owl-style-10 .owl-prev, .ie-edge .owl-style-10 .owl-next, .ie-edge .owl-style-10 .owl-prev {
	background: #fff
}
.owl-style-11 .owl-stage-outer {
	margin: -20px;
	padding: 20px
}
.owl-style-12 .owl-stage-outer {
	padding: 60px 24px 0;
	margin-left: -24px;
	margin-right: -24px
}
.owl-style-12 .owl-item .quote-tara-caption {
	opacity: .3
}
.owl-style-12 .owl-item .quote-tara-author, .owl-style-12 .owl-item .quote-tara-status {
	opacity: .4
}
.owl-style-12 .quote-tara {
	pointer-events: none
}
.owl-style-12 .owl-item.center .quote-tara {
	pointer-events: auto
}
.owl-style-12 .owl-item.center .quote-tara-caption {
	opacity: 1
}
.owl-style-12 .owl-item.center .quote-tara-author, .owl-style-12 .owl-item.center .quote-tara-status {
	opacity: 1
}
.owl-style-12 .owl-next, .owl-style-12 .owl-prev {
	top: 0;
	font-size: 31px;
	transform: none;
	color: #151515
}
.owl-style-12 .owl-next:hover, .owl-style-12 .owl-prev:hover {
	color: var(--mainBlue)
}
.owl-style-12 .owl-next {
	right: 5%
}
.owl-style-12 .owl-prev {
	left: 5%
}
*+.owl-style-12 {
	margin-top: 26px
}
@media (min-width:992px) {
	.owl-style-12 .owl-stage-outer {
		padding-top: 100px
	}
	.owl-style-12 .owl-next, .owl-style-12 .owl-prev {
		top: 35px
	}
	.owl-style-12 .owl-next {
		right: 14%
	}
	.owl-style-12 .owl-prev {
		left: 14%
	}
}
.owl-style-13 .owl-next, .owl-style-13 .owl-prev {
	display: none;
	font-size: 31px;
	color: #151515
}
.owl-style-13 .owl-next:hover, .owl-style-13 .owl-prev:hover {
	color: var(--mainBlue)
}
.owl-style-13 .owl-dots {
	margin-top: 30px
}
@media (min-width:992px) {
	.owl-style-13 {
		padding-left: 40px;
		padding-right: 40px
	}
	.owl-style-13 .owl-next, .owl-style-13 .owl-prev {
		display: inline-block
	}
	.owl-style-13 .owl-next {
		right: -15px
	}
	.owl-style-13 .owl-prev {
		left: -15px
	}
	.owl-style-13 .owl-dots {
		display: none
	}
}
@media (min-width:1200px) {
	.owl-style-13 {
		padding-left: 100px;
		padding-right: 100px
	}
	.owl-style-13 .owl-next {
		right: 20px
	}
	.owl-style-13 .owl-prev {
		left: 20px
	}
}
.owl-wrap-1 {
	margin-left: -15px;
	margin-right: -15px
}
*+.owl-wrap-1 {
	margin-top: 50px
}
.lg-sub-html, .lg-toolbar {
	background-color: rgba(0, 0, 0, .45)
}
@font-face {
	font-family: lg;
	src: url(../fonts/lgd641.eot?n1z373);
	src: url(../fonts/lgd41d.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lgd641.woff?n1z373) format("woff"), url(../fonts/lgd641.ttf?n1z373) format("truetype"), url(../fonts/lgd641.svg?n1z373#lg) format("svg");
	font-weight: 400;
	font-style: normal
}
.lg-icon {
	font-family: lg;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}
.lg-actions .lg-next, .lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, .45);
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
	border: none;
	outline: 0
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: .5
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
	color: #fff
}
.lg-actions .lg-next {
	right: 20px
}
.lg-actions .lg-next:before {
	content: "\e095"
}
.lg-actions .lg-prev {
	left: 20px
}
.lg-actions .lg-prev:after {
	content: "\e094"
}
@-webkit-keyframes lg-right-end {
	0%, 100% {
		left: 0
	}
	50% {
		left: -30px
	}
}
@keyframes lg-right-end {
	0%, 100% {
		left: 0
	}
	50% {
		left: -30px
	}
}
@-webkit-keyframes lg-left-end {
	0%, 100% {
		left: 0
	}
	50% {
		left: 30px
	}
}
@keyframes lg-left-end {
	0%, 100% {
		left: 0
	}
	50% {
		left: 30px
	}
}
.lg-outer.lg-right-end .lg-object {
	animation: lg-right-end .3s;
	position: relative
}
.lg-outer.lg-left-end .lg-object {
	animation: lg-left-end .3s;
	position: relative
}
.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}
.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none!important;
	outline: 0;
	transition: color .2s linear
}
.lg-toolbar .lg-icon:hover {
	color: #fff
}
.lg-toolbar .lg-close:after {
	content: "\e070"
}
.lg-toolbar .lg-download:after {
	content: "\e0f2"
}
.lg-sub-html {
	bottom: 0;
	color: #eee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080
}
.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: 700
}
.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0
}
#lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle
}
.lg-next, .lg-prev, .lg-toolbar {
	opacity: 1;
	transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-hide-items .lg-prev {
	opacity: 0;
	transform: translate3d(-10px, 0, 0)
}
.lg-hide-items .lg-next {
	opacity: 0;
	transform: translate3d(10px, 0, 0)
}
.lg-hide-items .lg-toolbar {
	opacity: 0;
	transform: translate3d(0, -10px, 0)
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	transform: scale3d(.5, .5, .5);
	opacity: 0;
	transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s!important;
	transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
	transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s!important;
	transform-origin: 50% 50%
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	transform: scale3d(1, 1, 1);
	opacity: 1
}
.lg-outer .lg-thumb-outer {
	background-color: #0d0a0a;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	transform: translate3d(0, 100%, 0);
	transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: grab
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: grabbing
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	transition-duration: 0s!important
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
	transform: translate3d(0, 0, 0)
}
.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
	margin-left: auto;
	margin-right: auto
}
.lg-outer .lg-thumb-item {
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid rgba(255, 255, 255, 0);
	border-radius: 0;
	margin-bottom: 5px
}
@media (min-width:1025px) {
	.lg-outer .lg-thumb-item {
		transition: border-color .25s ease
	}
}
.lg-outer .lg-thumb-item:hover {
	border-color: #fff
}
.lg-outer .lg-thumb-item.active {
	border-color: var(--mainBlue)
}
.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px
}
.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
	transition: bottom .25s ease
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 0
}
.lg-outer .lg-toogle-thumb {
	background-color: #0d0a0a;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px
}
.lg-outer .lg-toogle-thumb:hover, .lg-outer.lg-dropdown-active #lg-share {
	color: #fff
}
.lg-outer .lg-toogle-thumb:after {
	content: "\e1ff"
}
.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px
}
.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative
}
.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important
}
.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer
}
.lg-outer .lg-has-iframe .lg-video {
	overflow: auto
}
.lg-outer .lg-has-vimeo .lg-video-play {
	background: url(../images/vimeo-play.png) no-repeat
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url(../images/vimeo-play.png) 0 -58px no-repeat
}
.lg-outer .lg-has-html5 .lg-video-play {
	background: url(../images/video-play.png) no-repeat;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: .8
}
.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1
}
.lg-outer .lg-has-youtube .lg-video-play {
	background: url(../images/youtube-play.png) no-repeat
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url(../images/youtube-play.png) 0 -60px no-repeat
}
.lg-outer .lg-video-object {
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0
}
.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible
}
.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	transition: opacity 80ms ease 0s
}
.lg-progress-bar .lg-progress {
	background-color: var(--mainBlue);
	height: 5px;
	width: 0
}
.lg-progress-bar.lg-start .lg-progress {
	width: 100%
}
.lg-show-autoplay .lg-progress-bar {
	opacity: 1
}
.lg-autoplay-button:after {
	content: "\e01d"
}
.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a"
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	transition-duration: 0s
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	transform: scale3d(1, 1, 1);
	transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s!important;
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s!important;
	transform-origin: 0 0;
	backface-visibility: hidden
}
#lg-zoom-in:after {
	content: "\e311"
}
#lg-actual-size {
	font-size: 20px
}
#lg-actual-size:after {
	content: "\e033"
}
#lg-zoom-out {
	opacity: .5;
	pointer-events: none
}
#lg-zoom-out:after {
	content: "\e312"
}
.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto
}
.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible
}
.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	transform: translate3d(0, 0, 0)
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px #fff inset
}
.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #fff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0s;
	transform: translate3d(0, 5px, 0)
}
.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%
}
.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, .5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
	display: block;
	height: 12px;
	transition: -webkit-box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;
	width: 12px
}
.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
	box-shadow: 0 0 0 8px #fff inset
}
.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0
}
.lg-fullscreen:after {
	content: "\e20c"
}
.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d"
}
.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, .25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s linear .18s, opacity .18s linear 0s
}
.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
	transition-delay: 0s;
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible
}
.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 5px, 0);
	transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
	transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s
}
.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	right: 16px;
	top: -16px
}
.lg-outer .lg-dropdown>li:last-child {
	margin-bottom: 0
}
.lg-outer .lg-dropdown>li:hover .lg-icon, .lg-outer .lg-dropdown>li:hover a {
	color: #333
}
.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px
}
.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, .07)
}
.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle
}
.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto
}
.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
	width: 100%;
	height: 100%
}
.lg-outer #lg-share {
	position: relative
}
.lg-outer #lg-share:after {
	content: "\e80d"
}
.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998
}
.lg-outer #lg-share-facebook .lg-icon:after {
	content: "\e901"
}
.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced
}
.lg-outer #lg-share-twitter .lg-icon:after {
	content: "\e904"
}
.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39
}
.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "\e902"
}
.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027
}
.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "\e903"
}
.lg-group:after {
	content: "";
	display: table;
	clear: both
}
.lg-outer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1090;
	text-align: left;
	opacity: 0;
	transition: opacity .15s ease 0s
}
.lg-outer * {
	box-sizing: border-box
}
.lg-outer.lg-visible {
	opacity: 1
}
.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
	transition-duration: inherit!important;
	transition-timing-function: inherit!important
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	transition-duration: 0s!important;
	opacity: 1
}
.lg-outer.lg-grab img.lg-object {
	cursor: grab
}
.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: grabbing
}
.lg-outer .lg {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%
}
.lg-outer .lg-inner {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap
}
.lg-outer .lg-item {
	background: url(../images/loading.gif) center center no-repeat;
	display: none!important
}
.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block!important
}
.lg-outer .lg-img-wrap, .lg-outer .lg-item {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%
}
.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}
.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}
.lg-outer .lg-item.lg-complete {
	background-image: none
}
.lg-outer .lg-item.lg-current {
	z-index: 1060
}
.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto!important;
	height: auto!important
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	transition: opacity .15s ease 0s
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1
}
.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
	display: none
}
.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1090;
	background-color: rgba(0, 0, 0, .8);
	opacity: 0;
	transition: opacity .15s ease 0s
}
.lg-backdrop.in {
	opacity: 1
}
.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
	transition: none 0s ease 0s!important
}
.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
	backface-visibility: hidden
}
.lg-css3.lg-fade .lg-item {
	opacity: 0
}
.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1
}
.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
	transition: opacity .1s ease 0s
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	transform: translate3d(-100%, 0, 0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	transform: translate3d(100%, 0, 0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	transform: translate3d(0, 0, 0);
	opacity: 1
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
.mobile #lg-zoom-in, .mobile #lg-zoom-out, .tablet #lg-zoom-in, .tablet #lg-zoom-out {
	display: none
}
.mobile .lg-icon, .tablet .lg-icon {
	font-size: 22px;
	width: 45px
}
@media (max-width:767.98px) {
	#lg-zoom-in, #lg-zoom-out, .lg-fullscreen {
		display: none
	}
	.lg-icon {
		font-size: 22px;
		width: 45px
	}
}
.parallax-container {
	position: relative;
	overflow: hidden;
	background: #47505f
}
.material-parallax {
	position: absolute;
	top: 0;
	left: -1px;
	right: -1px;
	bottom: 0;
	z-index: 0
}
.parallax-content {
	position: relative;
	z-index: 1
}
.material-parallax img {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 0;
	min-width: 101%;
	min-height: 101%;
	max-width: none;
	transform: translate3d(-50%, 0, 0)
}
.parallax-disabled {
	background-size: cover;
	background-position: center
}
html:not(.ie-11):not(.ios) .parallax-disabled {
	background-attachment: fixed
}
.container+.parallax-container {
	margin-top: 30px
}
@media (min-width:992px) {
	.container+.parallax-container {
		margin-top: 50px
	}
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	user-select: none;
	touch-action: pan-y
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: 0
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block
}
.slick-track:after, .slick-track:before {
	content: "";
	display: table
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	display: none
}
[dir=rtl] .slick-slide {
	float: right
}
.slick-slide img {
	display: inline-block;
	width: 100%
}
.slick-slide:focus {
	outline: 0
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto
}
.slick-arrow.slick-hidden {
	display: none
}
.slick-loading .slick-list {
	background: #fff url(../images/ajax-loader.gif) center center no-repeat
}
.slick-next, .slick-prev {
	display: block;
	padding: 0;
	font-size: 22px;
	line-height: 1;
	border: none;
	background: 0 0;
	cursor: pointer;
	z-index: 9
}
.slick-next:hover, .slick-prev:hover {
	outline: 0;
	color: var(--mainBlue)
}
.slick-prev::before {
	content: '\f14a'
}
.slick-next::before {
	content: '\f14f'
}
.slick-next:before, .slick-prev:before {
	font-family: "Material Design Icons";
	opacity: 1
}
.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}
.slick-dots li button {
	border: 0;
	display: block;
	height: 14px;
	width: 14px;
	outline: 0;
	line-height: 0;
	font-size: 0;
	color: transparent;
	background: #e1e1e1;
	cursor: pointer
}
.slick-dots li button:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	opacity: 0;
	background: var(--mainBlue);
	transform: translate3d(-50%, -50%, 0);
	will-change: transform;
	transition: all .2s ease
}
.slick-dots li button:focus, .slick-dots li button:hover {
	outline: 0
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
	opacity: .7
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	width: 14px;
	height: 14px
}
.child-carousel .slick-slide {
	cursor: pointer
}
.child-carousel .slick-slide img {
	width: 100%
}
@media (min-width:768px) {
	.child-carousel .slick-slide {
		max-width: 100%
	}
}
.slick-custom-nav .slick-next, .slick-custom-nav .slick-prev {
	background-color: transparent;
	font-size: 60px
}
.slick-custom-nav .slick-prev {
	left: -30px
}
.slick-custom-nav .slick-next {
	right: -20px
}
@media (min-width:1600px) {
	.slick-custom-nav .slick-prev {
		left: -50px
	}
	.slick-custom-nav .slick-next {
		right: -40px
	}
}
.slick-project .slick-next, .slick-project .slick-prev {
	position: absolute;
	bottom: 1px;
	width: 50px;
	height: 50px;
	font-size: 26px;
	line-height: 50px;
	outline: 0;
	border-style: solid;
	border-color: #e1e1e1;
	color: #151515;
	background: #fff;
	transition: all .25s ease-in-out
}
.slick-project .slick-next:hover, .slick-project .slick-prev:hover {
	color: var(--mainBlue)
}
.slick-project .slick-prev {
	right: 50px;
	border-width: 0 1px 0 1px
}
.slick-project .slick-prev::before {
	content: '\f14a'
}
.slick-project .slick-next {
	right: 0;
	border-width: 0 1px 0 0
}
.slick-project .slick-next::before {
	content: '\f14f'
}
.slick-project .carousel-parent {
	margin-bottom: 16px
}
.slick-project .child-carousel {
	margin-right: -12px
}
.slick-project .child-carousel .slick-slide {
	margin-right: 16px
}
@media (min-width:576px) {
	.slick-project .slick-next, .slick-project .slick-prev {
		width: 74px;
		height: 74px;
		line-height: 74px
	}
	.slick-project .slick-prev {
		right: 74px
	}
}
.slick-project-caption {
	text-align: left;
	padding: 14px 120px 14px 20px;
	border: 1px solid #e1e1e1
}
.slick-project-title {
	font-weight: 400;
	letter-spacing: .05em;
	font-size: 18px;
	line-height: 22px;
	text-transform: none;
	color: #151515
}
.slick-project+.table-custom-responsive {
	margin-top: 20px
}
@media (min-width:576px) {
	.slick-project-caption {
		padding: 26px 170px 26px 30px
	}
}
.slick-product.slick-vertical .slick-next, .slick-product.slick-vertical .slick-prev {
	position: absolute;
	top: 50%;
	padding: 0;
	width: 40px;
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	border: none;
	outline: 0;
	color: #fff;
	background: var(--mainBlue);
	transform: translate(0, -50%)
}
.slick-product.slick-vertical .slick-next.slick-disabled, .slick-product.slick-vertical .slick-prev.slick-disabled {
	background-color: #ebebeb
}
.slick-product.slick-vertical .slick-prev {
	left: -15px
}
[dir=rtl] .slick-product.slick-vertical .slick-prev {
	left: auto;
	right: 0
}
.slick-product.slick-vertical .slick-prev:before {
	content: ""
}
[dir=rtl] .slick-product.slick-vertical .slick-prev:before {
	content: ""
}
.slick-product.slick-vertical .slick-next {
	right: -15px
}
[dir=rtl] .slick-product.slick-vertical .slick-next {
	left: 0;
	right: auto
}
.slick-product.slick-vertical .slick-next:before {
	content: ""
}
[dir=rtl] .slick-product.slick-vertical .slick-next:before {
	content: ""
}
.slick-product.slick-vertical .carousel-parent {
	margin-bottom: 7px
}
.slick-product.slick-vertical .child-carousel .slick-list {
	margin-left: -6px;
	margin-right: -6px
}
.slick-product.slick-vertical .child-carousel .slick-slide {
	margin: 0 6px
}
@media (min-width:768px) and (max-width:991.98px) {
	.slick-product.slick-vertical {
		display: flex;
		margin-left: -6px;
		margin-right: -6px
	}
	.slick-product.slick-vertical .carousel-parent, .slick-product.slick-vertical .child-carousel {
		padding-left: 6px;
		padding-right: 6px
	}
	.slick-product.slick-vertical .carousel-parent {
		width: 74%;
		margin-bottom: 0
	}
	.slick-product.slick-vertical .child-carousel {
		width: 26%;
		display: flex;
		align-content: stretch
	}
	.slick-product.slick-vertical .child-carousel .slick-list {
		display: flex;
		margin-left: 0;
		margin-right: 0
	}
	.slick-product.slick-vertical .child-carousel .slick-slide {
		width: calc(100% - 10px)!important;
		margin-left: 5px;
		margin-right: 5px
	}
	.slick-product.slick-vertical .slick-arrow {
		right: auto;
		left: 50%;
		transform: translate(-50%, 0)
	}
	.slick-product.slick-vertical .slick-prev {
		top: -10px
	}
	.slick-product.slick-vertical .slick-prev::before {
		content: '\f239'
	}
	.slick-product.slick-vertical .slick-next {
		top: auto;
		bottom: -10px
	}
	.slick-product.slick-vertical .slick-next::before {
		content: '\f236'
	}
}
@media (min-width:992px) {
	.slick-product.slick-vertical {
		margin-right: 25px
	}
}
@media (min-width:1200px) {
	.slick-product.slick-vertical {
		margin-right: 38px
	}
}
.slick-product-figure {
	position: relative;
	overflow: hidden;
	background: #f3f3f3;
	transition: all .3s ease
}
.slick-product-figure img {
	width: 100%;
	transform: none;
	transition: inherit
}
.child-carousel .slick-product-figure {
	margin-top: 5px;
	margin-bottom: 5px
}
.child-carousel .slick-product-figure img {
	will-change: transform
}
.child-carousel .slick-product-figure:hover {
	background: rgba(243, 243, 243, .5)
}
.child-carousel .slick-product-figure:hover img {
	transform: scale(1.1)
}
.child-carousel .slick-current .slick-product-figure {
	background: 0 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .17)
}
.slick-quote .carousel-parent {
	margin-bottom: 50px
}
.slick-quote .child-carousel {
	margin-right: -22px
}
.slick-quote .child-carousel .slick-slide {
	margin-right: 22px;
	opacity: .5;
	transition: all .25s ease-in-out
}
.slick-quote .child-carousel .slick-slide:hover {
	opacity: 1
}
.slick-quote .child-carousel .slick-current {
	opacity: 1
}
*+.slick-quote {
	margin-top: 32px
}
.slick-team {
	background: #fff
}
.slick-team .child-team-carousel {
	position: relative;
	padding: 0 30px;
	margin: 20px auto 0;
	max-width: 320px
}
.slick-team .child-carousel {
	position: static;
	margin-right: -10px
}
.slick-team .child-carousel .slick-slide {
	position: relative;
	margin-right: 10px;
	padding: 20px 0
}
.slick-team .child-carousel .slick-slide::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	width: 0;
	height: 3px;
	background: var(--mainYellow);
	transform: translate3d(-50%, 0, 0);
	will-change: transform;
	transition: all .3s ease
}
.slick-team .child-carousel .slick-slide img {
	filter: grayscale(100%);
	transition: all .3s ease
}
.slick-team .child-carousel .slick-slide:hover img {
	filter: grayscale(0)
}
.slick-team .child-carousel .slick-slide.slick-current::before {
	width: 30px
}
.slick-team .child-carousel .slick-slide.slick-current img {
	filter: grayscale(0)
}
.slick-team .child-carousel .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translate3d(0, -50%, 0)
}
.slick-team .child-carousel .slick-next {
	right: 0
}
.slick-team .child-carousel .slick-prev {
	left: 0
}
.slick-team .team-creative-figure img {
	width: 120px
}
*+.slick-team {
	margin-top: 35px
}
@media (min-width:576px) {
	.slick-team .child-team-carousel {
		max-width: 80%
	}
	.slick-team .team-creative-figure img {
		width: 150px
	}
}
@media (min-width:768px) {
	.slick-team {
		padding: 28px 20px;
		border: 1px solid #e1e1e1
	}
	.slick-team .child-team-carousel {
		max-width: 380px;
		margin-top: -115px;
		margin-right: 0
	}
	.slick-team .team-creative-figure img {
		width: 240px
	}
	.slick-team .team-creative-body {
		padding: 10px 0 130px 6px
	}
}
@media (min-width:992px) {
	.slick-team .child-team-carousel {
		max-width: 300px
	}
	.slick-team-2 {
		position: relative;
		z-index: 1
	}
	.slick-team-2::after, .slick-team-2::before {
		position: absolute;
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		transform: translate3d(50%, 0, 0)
	}
	.slick-team-2::before {
		top: 22px;
		right: 0;
		border-width: 40px 24px 0 24px;
		border-color: #e1e1e1 transparent transparent transparent;
		z-index: -1
	}
	.slick-team-2::after {
		top: 23px;
		right: 1px;
		border-width: 39px 23.5px 0 23.5px;
		border-color: #fff transparent transparent transparent;
		z-index: 1
	}
}
@media (min-width:1200px) {
	.slick-team {
		padding-bottom: 66px
	}
	.slick-team .child-team-carousel {
		max-width: 410px;
		margin-top: -155px
	}
	.slick-team .team-creative-figure img {
		width: auto
	}
	.slick-team .team-creative-body {
		padding-bottom: 170px
	}
}
@media (min-width:1600px) {
	.slick-team {
		padding-left: 28px;
		padding-right: 28px
	}
}
.slick-news {
	margin: -15px
}
.slick-news .slick-slide {
	padding: 15px
}
.slick-news .slick-dots {
	top: 50%;
	right: 15px;
	bottom: auto;
	width: auto;
	transform: translate3d(0, -50%, 0)
}
.slick-news .slick-dots li {
	display: block;
	margin: 10px 0
}
@media (min-width:576px) {
	.slick-news .slick-dots {
		display: none!important
	}
}
.custom-circle-arrows {
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	display: none
}
.custom-circle-arrows.active {
	visibility: visible;
	display: block
}
.custom-circle-arrows .slick-arrow {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 78px;
	height: 78px;
	font-size: 32px;
	border-radius: 50%;
	transition: all .2s ease
}
.custom-circle-arrows .slick-arrow::before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	will-change: transform;
	transition: all .5s ease
}
.custom-circle-arrows .slick-arrow circle {
	fill: none;
	stroke-width: 3px;
	stroke-linecap: round;
	stroke-linejoin: round
}
.custom-circle-arrows .slick-arrow .slick-button-line {
	stroke: #ebebeb
}
.custom-circle-arrows .slick-arrow .slick-button-line-2 {
	opacity: 0;
	stroke: var(--mainBlue);
	stroke-dasharray: 226;
	stroke-dashoffset: 226;
	transition: stroke-dashoffset .5s
}
.custom-circle-arrows .slick-arrow:hover {
	color: #151515
}
.custom-circle-arrows .slick-arrow:hover .slick-button-line {
	opacity: 0;
	transition: all 0s ease-in-out .5s
}
.custom-circle-arrows .slick-arrow:hover .slick-button-line-2 {
	opacity: 1;
	stroke-dashoffset: 0
}
.custom-circle-arrows .slick-prev::before {
	content: '\f144'
}
.custom-circle-arrows .slick-prev svg {
	transform: scale(-1, 1);
	will-change: transform
}
.custom-circle-arrows .slick-next::before {
	content: '\f156'
}
.custom-circle-arrows .slick-arrow+.slick-arrow {
	margin-left: 35px
}
@media (max-width:767.98px) {
	.custom-circle-arrows {
		text-align: center
	}
}
.custom-arrows-4 .slick-arrow {
	display: inline-block;
	vertical-align: middle;
	font-size: 28px;
	padding: 0 12px
}
.custom-arrows-4>*+* {
	border-left: 1px solid #e1e1e1
}
@media (min-width:1200px) {
	.custom-arrows-4 {
		padding-bottom: 8px
	}
}
.bg-gray-dark .custom-arrows-4 .slick-arrow, .bg-primary .custom-arrows-4 .slick-arrow, .context-dark .custom-arrows-4 .slick-arrow {
	color: #fff
}
.bg-gray-dark .custom-arrows-4 .slick-arrow:hover, .bg-primary .custom-arrows-4 .slick-arrow:hover, .context-dark .custom-arrows-4 .slick-arrow:hover {
	color: var(--mainYellow)
}
.bg-gray-dark .custom-arrows-4>*+*, .bg-primary .custom-arrows-4>*+*, .context-dark .custom-arrows-4>*+* {
	border-color: rgba(225, 225, 225, .3)
}
.slick-fraction {
	font-size: 26px;
	line-height: 1;
	letter-spacing: 0;
	font-weight: 300;
	color: var(--mainBlue)
}
@media (min-width:576px) {
	.slick-fraction {
		font-size: 30px
	}
}
@media (min-width:768px) {
	.slick-fraction {
		font-size: 36px
	}
}
.slick-fraction-current {
	font-size: 40px;
	line-height: .88;
	font-weight: 100;
	color: rgba(21, 21, 21, .3)
}
@media (min-width:576px) {
	.slick-fraction-current {
		font-size: 50px
	}
}
@media (min-width:768px) {
	.slick-fraction-current {
		font-size: 70px
	}
}
@media (min-width:992px) {
	.slick-fraction-current {
		font-size: 90px
	}
}
@media (min-width:1200px) {
	.slick-fraction-current {
		font-size: 118px
	}
}
.swiper-pagination__fraction-count {
	margin-left: 6px
}
.bg-gray-dark .slick-fraction, .bg-primary .slick-fraction, .context-dark .slick-fraction {
	color: inherit
}
.bg-gray-dark .slick-fraction-current, .bg-primary .slick-fraction-current, .context-dark .slick-fraction-current {
	color: rgba(255, 255, 255, .21)
}
.slick-style-1 .slick-slide {
	text-align: inherit
}
*+.slick-style-1 {
	margin-top: 35px
}
.slick-style-2 {
	padding: 20px;
	margin-top: -25px;
	background: #fff
}
.slick-style-2 .slick-list {
	margin-left: -15px;
	margin-right: -15px
}
.slick-style-2 .slick-slide {
	text-align: inherit;
	padding-left: 15px;
	padding-right: 15px
}
.slick-style-2 .quote-paris {
	background: inherit
}
@media (min-width:576px) {
	.slick-style-2 {
		padding: 30px 40px
	}
}
@media (min-width:768px) {
	.slick-style-2 {
		margin-top: -45px;
		padding-top: 40px;
		padding-bottom: 40px
	}
}
@media (min-width:992px) {
	.slick-style-2 {
		padding: 50px;
		margin-top: -55px
	}
}
@media (min-width:1200px) {
	.slick-style-2 {
		padding-left: 70px;
		padding-right: 70px
	}
}
.slick-dots {
	display: none
}
@media screen and (max-width:1080px) {
	#a-logo-top {
		max-width: 320px;
		margin: auto
	}
	.top-wrapper {
		display: none
	}
	.section-after-top {
		padding-top: 2rem
	}
	.section--top .heading::before {
		display: none
	}
	.section--top .col-2 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.section--top .col-10 {
		display: none
	}
	#logo_gsp-top {
		display: block;
		margin: auto
	}
	#left-menu.menu1, .col-3.left-menu-padding, .section--top .heading {
		display: none!important
	}
	#col-content.col-9 {
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 2rem
	}
}
table {
	border-collapse: collapse
}
thead {
	outline: 1px solid var(--mainBlue)
}
table td, table th {
	line-height: 1.4em;
	border-spacing: 1px;
	border-collapse: separate;
	margin: 1rem auto;
	font-size: .8rem;
	padding: .25rem;
	font-weight: 400
}
table h3 {
	margin: 0;
	padding: 0;
	font-size: 1.15rem
}
table.tabulka1, table.tabulkaprodukt, table.tabulkaprodukt2 {
	line-height: 1.4em;
	background: #fff;
	border-spacing: 1px;
	border-collapse: collapse;
	outline: 1px solid var(--mainBlue);
	margin: 1rem auto
}
table.tabulkaprodukt thead td, table.tabulkaprodukt2 thead td {
	padding: 4px;
	text-align: left;
	color: #fff;
	font-weight: 400;
	border: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: var(--mainBlue)
}
table.tabulka1 thead td {
	background: var(--mainBlue);
	color: #fff
}
table.tabulkaprodukt thead td, table.tabulkaprodukt2 thead td {
	text-align: left;
	color: #fff;
	font-weight: 400
}
table.tabulka1 {
	text-align: left;
	font-weight: 400
}
table.tabulkaprodukt tbody tr:nth-of-type(2n+1) {
	background: #ececec
}
table.tabulkaprodukt h3, table.tabulkaprodukt2 h3 {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 1.15rem
}
table.tabulka1 td, table.tabulka1 th, table.tabulkaprodukt td, table.tabulkaprodukt2 th {
	font-size: .8rem;
	padding: .25rem
}
#left-menu.menu1 {
	margin-bottom: 20px;
	margin-left: -7px
}
#left-menu.menu1 i.fa-long-arrow-right, #left-menu.menu1 svg.fa-long-arrow-alt-right {
	display: none
}
#left-menu.menu1 li {
	font-weight: 400;
	color: #333;
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style: none;
	position: relative
}
#left-menu.menu1 .off-canvas-navigation {
	margin: 0
}
#left-menu.menu1 .menu1-main {
	padding-top: 0;
	background: #fff
}
#left-menu.menu1 .menu1-main>ul {
	padding-left: 0
}
#left-menu.menu1 li {
	list-style-type: none;
	font-weight: 700;
	color: #a6a6a6;
	position: relative
}
#left-menu.menu1 li li a {
	display: block;
	font-weight: 400
}
#left-menu.menu1 li a {
	font-weight: 700;
	color: #000;
	font-size: 13px;
	padding: .25em 0
}
#left-menu.menu1 li a:active, #left-menu.menu1 li a:link, #left-menu.menu1 li a:visited {
	font-weight: 400;
	color: #000
}
#left-menu.menu1 li a:active, #left-menu.menu1 li a:hover {
	outline-width: 0
}
#left-menu.menu1 li a:hover {
	color: #3c3c3c
}
#left-menu.menu1 li.li-active.menu1-level0>a.active, #left-menu.menu1 li.li-active.menu1-level0>a.close-link {
	text-decoration: underline;
	background-color: var(--mainYellow);
	color: #fff;
	padding-left: 1rem;
	margin-left: -1rem
}
#left-menu.menu1 li.li-active.menu1-level0>a.active:after, #left-menu.menu1 li.li-active.menu1-level0>a.active:before, #left-menu.menu1 li.li-active.menu1-level0>a.close-link:after, #left-menu.menu1 li.li-active.menu1-level0>a.close-link:before {
	/*background-color: #fff*/
}
#left-menu.menu1 li.li-active:not(.menu1-level0)>a.active, #left-menu.menu1 li.li-active:not(.menu1-level0)>a.close-link {
	color: #000;
	font-weight: 600
}
#left-menu.menu1 .menu1>ul {
	padding-left: 0
}
#left-menu.menu1 .menu1-level0>a.close-link {
	display: block;
	font-weight: 700;
	padding: .95rem 2.25rem .95rem 1.15rem;
	padding-left: 0;
	background-color: transparent;
	color: #000;
	position: relative;
	border-bottom: 1px dashed var(--mainBlue)
}
#left-menu.menu1 .menu1-level0>a.close-link:not(.active):hover {
	color: var(--mainBlue)
}
#left-menu.menu1 :not(.menu1-level0)>a.close-link {
	padding-right: 1.5rem
}
#left-menu.menu1 .menu1-level0>ul {
	padding-left: 32px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-left: 0
}
#left-menu.menu1 .menu1-level1 ul {
	padding-left: 8px;
	margin-left: 0
}
#left-menu.menu1 .menu1-level1>a.close-link {
	display: block;
	font-weight: 700;
	color: #0da2d9;
	padding-bottom: 6px
}
#left-menu.menu1 .menu1-level1>a.close-link:hover, #left-menu.menu1 .menu1-level2>a.close-link:hover, #left-menu.menu1 .menu1-level3>a.close-link:hover {
	color: var(--mainYellow);
	font-weight: 600
}
#left-menu.menu1 .menu1-level1:before {
	content: '';
	position: absolute;
	left: -15px;
	border-radius: 50%
}
#left-menu.menu1 .menu1-level1:before {
	background-color: var(--mainYellow);
	height: 4px;
	width: 4px;
	top: 12px
}
#left-menu.menu1 .menu1-main a.with-child {
	position: relative
}
#left-menu.menu1 .menu1-main a.with-child::after, #left-menu.menu1 .menu1-main a.with-child::before {
	content: "";
	position: absolute;
	background-color: var(--mainYellow);
	transition: -webkit-transform .25s ease-out;
	transition: transform .25s ease-out;
	transition: transform .25s ease-out, -webkit-transform .25s ease-out
}
#left-menu.menu1 .menu1-main a.with-child.active, #left-menu.menu1 .menu1-main a.with-child.in-active-path {
	cursor: pointer
}
#left-menu.menu1 .menu1-main a.with-child.active::before, #left-menu.menu1 .menu1-main a.with-child.in-active-path::before {
	transform: rotate(90deg)
}
#left-menu.menu1 .menu1-main a.with-child.active::after, #left-menu.menu1 .menu1-main a.with-child.in-active-path::after {
	transform: rotate(180deg)
}
#left-menu.menu1 .menu1-main li.menu1-level0>a.with-child::before {
	top: calc(50% - 7px);
	right: 19px;
	width: 2px;
	height: 12px
}
#left-menu.menu1 .menu1-main li.menu1-level0>a.with-child::after {
	top: calc(50% - 2px);
	right: 14px;
	width: 12px;
	height: 2px
}
#left-menu.menu1 .menu1-main .menu1-level1 a.with-child::before {
	top: calc(50% - 3px);
	right: 14px;
	width: 2px;
	height: 6px
}
#left-menu.menu1 .menu1-main .menu1-level1 a.with-child::after {
	top: calc(50% - 1px);
	right: 12px;
	width: 6px;
	height: 2px
}

.menu_items--ul .expander {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    cursor: pointer;
    z-index: 999;
    /* Optional: Add visual marker */
    /* content can be via ::after, or add a background image/icon */
}

.menu_items--ul .expander:hover {
    /*border: solid 1px red;*/
}


#mobile-menu {
	position: fixed;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow: hidden;
	padding: 0;
	top: 90px;
	right: -100%;
	transition: right .72s ease-in-out;
	overflow-y: auto
}
#mobile-menu .toggle-navigation {
	position: relative;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 999;
	transition: all .72s ease-in-out
}
#mobile-menu .toggle-navigation.active {
	right: 0
}
#header-top-mobile-sapien {
	left: 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .28);
	z-index: 99999;
	position: relative;
	background-color: #f3f3f3
}
.header-top-mobile-sapien__logo:hover {
	filter: brightness(.7)
}
.header-top-mobile-sapien__link {
	font-size: 14px;
	color: red
}
.header-top-mobile-sapien__link:hover {
	filter: brightness(.7)
}
.header-top-mobile-sapien__link img {
	width: 32px
}
.header-top-mobile-sapien__navigation {
	width: 45px;
	padding: 6px 6px;
	cursor: pointer;
	caret-color: transparent;
	margin-left: auto;
	transition: all .3s ease-in-out
}
.header-top-mobile-sapien__navigation .icon .line {
	background-color: red;
	height: 5px;
	width: 30px;
	color: red;
	opacity: 1;
	transform: rotate(0);
	top: 0
}
.header-top-mobile-sapien__navigation.active .icon .line:nth-child(1) {
	transform: rotate(45deg);
	top: 9px
}
.header-top-mobile-sapien__navigation.active .icon .line:nth-child(2) {
	opacity: 0;
	width: 0
}
.header-top-mobile-sapien__navigation.active .icon .line:nth-child(3) {
	transform: rotate(-45deg);
	top: -9px
}
.header-top-mobile-sapien__navigation:hover {
	filter: brightness(.7)
}
/*#mobile-menu .menu_items--ul {*/
/*	display: none*/
/*}*/
#mobile-menu.mobile-menu-1 .menu1-main i.fa.fa-long-arrow-right, #mobile-menu.mobile-menu-1 .menu1-main svg.fa-long-arrow-alt-right {
	opacity: 0
}
#mobile-menu.mobile-menu-1 li li a {
	font-weight: 400
}
#mobile-menu.mobile-menu-1 li a {
	text-decoration: none;
	font-weight: 700;
	color: #000;
	font-size: 13px;
	padding: .25em 0
}
#mobile-menu.mobile-menu-1 li a:active, #mobile-menu.mobile-menu-1 li a:link, #mobile-menu.mobile-menu-1 li a:visited {
	font-weight: 400;
	color: #000
}
#mobile-menu.mobile-menu-1 li a:active, #mobile-menu.mobile-menu-1 li a:hover {
	outline-width: 0
}
#mobile-menu.mobile-menu-1 li a:hover {
	color: #3c3c3c
}
#mobile-menu.mobile-menu-1 li a:hover:after, #mobile-menu.mobile-menu-1 li a:hover:before {
	background-color: #3c3c3c
}
#mobile-menu.mobile-menu-1 li a:hover i.fa-long-arrow-right, #mobile-menu.mobile-menu-1 li a:hover svg.fa-long-arrow-alt-right {
	color: #3c3c3c
}
#mobile-menu.mobile-menu-1 li.li-active.menu1-level0>a.active, #mobile-menu.mobile-menu-1 li.li-active.menu1-level0>a.close-link {
	text-decoration: underline;
	background-color: #000;
	color: #fff
}
#mobile-menu.mobile-menu-1 li.li-active.menu1-level0>a.active:after, #mobile-menu.mobile-menu-1 li.li-active.menu1-level0>a.active:before, #mobile-menu.mobile-menu-1 li.li-active.menu1-level0>a.close-link:after, #mobile-menu.mobile-menu-1 li.li-active.menu1-level0>a.close-link:before {
	background-color: #fff
}
#mobile-menu.mobile-menu-1 li.li-active:not(.menu1-level0)>a.active, #mobile-menu.mobile-menu-1 li.li-active:not(.menu1-level0)>a.close-link {
	color: #000;
	font-weight: 600
}
#mobile-menu.mobile-menu-1 .menu1>ul {
	padding-left: 0
}
#mobile-menu.mobile-menu-1 .menu1-level0>a.close-link {
	display: block;
	font-weight: 700;
	padding: .95rem 2.25rem .95rem 1.15rem;
	background-color: var(--mainBlue);
	color: #000;
	position: relative;
	border-bottom: 1px solid #fff
}
#mobile-menu.mobile-menu-1 .menu1-level0>a.close-link:not(.active):hover {
	color: #fff
}
#mobile-menu.mobile-menu-1 .menu1-level0>a.close-link:not(.active):hover:after, #mobile-menu.mobile-menu-1 .menu1-level0>a.close-link:not(.active):hover:before {
	background-color: #fff
}
#mobile-menu.mobile-menu-1 .menu1-level0.menu-user-section>a.close-link {
	background-color: #f5f5f5
}
#mobile-menu.mobile-menu-1 .menu1-level0.menu-user-section>a.close-link img {
	height: 22px;
	margin-left: -3px
}
#mobile-menu.mobile-menu-1 .menu1-level0.menu-user-section>a.close-link i, #mobile-menu.mobile-menu-1 .menu1-level0.menu-user-section>a.close-link svg {
	padding-right: 6px;
	padding-left: 2px
}
#mobile-menu.mobile-menu-1 .menu1-level0.menu-user-section>a.close-link i.fa-sign-in, #mobile-menu.mobile-menu-1 .menu1-level0.menu-user-section>a.close-link svg.fa-sign-in {
	padding-right: 4px
}
#mobile-menu.mobile-menu-1 :not(.menu1-level0)>a.close-link {
	padding-right: 1.5rem
}
#mobile-menu.mobile-menu-1 .menu1-level0>ul {
	padding-left: 32px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-left: 0
}
#mobile-menu.mobile-menu-1 .menu1-level1>ul {
	padding-left: 12px
}
#mobile-menu.mobile-menu-1 .menu1-level1>a.close-link {
	display: block;
	font-weight: 700;
	color: #000;
	padding-bottom: 6px
}
#mobile-menu.mobile-menu-1 .menu1-level1>a.close-link:hover, #mobile-menu.mobile-menu-1 .menu1-level2>a.close-link:hover, #mobile-menu.mobile-menu-1 .menu1-level3>a.close-link:hover, #mobile-menu.mobile-menu-1 .menu1-level4>a.close-link:hover {
	color: #000;
	font-weight: 600
}
#mobile-menu.mobile-menu-1 .menu1-level1>a.close-link:hover:after, #mobile-menu.mobile-menu-1 .menu1-level1>a.close-link:hover:before, #mobile-menu.mobile-menu-1 .menu1-level2>a.close-link:hover:after, #mobile-menu.mobile-menu-1 .menu1-level2>a.close-link:hover:before, #mobile-menu.mobile-menu-1 .menu1-level3>a.close-link:hover:after, #mobile-menu.mobile-menu-1 .menu1-level3>a.close-link:hover:before, #mobile-menu.mobile-menu-1 .menu1-level4>a.close-link:hover:after, #mobile-menu.mobile-menu-1 .menu1-level4>a.close-link:hover:before {
	background-color: var(--mainBlue);
}
#mobile-menu.mobile-menu-1 .menu1-level1>a.close-link:hover i.fa-long-arrow-right, #mobile-menu.mobile-menu-1 .menu1-level1>a.close-link:hover svg.fa-long-arrow-alt-right, #mobile-menu.mobile-menu-1 .menu1-level2>a.close-link:hover i.fa-long-arrow-right, #mobile-menu.mobile-menu-1 .menu1-level2>a.close-link:hover svg.fa-long-arrow-alt-right, #mobile-menu.mobile-menu-1 .menu1-level3>a.close-link:hover i.fa-long-arrow-right, #mobile-menu.mobile-menu-1 .menu1-level3>a.close-link:hover svg.fa-long-arrow-alt-right, #mobile-menu.mobile-menu-1 .menu1-level4>a.close-link:hover i.fa-long-arrow-right, #mobile-menu.mobile-menu-1 .menu1-level4>a.close-link:hover svg.fa-long-arrow-alt-right {
	color: #000
}
#mobile-menu.mobile-menu-1 .menu1-level1:before {
	content: '';
	position: absolute;
	left: -15px;
	border-radius: 50%
}
#mobile-menu.mobile-menu-1 .menu1-level1:before {
	background-color: var(--mainBlue);
	height: 4px;
	width: 4px;
	top: 12px
}
#mobile-menu.mobile-menu-1 .menu1-main a.with-child:after, #mobile-menu.mobile-menu-1 .menu1-main a.with-child:before {
	content: "";
	position: absolute;
	background-color: var(--mainBlue);
	transition: all .25s ease-out;
	opacity: 1
}
#mobile-menu.mobile-menu-1 .menu1-main a.with-child i {
	top: calc(50% - 7px);
	right: 24px;
	width: 2px;
	height: 12px;
	color: #fff;
	position: absolute;
	opacity: 0;
	transition: opacity .3s linear;
	transition-delay: .1s
}
#mobile-menu.mobile-menu-1 .menu1-main a.with-child svg {
	top: calc(50% - 7px);
	right: 14px;
	height: 12px;
	color: #fff;
	position: absolute;
	opacity: 0;
	transition: opacity .3s linear;
	transition-delay: .1s
}
#mobile-menu.mobile-menu-1 .menu1-main a.with-child.active, #mobile-menu.mobile-menu-1 .menu1-main a.with-child.in-active-path {
	cursor: pointer
}
#mobile-menu.mobile-menu-1 .menu1-main a.with-child.active:before, #mobile-menu.mobile-menu-1 .menu1-main a.with-child.in-active-path:before {
	transform: rotate(90deg);
	opacity: 0
}
#mobile-menu.mobile-menu-1 .menu1-main a.with-child.active:after, #mobile-menu.mobile-menu-1 .menu1-main a.with-child.in-active-path:after {
	transform: rotate(180deg);
	opacity: 0
}
#mobile-menu.mobile-menu-1 .menu1-main a.with-child.active i, #mobile-menu.mobile-menu-1 .menu1-main a.with-child.active svg, #mobile-menu.mobile-menu-1 .menu1-main a.with-child.in-active-path i, #mobile-menu.mobile-menu-1 .menu1-main a.with-child.in-active-path svg {
	opacity: 1
}
#mobile-menu.mobile-menu-1 .menu1-main li.menu1-level0>a.with-child:before {
    display: none;
	top: calc(50% - 7px);
	right: 19px;
	width: 2px;
	height: 12px
}
#mobile-menu.mobile-menu-1 .menu1-main li.menu1-level0>a.with-child:after {
    display: none;
	top: calc(50% - 2px);
	right: 14px;
	width: 12px;
	height: 2px
}
#mobile-menu.mobile-menu-1 .menu1-main .menu1-level1 a.with-child:before {
	top: calc(50% - 3px);
	right: 14px;
	width: 2px;
	height: 6px
}
#mobile-menu.mobile-menu-1 .menu1-main .menu1-level1 a.with-child:after {
	top: calc(50% - 1px);
	right: 12px;
	width: 6px;
	height: 2px
}
#mobile-menu.mobile-menu-1 .menu1-main .menu1-level1 a.with-child i, #mobile-menu.mobile-menu-1 .menu1-main .menu1-level1 a.with-child svg {
	top: calc(50% - 6px);
	right: 18px;
	width: 2px;
	height: 6px;
	font-size: 12px
}

#mobile-menu.mobile-menu-1 .menu1-main .menu1-level1 a.with-child svg {
	width: 13px;
	height: 13px
}

#mobile-menu.mobile-menu-1 .menu1-level1>a.close-link:hover, #mobile-menu.mobile-menu-1 .menu1-level2>a.close-link:hover, #mobile-menu.mobile-menu-1 .menu1-level3>a.close-link:hover, #mobile-menu.mobile-menu-1 .menu1-level4>a.close-link:hover {
	text-decoration: underline
}

#mobile-menu.mobile-menu-1 .menu1-level1::before, #mobile-menu.mobile-menu-1 .menu1-level1>a.close-link:hover::after, #mobile-menu.mobile-menu-1 .menu1-level1>a.close-link:hover::before, #mobile-menu.mobile-menu-1 .menu1-level1>a.close-link::after, #mobile-menu.mobile-menu-1 .menu1-level1>a.close-link::before {
	background-color: var(--mainBlue)
}

#mobile-menu.mobile-menu-1 .menu1-level1>a.close-link:hover svg.fa-long-arrow-alt-right, #mobile-menu.mobile-menu-1 :not(.menu1-level0)>a.close-link {
	color: var(--mainBlue)
}

#mobile-menu.mobile-menu-1 .menu1-level1>a.close-link:hover, #mobile-menu.mobile-menu-1 .menu1-level2>a.close-link:hover {
	color: var(--mainYellow)
}

#mobile-menu.mobile-menu-1 li a:link {
	font-weight: 600;
}

#mobile-menu.mobile-menu-1 .menu1-level1 > a.close-link::after,
#mobile-menu.mobile-menu-1 .menu1-level1 > a.close-link::before,
#mobile-menu.mobile-menu-1 .menu1-main a.with-child::before,
#mobile-menu.mobile-menu-1 .menu1-level1 > a.close-link::before {
	background-color: var(--mainBlue);
}

#mobile-menu > .menu1-main > ul > li > a::before,
#mobile-menu > .menu1-main > ul > li > a::after {
	background-color: #fff !important;
}

blockquote {
	position: relative;
	background: #7f7f7f;
	margin: 1rem auto;
	padding: 1.5rem 4rem;
	font-style: italic;
	color: #fff!important;
	border-radius: 15px;
	transition: all .27s
}

blockquote:hover {
	box-shadow: 0 10px 13px -7px rgba(0, 0, 0, .1), 5px 5px 15px 5px rgba(0, 0, 0, .1);
	background: #b1b1b1
}

blockquote a {
	text-decoration: underline
}
blockquote * {
	color: #fff!important
}
blockquote::before {
	content: url(/_data/styly/gsp/img/white-quote.png);
	position: absolute;
	top: 7px;
	top: 12px;
	left: 7px;
	left: 18px
}
#breadcrumbs ul.navigace {
	padding: 0;
	margin: 10px;
	color: #7f7f7f;
	text-align: left;
	font-size: 13px;
	margin-top: 32px;
	margin-left: -8px
}
#breadcrumbs ul.navigace a {
	text-decoration: underline;
	color: #7b7b7b
}
#breadcrumbs ul.navigace a:hover {
	text-decoration: underline;
	color: #000;
	color: var(--mainBlue)
}
#breadcrumbs ul.navigace span {
	text-decoration: none
}
#breadcrumbs .navigace li {
	display: inline
}
#breadcrumbs .navigace li:after {
	content: "\00a0\00a0>\00a0"
}
#breadcrumbs .navigace li:last-child a {
	color: #7b7b7b
}
#breadcrumbs .navigace li:last-child a:hover {
	color: #7b7b7b;
	color: var(--mainBlue)
}
#breadcrumbs .navigace li:last-child:after {
	content: ""
}
#breadcrumbs .container {
	width: 100%;
	max-width: 100%!important
}
#breadcrumbs ul.navigace {
	margin-left: -7px
}
.custom_form {
	flex: 2;
	margin-bottom: 50px
}
.custom_form h1 {
	color: #e50071;
	font-size: 3em;
	margin: 30px auto
}
.custom_form .flex_row {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	margin: 6px 0
}
.custom_form .form_item {
	flex: 1;
	width: 100%
}
.custom_form input {
	padding: 7px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 15px;
	color: #888;
	font-weight: 400;
	flex: 1;
	display: inline
}
.custom_form select {
	display: inline;
	color: #888;
	font-weight: 400
}
.custom_form.form_vertical input, .custom_form.form_vertical select, .custom_form.form_vertical textarea {
	width: 60%
}
.custom_form textarea {
	padding: 7px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 15px;
	color: #888;
	font-weight: 400;
	flex: 1;
	display: inline;
	resize: vertical;
	vertical-align: top
}
.custom_form input[type=checkbox], .custom_form input[type=radio] {
	cursor: pointer
}
.custom_form input[type=submit] {
	background: #020202;
	background: var(--mainBlue);
	font-size: 1rem;
	color: #fff;
	text-decoration: underline;
	padding: 1.5rem 1rem;
	display: block;
	text-align: center;
	border: 1px solid transparent;
	transition: all .27s;
	border-radius: none;
	max-width: 320px;
	display: inline-block
}
.custom_form input[type=submit]:hover {
	background: #fff;
	color: var(--mainBlue);
	border-color: var(--mainBlue)
}
.custom_form label {
	margin-top: 4px;
	font-weight: 700;
	vertical-align: top;
	margin-bottom: 2px
}
.custom_form.form_vertical label {
	display: inline-block;
	text-align: right;
	padding-right: 15px;
	width: 33%
}
.custom_form.form_vertical input.control_text {
	width: 40%
}
.custom_form.form_vertical input.control_agreement {
	width: 15px;
	margin-right: 10px
}
.custom_form label.control_agreement {
	display: inline-block;
	text-align: left;
	margin-top: 15px
}
.custom_form.form_vertical label.control_agreement {
	width: 60%
}
.custom_form .subject {
	padding: 7px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 10px 0;
	color: #000;
	font-size: 15px;
	font-weight: 700;
	width: 100%;
	flex: 1
}
.custom_form.form_vertical label.request_field_message {
	width: 75%;
	text-align: left
}
.custom_form .request_field_message span {
	color: #ab0000;
	margin-right: 10px
}
.custom_form .form_item span {
	color: #000;
	padding-left: 6px
}
.custom_form .btn_submit {
	text-align: center
}
.custom_form .btn_submit .select-tlacitko {
	margin-top: 20px;
	max-width: 300px;
	display: inline-block;
	font-weight: 400;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	background-color: #e40d14;
	text-decoration: underline;
	margin-left: 4px
}
.custom_form .btn_submit .select-tlacitko:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130
}
.custom_form .divider {
	border-bottom: 1px solid #ab0000;
	padding-top: 60px;
	padding-bottom: 10px
}
.custom_form .separator {
	margin: 20px
}
.custom_form .check-box-radio-container {
	width: 70%;
	display: inline-flex;
	justify-content: space-evenly
}
.custom_form .check-box-radio-container label {
	cursor: pointer
}
@media (max-width:991px) {
	.custom_form.form_vertical label {
		display: block;
		text-align: left;
		padding-right: 0;
		width: 100%
	}
	.custom_form.form_vertical input, .custom_form.form_vertical select, .custom_form.form_vertical textarea {
		width: calc(100% - 20px)
	}
	.custom_form.form_vertical label.control_agreement {
		width: calc(100% - 20px);
		display: inline-block
	}
	.custom_form.form_vertical input.control_text {
		width: 50%
	}
	.custom_form.form_vertical label.request_field_message {
		width: 100%;
		text-align: left
	}
	.custom_form .check-box-radio-container {
		width: 100%
	}
	.custom_form .check-box-radio-container label {
		text-align: center
	}
}
.gsp-form__section-border {
	border: 2px solid #ffe4b3
}
.gsp-form__section-label {
	background: #fff;
	top: -50px;
	left: 10px
}
#search-in-full-screen .c-search-fixed {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000000;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow-y: auto;
	background-color: #000;
	opacity: .9;
	color: #666;
	transition: all .3s ease 0s
}
#search-in-full-screen .c-search-fixed .c-search-fixed__padding {
	padding: 0 5%
}
#search-in-full-screen .c-search-fixed .c-search-fixed__input {
	width: 100%;
	height: 41px;
	position: relative;
	margin: 50px 0;
	padding: 0;
	border-bottom: 1px solid #787878
}
#search-in-full-screen .c-search-fixed .c-search-fixed__input input {
	width: 100%;
	line-height: 50px;
	height: 50px;
	font-size: 36px;
	font-weight: 400;
	color: #fff;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	border-width: 0;
	outline: 0;
	transition: all .3s ease 0s
}
@media screen and (max-width:1080px) {
	#search-in-full-screen .c-search-fixed .c-search-fixed__input input {
		font-size: 30px
	}
}
@media screen and (max-width:992px) {
	#search-in-full-screen .c-search-fixed .c-search-fixed__input input {
		font-size: 22px
	}
}
#search-in-full-screen .c-search-fixed .c-search-fixed__close {
	font-size: 48px;
	line-height: 50px;
	text-align: center;
	width: 50px;
	height: 50px;
	position: fixed;
	top: 42px;
	right: 5%;
	color: #fff;
	cursor: pointer
}
#searchResults {
	position: absolute;
	top: 100%;
	width: 98%;
	background: rgba(0, 0, 0, .9);
	display: none;
	z-index: 5000;
	padding: 2%
}
#searchResults b {
	color: #00dcff
}
#searchResults b.zb {
	color: #ccc
}
#searchResults img {
	width: 60px;
	vertical-align: middle;
	margin-bottom: 4px
}
#searchResults a.s-txt {
	line-height: 20px;
	display: block
}
#searchResults a.s-prod {
	vertical-align: middle;
	text-decoration: none;
	display: block;
	padding: 0 0 0 5px
}
#searchResults a.s-prod:hover {
	background: #505050
}
#searchResults a, #searchResults h2 {
	color: #fff
}
#searchResults .searchlink_more {
	margin-top: 20px;
	display: block;
	padding: 20px
}
#searchResults .searchlink_more>a {
	text-decoration: none;
	font-weight: 700;
	font-size: 22px;
	display: block;
	border: 1px solid #16b6ea;
	background: #16b6c9;
	text-align: center;
	border-radius: 4px;
	transition: all .3s ease-in-out
}
#searchResults .searchlink_more>a:hover {
	background: #139bc9;
	border-color: #139bc9
}
#kontakty .contacts {
	display: flex;
	flex-wrap: wrap;
	margin-top: 3rem;
	align-content: center;
	justify-content: space-between
}
#kontakty .contacts h2 {
	font-weight: 600;
	border-bottom: 1px solid currentColor
}
#kontakty .contacts .contbox {
	flex-basis: 250px
}
#kontakty .contacts .contbox a {
	display: inline-block;
	width: 100%
}
#kontakty .contacts .contbox img {
	display: block;
	margin: auto
}
#kontakty .contacts .contbox svg {
	margin-right: 7px;
	color: var(--mainBlue);
	fill: var(--mainBlue)
}
#kontakty .contacts .contbox h3 {
	height: 55px
}
.col-bg-color {
	background: #e3f4fb
}
.col-border-s {
	border-bottom: 5px solid var(--mainYellow)
}
.desktop-offset-right {
	padding-right: calc(var(--space) * 3.333);
	margin-left: -23px
}
.desktop-offset-left {
	padding-left: calc(var(--space) * 3.333);
	margin-right: -15px
}
.desktop-offset img {
	margin-right: -30px;
	margin-left: auto
}
.intro ul {
	margin-left: -8px
}
#col-content .col-10, .content .col-10 {
	width: 100%;
	max-width: 100%;
	flex-basis: 100%;
	flex: 1!important
}
.content.home>div {
	padding-bottom: 2rem!important
}
.content.home .f-container.home-vid {
	padding-bottom: 0!important
}
.fixed-mobile {
	display: none
}
@media screen and (min-width:1280px) {
	#breadcrumbs .container {
		width: 1200px!important;
		max-width: 100%!important
	}
}
@media screen and (max-width:1080px) {
	.fixed-mobile {
		position: absolute;
		left: 1rem;
		display: block
	}
	#logo_gsp-top {
		pointer-events: none
	}
	.desktop-offset-right {
		padding-right: calc(var(--space) * 0)
	}
	.desktop-offset-left {
		padding-left: calc(var(--space) * 0)
	}
	.swiper-container {
		margin-top: 90px!important
	}
	#breadcrumbs ul.navigace {
		margin-left: 0;
		padding-left: 15px
	}
	.f-heading {
		font-size: 2rem
	}
}
@media screen and (max-width:992px) {
	.f-heading {
		font-size: 1.75rem
	}
}
.__nastrojova-poradna-img {
	width: 100%!important;
	height: auto!important
}
@media (max-width:1080px) {
	.tabulkascroll {
		overflow-x: auto;
		white-space: nowrap
	}
	.tabulkascroll::-webkit-scrollbar {
		width: 10px;
		height: 10px
	}
	.tabulkascroll::-webkit-scrollbar-thumb {
		border-radius: 8px;
		border: 1px solid #fff;
		background-color: rgba(0, 0, 0, .5)
	}
}
.CSS1Compat img, .CSS2Compat img, .module-wysiwyg1 img, .module-wysiwyg2 img {
	display: block;
	max-width: 100%;
	height: auto;
	overflow: hidden
}
.owl-style-1 .owl-carousel::before {
	border: 4px solid var(--mainYellow)
}
.link-classic.archive a {
	color: var(--mainYellow);
	position: relative;
	display: inline-block;
	top: 26px;
	border-bottom: 1px solid currentColor;
	padding-bottom: 4px
}
.link-classic.archive a:hover {
	text-decoration: none
}
.tab-content>.tab-pane p {
	font-weight: 500;
	font-size: 1rem;
	margin-bottom: 3rem
}
#logo_gsp-top {
	vertical-align: unset
}
#footer .footer-btn, .detail-btn {
	max-width: 230px;
    border-radius: 6px;
}
.tab-content-1 *+.button {
	color: #fff
}
.tab-content-1 *+.button:hover {
	color: var(--mainBlue);
	background: #fff
}
.button-default-outline-2.button-outline::before, .button-default-outline-2.button-outline:active::before, .button-default-outline-2.button-outline:hover::before {
	border-color: #fff
}
.inner-page .row+.row {
	margin-top: unset
}
.homepage {
	display: none
}
#mobileMenuBtn {
	position: relative;
	padding: 0;
	margin-top: -1px;
	z-index: 99999;
	height: 35px;
	background: 0 0;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	border: none;
	outline: 0;
	cursor: pointer;
	transition: all .5s;
	display: none;
	transform: translateY(-1px)
}
#mobileMenuBtn span {
	position: relative;
	overflow: hidden;
	display: inline-block;
	height: 4px;
	width: 31px;
	background: #fff;
	left: 0;
	transition: all .5s
}
#mobileMenuBtn.active {
	height: 54px;
	background: 0 0;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	border: none;
	outline: 0;
	cursor: pointer;
	margin-top: -25px
}
#mobileMenuBtn.active span {
	position: relative;
	overflow: hidden;
	display: inline-block;
	height: 4px;
	background: #fff;
	left: 0
}
#mobileMenuBtn.active span:nth-child(1) {
	position: relative;
	transform: rotate(-45deg);
	top: 27px;
	width: 36px
}
#mobileMenuBtn.active span:nth-child(2) {
	display: none
}
#mobileMenuBtn.active span:nth-child(3) {
	position: relative;
	transform: rotate(45deg);
	width: 36px
}
@media screen and (max-width:1080px) {
	#mobileMenuBtn {
		display: flex
	}
}
.header-menu-mobile__container {
	display: none
}
@media screen and (max-width:1080px) {
	.header-menu-mobile__container {
		display: block
	}
}
.header-row2-wrapper, .top-wrapper {
	z-index: 9999
}
.nav-sub-menu {
	overflow: hidden
}
.y-L {
	display: block;
	height: 540px;
	position: absolute;
	left: -9999px;
	background: #000;
	background: var(--mainYellow);
	width: 1px;
	z-index: 9;
	overflow: hidden;
	transition: left 1.1s;
	top: 64px;
	pointer-events: none
}
.nav-sub2-menu {
	padding-left: 1.15rem
}
#topmenu ul li ul li ul li a {
	display: inline-block;
	background: #fff
}
.article-h {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.2;
	position: relative;
	margin-bottom: 0!important
}
#topmenu .nav-menu>li:nth-of-type(1) a {
	padding-left: 0
}
.nav-menu>li:first-child:hover::before {
	position: absolute;
	left: calc(50% - 6px);
	margin-left: -11px;
	bottom: -14px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #48aee3;
	content: "";
	z-index: 5
}
.nav-menu>li:first-child:hover::after {
	left: -6px
}
.nav-menu>li:hover::after {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: -5px;
	border-top: 12px solid #48aee3;
	content: ""
}
#cookies-agreement {
	background: var(--mainBlue);
	color: #fff;
	padding: 1rem 30px;
	text-align: center
}
#cookies-agreement a {
	color: #fff;
	text-decoration: underline
}
.wrap-pagination {
	margin-left: -9px
}
.archiv-novinek__pagination a {
	padding: 3px 8px;
	border: 1px solid #d3d3d3;
	font-size: 16px;
	text-decoration: none!important;
	transition: all .3s ease-in-out;
	margin-left: 4px;
	color: #000
}
.archiv-novinek__ellipsis {
	padding: 3px 8px;
	font-size: 16px;
	margin-left: 4px;
	color: #000
}
.archiv-novinek__pagination a.pag_current {
	pointer-events: none;
	background-color: var(--mainBlue);
	color: #fff;
	font-weight: bolder
}
#gsp-poptavka-formular .gsp-to-form {
	position: relative;
	display: block;
	width: 100%;
	padding: 1rem 2rem;
	background: #000;
	color: #fff;
	color: var(--mainYellow);
	text-align: center;
	transition: all .27s;
	border: 1px solid transparent;
	border-radius: 15px;
	font-weight: 700
}
#gsp-poptavka-formular .gsp-to-form span {
	position: relative;
	display: inline-block;
	text-decoration: underline;
	font-size: 19px
}
#gsp-poptavka-formular .gsp-to-form span::after {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 1;
	background: url(/_data/styly/gsp/img/slitting-saw-knive.png);
	width: 27px;
	height: 28px;
	background-size: contain;
	top: 7px;
	right: -40px
}
#gsp-poptavka-formular .gsp-to-form:hover {
	background: #fff;
	background: var(--mainYellow);
	color: #000;
	text-align: center;
	border-radius: 15px
}
#gsp-poptavka-formular h3 {
	color: var(--mainYellow)
}
@media screen and (max-width:767px) {
	#gsp-poptavka-formular .gsp-to-form span {
		font-size: 15px
	}
	#gsp-poptavka-formular .gsp-to-form span::after {
		top: 5px;
		width: calc(27px * .8);
		height: calc(28px * .8)
	}
}
#col-content .gsp-kontakty__contact-detail a {
	text-decoration: none;
}
#col-content .gsp-kontakty__contact-detail a span {
	text-decoration: underline
}
.news-h5 {
	color: var(--mainYellow);
	font-weight: 600;
	font-size: 27px;
	letter-spacing: 1px;
}
#searchResults h2:not(:first-child) {
    margin-top: 3rem;
}


/* Bootstrap 4.6.1 alerts */
.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}

.gsp-eshop-wignet{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: radial-gradient(var(--mainYellow) 38%, var(--mainYellow));
    padding: 24px 24px 24px 105px;
    border-radius: 15px;
    text-decoration: none !important;
    position: relative;
    margin-top: 30px;
    transition: all 0.3s ease-in-out;
}

.gsp-eshop-wignet:hover {
    background: radial-gradient(var(--mainYellow) 38%, #f59f00);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}

.gsp-eshop-wignet:after, .gsp-eshop-wignet:before {
    content: "";
    position: absolute;
    background-image: url('/_data/styly/gsp/img/gsp-odkaz-na-eshop-wignet.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 54px;
    height: 54px;
    display: block;
    top: calc(50% - 27px);
}

.gsp-eshop-wignet:after {
    left: 30px;
}

.gsp-eshop-wignet:before {
    right: 30px;
    transform: scaleX(-1);
    display: none;
}

.gsp-eshop-wignet .gsp-eshop-wignet-text{
    display: flex;
    flex-wrap: wrap;
    column-gap: 6px;
    justify-content: start;
    color: black !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}

.gsp-eshop-wignet .gsp-eshop-wignet-link {
    color: #0692cb;
    text-decoration: underline;
    font-weight: 600;
    font-size: 19px;
    padding-top: 4px;
    display: none;
}

@media(min-width: 540px) {

    .gsp-eshop-wignet{
        padding: 30px 40px 30px 120px
    }
}

@media(min-width: 768px) {
    .gsp-eshop-wignet{
        padding: 24px 120px;
    }

    .gsp-eshop-wignet:before {
        display: block;
    }

    .gsp-eshop-wignet:after, .gsp-eshop-wignet:before {
        width: 70px;
        height: 68px;
        top: calc(50% - 34px);
    }

    .gsp-eshop-wignet .gsp-eshop-wignet-text{
        justify-content: center;
        font-size: 21px;
    }

    .gsp-eshop-wignet .gsp-eshop-wignet-link {
        font-size: 19px;
    }

    .gsp-eshop-wignet .gsp-eshop-wignet-link {
        display: block;
    }
}

@media(min-width: 992px) {
    .gsp-eshop-wignet .gsp-eshop-wignet-text{

        font-size: 21px;
    }

    .gsp-eshop-wignet .gsp-eshop-wignet-link {
        font-size: 19px;
    }
}

@media(min-width: 1200px) {
    .gsp-eshop-wignet .gsp-eshop-wignet-text{
        font-size: 21px;
    }

    .gsp-eshop-wignet .gsp-eshop-wignet-link {
        font-size: 19px;
    }
}

#topmenu li.eshop-link {
    margin-left: 8px;
}

#topmenu li.eshop-link a:before {
    background: #30ade0;
    position: absolute;
    top: -6px;
    width: calc(100% + 12px);
    height: 32px;
    z-index: -1;
    left: 4px;
    content: "";
    border-radius: 6px;
}

#mobile-menu.mobile-menu-1 .menu1-level0.eshop-link>a.close-link {
    background-color:var(--mainYellow);
}
#topmenu li.eshop-link a {
    color: white !important;
}

#topmenu li.eshop-link a img {
    padding-right: 7px;
}

#mobile-menu.mobile-menu-1 .eshop-link img {
    padding-right: 15px;
}

#footer .submenu-ul {
    padding-left: 18px;
}
#footer .submenu-ul li {
    font-size: 14px;
}

#footer .disabled-link {
    pointer-events: none;
    text-decoration: none !important;
    cursor: default;
}
/* GSP - FAQ style - START */
#faq-accordion {

    @media (min-width: 992px) {
        & {
            padding-right: 2rem;
        }
    }

    .faq-category {
        padding-bottom: 3rem;
    }

    .card {
        border: none;
    }

    .card:not(:last-child) {
        border-bottom: 1px solid #a2d6fe;
    }

    .card-header {
        padding: 0;
        background-color: transparent;
        border: none;
    }

    .accordion-control {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 0.5rem 1.5rem 0.5rem;
        background-color: #e6f8fe;
        transition: background-color 0.3s ease-in-out;
        position: relative;
        gap: 1rem;
    }

    @media (min-width: 576px) {
        .accordion-control {
            padding: 1rem 2rem 1.5rem 2rem;
        }
    }

    @media (min-width: 992px) {
        .accordion-control {
            padding: 1rem 2rem 1rem 2rem;
        }
    }

    .accordion-control.collapsed {
        background-color: white;
    }

    .accordion-control:after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 50px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #e6f8fe;
        opacity: 1;
        transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out;
        z-index: 0;
    }

    .accordion-control.collapsed:after {
        opacity: 0;
        bottom: 5px;
    }

    .accordion-control .accordion-arrow {
        display: flex; /* pro správnou rotaci*/
        width: 20px; /* pro správnou rotaci*/
        font-size: 32px;
        position: relative;
        top: 2px;
        color: var(--mainYellow); /* šipka rozkliknutá otázka */
        transform: rotateZ(180deg);
        transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
    }

    .accordion-control.collapsed .accordion-arrow {
        transform: rotateZ(0);
        color: var(--mainBlue); /* výchozí stav šipky */
    }

    .title-container {
        display: flex;
        align-items: center;
    }

    .accordion-control .title-container .title {
        font-weight: 500;
        font-size: 18px;
        color: black; /* rozkliknutá otázka */
        transition: color 0.3s ease-in-out;
        /*font-family: 'Barlow Condensed', sans-serif;*/
    }

    @media (min-width: 992px) {
        .accordion-control .title-container .title {
            font-size: 18px;
        }
    }

    .accordion-control.collapsed .title-container .title {
        color: black; /* výchozí stav otázky */
    }

    .ico-controller {
        font-weight: bold;
        font-size: 14px;
        width: 45px;
        height: 45px;
        line-height: 50px;
        text-align: center;
        color: white;
        background-color: var(--mainYellow);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        -webkit-mask-position: center;
        mask-image: url('/_data/styly/gsp/svg/slitting-saw.svg');
        mask-repeat: no-repeat;
        mask-size: contain;
        mask-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0;
        margin-right: 20px;
        min-width: 40px;
        transition: background-color 0.3s ease-in-out;
    }

    .accordion-control.collapsed .ico-controller {
        background-color: var(--mainBlue);
    }

    .card-body {
        padding: 3rem 0 2rem 0;
    }
}
/* GSP - FAQ style - END */

/* CKEditor <hr> style */
.inner-page .content-hr {
    border: none; /* Remove default border */
    height: 1px; /* Set height */
    background-color: #adadad; /* Color of the line */
    margin: 20px 0 50px 0;
}

/* GSP - Průběh zakázky style - START */
.timeline-zig-zag {

    & {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    @media (min-width: 992px) {
        & {
            padding-top: 2rem;
        }
    }

    .title {
        margin-bottom: 0.6rem;
        font-weight: bold;
    }


    .blue-bg {
        color: black;
        height: 100%;
    }

    ul {
        padding-left: 18px;
        margin-bottom: 0;
    }

    .content {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .circle {
        font-weight: bold;
        font-size: 18px;
        width: 46px;
        height: 46px;
        line-height: 50px;
        text-align: center;
        color: white;
        background-color: var(--mainBlue);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        -webkit-mask-position: center;
        mask-image: url('/_data/styly/gsp/svg/slitting-saw.svg');
        mask-repeat: no-repeat;
        mask-size: contain;
        mask-position: center;
        background-color: var(--mainBlue);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0;
    }

    .how-it-works.row {
        display: flex;
    }

    .justify-content-end.how-it-works {
        /*padding-left: 72px;*/
    }

    @media (min-width: 768px) {
        .justify-content-end.how-it-works {
            padding-left: 36px;
        }
    }

    .how-it-works.row .col-2 {
        display: inline-flex;
        align-self: stretch;
        align-items: center;
        justify-content: start;
        position: relative;
        max-width: 83px;
    }
    @media (min-width: 768px) {
        .how-it-works.row .col-2 {
            max-width: 83px;
        }
        .how-it-works.row .col-md-8 {
            max-width: 77% !important;
            flex: 0 0 77% !important;
        }
    }


    @media (min-width: 1200px) {
        .how-it-works.row .col-md-8 {
            max-width: 80.4% !important;
            flex: 0 0 80.4% !important;
        }
    }
    @media (min-width: 1400px) {
        .how-it-works.row .col-md-8 {
            max-width: 83.333333% !important;
            flex: 0 0 83.333333% !important;
        }
    }
    .how-it-works:first-child .col-2 {
        align-items: start !important;
        padding-top: 4px;
    }

    .how-it-works:first-child .title {
        margin-top: 0 !important;
    }

    .how-it-works.justify-content-end .col-2 {
        justify-content: end;
    }

    .how-it-works.row .col-2::after {
        content: '';
        position: absolute;
        border-left: 3px solid var(--mainBlue);
        z-index: -1;
    }

    .how-it-works.row .col-2.bottom::after {
        height: 50%;
        left: 36px;
        top: 50%;
    }

    .how-it-works.row:first-child .col-2.bottom::after {
        height: calc(100% - 30px);
        top: 30px;
    }

    .how-it-works.row .col-2.full::after {
        height: 100%;
        left: 36px;
    }
    .how-it-works.row.justify-content-end .col-2.full::after {
        left: unset;
        right: 36px;
    }

    @media (min-width: 768px) {
        .how-it-works.row.justify-content-end .col-2.full::after {
            right: 37px;
        }
    }

    .how-it-works.row #third.col-2.full::after {
        height: 100%;
        left: calc(50%);
    }

    .how-it-works.row .col-2.top::after {
        height: 50%;
        left: 36px;
        top: 0;
    }
    .how-it-works.row.justify-content-end .col-2.top::after {
        left: unset;
        right: 36px;
    }

    .timeline div {
        padding: 0;
        height: 40px;
    }

    .timeline hr {
        border-top: 3px solid var(--mainBlue);
        margin: 0;
        top: 17px;
        position: relative;
    }

    .timeline .col-2 {
        display: flex;
        overflow: hidden;
    }

    .timeline .corner {
        border: 3px solid var(--mainBlue);
        width: 100%;
        position: relative;
        border-radius: 15px;
    }

    .timeline .top-right {
        left: 36px;
        top: -50%;
    }

    .timeline .left-bottom {
        right: 36px;
        top: calc(50% - 3px);
    }

    .timeline .top-left {
        right: 36px;
        top: -50%;
    }

    .timeline .right-bottom {
        left: 36px;
        top: calc(50% - 3px);
    }
}
/* GSP - Průběh zakázky style - END */

/* GSP - Strojní park - START */
.flex-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 3rem;
}

.flex-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee; /* volitelné - pro vizuální oddělení */
}
.flex-item:hover {
    border-bottom: 1px solid var(--mainBlue);
}

.flex-content {
    flex: 1; /* zabere zbývající prostor */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.flex-link {
    margin-left: 20px;
    color: var(--mainBlue);
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
    position: relative;
    display: inline-flex;
    align-items: center; /* vertical centering */
}

.flex-link::before {
    content: "360° Foto";
    margin-right: 8px; /* space between text and link */
    font-weight: normal;
    font-size: 0.9em;
    color: inherit;
}

.flex-link:hover {
    text-decoration: underline;
}

/* Pokud chcete zachovat bullet body */
.flex-item::before {
    content: "•";
    margin-right: 10px;
    color: var(--mainBlue);
    font-size: 20px;
    flex-shrink: 0; /* zabrání zmenšení bullet bodu */
}
/* GSP - Strojní park - END */
