@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Work+Sans:300,400,700&display=swap);

@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap);

:root {
	--main-brand-color:#ff6160;
	--main-brand-color-hover:#ff6160;
	--black-color:#1d1e27;
	--gray-color:#44464f;
	--light-gray-color:#f6fbfe;
	--btn-color:#fff;
	--list-icon-color:#1d1e27;
	--radius:.6rem;
	--main-font-name:"Work Sans";
	--nav-font-name:"Noto Sans";
}

html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}

body {
	margin:0;
}

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

audio,
canvas,
progress,
video {
	display:inline-block;
	vertical-align:baseline;
}

audio:not([controls]) {
	display:none;
	height:0;
}

[hidden],
template {
	display:none;
}

a {
	background-color:transparent;
}

a:active,
a:hover {
	outline:0;
}

abbr[title] {
	border-bottom:1px dotted;
}

b,
strong {
	font-weight:700;
}

dfn {
	font-style:italic;
}

h1 {
	font-size:2em;
	margin:.67em 0;
}

mark {
	background:#ff0;
	color:#000;
}

small {
	font-size:80%;
}

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

sup {
	top:-.5em;
}

sub {
	bottom:-.25em;
}

img {
	border:0;
}

svg:not(:root) {
	overflow:hidden;
}

figure {
	margin:1em 40px;
}

hr {
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	height:0;
}

pre {
	overflow:auto;
}

code,
kbd,
pre,
samp {
	font-family:monospace,monospace;
	font-size:1em;
}

button,
input,
optgroup,
select,
textarea {
	color:inherit;
	font:inherit;
	margin:0;
}

button {
	overflow:visible;
}

button,
select {
	text-transform:none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance:button;
	cursor:pointer;
}

button[disabled],
html input[disabled] {
	cursor:default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border:0;
	padding:0;
}

input {
	line-height:normal;
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height:auto;
}

input[type=search] {
	-webkit-appearance:textfield;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance:none;
}

fieldset {
	border:1px solid silver;
	margin:0 2px;
	padding:.35em .625em .75em;
}

legend {
	border:0;
}

textarea {
	overflow:auto;
}

optgroup {
	font-weight:700;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

legend,
td,
th {
	padding:0;
}
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-webkit-keyframes swiper-preloader-spin {
	to {
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	to {
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}

html {
	-ms-overflow-style:scrollbar;
	height:100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:constant(safe-area-inset);
	padding:env(safe-area-inset);
	font-size:10px;
}

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

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

.no-gutters {
	margin-right:0;
	margin-left:0;
}

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

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
	position:relative;
	width:100%;
	padding-right:15px;
	padding-left:15px;
}

.col-auto {
	position:relative;
	padding-right:15px;
	padding-left:15px;
}

.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-xsm,
.col-xsm-1,
.col-xsm-10,
.col-xsm-11,
.col-xsm-12,
.col-xsm-2,
.col-xsm-3,
.col-xsm-4,
.col-xsm-5,
.col-xsm-6,
.col-xsm-7,
.col-xsm-8,
.col-xsm-9,
.col-xsm-auto {
	position:relative;
	width:100%;
	padding-right:15px;
	padding-left:15px;
}

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

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

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

.col-2,
.col-3 {
	-ms-flex:0 0 16.66667%;
	flex:0 0 16.66667%;
	max-width:16.66667%;
}

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

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

.col-5,
.col-6 {
	-ms-flex:0 0 41.66667%;
	flex:0 0 41.66667%;
	max-width:41.66667%;
}

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

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

.col-8,
.col-9 {
	-ms-flex:0 0 66.66667%;
	flex:0 0 66.66667%;
	max-width:66.66667%;
}

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

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

.col-11,
.col-12 {
	-ms-flex:0 0 91.66667%;
	flex:0 0 91.66667%;
	max-width:91.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-none {
	display:none!important;
}

.d-inline {
	display:inline!important;
}

.d-inline-block {
	display:inline-block!important;
}

.d-block {
	display:block!important;
}

.d-table {
	display:table!important;
}

.d-table-row {
	display:table-row!important;
}

.d-table-cell {
	display:table-cell!important;
}

.d-flex {
	display:-webkit-box!important;
	display:-ms-flexbox!important;
	display:flex!important;
}

.d-inline-flex {
	display:-webkit-inline-box!important;
	display:-ms-inline-flexbox!important;
	display:inline-flex!important;
}

.flex-column,
.flex-row {
	-webkit-box-orient:horizontal!important;
	-webkit-box-direction:normal!important;
	-ms-flex-direction:row!important;
	flex-direction:row!important;
}

.flex-column {
	-webkit-box-orient:vertical!important;
	-ms-flex-direction:column!important;
	flex-direction:column!important;
}

.flex-column-reverse,
.flex-row-reverse {
	-webkit-box-orient:horizontal!important;
	-webkit-box-direction:reverse!important;
	-ms-flex-direction:row-reverse!important;
	flex-direction:row-reverse!important;
}

.flex-column-reverse {
	-webkit-box-orient:vertical!important;
	-ms-flex-direction:column-reverse!important;
	flex-direction:column-reverse!important;
}

.flex-wrap {
	-ms-flex-wrap:wrap!important;
	flex-wrap:wrap!important;
}

.flex-nowrap {
	-ms-flex-wrap:nowrap!important;
	flex-wrap:nowrap!important;
}

.flex-wrap-reverse {
	-ms-flex-wrap:wrap-reverse!important;
	flex-wrap:wrap-reverse!important;
}

.flex-fill {
	-webkit-box-flex:1!important;
	-ms-flex:1 1 auto!important;
	flex:1 1 auto!important;
}

.flex-grow-0 {
	-webkit-box-flex:0!important;
	-ms-flex-positive:0!important;
	flex-grow:0!important;
}

.flex-grow-1 {
	-webkit-box-flex:1!important;
	-ms-flex-positive:1!important;
	flex-grow:1!important;
}

.flex-shrink-0 {
	-ms-flex-negative:0!important;
	flex-shrink:0!important;
}

.flex-shrink-1 {
	-ms-flex-negative:1!important;
	flex-shrink:1!important;
}

.justify-content-start {
	-webkit-box-pack:start!important;
	-ms-flex-pack:start!important;
	justify-content:flex-start!important;
}

.justify-content-end {
	-webkit-box-pack:end!important;
	-ms-flex-pack:end!important;
	justify-content:flex-end!important;
}

.justify-content-center {
	-webkit-box-pack:center!important;
	-ms-flex-pack:center!important;
	justify-content:center!important;
}

.justify-content-between {
	-webkit-box-pack:justify!important;
	-ms-flex-pack:justify!important;
	justify-content:space-between!important;
}

.justify-content-around {
	-ms-flex-pack:distribute!important;
	justify-content:space-around!important;
}

.align-items-start {
	-webkit-box-align:start!important;
	-ms-flex-align:start!important;
	align-items:flex-start!important;
}

.align-items-end {
	-webkit-box-align:end!important;
	-ms-flex-align:end!important;
	align-items:flex-end!important;
}

.align-items-center {
	-webkit-box-align:center!important;
	-ms-flex-align:center!important;
	align-items:center!important;
}

.align-items-baseline {
	-webkit-box-align:baseline!important;
	-ms-flex-align:baseline!important;
	align-items:baseline!important;
}

.align-items-stretch {
	-webkit-box-align:stretch!important;
	-ms-flex-align:stretch!important;
	align-items:stretch!important;
}

.align-content-start {
	-ms-flex-line-pack:start!important;
	align-content:flex-start!important;
}

.align-content-end {
	-ms-flex-line-pack:end!important;
	align-content:flex-end!important;
}

.align-content-center {
	-ms-flex-line-pack:center!important;
	align-content:center!important;
}

.align-content-between {
	-ms-flex-line-pack:justify!important;
	align-content:space-between!important;
}

.align-content-around {
	-ms-flex-line-pack:distribute!important;
	align-content:space-around!important;
}

.align-content-stretch {
	-ms-flex-line-pack:stretch!important;
	align-content:stretch!important;
}

.align-self-auto {
	-ms-flex-item-align:auto!important;
	align-self:auto!important;
}

.align-self-start {
	-ms-flex-item-align:start!important;
	align-self:flex-start!important;
}

.align-self-end {
	-ms-flex-item-align:end!important;
	align-self:flex-end!important;
}

.align-self-center {
	-ms-flex-item-align:center!important;
	align-self:center!important;
}

.align-self-baseline {
	-ms-flex-item-align:baseline!important;
	align-self:baseline!important;
}

.align-self-stretch {
	-ms-flex-item-align:stretch!important;
	align-self:stretch!important;
}

.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:1rem!important;
}

.mt-1,
.my-1 {
	margin-top:1rem!important;
}

.mr-1,
.mx-1 {
	margin-right:1rem!important;
}

.mb-1,
.my-1 {
	margin-bottom:1rem!important;
}

.ml-1,
.mx-1 {
	margin-left:1rem!important;
}

.m-2 {
	margin:2rem!important;
}

.mt-2,
.my-2 {
	margin-top:2rem!important;
}

.mr-2,
.mx-2 {
	margin-right:2rem!important;
}

.mb-2,
.my-2 {
	margin-bottom:2rem!important;
}

.ml-2,
.mx-2 {
	margin-left:2rem!important;
}

.m-3 {
	margin:3rem!important;
}

.mt-3,
.my-3 {
	margin-top:3rem!important;
}

.mr-3,
.mx-3 {
	margin-right:3rem!important;
}

.mb-3,
.my-3 {
	margin-bottom:3rem!important;
}

.ml-3,
.mx-3 {
	margin-left:3rem!important;
}

.m-4 {
	margin:4rem!important;
}

.mt-4,
.my-4 {
	margin-top:4rem!important;
}

.mr-4,
.mx-4 {
	margin-right:4rem!important;
}

.mb-4,
.my-4 {
	margin-bottom:4rem!important;
}

.ml-4,
.mx-4 {
	margin-left:4rem!important;
}

.m-5 {
	margin:5rem!important;
}

.mt-5,
.my-5 {
	margin-top:5rem!important;
}

.mr-5,
.mx-5 {
	margin-right:5rem!important;
}

.mb-5,
.my-5 {
	margin-bottom:5rem!important;
}

.ml-5,
.mx-5 {
	margin-left:5rem!important;
}

.m-6 {
	margin:6rem!important;
}

.mt-6,
.my-6 {
	margin-top:6rem!important;
}

.mr-6,
.mx-6 {
	margin-right:6rem!important;
}

.mb-6,
.my-6 {
	margin-bottom:6rem!important;
}

.ml-6,
.mx-6 {
	margin-left:6rem!important;
}

.m-7 {
	margin:7rem!important;
}

.mt-7,
.my-7 {
	margin-top:7rem!important;
}

.mr-7,
.mx-7 {
	margin-right:7rem!important;
}

.mb-7,
.my-7 {
	margin-bottom:7rem!important;
}

.ml-7,
.mx-7 {
	margin-left:7rem!important;
}

.m-8 {
	margin:8rem!important;
}

.mt-8,
.my-8 {
	margin-top:8rem!important;
}

.mr-8,
.mx-8 {
	margin-right:8rem!important;
}

.mb-8,
.my-8 {
	margin-bottom:8rem!important;
}

.ml-8,
.mx-8 {
	margin-left:8rem!important;
}

.m-9 {
	margin:9rem!important;
}

.mt-9,
.my-9 {
	margin-top:9rem!important;
}

.mr-9,
.mx-9 {
	margin-right:9rem!important;
}

.mb-9,
.my-9 {
	margin-bottom:9rem!important;
}

.ml-9,
.mx-9 {
	margin-left:9rem!important;
}

.m-10 {
	margin:10rem!important;
}

.mt-10,
.my-10 {
	margin-top:10rem!important;
}

.mr-10,
.mx-10 {
	margin-right:10rem!important;
}

.mb-10,
.my-10 {
	margin-bottom:10rem!important;
}

.ml-10,
.mx-10 {
	margin-left:10rem!important;
}

.m-11 {
	margin:11rem!important;
}

.mt-11,
.my-11 {
	margin-top:11rem!important;
}

.mr-11,
.mx-11 {
	margin-right:11rem!important;
}

.mb-11,
.my-11 {
	margin-bottom:11rem!important;
}

.ml-11,
.mx-11 {
	margin-left:11rem!important;
}

.m-12 {
	margin:12rem!important;
}

.mt-12,
.my-12 {
	margin-top:12rem!important;
}

.mr-12,
.mx-12 {
	margin-right:12rem!important;
}

.mb-12,
.my-12 {
	margin-bottom:12rem!important;
}

.ml-12,
.mx-12 {
	margin-left:12rem!important;
}

.m-13 {
	margin:13rem!important;
}

.mt-13,
.my-13 {
	margin-top:13rem!important;
}

.mr-13,
.mx-13 {
	margin-right:13rem!important;
}

.mb-13,
.my-13 {
	margin-bottom:13rem!important;
}

.ml-13,
.mx-13 {
	margin-left:13rem!important;
}

.m-14 {
	margin:14rem!important;
}

.mt-14,
.my-14 {
	margin-top:14rem!important;
}

.mr-14,
.mx-14 {
	margin-right:14rem!important;
}

.mb-14,
.my-14 {
	margin-bottom:14rem!important;
}

.ml-14,
.mx-14 {
	margin-left:14rem!important;
}

.m-15 {
	margin:15rem!important;
}

.mt-15,
.my-15 {
	margin-top:15rem!important;
}

.mr-15,
.mx-15 {
	margin-right:15rem!important;
}

.mb-15,
.my-15 {
	margin-bottom:15rem!important;
}

.ml-15,
.mx-15 {
	margin-left:15rem!important;
}

.m-20 {
	margin:20rem!important;
}

.mt-20,
.my-20 {
	margin-top:20rem!important;
}

.mr-20,
.mx-20 {
	margin-right:20rem!important;
}

.mb-20,
.my-20 {
	margin-bottom:20rem!important;
}

.ml-20,
.mx-20 {
	margin-left:20rem!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:1rem!important;
}

.pt-1,
.py-1 {
	padding-top:1rem!important;
}

.pr-1,
.px-1 {
	padding-right:1rem!important;
}

.pb-1,
.py-1 {
	padding-bottom:1rem!important;
}

.pl-1,
.px-1 {
	padding-left:1rem!important;
}

.p-2 {
	padding:2rem!important;
}

.pt-2,
.py-2 {
	padding-top:2rem!important;
}

.pr-2,
.px-2 {
	padding-right:2rem!important;
}

.pb-2,
.py-2 {
	padding-bottom:2rem!important;
}

.pl-2,
.px-2 {
	padding-left:2rem!important;
}

.p-3 {
	padding:3rem!important;
}

.pt-3,
.py-3 {
	padding-top:3rem!important;
}

.pr-3,
.px-3 {
	padding-right:3rem!important;
}

.pb-3,
.py-3 {
	padding-bottom:3rem!important;
}

.pl-3,
.px-3 {
	padding-left:3rem!important;
}

.p-4 {
	padding:4rem!important;
}

.pt-4,
.py-4 {
	padding-top:4rem!important;
}

.pr-4,
.px-4 {
	padding-right:4rem!important;
}

.pb-4,
.py-4 {
	padding-bottom:4rem!important;
}

.pl-4,
.px-4 {
	padding-left:4rem!important;
}

.p-5 {
	padding:5rem!important;
}

.pt-5,
.py-5 {
	padding-top:5rem!important;
}

.pr-5,
.px-5 {
	padding-right:5rem!important;
}

.pb-5,
.py-5 {
	padding-bottom:5rem!important;
}

.pl-5,
.px-5 {
	padding-left:5rem!important;
}

.p-6 {
	padding:6rem!important;
}

.pt-6,
.py-6 {
	padding-top:6rem!important;
}

.pr-6,
.px-6 {
	padding-right:6rem!important;
}

.pb-6,
.py-6 {
	padding-bottom:6rem!important;
}

.pl-6,
.px-6 {
	padding-left:6rem!important;
}

.p-7 {
	padding:7rem!important;
}

.pt-7,
.py-7 {
	padding-top:7rem!important;
}

.pr-7,
.px-7 {
	padding-right:7rem!important;
}

.pb-7,
.py-7 {
	padding-bottom:7rem!important;
}

.pl-7,
.px-7 {
	padding-left:7rem!important;
}

.p-8 {
	padding:8rem!important;
}

.pt-8,
.py-8 {
	padding-top:8rem!important;
}

.pr-8,
.px-8 {
	padding-right:8rem!important;
}

.pb-8,
.py-8 {
	padding-bottom:8rem!important;
}

.pl-8,
.px-8 {
	padding-left:8rem!important;
}

.p-9 {
	padding:9rem!important;
}

.pt-9,
.py-9 {
	padding-top:9rem!important;
}

.pr-9,
.px-9 {
	padding-right:9rem!important;
}

.pb-9,
.py-9 {
	padding-bottom:9rem!important;
}

.pl-9,
.px-9 {
	padding-left:9rem!important;
}

.p-10 {
	padding:10rem!important;
}

.pt-10,
.py-10 {
	padding-top:10rem!important;
}

.pr-10,
.px-10 {
	padding-right:10rem!important;
}

.pb-10,
.py-10 {
	padding-bottom:10rem!important;
}

.pl-10,
.px-10 {
	padding-left:10rem!important;
}

.p-11 {
	padding:11rem!important;
}

.pt-11,
.py-11 {
	padding-top:11rem!important;
}

.pr-11,
.px-11 {
	padding-right:11rem!important;
}

.pb-11,
.py-11 {
	padding-bottom:11rem!important;
}

.pl-11,
.px-11 {
	padding-left:11rem!important;
}

.p-12 {
	padding:12rem!important;
}

.pt-12,
.py-12 {
	padding-top:12rem!important;
}

.pr-12,
.px-12 {
	padding-right:12rem!important;
}

.pb-12,
.py-12 {
	padding-bottom:12rem!important;
}

.pl-12,
.px-12 {
	padding-left:12rem!important;
}

.p-13 {
	padding:13rem!important;
}

.pt-13,
.py-13 {
	padding-top:13rem!important;
}

.pr-13,
.px-13 {
	padding-right:13rem!important;
}

.pb-13,
.py-13 {
	padding-bottom:13rem!important;
}

.pl-13,
.px-13 {
	padding-left:13rem!important;
}

.p-14 {
	padding:14rem!important;
}

.pt-14,
.py-14 {
	padding-top:14rem!important;
}

.pr-14,
.px-14 {
	padding-right:14rem!important;
}

.pb-14,
.py-14 {
	padding-bottom:14rem!important;
}

.pl-14,
.px-14 {
	padding-left:14rem!important;
}

.p-15 {
	padding:15rem!important;
}

.pt-15,
.py-15 {
	padding-top:15rem!important;
}

.pr-15,
.px-15 {
	padding-right:15rem!important;
}

.pb-15,
.py-15 {
	padding-bottom:15rem!important;
}

.pl-15,
.px-15 {
	padding-left:15rem!important;
}

.p-20 {
	padding:20rem!important;
}

.pt-20,
.py-20 {
	padding-top:20rem!important;
}

.pr-20,
.px-20 {
	padding-right:20rem!important;
}

.pb-20,
.py-20 {
	padding-bottom:20rem!important;
}

.pl-20,
.px-20 {
	padding-left:20rem!important;
}

.m-n1 {
	margin:-1rem!important;
}

.mt-n1,
.my-n1 {
	margin-top:-1rem!important;
}

.mr-n1,
.mx-n1 {
	margin-right:-1rem!important;
}

.mb-n1,
.my-n1 {
	margin-bottom:-1rem!important;
}

.ml-n1,
.mx-n1 {
	margin-left:-1rem!important;
}

.m-n2 {
	margin:-2rem!important;
}

.mt-n2,
.my-n2 {
	margin-top:-2rem!important;
}

.mr-n2,
.mx-n2 {
	margin-right:-2rem!important;
}

.mb-n2,
.my-n2 {
	margin-bottom:-2rem!important;
}

.ml-n2,
.mx-n2 {
	margin-left:-2rem!important;
}

.m-n3 {
	margin:-3rem!important;
}

.mt-n3,
.my-n3 {
	margin-top:-3rem!important;
}

.mr-n3,
.mx-n3 {
	margin-right:-3rem!important;
}

.mb-n3,
.my-n3 {
	margin-bottom:-3rem!important;
}

.ml-n3,
.mx-n3 {
	margin-left:-3rem!important;
}

.m-n4 {
	margin:-4rem!important;
}

.mt-n4,
.my-n4 {
	margin-top:-4rem!important;
}

.mr-n4,
.mx-n4 {
	margin-right:-4rem!important;
}

.mb-n4,
.my-n4 {
	margin-bottom:-4rem!important;
}

.ml-n4,
.mx-n4 {
	margin-left:-4rem!important;
}

.m-n5 {
	margin:-5rem!important;
}

.mt-n5,
.my-n5 {
	margin-top:-5rem!important;
}

.mr-n5,
.mx-n5 {
	margin-right:-5rem!important;
}

.mb-n5,
.my-n5 {
	margin-bottom:-5rem!important;
}

.ml-n5,
.mx-n5 {
	margin-left:-5rem!important;
}

.m-n6 {
	margin:-6rem!important;
}

.mt-n6,
.my-n6 {
	margin-top:-6rem!important;
}

.mr-n6,
.mx-n6 {
	margin-right:-6rem!important;
}

.mb-n6,
.my-n6 {
	margin-bottom:-6rem!important;
}

.ml-n6,
.mx-n6 {
	margin-left:-6rem!important;
}

.m-n7 {
	margin:-7rem!important;
}

.mt-n7,
.my-n7 {
	margin-top:-7rem!important;
}

.mr-n7,
.mx-n7 {
	margin-right:-7rem!important;
}

.mb-n7,
.my-n7 {
	margin-bottom:-7rem!important;
}

.ml-n7,
.mx-n7 {
	margin-left:-7rem!important;
}

.m-n8 {
	margin:-8rem!important;
}

.mt-n8,
.my-n8 {
	margin-top:-8rem!important;
}

.mr-n8,
.mx-n8 {
	margin-right:-8rem!important;
}

.mb-n8,
.my-n8 {
	margin-bottom:-8rem!important;
}

.ml-n8,
.mx-n8 {
	margin-left:-8rem!important;
}

.m-n9 {
	margin:-9rem!important;
}

.mt-n9,
.my-n9 {
	margin-top:-9rem!important;
}

.mr-n9,
.mx-n9 {
	margin-right:-9rem!important;
}

.mb-n9,
.my-n9 {
	margin-bottom:-9rem!important;
}

.ml-n9,
.mx-n9 {
	margin-left:-9rem!important;
}

.m-n10 {
	margin:-10rem!important;
}

.mt-n10,
.my-n10 {
	margin-top:-10rem!important;
}

.mr-n10,
.mx-n10 {
	margin-right:-10rem!important;
}

.mb-n10,
.my-n10 {
	margin-bottom:-10rem!important;
}

.ml-n10,
.mx-n10 {
	margin-left:-10rem!important;
}

.m-n11 {
	margin:-11rem!important;
}

.mt-n11,
.my-n11 {
	margin-top:-11rem!important;
}

.mr-n11,
.mx-n11 {
	margin-right:-11rem!important;
}

.mb-n11,
.my-n11 {
	margin-bottom:-11rem!important;
}

.ml-n11,
.mx-n11 {
	margin-left:-11rem!important;
}

.m-n12 {
	margin:-12rem!important;
}

.mt-n12,
.my-n12 {
	margin-top:-12rem!important;
}

.mr-n12,
.mx-n12 {
	margin-right:-12rem!important;
}

.mb-n12,
.my-n12 {
	margin-bottom:-12rem!important;
}

.ml-n12,
.mx-n12 {
	margin-left:-12rem!important;
}

.m-n13 {
	margin:-13rem!important;
}

.mt-n13,
.my-n13 {
	margin-top:-13rem!important;
}

.mr-n13,
.mx-n13 {
	margin-right:-13rem!important;
}

.mb-n13,
.my-n13 {
	margin-bottom:-13rem!important;
}

.ml-n13,
.mx-n13 {
	margin-left:-13rem!important;
}

.m-n14 {
	margin:-14rem!important;
}

.mt-n14,
.my-n14 {
	margin-top:-14rem!important;
}

.mr-n14,
.mx-n14 {
	margin-right:-14rem!important;
}

.mb-n14,
.my-n14 {
	margin-bottom:-14rem!important;
}

.ml-n14,
.mx-n14 {
	margin-left:-14rem!important;
}

.m-n15 {
	margin:-15rem!important;
}

.mt-n15,
.my-n15 {
	margin-top:-15rem!important;
}

.mr-n15,
.mx-n15 {
	margin-right:-15rem!important;
}

.mb-n15,
.my-n15 {
	margin-bottom:-15rem!important;
}

.ml-n15,
.mx-n15 {
	margin-left:-15rem!important;
}

.m-n20 {
	margin:-20rem!important;
}

.mt-n20,
.my-n20 {
	margin-top:-20rem!important;
}

.mr-n20,
.mx-n20 {
	margin-right:-20rem!important;
}

.mb-n20,
.my-n20 {
	margin-bottom:-20rem!important;
}

.ml-n20,
.mx-n20 {
	margin-left:-20rem!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;
}

@font-face {
	font-family:swiper-icons;
	src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight:400;
	font-style:normal;
}

:root {
	--swiper-theme-color:#007aff;
}

.swiper-container {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	overflow:hidden;
	list-style:none;
	padding:0;
	z-index:1;
}

.swiper-container-vertical> .swiper-wrapper {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
}

.swiper-slide,
.swiper-wrapper {
	width:100%;
	height:100%;
	position:relative;
	-webkit-transition-property:-webkit-transform;
	-o-transition-property:transform;
	transition-property:transform;
	transition-property:transform,-webkit-transform;
}

.swiper-wrapper {
	z-index:1;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}

.swiper-container-multirow> .swiper-wrapper {
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.swiper-container-multirow-column> .swiper-wrapper {
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
}

.swiper-container-free-mode> .swiper-wrapper {
	-webkit-transition-timing-function:ease-out;
	-o-transition-timing-function:ease-out;
	transition-timing-function:ease-out;
	margin:0 auto;
}

.swiper-slide {
	-ms-flex-negative:0;
	flex-shrink:0;
}

.swiper-slide-invisible-blank {
	visibility:hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height:auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
	-webkit-transition-property:height,-webkit-transform;
	-o-transition-property:transform,height;
	transition-property:transform,height;
	transition-property:transform,height,-webkit-transform;
}

.swiper-container-3d {
	-webkit-perspective:1200px;
	perspective:1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style:preserve-3d;
	transform-style:preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	pointer-events:none;
	z-index:10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
	background-image:-o-linear-gradient(right,rgba(0,0,0,.5),transparent);
	background-image:linear-gradient(to left,rgba(0,0,0,.5),transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
	background-image:-o-linear-gradient(left,rgba(0,0,0,.5),transparent);
	background-image:linear-gradient(to right,rgba(0,0,0,.5),transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
	background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
	background-image:linear-gradient(to top,rgba(0,0,0,.5),transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
	background-image:-o-linear-gradient(top,rgba(0,0,0,.5),transparent);
	background-image:linear-gradient(to bottom,rgba(0,0,0,.5),transparent);
}

.swiper-container-css-mode> .swiper-wrapper {
	overflow:auto;
	scrollbar-width:none;
	-ms-overflow-style:none;
}

.swiper-container-css-mode> .swiper-wrapper::-webkit-scrollbar {
	display:none;
}

.swiper-container-css-mode> .swiper-wrapper> .swiper-slide {
	scroll-snap-align:start start;
}

.swiper-container-horizontal.swiper-container-css-mode> .swiper-wrapper {
	-ms-scroll-snap-type:x mandatory;
	scroll-snap-type:x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode> .swiper-wrapper {
	-ms-scroll-snap-type:y mandatory;
	scroll-snap-type:y mandatory;
}

:root {
	--swiper-navigation-size:44px;
}

.swiper-button-next,
.swiper-button-prev {
	position:absolute;
	top:50%;
	width:calc(var(--swiper-navigation-size)/44*27);
	height:var(--swiper-navigation-size);
	margin-top:calc(-1*var(--swiper-navigation-size)/2);
	z-index:10;
	cursor:pointer;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	color:var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity:.35;
	cursor:auto;
	pointer-events:none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family:swiper-icons;
	font-size:var(--swiper-navigation-size);
	text-transform:none!important;
	letter-spacing:0;
	font-variant:initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left:10px;
	right:auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content:"prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right:10px;
	left:auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content:"next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color:#fff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color:#000;
}

.swiper-button-lock {
	display:none;
}

.swiper-pagination {
	position:absolute;
	text-align:center;
	-webkit-transition:.3s opacity;
	-o-transition:.3s opacity;
	transition:.3s opacity;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	z-index:10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity:0;
}

.swiper-container-horizontal> .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom:10px;
	left:0;
	width:100%;
}

.swiper-pagination-bullets-dynamic {
	overflow:hidden;
	font-size:0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform:scale(.33);
	-ms-transform:scale(.33);
	transform:scale(.33);
	position:relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform:scale(.66);
	-ms-transform:scale(.66);
	transform:scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform:scale(.33);
	-ms-transform:scale(.33);
	transform:scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform:scale(.66);
	-ms-transform:scale(.66);
	transform:scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform:scale(.33);
	-ms-transform:scale(.33);
	transform:scale(.33);
}

.swiper-pagination-bullet {
	width:8px;
	height:8px;
	display:inline-block;
	border-radius:100%;
	background:#000;
	opacity:.2;
}

button.swiper-pagination-bullet {
	border:0;
	margin:0;
	padding:0;
	-webkit-box-shadow:none;
	box-shadow:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor:pointer;
}

.swiper-pagination-bullet-active {
	opacity:1;
	background:var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical> .swiper-pagination-bullets {
	right:10px;
	top:50%;
	-webkit-transform:translate3d(0,-50%,0);
	transform:translate3d(0,-50%,0);
}

.swiper-container-vertical> .swiper-pagination-bullets .swiper-pagination-bullet {
	margin:6px 0;
	display:block;
}

.swiper-container-vertical> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	width:8px;
}

.swiper-container-vertical> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display:inline-block;
	-webkit-transition:.2s transform,.2s top;
	-o-transition:.2s transform,.2s top;
	transition:.2s transform,.2s top;
}

.swiper-container-horizontal> .swiper-pagination-bullets .swiper-pagination-bullet {
	margin:0 4px;
}

.swiper-container-horizontal> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	white-space:nowrap;
}

.swiper-container-horizontal> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition:.2s transform,.2s left;
	-o-transition:.2s transform,.2s left;
	transition:.2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl> .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition:.2s transform,.2s right;
	-o-transition:.2s transform,.2s right;
	transition:.2s transform,.2s right;
}

.swiper-pagination-progressbar {
	background:rgba(0,0,0,.25);
	position:absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background:var(--swiper-pagination-color, var(--swiper-theme-color));
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
	transform:scale(0);
	-webkit-transform-origin:left top;
	-ms-transform-origin:left top;
	transform-origin:left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin:right top;
	-ms-transform-origin:right top;
	transform-origin:right top;
}

.swiper-container-horizontal> .swiper-pagination-progressbar,
.swiper-container-vertical> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width:100%;
	height:4px;
	left:0;
	top:0;
}

.swiper-container-horizontal> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical> .swiper-pagination-progressbar {
	width:4px;
	height:100%;
	left:0;
	top:0;
}

.swiper-pagination-white {
	--swiper-pagination-color:#fff;
}

.swiper-pagination-black {
	--swiper-pagination-color:#000;
}

.swiper-pagination-lock {
	display:none;
}

.swiper-scrollbar {
	border-radius:10px;
	position:relative;
	-ms-touch-action:none;
	background:rgba(0,0,0,.1);
}

.swiper-container-horizontal> .swiper-scrollbar {
	position:absolute;
	left:1%;
	bottom:3px;
	z-index:50;
	height:5px;
	width:98%;
}

.swiper-container-vertical> .swiper-scrollbar {
	position:absolute;
	right:3px;
	top:1%;
	z-index:50;
	width:5px;
	height:98%;
}

.swiper-scrollbar-drag {
	height:100%;
	width:100%;
	position:relative;
	background:rgba(0,0,0,.5);
	border-radius:10px;
	left:0;
	top:0;
}

.swiper-scrollbar-cursor-drag {
	cursor:move;
}

.swiper-scrollbar-lock {
	display:none;
}

.swiper-zoom-container {
	width:100%;
	height:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	text-align:center;
}

.swiper-zoom-container> canvas,
.swiper-zoom-container> img,
.swiper-zoom-container> svg {
	max-width:100%;
	max-height:100%;
	-o-object-fit:contain;
	object-fit:contain;
}

.swiper-slide-zoomed {
	cursor:move;
}

.swiper-lazy-preloader {
	width:42px;
	height:42px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-21px;
	margin-top:-21px;
	z-index:10;
	-webkit-transform-origin:50%;
	-ms-transform-origin:50%;
	transform-origin:50%;
	-webkit-animation:swiper-preloader-spin 1s infinite linear;
	animation:swiper-preloader-spin 1s infinite linear;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius:50%;
	border-top-color:transparent;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color:#000;
}

.swiper-container .swiper-notification {
	position:absolute;
	left:0;
	top:0;
	pointer-events:none;
	opacity:0;
	z-index:-1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function:ease-out;
	-o-transition-timing-function:ease-out;
	transition-timing-function:ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events:none;
	-webkit-transition-property:opacity;
	-o-transition-property:opacity;
	transition-property:opacity;
}

.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-container-cube,
.swiper-container-flip {
	overflow:visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events:none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	z-index:1;
	visibility:hidden;
	-webkit-transform-origin:0 0;
	-ms-transform-origin:0 0;
	transform-origin:0 0;
	width:100%;
	height:100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events:none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin:100% 0;
	-ms-transform-origin:100% 0;
	transform-origin:100% 0;
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events:auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+ .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events:auto;
	visibility:visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index:0;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:.6;
	-webkit-filter:blur(50px);
	filter:blur(50px);
	z-index:0;
}

.swiper-container-flip .swiper-slide {
	pointer-events:none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	z-index:1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events:none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events:auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index:0;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}

@font-face {
	font-family:"icons";
	src:url(../fonts/icons/icons.eot?98vz5v);
	src:url(../fonts/icons/icons.eot?98vz5v#iefix) format("embedded-opentype"),url(../fonts/icons/icons.ttf?98vz5v) format("truetype"),url(../fonts/icons/icons.woff?98vz5v) format("woff"),url(../fonts/icons/icons.svg?98vz5v#icons) format("svg");
	font-weight:400;
	font-style:normal;
	font-display:block;
}

[class*=" icon-"],
[class^=icon-] {
	font-family:"icons"!important;
	speak:none;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.icon-arrow-right:before {
	content:"";
}

.icon-arrow-left:before {
	content:"";
}

.icon-circle-right:before {
	content:"";
}

.icon-circle-left:before {
	content:"";
}

.icon-arrow-l:before {
	content:"";
}

.icon-arrow-r:before {
	content:"";
}

.icon-curret:before {
	content:"";
}

.icon-logo:before {
	content:"";
}

.icon-ok:before {
	content:"";
}

.icon-twitter:before {
	content:"";
}

.icon-instagram:before {
	content:"";
}

.icon-calendar:before,
.list._calendar li:before {
	content:"";
}

.icon-facebook:before {
	content:"";
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
	-webkit-transition-duration:50ms;
	-o-transition-duration:50ms;
	transition-duration:50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
	-webkit-transition-delay:50ms;
	-o-transition-delay:50ms;
	transition-delay:50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
	-webkit-transition-duration:.1s;
	-o-transition-duration:.1s;
	transition-duration:.1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
	-webkit-transition-delay:.1s;
	-o-transition-delay:.1s;
	transition-delay:.1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
	-webkit-transition-duration:.15s;
	-o-transition-duration:.15s;
	transition-duration:.15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
	-webkit-transition-delay:.15s;
	-o-transition-delay:.15s;
	transition-delay:.15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
	-webkit-transition-duration:.2s;
	-o-transition-duration:.2s;
	transition-duration:.2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
	-webkit-transition-delay:.2s;
	-o-transition-delay:.2s;
	transition-delay:.2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
	-webkit-transition-duration:.25s;
	-o-transition-duration:.25s;
	transition-duration:.25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
	-webkit-transition-delay:.25s;
	-o-transition-delay:.25s;
	transition-delay:.25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
	-webkit-transition-duration:.3s;
	-o-transition-duration:.3s;
	transition-duration:.3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
	-webkit-transition-delay:.3s;
	-o-transition-delay:.3s;
	transition-delay:.3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
	-webkit-transition-duration:.35s;
	-o-transition-duration:.35s;
	transition-duration:.35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
	-webkit-transition-delay:.35s;
	-o-transition-delay:.35s;
	transition-delay:.35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
	-webkit-transition-duration:.4s;
	-o-transition-duration:.4s;
	transition-duration:.4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
	-webkit-transition-delay:.4s;
	-o-transition-delay:.4s;
	transition-delay:.4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
	-webkit-transition-duration:.45s;
	-o-transition-duration:.45s;
	transition-duration:.45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
	-webkit-transition-delay:.45s;
	-o-transition-delay:.45s;
	transition-delay:.45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
	-webkit-transition-duration:.5s;
	-o-transition-duration:.5s;
	transition-duration:.5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
	-webkit-transition-delay:.5s;
	-o-transition-delay:.5s;
	transition-delay:.5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
	-webkit-transition-duration:.55s;
	-o-transition-duration:.55s;
	transition-duration:.55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
	-webkit-transition-delay:.55s;
	-o-transition-delay:.55s;
	transition-delay:.55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
	-webkit-transition-duration:.6s;
	-o-transition-duration:.6s;
	transition-duration:.6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
	-webkit-transition-delay:.6s;
	-o-transition-delay:.6s;
	transition-delay:.6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
	-webkit-transition-duration:.65s;
	-o-transition-duration:.65s;
	transition-duration:.65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
	-webkit-transition-delay:.65s;
	-o-transition-delay:.65s;
	transition-delay:.65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
	-webkit-transition-duration:.7s;
	-o-transition-duration:.7s;
	transition-duration:.7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
	-webkit-transition-delay:.7s;
	-o-transition-delay:.7s;
	transition-delay:.7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
	-webkit-transition-duration:.75s;
	-o-transition-duration:.75s;
	transition-duration:.75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
	-webkit-transition-delay:.75s;
	-o-transition-delay:.75s;
	transition-delay:.75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
	-webkit-transition-duration:.8s;
	-o-transition-duration:.8s;
	transition-duration:.8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
	-webkit-transition-delay:.8s;
	-o-transition-delay:.8s;
	transition-delay:.8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
	-webkit-transition-duration:.85s;
	-o-transition-duration:.85s;
	transition-duration:.85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
	-webkit-transition-delay:.85s;
	-o-transition-delay:.85s;
	transition-delay:.85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
	-webkit-transition-duration:.9s;
	-o-transition-duration:.9s;
	transition-duration:.9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
	-webkit-transition-delay:.9s;
	-o-transition-delay:.9s;
	transition-delay:.9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
	-webkit-transition-duration:.95s;
	-o-transition-duration:.95s;
	transition-duration:.95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
	-webkit-transition-delay:.95s;
	-o-transition-delay:.95s;
	transition-delay:.95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
	-webkit-transition-duration:1s;
	-o-transition-duration:1s;
	transition-duration:1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
	-webkit-transition-delay:1s;
	-o-transition-delay:1s;
	transition-delay:1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
	-webkit-transition-duration:1.05s;
	-o-transition-duration:1.05s;
	transition-duration:1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
	-webkit-transition-delay:1.05s;
	-o-transition-delay:1.05s;
	transition-delay:1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
	-webkit-transition-duration:1.1s;
	-o-transition-duration:1.1s;
	transition-duration:1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
	-webkit-transition-delay:1.1s;
	-o-transition-delay:1.1s;
	transition-delay:1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
	-webkit-transition-duration:1.15s;
	-o-transition-duration:1.15s;
	transition-duration:1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
	-webkit-transition-delay:1.15s;
	-o-transition-delay:1.15s;
	transition-delay:1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
	-webkit-transition-duration:1.2s;
	-o-transition-duration:1.2s;
	transition-duration:1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
	-webkit-transition-delay:1.2s;
	-o-transition-delay:1.2s;
	transition-delay:1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
	-webkit-transition-duration:1.25s;
	-o-transition-duration:1.25s;
	transition-duration:1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
	-webkit-transition-delay:1.25s;
	-o-transition-delay:1.25s;
	transition-delay:1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
	-webkit-transition-duration:1.3s;
	-o-transition-duration:1.3s;
	transition-duration:1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
	-webkit-transition-delay:1.3s;
	-o-transition-delay:1.3s;
	transition-delay:1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
	-webkit-transition-duration:1.35s;
	-o-transition-duration:1.35s;
	transition-duration:1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
	-webkit-transition-delay:1.35s;
	-o-transition-delay:1.35s;
	transition-delay:1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
	-webkit-transition-duration:1.4s;
	-o-transition-duration:1.4s;
	transition-duration:1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
	-webkit-transition-delay:1.4s;
	-o-transition-delay:1.4s;
	transition-delay:1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
	-webkit-transition-duration:1.45s;
	-o-transition-duration:1.45s;
	transition-duration:1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
	-webkit-transition-delay:1.45s;
	-o-transition-delay:1.45s;
	transition-delay:1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
	-webkit-transition-duration:1.5s;
	-o-transition-duration:1.5s;
	transition-duration:1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
	-webkit-transition-delay:1.5s;
	-o-transition-delay:1.5s;
	transition-delay:1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
	-webkit-transition-duration:1.55s;
	-o-transition-duration:1.55s;
	transition-duration:1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
	-webkit-transition-delay:1.55s;
	-o-transition-delay:1.55s;
	transition-delay:1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
	-webkit-transition-duration:1.6s;
	-o-transition-duration:1.6s;
	transition-duration:1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
	-webkit-transition-delay:1.6s;
	-o-transition-delay:1.6s;
	transition-delay:1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
	-webkit-transition-duration:1.65s;
	-o-transition-duration:1.65s;
	transition-duration:1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
	-webkit-transition-delay:1.65s;
	-o-transition-delay:1.65s;
	transition-delay:1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
	-webkit-transition-duration:1.7s;
	-o-transition-duration:1.7s;
	transition-duration:1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
	-webkit-transition-delay:1.7s;
	-o-transition-delay:1.7s;
	transition-delay:1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
	-webkit-transition-duration:1.75s;
	-o-transition-duration:1.75s;
	transition-duration:1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
	-webkit-transition-delay:1.75s;
	-o-transition-delay:1.75s;
	transition-delay:1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
	-webkit-transition-duration:1.8s;
	-o-transition-duration:1.8s;
	transition-duration:1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
	-webkit-transition-delay:1.8s;
	-o-transition-delay:1.8s;
	transition-delay:1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
	-webkit-transition-duration:1.85s;
	-o-transition-duration:1.85s;
	transition-duration:1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
	-webkit-transition-delay:1.85s;
	-o-transition-delay:1.85s;
	transition-delay:1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
	-webkit-transition-duration:1.9s;
	-o-transition-duration:1.9s;
	transition-duration:1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
	-webkit-transition-delay:1.9s;
	-o-transition-delay:1.9s;
	transition-delay:1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
	-webkit-transition-duration:1.95s;
	-o-transition-duration:1.95s;
	transition-duration:1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
	-webkit-transition-delay:1.95s;
	-o-transition-delay:1.95s;
	transition-delay:1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
	-webkit-transition-duration:2s;
	-o-transition-duration:2s;
	transition-duration:2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
	-webkit-transition-delay:2s;
	-o-transition-delay:2s;
	transition-delay:2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
	-webkit-transition-duration:2.05s;
	-o-transition-duration:2.05s;
	transition-duration:2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
	-webkit-transition-delay:2.05s;
	-o-transition-delay:2.05s;
	transition-delay:2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
	-webkit-transition-duration:2.1s;
	-o-transition-duration:2.1s;
	transition-duration:2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
	-webkit-transition-delay:2.1s;
	-o-transition-delay:2.1s;
	transition-delay:2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
	-webkit-transition-duration:2.15s;
	-o-transition-duration:2.15s;
	transition-duration:2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
	-webkit-transition-delay:2.15s;
	-o-transition-delay:2.15s;
	transition-delay:2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
	-webkit-transition-duration:2.2s;
	-o-transition-duration:2.2s;
	transition-duration:2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
	-webkit-transition-delay:2.2s;
	-o-transition-delay:2.2s;
	transition-delay:2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
	-webkit-transition-duration:2.25s;
	-o-transition-duration:2.25s;
	transition-duration:2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
	-webkit-transition-delay:2.25s;
	-o-transition-delay:2.25s;
	transition-delay:2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
	-webkit-transition-duration:2.3s;
	-o-transition-duration:2.3s;
	transition-duration:2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
	-webkit-transition-delay:2.3s;
	-o-transition-delay:2.3s;
	transition-delay:2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
	-webkit-transition-duration:2.35s;
	-o-transition-duration:2.35s;
	transition-duration:2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
	-webkit-transition-delay:2.35s;
	-o-transition-delay:2.35s;
	transition-delay:2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
	-webkit-transition-duration:2.4s;
	-o-transition-duration:2.4s;
	transition-duration:2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
	-webkit-transition-delay:2.4s;
	-o-transition-delay:2.4s;
	transition-delay:2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
	-webkit-transition-duration:2.45s;
	-o-transition-duration:2.45s;
	transition-duration:2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
	-webkit-transition-delay:2.45s;
	-o-transition-delay:2.45s;
	transition-delay:2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
	-webkit-transition-duration:2.5s;
	-o-transition-duration:2.5s;
	transition-duration:2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
	-webkit-transition-delay:2.5s;
	-o-transition-delay:2.5s;
	transition-delay:2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
	-webkit-transition-duration:2.55s;
	-o-transition-duration:2.55s;
	transition-duration:2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
	-webkit-transition-delay:2.55s;
	-o-transition-delay:2.55s;
	transition-delay:2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
	-webkit-transition-duration:2.6s;
	-o-transition-duration:2.6s;
	transition-duration:2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
	-webkit-transition-delay:2.6s;
	-o-transition-delay:2.6s;
	transition-delay:2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
	-webkit-transition-duration:2.65s;
	-o-transition-duration:2.65s;
	transition-duration:2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
	-webkit-transition-delay:2.65s;
	-o-transition-delay:2.65s;
	transition-delay:2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
	-webkit-transition-duration:2.7s;
	-o-transition-duration:2.7s;
	transition-duration:2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
	-webkit-transition-delay:2.7s;
	-o-transition-delay:2.7s;
	transition-delay:2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
	-webkit-transition-duration:2.75s;
	-o-transition-duration:2.75s;
	transition-duration:2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
	-webkit-transition-delay:2.75s;
	-o-transition-delay:2.75s;
	transition-delay:2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
	-webkit-transition-duration:2.8s;
	-o-transition-duration:2.8s;
	transition-duration:2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
	-webkit-transition-delay:2.8s;
	-o-transition-delay:2.8s;
	transition-delay:2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
	-webkit-transition-duration:2.85s;
	-o-transition-duration:2.85s;
	transition-duration:2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
	-webkit-transition-delay:2.85s;
	-o-transition-delay:2.85s;
	transition-delay:2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
	-webkit-transition-duration:2.9s;
	-o-transition-duration:2.9s;
	transition-duration:2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
	-webkit-transition-delay:2.9s;
	-o-transition-delay:2.9s;
	transition-delay:2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
	-webkit-transition-duration:2.95s;
	-o-transition-duration:2.95s;
	transition-duration:2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
	-webkit-transition-delay:2.95s;
	-o-transition-delay:2.95s;
	transition-delay:2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
	-webkit-transition-duration:3s;
	-o-transition-duration:3s;
	transition-duration:3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
	-webkit-transition-delay:0;
	-o-transition-delay:0;
	transition-delay:0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
	-webkit-transition-delay:3s;
	-o-transition-delay:3s;
	transition-delay:3s;
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
	-webkit-transition-timing-function:cubic-bezier(.25,.25,.75,.75);
	-o-transition-timing-function:cubic-bezier(.25,.25,.75,.75);
	transition-timing-function:cubic-bezier(.25,.25,.75,.75);
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
	-webkit-transition-timing-function:ease;
	-o-transition-timing-function:ease;
	transition-timing-function:ease;
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
	-webkit-transition-timing-function:ease-in;
	-o-transition-timing-function:ease-in;
	transition-timing-function:ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
	-webkit-transition-timing-function:ease-out;
	-o-transition-timing-function:ease-out;
	transition-timing-function:ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
	-webkit-transition-timing-function:ease-in-out;
	-o-transition-timing-function:ease-in-out;
	transition-timing-function:ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
	-webkit-transition-timing-function:cubic-bezier(.6,-.28,.735,.045);
	-o-transition-timing-function:cubic-bezier(.6,-.28,.735,.045);
	transition-timing-function:cubic-bezier(.6,-.28,.735,.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
	-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.275);
	-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.275);
	transition-timing-function:cubic-bezier(.175,.885,.32,1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
	-webkit-transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);
	-o-transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);
	transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
	-webkit-transition-timing-function:cubic-bezier(.47,0,.745,.715);
	-o-transition-timing-function:cubic-bezier(.47,0,.745,.715);
	transition-timing-function:cubic-bezier(.47,0,.745,.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
	-webkit-transition-timing-function:cubic-bezier(.39,.575,.565,1);
	-o-transition-timing-function:cubic-bezier(.39,.575,.565,1);
	transition-timing-function:cubic-bezier(.39,.575,.565,1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
	-webkit-transition-timing-function:cubic-bezier(.445,.05,.55,.95);
	-o-transition-timing-function:cubic-bezier(.445,.05,.55,.95);
	transition-timing-function:cubic-bezier(.445,.05,.55,.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
	-webkit-transition-timing-function:cubic-bezier(.55,.085,.68,.53);
	-o-transition-timing-function:cubic-bezier(.55,.085,.68,.53);
	transition-timing-function:cubic-bezier(.55,.085,.68,.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
	-webkit-transition-timing-function:cubic-bezier(.25,.46,.45,.94);
	-o-transition-timing-function:cubic-bezier(.25,.46,.45,.94);
	transition-timing-function:cubic-bezier(.25,.46,.45,.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
	-webkit-transition-timing-function:cubic-bezier(.455,.03,.515,.955);
	-o-transition-timing-function:cubic-bezier(.455,.03,.515,.955);
	transition-timing-function:cubic-bezier(.455,.03,.515,.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
	-webkit-transition-timing-function:cubic-bezier(.55,.085,.68,.53);
	-o-transition-timing-function:cubic-bezier(.55,.085,.68,.53);
	transition-timing-function:cubic-bezier(.55,.085,.68,.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
	-webkit-transition-timing-function:cubic-bezier(.25,.46,.45,.94);
	-o-transition-timing-function:cubic-bezier(.25,.46,.45,.94);
	transition-timing-function:cubic-bezier(.25,.46,.45,.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
	-webkit-transition-timing-function:cubic-bezier(.455,.03,.515,.955);
	-o-transition-timing-function:cubic-bezier(.455,.03,.515,.955);
	transition-timing-function:cubic-bezier(.455,.03,.515,.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
	-webkit-transition-timing-function:cubic-bezier(.55,.085,.68,.53);
	-o-transition-timing-function:cubic-bezier(.55,.085,.68,.53);
	transition-timing-function:cubic-bezier(.55,.085,.68,.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
	-webkit-transition-timing-function:cubic-bezier(.25,.46,.45,.94);
	-o-transition-timing-function:cubic-bezier(.25,.46,.45,.94);
	transition-timing-function:cubic-bezier(.25,.46,.45,.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
	-webkit-transition-timing-function:cubic-bezier(.455,.03,.515,.955);
	-o-transition-timing-function:cubic-bezier(.455,.03,.515,.955);
	transition-timing-function:cubic-bezier(.455,.03,.515,.955);
}

[data-aos^=fade][data-aos^=fade],
[data-aos^=zoom][data-aos^=zoom] {
	opacity:0;
	-webkit-transition-property:opacity,-webkit-transform;
	-o-transition-property:opacity,transform;
	transition-property:opacity,transform;
	transition-property:opacity,transform,-webkit-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
	opacity:1;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
}

[data-aos=fade-up] {
	-webkit-transform:translate3d(0,100px,0);
	transform:translate3d(0,100px,0);
}

[data-aos=fade-down] {
	-webkit-transform:translate3d(0,-100px,0);
	transform:translate3d(0,-100px,0);
}

[data-aos=fade-right] {
	-webkit-transform:translate3d(-100px,0,0);
	transform:translate3d(-100px,0,0);
}

[data-aos=fade-left] {
	-webkit-transform:translate3d(100px,0,0);
	transform:translate3d(100px,0,0);
}

[data-aos=fade-up-right] {
	-webkit-transform:translate3d(-100px,100px,0);
	transform:translate3d(-100px,100px,0);
}

[data-aos=fade-up-left] {
	-webkit-transform:translate3d(100px,100px,0);
	transform:translate3d(100px,100px,0);
}

[data-aos=fade-down-right] {
	-webkit-transform:translate3d(-100px,-100px,0);
	transform:translate3d(-100px,-100px,0);
}

[data-aos=fade-down-left] {
	-webkit-transform:translate3d(100px,-100px,0);
	transform:translate3d(100px,-100px,0);
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
	opacity:1;
	-webkit-transform:translateZ(0) scale(1);
	transform:translateZ(0) scale(1);
}

[data-aos=zoom-in] {
	-webkit-transform:scale(.6);
	-ms-transform:scale(.6);
	transform:scale(.6);
}

[data-aos=zoom-in-up] {
	-webkit-transform:translate3d(0,100px,0) scale(.6);
	transform:translate3d(0,100px,0) scale(.6);
}

[data-aos=zoom-in-down] {
	-webkit-transform:translate3d(0,-100px,0) scale(.6);
	transform:translate3d(0,-100px,0) scale(.6);
}

[data-aos=zoom-in-right] {
	-webkit-transform:translate3d(-100px,0,0) scale(.6);
	transform:translate3d(-100px,0,0) scale(.6);
}

[data-aos=zoom-in-left] {
	-webkit-transform:translate3d(100px,0,0) scale(.6);
	transform:translate3d(100px,0,0) scale(.6);
}

[data-aos=zoom-out] {
	-webkit-transform:scale(1.2);
	-ms-transform:scale(1.2);
	transform:scale(1.2);
}

[data-aos=zoom-out-up] {
	-webkit-transform:translate3d(0,100px,0) scale(1.2);
	transform:translate3d(0,100px,0) scale(1.2);
}

[data-aos=zoom-out-down] {
	-webkit-transform:translate3d(0,-100px,0) scale(1.2);
	transform:translate3d(0,-100px,0) scale(1.2);
}

[data-aos=zoom-out-right] {
	-webkit-transform:translate3d(-100px,0,0) scale(1.2);
	transform:translate3d(-100px,0,0) scale(1.2);
}

[data-aos=zoom-out-left] {
	-webkit-transform:translate3d(100px,0,0) scale(1.2);
	transform:translate3d(100px,0,0) scale(1.2);
}

[data-aos^=flip][data-aos^=flip],
[data-aos^=slide][data-aos^=slide] {
	-webkit-transition-property:-webkit-transform;
	-o-transition-property:transform;
	transition-property:transform;
	transition-property:transform,-webkit-transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
}

[data-aos=slide-up] {
	-webkit-transform:translate3d(0,100%,0);
	transform:translate3d(0,100%,0);
}

[data-aos=slide-down] {
	-webkit-transform:translate3d(0,-100%,0);
	transform:translate3d(0,-100%,0);
}

[data-aos=slide-right] {
	-webkit-transform:translate3d(-100%,0,0);
	transform:translate3d(-100%,0,0);
}

[data-aos=slide-left] {
	-webkit-transform:translate3d(100%,0,0);
	transform:translate3d(100%,0,0);
}

[data-aos^=flip][data-aos^=flip] {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}

[data-aos=flip-left] {
	-webkit-transform:perspective(2500px) rotateY(-100deg);
	transform:perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate,
[data-aos=flip-right].aos-animate {
	-webkit-transform:perspective(2500px) rotateY(0);
	transform:perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
	-webkit-transform:perspective(2500px) rotateY(100deg);
	transform:perspective(2500px) rotateY(100deg);
}

[data-aos=flip-up] {
	-webkit-transform:perspective(2500px) rotateX(-100deg);
	transform:perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-down].aos-animate,
[data-aos=flip-up].aos-animate {
	-webkit-transform:perspective(2500px) rotateX(0);
	transform:perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
	-webkit-transform:perspective(2500px) rotateX(100deg);
	transform:perspective(2500px) rotateX(100deg);
}

#search_block p:after,
#search_block:after,
.cf:after,
.commentlist .comment-author:after,
.navigation-single:after,
.post-password-form p:after,
.post-password-form:after,
.search-form p:after,
.search-form:after,
.widget:after {
	content:"";
	display:block;
	clear:both;
}

.ellipsis {
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	overflow:hidden;
}

body {
	width:100%;
	height:100%;
	display:table;
	table-layout:fixed;
	color:var(--gray-color);
	font:1.8rem/1.4 var(--main-font-name),"Arial","Helvetica Neue","Helvetica",sans-serif;
	font-weight:350;
	min-width:320px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

#wrapper {
	display:table-cell;
}

.footer {
	overflow:hidden;
	display:table-footer-group;
	height:1%;
}

* {
	max-height:1000000px;
}

img {
	max-width:100%;
	height:auto;
	vertical-align:top;
}

.container {
	max-width:1080px;
	width:100%;
	margin:0 auto;
	padding-left:15px;
	padding-right:15px;
}

.container._lg {
	max-width:1365px;
}

.container._xl {
	max-width:1470px;
}

.text._center,
table td+ td,
table th+ th {
	text-align:center;
}

.text._right {
	text-align:right;
}

.text._light {
	font-weight:300;
}

.text._bold {
	font-weight:700;
}

.text._bolder {
	font-weight:900;
}

.text._white {
	color:#fff;
}

.text._black,
.widget_recenttour .recenttours._list+ .see-all-link:hover {
	color:var(--black-color);
}

.text._gray {
	color:rgba(138,138,138,.61);
}

.text._lt,
.text._rb {
	-ms-writing-mode:tb-rl;
}

.text._lt {
	margin:0;
	display:inline-block;
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-writing-mode:vertical-lr;
	writing-mode:vertical-lr;
}

.text._rb {
	-webkit-writing-mode:vertical-rl;
	writing-mode:vertical-rl;
	-webkit-text-orientation:mixed;
	text-orientation:mixed;
}

.bg._gray {
	background-color:#f9f9f9;
}

.bg._black {
	background-color:var(--black-color);
}

.flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.flex._between {
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.bd {
	border:0 solid #e6e6e6;
	margin:1.5rem 0;
}

.bd._white {
	border-color:#fff;
}

.bd._t {
	border-top-width:1px;
}

.bd._b {
	border-bottom-width:1px;
}

.bd._l {
	border-left-width:1px;
}

.bd._r {
	border-right-width:1px;
}

.img._rounded {
	border-radius:var(--radius);
	overflow:hidden;
}

.svginline {
	-webkit-transition:fill .3s ease;
	-o-transition:fill .3s ease;
	transition:fill .3s ease;
}

.bg-video,
.bg-video-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.bg-video {
	z-index:-1;
}

.bg-video-overlay {
	content:"";
	background:rgba(0,0,0,.8);
}

#search_block [type=submit],
.btn,
.post-password-form [type=submit],
.search-form [type=submit] {
	display:inline-block;
	white-space:nowrap;
	vertical-align:middle;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.btn {
	text-align:center;
	font-weight:700;
	border-style:solid;
	outline:0;
	border-radius:10rem!important;
	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
	-webkit-tap-highlight-color:transparent;
	padding:1rem 2.4rem;
	font-size:1.4rem;
	border-radius:0;
	border-width:2px;
	line-height:1.1;
	color:#fff;
	background-color:var(--main-brand-color);
	border-color:var(--main-brand-color);
}

.btn:focus,
.btn:hover {
	color:var(--black-color);
	background-color:#fff;
	border-color:var(--main-brand-color);
}

#search_block [type=submit]._shdw,
.btn._shdw,
.post-password-form [type=submit]._shdw,
.search-form [type=submit]._shdw {
	-webkit-box-shadow:0 8px 30px rgba(0,0,0,.18);
	box-shadow:0 8px 30px rgba(0,0,0,.18);
}

#search_block [type=submit]:hover,
.btn:hover,
.post-password-form [type=submit]:hover,
.search-form [type=submit]:hover {
	text-decoration:none;
}

.btn.disabled,
.btn:disabled {
	color:#fff;
	background-color:#8a8a8a;
	border-color:#8a8a8a;
	cursor:default;
}

#search_block [type=submit].disabled:focus,
#search_block [type=submit].disabled:hover,
#search_block [type=submit]:disabled:focus,
#search_block [type=submit]:disabled:hover,
.btn.disabled:focus,
.btn.disabled:hover,
.btn:disabled:focus,
.btn:disabled:hover,
.post-password-form [type=submit].disabled:focus,
.post-password-form [type=submit].disabled:hover,
.post-password-form [type=submit]:disabled:focus,
.post-password-form [type=submit]:disabled:hover,
.search-form [type=submit].disabled:focus,
.search-form [type=submit].disabled:hover,
.search-form [type=submit]:disabled:focus,
.search-form [type=submit]:disabled:hover,
input[type=button].disabled:focus,
input[type=button].disabled:hover,
input[type=button]:disabled:focus,
input[type=button]:disabled:hover,
input[type=reset].disabled:focus,
input[type=reset].disabled:hover,
input[type=reset]:disabled:focus,
input[type=reset]:disabled:hover,
input[type=submit].disabled:focus,
input[type=submit].disabled:hover,
input[type=submit]:disabled:focus,
input[type=submit]:disabled:hover {
	color:#fff;
	background-color:#8a8a8a;
	border-color:#8a8a8a;
}

.btn-outline {
	color:var(--main-brand-color);
	background-color:transparent;
	background-image:none;
	border-color:var(--main-brand-color);
}

.btn-outline:focus,
.btn-outline:hover {
	color:#fff;
	background-color:var(--main-brand-color);
	border-color:var(--main-brand-color);
}

.btn-outline-white {
	color:#fff;
	background-color:transparent;
	background-image:none;
	border-color:#fff;
}

.btn-outline-white:focus,
.btn-outline-white:hover {
	color:var(--black-color);
	background-color:#fff;
	border-color:#fff;
}

.btn-outline-black {
	color:var(--black-color);
	background-color:transparent;
	background-image:none;
	border-color:var(--black-color);
}

.btn-outline-black:focus,
.btn-outline-black:hover {
	color:#fff;
	background-color:var(--main-brand-color);
	border-color:var(--main-brand-color);
}

.btn-lg,
.btn-sm,
.btn-xl {
	padding:1.6rem 3rem;
	font-size:1.6rem;
	border-radius:0;
	border-width:2px;
	line-height:1.2;
}

.btn-lg,
.btn-sm {
	padding:1.4rem 4.3rem;
}

.btn-sm {
	padding:.8rem 1.8rem;
	font-size:1.4rem;
}

.btn-link {
	color:var(--main-brand-color);
	background-color:transparent;
	border-color:transparent;
	outline:0;
	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}

.btn-link:focus,
.btn-link:hover {
	color:var(--main-brand-color-hover);
	text-decoration:none;
	background-color:transparent;
	border-color:transparent;
}

.btn-block {
	display:block;
	width:100%;
}

.btn-block+ .btn-block {
	margin-top:15px;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width:100%;
}

fieldset,
form {
	margin:0;
	padding:0;
	border-style:none;
}

label,
select {
	line-height:150%;
}

.jcf-select,
select {
	padding:13px 20px;
	font-size:15px;
	border-radius:4px;
	border-width:1px;
	color:var(--black-color);
	background-color:#fff;
	border-color:#eaeaea;
}

select {
	outline:0;
}

.jcf-list ul li ul li,
select option {
	padding-left:0;
}

.jcf-select {
	display:inline-block;
	vertical-align:top;
	position:relative;
	border-style:solid;
	width:100%;
	min-width:160px;
	line-height:150%;
}

.jcf-select select {
	z-index:1;
	left:0;
	top:0;
}

.jcf-select .jcf-select-text {
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	cursor:default;
	display:block;
	margin:0 35px 0 0;
}

.jcf-select .jcf-select-opener {
	position:absolute;
	text-align:center;
	width:0;
	height:0;
	border-style:solid;
	border-width:8px 5px 0;
	border-color:var(--black-color) transparent transparent;
	bottom:0;
	right:15px;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}

.jcf-select.jcf-drop-active .jcf-select-opener {
	-webkit-transform:translateY(-50%) rotate(-180deg);
	-ms-transform:translateY(-50%) rotate(-180deg);
	transform:translateY(-50%) rotate(-180deg);
}

body> .jcf-select-drop {
	position:absolute;
	margin:-1px 0 0;
	z-index:9999;
	min-width:160px;
}

body> .jcf-select-drop.jcf-drop-flipped {
	margin:1px 0 0;
}

.jcf-select .jcf-select-drop {
	position:absolute;
	margin-top:0;
	z-index:9999;
	top:100%;
	left:-1px;
	right:-1px;
}

.jcf-select .jcf-drop-flipped {
	bottom:100%;
	top:auto;
}

.jcf-select.jcf-compact-multiple {
	max-width:220px;
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
	display:inline-block;
	padding-top:2px;
	content:"...";
}

.jcf-select-drop .jcf-select-drop-content {
	border:1px solid #eaeaea;
}

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
	background:0 0;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
	background:#e6e6e6;
	color:#000;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
	display:inline-block;
	content:"";
	height:4px;
	width:8px;
	margin:-7px 5px 0 -3px;
	border:3px solid #777;
	border-width:0 0 3px 3px;
	-ms-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

.jcf-list-box {
	overflow:hidden;
	display:inline-block;
	border:1px solid #b8c3c9;
	min-width:200px;
	margin:0 15px;
}

.jcf-list,
.jcf-list .jcf-list-content {
	vertical-align:top;
	display:inline-block;
}

.jcf-list {
	position:relative;
	background:#fff;
	line-height:14px;
	font-size:12px;
}

.jcf-list .jcf-list-content {
	overflow:auto;
	width:100%;
}

.jcf-list ul {
	padding:0;
	margin:0;
	list-style:none;
	font-size:15px!important;
}

.jcf-list ul li {
	overflow:hidden;
	display:block;
	list-style:none;
}

.jcf-list ul li ul li:before,
.jcf-list ul li:before {
	content:none!important;
}

.jcf-list .jcf-overflow {
	overflow:auto;
}

.jcf-list .jcf-option {
	white-space:nowrap;
	overflow:hidden;
	cursor:default;
	display:block;
	padding:10px 20px;
	color:#656565;
	min-height:14px;
	height:1%;
}

.jcf-list .jcf-disabled {
	background:#fff!important;
	color:#aaa!important;
}

.jcf-list-box .jcf-selected,
.jcf-select-drop .jcf-hover {
	background:#e6e6e6;
	color:#000;
}

.jcf-list .jcf-optgroup-caption {
	white-space:nowrap;
	font-weight:700;
	display:block;
	padding:10px 20px;
	cursor:default;
	color:#000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left:30px;
}

label {
	font-style:normal;
	font-weight:700;
	font-size:16px;
	color:#8a8a8a;
}

label .wpcf7-list-item-label {
	display:inline-block;
	vertical-align:middle;
	margin-top:-4px;
}

.jcf-list,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url] {
	width:100%;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
	padding:13px 20px;
	font-size:15px;
	border-radius:4px;
	border-width:1px;
	line-height:150%;
	color:var(--black-color);
	background-color:#fff;
	border-color:#eaeaea;
	text-align:left;
	-webkit-appearance:none;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	outline-color:transparent;
	border-style:solid;
}

input[type=date]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder {
	color:#8a8a8a;
}

input[type=date]:-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=url]::-moz-placeholder {
	color:#8a8a8a;
}

input[type=date]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder {
	color:#8a8a8a;
}

textarea {
	resize:none;
	vertical-align:top;
	width:100%;
	height:250px;
	color:#8a8a8a;
}

.wpcf7-form input[type=date]::-webkit-input-placeholder,
.wpcf7-form input[type=email]::-webkit-input-placeholder,
.wpcf7-form input[type=number]::-webkit-input-placeholder,
.wpcf7-form input[type=password]::-webkit-input-placeholder,
.wpcf7-form input[type=search]::-webkit-input-placeholder,
.wpcf7-form input[type=tel]::-webkit-input-placeholder,
.wpcf7-form input[type=text]::-webkit-input-placeholder,
.wpcf7-form input[type=url]::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
	color:#8a8a8a;
}

.wpcf7-form input[type=date]:-moz-placeholder,
.wpcf7-form input[type=date]::-moz-placeholder,
.wpcf7-form input[type=email]:-moz-placeholder,
.wpcf7-form input[type=email]::-moz-placeholder,
.wpcf7-form input[type=number]:-moz-placeholder,
.wpcf7-form input[type=number]::-moz-placeholder,
.wpcf7-form input[type=password]:-moz-placeholder,
.wpcf7-form input[type=password]::-moz-placeholder,
.wpcf7-form input[type=search]:-moz-placeholder,
.wpcf7-form input[type=search]::-moz-placeholder,
.wpcf7-form input[type=tel]:-moz-placeholder,
.wpcf7-form input[type=tel]::-moz-placeholder,
.wpcf7-form input[type=text]:-moz-placeholder,
.wpcf7-form input[type=text]::-moz-placeholder,
.wpcf7-form input[type=url]:-moz-placeholder,
.wpcf7-form input[type=url]::-moz-placeholder,
.wpcf7-form textarea:-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder {
	color:#8a8a8a;
}

.wpcf7-form input[type=date]:-ms-input-placeholder,
.wpcf7-form input[type=email]:-ms-input-placeholder,
.wpcf7-form input[type=number]:-ms-input-placeholder,
.wpcf7-form input[type=password]:-ms-input-placeholder,
.wpcf7-form input[type=search]:-ms-input-placeholder,
.wpcf7-form input[type=tel]:-ms-input-placeholder,
.wpcf7-form input[type=text]:-ms-input-placeholder,
.wpcf7-form input[type=url]:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder {
	color:#8a8a8a;
}

#search_block [type=submit],
.post-password-form [type=submit],
.search-form [type=submit],
input[type=button],
input[type=reset],
input[type=submit] {
	padding:1rem 2.4rem;
	font-size:1.6rem;
	border-radius:0;
	border-width:2px;
	line-height:1.22em;
	color:#fff;
	background-color:var(--main-brand-color);
	border-color:var(--main-brand-color);
	border-radius:10rem!important;
	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
	-webkit-tap-highlight-color:transparent;
	border-style:solid;
	-webkit-appearance:none;
	cursor:pointer;
	text-align:center;
	font-weight:700;
	outline:0;
}

#search_block [type=submit]:focus,
#search_block [type=submit]:hover,
.post-password-form [type=submit]:focus,
.post-password-form [type=submit]:hover,
.search-form [type=submit]:focus,
.search-form [type=submit]:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
	color:var(--black-color);
	background-color:#fff;
	border-color:var(--main-brand-color);
}

#search_block [type=submit].disabled,
#search_block [type=submit]:disabled,
.post-password-form [type=submit].disabled,
.post-password-form [type=submit]:disabled,
.search-form [type=submit].disabled,
.search-form [type=submit]:disabled,
input[type=button].disabled,
input[type=button]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=submit].disabled,
input[type=submit]:disabled {
	color:#fff;
	background-color:#8a8a8a;
	border-color:#8a8a8a;
	cursor:default;
}

.wpcf7-form input[type=date],
.wpcf7-form input[type=email],
.wpcf7-form input[type=number],
.wpcf7-form input[type=password],
.wpcf7-form input[type=search],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=text],
.wpcf7-form input[type=url],
.wpcf7-form textarea {
	padding:13px 20px;
	font-size:15px;
	border-radius:4px;
	border-width:1px;
	line-height:150%;
	color:var(--black-color);
	background-color:#fff;
	border-color:#eaeaea;
	text-align:left;
	-webkit-appearance:none;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	outline-color:transparent;
	border-style:solid;
	width:100%;
}

.wpcf7-form textarea {
	height:280px;
	resize:none;
	padding:30px;
	outline:0;
}

.wpcf7-form .form-btn-block {
	padding-top:30px;
}

.wpcf7-form .form-btn-block .wpcf7-submit {
	padding:1rem 2.4rem;
	font-size:1.6rem;
	border-radius:0;
	border-width:2px;
	line-height:1.1;
	color:#fff;
	background-color:var(--main-brand-color);
	border-color:var(--main-brand-color);
}

.wpcf7-form .form-btn-block .wpcf7-submit:focus,
.wpcf7-form .form-btn-block .wpcf7-submit:hover {
	color:var(--btn-color);
	background-color:var(--main-brand-color-hover);
	border-color:var(--main-brand-color-hover);
}

input[type=search]::-webkit-search-cancel-button {
	-webkit-appearance:none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color:inherit;
	opacity:1;
	-webkit-transition:opacity .3s ease;
	transition:opacity .3s ease;
}

input:-moz-placeholder,
input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
	color:inherit;
	opacity:1;
	-moz-transition:opacity .3s ease;
	transition:opacity .3s ease;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color:inherit;
	opacity:1;
	-ms-transition:opacity .3s ease;
	transition:opacity .3s ease;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	opacity:0;
	-webkit-transition:opacity .3s ease;
	transition:opacity .3s ease;
}

input:focus:-moz-placeholder,
input:focus::-moz-placeholder,
textarea:focus:-moz-placeholder,
textarea:focus::-moz-placeholder {
	opacity:0;
	-moz-transition:opacity .3s ease;
	transition:opacity .3s ease;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	opacity:0;
	-ms-transition:opacity .3s ease;
	transition:opacity .3s ease;
}

.comment-notes {
	font-style:normal;
	font-weight:400;
	font-size:14px;
	line-height:150%;
	color:#8a8a8a;
}

.comment-notes:last-child {
	padding-bottom:0;
}

#search_block [type=submit],
#search_block input[type=password],
#search_block input[type=search],
#search_block input[type=text],
.post-password-form [type=submit],
.post-password-form input[type=password],
.post-password-form input[type=search],
.post-password-form input[type=text],
.search-form [type=submit],
.search-form input[type=password],
.search-form input[type=search],
.search-form input[type=text] {
	height:43px;
}

.h1,
.h2,
h1,
h2,
h4 {
	line-height:1.2;
}

.h,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:inherit;
	font-weight:700;
	color:var(--black-color);
}

.h,
.h4,
.h5,
.h6,
h5,
h6 {
	line-height:1.2;
}

.h a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color:inherit;
	font-size:inherit;
}

.h1,
h1 {
	font-size:6.5rem;
	margin:0 0 1.5rem;
}

.h2,
h2 {
	font-size:4rem;
	margin:0 0 2.2rem;
}

.h3,
h3 {
	font-size:3rem;
	margin:0 0 2.4rem;
	line-height:150%;
}

.h4,
h4 {
	font-size:2.6rem;
	margin:0 0 2.6rem;
}

.h5,
h5 {
	font-size:2.1rem;
	margin:0 0 2.8rem;
}

.h6,
h6 {
	font-size:1.7rem;
	margin:0 0 3rem;
}

ol,
p,
ul {
	margin-top:0;
}

p {
	margin-bottom:2.75rem;
}

a {
	color:var(--main-brand-color);
	text-decoration:none;
	-webkit-transition:color .3s ease;
	-o-transition:color .3s ease;
	transition:color .3s ease;
}

a:hover {
	color:var(--main-brand-color-hover);
}

ol,
ul {
	list-style:none;
	padding-left:0;
}

ol li,
ul li {
	list-style:none;
	color:var(--black-color);
}

.list-style-ol,
.list-style-ul,
ol:not([class]),
ul:not([class]) {
	font-size:1.8rem;
	margin-bottom:15px;
	color:var(--gray-color);
}

.list-style-ol li,
.list-style-ul li,
ol:not([class]) li,
ul:not([class]) li {
	position:relative;
}

.list-style-ol li li,
.list-style-ul li li,
ol:not([class]) li li,
ul:not([class]) li li {
	padding-left:18px;
}

.list-style-ol li+ li,
.list-style-ul li+ li,
ol:not([class]) li+ li,
ul:not([class]) li+ li {
	margin-top:10px;
}

.list-style-ol ol,
.list-style-ol ul,
.list-style-ul ol,
.list-style-ul ul,
ol:not([class]) ol,
ol:not([class]) ul,
ul:not([class]) ol,
ul:not([class]) ul {
	margin-bottom:0;
	margin-top:10px;
}

.list-style-ol ul> li:before,
.list-style-ul ul> li:before,
ol:not([class]) ul> li:before,
ul:not([class]) ul> li:before {
	content:"\2022"!important;
	color:var(--main-brand-color-hover);
}

.list-style-ol ol> li:before,
.list-style-ul ol> li:before,
ol:not([class]) ol> li:before,
ul:not([class]) ol> li:before {
	color:var(--main-brand-color-hover);
}

.list-style-ul> li:before,
ul.list-style> li:before,
ul:not([class])> li:before {
	content:"\2022";
	font-size:15px;
	color:var(--main-brand-color);
	margin-right:10px;
}

.list-style-ol,
ol.list-style,
ol:not([class]) {
	counter-reset:list;
}

.list-style-ol ol,
ol.list-style ol,
ol:not([class]) ol {
	counter-reset:sublist;
}

.list-style-ol ol ol,
ol.list-style ol ol,
ol:not([class]) ol ol {
	counter-reset:threelist;
}

.list-style-ol> li:before,
ol.list-style> li:before,
ol:not([class])> li:before {
	content:counter(list);
	counter-increment:list;
	font-size:16px;
	font-weight:700;
	color:var(--main-brand-color);
	margin-right:10px;
}

.list-style-ol> li li:before,
ol.list-style> li li:before,
ol:not([class])> li li:before {
	content:counter(list) "." counter(sublist);
	counter-increment:sublist;
}

.list-style-ol> li li li:before,
ol.list-style> li li li:before,
ol:not([class])> li li li:before {
	content:counter(list) "." counter(sublist) "." counter(threelist);
	counter-increment:threelist;
}

.list-off ol,
.list-off ol> li,
.list-off ul,
.list-off ul> li {
	padding-left:0;
}

.list-off ol> li:before,
.list-off ul> li:before {
	color:transparent;
	visibility:hidden;
	display:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	margin-bottom:15px;
}

table th {
	text-align:left;
}

blockquote,
table td,
table th {
	color:var(--gray-color);
}

table td,
table th {
	font-size:1.8rem;
	padding:10px 15px;
	border-bottom:1px solid #979797;
}

pre {
	max-width:100%;
	background:rgba(0,0,0,.1);
}

blockquote {
	font-size:18px;
	background:#f3f3f3;
	border-left:5px solid var(--main-brand-color);
	margin:0 0 1.2em;
}

dl dt {
	float:left;
	clear:left;
	padding-right:.3em;
	font-weight:700;
}

dl dd {
	margin-left:0;
}

.widget {
	margin-bottom:1.4em;
}

.widget select {
	min-width:inherit;
	width:100%;
}

#wp-calendar {
	width:95%;
	margin-bottom:15px;
	clear:both;
	padding:0;
}

#wp-calendar caption,
blockquote {
	padding:10px;
}

#wp-calendar td,
#wp-calendar th {
	padding:3px 0;
	text-align:center;
}

#wp-calendar td {
	background:0 0;
}

.comment-form p {
	overflow:hidden;
	padding:0 0 15px;
	margin:0;
}

.comment-form label,
label {
	display:block;
	padding:0 0 5px;
}

.comment-form input:not([type=submit]),
.comment-form textarea {
	margin:0 4px 0 0;
	width:300px;
}

.comment-form textarea {
	width:100%;
	margin:0;
	height:200px;
}

.comment-form input[type=submit] {
	display:block;
	float:none;
}

.comment-form input[type=checkbox]+ label {
	display:inline-block;
	vertical-align:middle;
	margin-top:-3px;
}

.post-password-form label {
	display:block;
}

#search_block,
.post-password-form,
.search-form {
	margin-bottom:15px;
}

#search_block input,
.post-password-form input,
.search-form input {
	float:left;
}

#search_block input[type=password],
#search_block input[type=search],
#search_block input[type=text],
.post-password-form input[type=password],
.post-password-form input[type=search],
.post-password-form input[type=text],
.search-form input[type=password],
.search-form input[type=search],
.search-form input[type=text] {
	margin:0 4px 0 0;
	width:145px;
}

.commentlist {
	margin:0 0 1.4em;
}

.commentlist .edit-link {
	margin:0;
}

.commentlist .avatar-holder {
	float:left;
	margin:0 1.4em 4px 0;
}

.commentlist .comment {
	margin-bottom:3rem;
}

.comment,
.commentlist-holder {
	overflow:hidden;
	background:#f9f9f9;
}

.commentlist-item .commentlist-item {
	padding:1.4em 0 0;
}

.commentlist-item+ .commentlist-item {
	padding-top:1.4em;
}

.widget_recenttour {
	background:#fff;
	padding:3rem 2rem;
	border:1px solid #ececec;
}

.widget_recenttour .recenttours {
	margin:0;
}

.widget_recenttour .recenttours_item:not(:last-child) {
	margin-bottom:2.5rem;
}

.widget_recenttour .recenttours_link {
	display:block;
}

.widget_recenttour .recenttours_link img {
	margin-bottom:1rem;
	display:block;
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
	-o-object-position:center;
	object-position:center;
}

.widget_recenttour .recenttours_link h6 {
	margin:0;
	font-size:14px;
	line-height:1.4;
	-webkit-transition:color .3s ease;
	-o-transition:color .3s ease;
	transition:color .3s ease;
}

.widget_recenttour .recenttours_link:focus h6,
.widget_recenttour .recenttours_link:hover h6 {
	color:var(--main-brand-color);
}

.widget_recenttour .recenttours._list {
	margin-bottom:2rem;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
}

.widget_recenttour .recenttours._list li+ li {
	margin-top:1.25rem;
}

.widget_recenttour .recenttours._list a {
	display:inline-block;
	color:var(--black-color);
	font-size:15px;
	font-weight:500;
	line-height:1.1;
	text-decoration:underline;
}

.widget_recenttour .recenttours._list a:hover {
	color:var(--main-brand-color);
}

.widget_recenttour .recenttours._list+ .see-all-link {
	display:inline-block;
	font-size:14px;
	color:var(--gray-color);
}

.widget_recenttour .recenttours._list+ .see-all-link .no-wrap {
	white-space:nowrap;
}

.widget_calendar #prev {
	padding-left:5px;
	text-align:left;
}

.widget_calendar #next {
	padding-right:5px;
	text-align:right;
}

#calendar_wrap table a {
	font-size:inherit;
}

.navigation,
.navigation-comments,
.pagination {
	position:relative;
	vertical-align:middle;
	padding:1.8rem 0;
	width:100%;
	overflow:hidden;
	text-transform:uppercase;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text,
.pagination .screen-reader-text {
	position:absolute;
	left:-99999px;
}

.navigation .current,
.navigation-comments .current,
.pagination .current {
	color:#ccc;
}

.navigation .page-numbers,
.navigation-comments .page-numbers,
.pagination .page-numbers {
	display:inline-block;
	vertical-align:middle;
	padding:0;
	font-size:1.4rem;
	line-height:1.2;
	color:#b7b7b7;
	font-weight:700;
}

.navigation .page-numbers:not(:last-child),
.navigation-comments .page-numbers:not(:last-child),
.pagination .page-numbers:not(:last-child) {
	margin-right:2.5rem;
}

.navigation .page-numbers.current,
.navigation-comments .page-numbers.current,
.pagination .page-numbers.current {
	color:var(--black-color);
}

.navigation .al a:active,
.navigation .al a:hover,
.navigation .ar a:active,
.navigation .ar a:hover,
.navigation .page-numbers:active,
.navigation .page-numbers:hover,
.navigation-comments .al a:active,
.navigation-comments .al a:hover,
.navigation-comments .ar a:active,
.navigation-comments .ar a:hover,
.navigation-comments .page-numbers:active,
.navigation-comments .page-numbers:hover,
.pagination .al a:active,
.pagination .al a:hover,
.pagination .ar a:active,
.pagination .ar a:hover,
.pagination .page-numbers:active,
.pagination .page-numbers:hover {
	color:var(--main-brand-color-hover);
}

.navigation .page-numbers:active :after,
.navigation .page-numbers:active :before,
.navigation .page-numbers:hover :after,
.navigation .page-numbers:hover :before,
.navigation-comments .page-numbers:active :after,
.navigation-comments .page-numbers:active :before,
.navigation-comments .page-numbers:hover :after,
.navigation-comments .page-numbers:hover :before,
.pagination .page-numbers:active :after,
.pagination .page-numbers:active :before,
.pagination .page-numbers:hover :after,
.pagination .page-numbers:hover :before {
	color:inherit;
}

.navigation .al.disabled,
.navigation .ar.disabled,
.navigation .next.disabled,
.navigation .prev.disabled,
.navigation-comments .al.disabled,
.navigation-comments .ar.disabled,
.navigation-comments .next.disabled,
.navigation-comments .prev.disabled,
.pagination .al.disabled,
.pagination .ar.disabled,
.pagination .next.disabled,
.pagination .prev.disabled {
	pointer-events:none;
}

.navigation .al a:after,
.navigation .al a:before,
.navigation .ar a:after,
.navigation .ar a:before,
.navigation .next:after,
.navigation .next:before,
.navigation .prev:after,
.navigation .prev:before,
.navigation-comments .al a:after,
.navigation-comments .al a:before,
.navigation-comments .ar a:after,
.navigation-comments .ar a:before,
.navigation-comments .next:after,
.navigation-comments .next:before,
.navigation-comments .prev:after,
.navigation-comments .prev:before,
.pagination .al a:after,
.pagination .al a:before,
.pagination .ar a:after,
.pagination .ar a:before,
.pagination .next:after,
.pagination .next:before,
.pagination .prev:after,
.pagination .prev:before {
	font-size:70%;
	font-family:"icons";
}

.navigation .next:after,
.navigation-comments .next:after,
.pagination .next:after {
	content:"";
}

.navigation .next a,
.navigation-comments .next a,
.pagination .next a {
	margin-right:.5rem;
}

.navigation .al a:before,
.navigation .prev:before,
.navigation-comments .al a:before,
.navigation-comments .prev:before,
.pagination .al a:before,
.pagination .prev:before {
	content:"";
}

.navigation .prev a,
.navigation-comments .prev a,
.pagination .prev a {
	margin-left:.5rem;
}

.navigation .al a,
.navigation .ar a,
.navigation-comments .al a,
.navigation-comments .ar a,
.pagination .al a,
.pagination .ar a {
	color:var(--main-brand-color);
}

.navigation .ar a:before,
.navigation-comments .ar a:before,
.pagination .ar a:before {
	content:"";
}

.pagination-full {
	text-align:center;
}

.navigation-single {
	margin-bottom:1.4em;
}

.navigation-single .next,
.navigation-single .prev {
	vertical-align:middle;
	max-width:50%;
	background:var(--black-color);
	color:#fff;
	text-decoration:none;
}

.navigation-single .prev {
	float:left;
}

.navigation-single .next a,
.navigation-single .prev a {
	color:inherit;
	text-decoration:none;
	padding:5px;
	display:block;
}

.navigation-single .next {
	float:right;
}

img.border {
	padding:5px;
	border:1px solid #ccc;
}

.wp-caption {
	clear:both;
	border:1px solid var(--gray-color);
	max-width:96%;
	padding:5px 3px;
	text-align:center;
}

.wp-caption.alignnone {
	margin:5px 0 20px;
}

.wp-caption img {
	margin:0;
	padding:0;
	border:0;
	vertical-align:top;
	width:auto;
	max-width:98.5%;
}

.wp-caption p {
	margin:.4em 0 0;
}

div.aligncenter,
figure.aligncenter {
	margin:0 auto 1.4em;
	text-align:center;
}

img.aligncenter {
	display:block;
	margin:0 auto 20px;
}

img.no-margin {
	margin:0;
}

.aligncenter {
	margin:5px auto 20px;
}

.alignleft {
	float:left;
	margin:0 1.4em 10px 0;
}

.alignright {
	float:right;
	margin:0 0 10px 1.4em;
}

img.wp-smiley {
	padding:0;
	border:0;
}

a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

.alignnone,
.posts-list .entry p,
a img.alignnone {
	margin:0;
}

a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.fluid-iframe {
	display:block;
	position:relative;
	padding-bottom:60%;
}

.fluid-iframe iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin:0;
}

.mejs-container {
	margin-bottom:1.4em;
}

.wp-caption .wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:5px 0 0;
	text-align:center;
}

.alignnone,
.bypostauthor,
.gallery,
.gallery-caption,
.sticky,
.wp-caption-text {
	height:auto;
}

.al,
.navigation .next {
	float:right;
}

.ar,
.navigation .prev {
	float:left;
}

.posts-list .post {
	margin:0 0 4.5rem;
}

.title {
	margin-bottom:2rem;
}

.title .h,
.title .h1,
.title .h2,
.title .h3,
.title .h4,
.title .h5,
.title .h6,
.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6 {
	margin:0;
}

.post .postmetadata,
.post .title {
	margin-bottom:10px;
}

.textwidget p {
	padding:0 0 10px;
}

.center {
	text-align:center;
}

.hidden,
blockquote p+ p:after,
blockquote p+ p:before,
blockquote q+ p:after,
blockquote q+ p:before,
code br {
	display:none;
}

code,
pre {
	font-family:mono-space,monospace;
	border:1px solid #eee;
	padding:20px;
	display:block;
	overflow:auto;
	white-space:pre;
	font-size:12px;
	line-height:20px;
}

code {
	padding:1em 20px;
	background:#f6f6f6;
	border-top:0;
}

abbr,
acronym,
span.caps {
	cursor:help;
}

abbr,
abbr[title],
acronym,
code {
	border-bottom:0;
}

blockquote cite {
	display:block;
	padding-top:5px;
}

blockquote p:before,
q:before {
	content:open-quote;
}

blockquote p:after,
q:after {
	content:close-quote;
}

sub,
sup {
	position:relative;
	top:-5px;
}

sub {
	top:5px;
}

.last {
	margin-right:0!important;
	clear:right;
}

.clear {
	clear:both;
	line-height:0;
}

.page-link {
	padding:0 0 15px;
}

.comments {
	clear:both;
}

#respond {
	margin:20px 0;
	overflow:hidden;
}

.commentlist #respond,
code,
pre {
	margin:0 0 20px;
}

#respond .comment-reply-title small {
	font-size:12px;
	font-weight:400;
}

#comments,
#reply-title {
	margin:0 0 15px;
	line-height:1.6em;
}

.commentlist {
	padding:0;
	text-align:justify;
	line-height:1.5em;
}

.commentlist .comment {
	padding:3rem 4rem;
}

.commentlist .commentlist {
	padding:0;
}

.commentlist .comment-author,
.commentlist .comment-metadata {
	margin-bottom:.5em;
}

.commentlist .comment-author img {
	float:left;
	margin:0 1.2em 4px 0;
}

.comment .comment-respond {
	margin-left:20px;
}

.comment .link-overlay {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.comment {
	position:relative;
}

.comment .comment {
	padding:2rem 0 0 9.4rem;
}

.comment .comment .comment-content {
	font-size:1.4rem;
}

.comment-meta {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.comment-text {
	margin-left:1.8rem;
}

.comment-text .rating {
	margin-bottom:1.4rem;
}

.comment-body {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
	font-size:1.6rem;
	line-height:1.5;
}

.comment-body .avatar {
	border-radius:50%;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.comment-content {
	color:#44464f;
}

.comment-content b {
	display:block;
	margin-bottom:.5rem;
}

.comment-content p:last-child {
	margin:0;
}

.comment-body .reply {
	padding-top:1.5rem;
}

.parent.comment .comment {
	margin:0;
}

.comment-author.vcard {
	margin-right:1rem;
	margin-bottom:.3rem;
}

.comment-author.vcard b {
	font-size:1.7rem;
}

.comment-author.vcard time {
	margin-left:.2rem;
	font-size:1.4rem;
	color:#8a8a8a;
	display:none;
}

.breadcrumb {
	padding-bottom:20px;
}

.post .title h3 {
	margin-bottom:1em;
}

.divider {
	height:80px;
}

.wpcf7-not-valid-tip {
	display:block;
	padding-top:5px;
}

.wpcf7-response-output {
	text-align:center;
}

.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
	color:#d93c3c;
}

.error input:not([type=submit]) {
	border-color:red!important;
}

.widget .gallery {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:0 -10px;
}

.gallery-item a,
.gallery-item a:focus,
.gallery-item a:hover {
	-webkit-box-shadow:none;
	box-shadow:none;
	background:0 0;
}

.gallery-item a:focus img,
.gallery-item a:hover img {
	-webkit-filter:opacity(60%);
	filter:opacity(60%);
}

.gallery-item img {
	-webkit-transition:-webkit-filter .3s ease-in;
	-o-transition:filter .3s ease-in;
	transition:filter .3s ease-in;
	transition:filter .3s ease-in,-webkit-filter .3s ease-in;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}

.gallery-item dt {
	float:none;
	padding:0;
}

iframe {
	max-width:100%;
}

.comment-form .comment-form-cookies-consent {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
}

.comment-form .comment-form-cookies-consent input[type=checkbox] {
	width:auto;
	margin:2px 10px 0 0;
}

#content,
#sidebar {
	padding:20px 0;
}

#content.one-column {
	float:none;
	width:100%;
}

#content.two-column {
	float:left;
	width:75%;
	padding-right:2%;
}

#content img {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

#sidebar {
	float:right;
	width:23%;
}

.gallery {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:0 -1em;
}

.gallery-item {
	display:inline-block;
	vertical-align:top;
	width:50%;
	max-width:50%;
	margin:0;
	padding:0 1em 2em;
	text-align:left;
}

.gallery-columns-1 .gallery-item {
	width:100%;
	max-width:100%;
}

.gallery-columns-2 .gallery-item {
	max-width:50%;
}

.gallery-caption {
	display:block;
	text-align:left;
	padding:0 10px 0 0;
	margin-bottom:0;
}

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
label+ br {
	display:none;
}

.content-area {
	padding-top:20px;
}

.form-allowed-tags code {
	white-space:pre-line;
}

.header {
	position:relative;
	padding:40px 0;
	-webkit-transition:background .2s cubic-bezier(.23,1,.32,1),padding .3s cubic-bezier(.645,.045,.355,1) .1s;
	-o-transition:background .2s cubic-bezier(.23,1,.32,1),padding .3s cubic-bezier(.645,.045,.355,1) .1s;
	transition:background .2s cubic-bezier(.23,1,.32,1),padding .3s cubic-bezier(.645,.045,.355,1) .1s;
	z-index:101;
}

.header._w .logo * {
	fill:#fff;
}

.header._w .nav_link {
	color:#fff;
}

.header._w .opener span,
.header._w .opener:after,
.header._w .opener:before {
	background:#fff;
}

.header._b .logo * {
	fill:var(--black-color);
}

.header._b .nav_link {
	color:var(--black-color);
}

.header._b .opener span,
.header._b .opener:after,
.header._b .opener:before {
	background:var(--black-color);
}

.header._active .opener span {
	opacity:0;
}

.header._active .opener:before {
	-webkit-transform:rotate(45deg) translateY(0);
	-ms-transform:rotate(45deg) translateY(0);
	transform:rotate(45deg) translateY(0);
	top:50%;
}

.header._active .opener:after {
	-webkit-transform:rotate(-45deg) translateY(0);
	-ms-transform:rotate(-45deg) translateY(0);
	transform:rotate(-45deg) translateY(0);
	top:50%;
}

.header._abs,
.header._sticked {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

.header._sticked {
	position:fixed;
	padding:1.8rem 0;
	-webkit-box-shadow:0 10px 30px rgba(0,0,0,.06);
	box-shadow:0 10px 30px rgba(0,0,0,.06);
	background:#fff;
}

.header._sticked .logo * {
	fill:var(--black-color);
}

.header._sticked .nav_link {
	color:var(--black-color);
}

.header._sticked .opener span,
.header._sticked .opener:after,
.header._sticked .opener:before {
	background:var(--black-color);
}

.header._sticked [class*=btn-outline-] {
	color:#fff;
	background-color:var(--main-brand-color);
	border-color:var(--main-brand-color);
}

.header._sticked [class*=btn-outline-]:focus,
.header._sticked [class*=btn-outline-]:hover {
	color:var(--black-color);
	background-color:#fff;
	border-color:var(--main-brand-color);
}

.header_container {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

.footer,
.footer a {
	color:#fff;
}

.footer .container {
	overflow:hidden;
}

.footer_container {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding:8rem 0;
}

.footer_item {
	-ms-flex-negative:0;
	flex-shrink:0;
	-webkit-box-flex:0;
	-ms-flex-positive:0;
	flex-grow:0;
	-ms-flex-preferred-size:11%;
	flex-basis:11%;
	max-width:11%;
}

.footer_item._info {
	-ms-flex-preferred-size:28%;
	flex-basis:28%;
	max-width:28%;
}

.footer_item._logo {
	margin-top:auto;
	margin-bottom:auto;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-ms-flex-preferred-size:30%;
	flex-basis:30%;
	max-width:30%;
	text-align:center;
}

.footer address,
.footer p {
	margin:0;
	font-weight:700;
	font-size:1.5rem;
	line-height:1.6;
	font-style:normal;
}

.footer address:not(:last-child),
.footer p:not(:last-child) {
	margin-bottom:2rem;
}

.dropdown_link:hover+ .dropdown_curret i,
.footer a:hover {
	color:var(--main-brand-color);
}

.copyright {
	font-size:13px;
}

.logo i {
	font-size:4rem;
	-webkit-transition:color .3s cubic-bezier(.215,.61,.355,1);
	-o-transition:color .3s cubic-bezier(.215,.61,.355,1);
	transition:color .3s cubic-bezier(.215,.61,.355,1);
}

.nav {
	font-family:var(--nav-font-name);
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	display:block;
}

.nav_list {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	padding-left:0;
	margin:0;
}

.nav_item.dropdown:after {
	content:"";
	position:absolute;
	top:90%;
	left:0;
	width:100%;
	height:15px;
	opacity:0;
}

.nav_link {
	font-size:1.5rem;
	line-height:1.35;
	font-weight:600;
}

.nav_link:focus,
.nav_link:hover {
	color:var(--main-brand-color)!important;
}

.nav._row .nav_list {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

.nav._row .nav_item:not(:last-child) {
	margin-right:4.8rem;
}

.nav._column .nav_list {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
}

.nav._column .nav_item:not(:last-child) {
	margin-bottom:1.15rem;
}

.nav._white .nav_link {
	color:#fff;
}

.nav._black .nav_link {
	color:var(--black-color);
}

.opener {
	display:none;
	position:relative;
	width:30px;
	height:26px;
	z-index:12;
	outline:0;
	cursor:pointer;
}

.opener:after,
.opener:before {
	content:"";
}

.opener:before {
	top:0;
}

.opener span,
.opener:after,
.opener:before {
	position:absolute;
	left:0;
	width:100%;
	height:3px;
	-webkit-transition:opacity .3s ease,top .2s ease,background .3s ease,-webkit-transform .3s ease;
	-o-transition:transform .3s ease,opacity .3s ease,top .2s ease,background .3s ease;
	transition:transform .3s ease,opacity .3s ease,top .2s ease,background .3s ease;
	transition:transform .3s ease,opacity .3s ease,top .2s ease,background .3s ease,-webkit-transform .3s ease;
}

.opener span {
	top:10px;
}

.opener:after {
	top:20px;
}

.headline._white :not(a):not(button),
.item-tour_overlay :not(a):not(button),
.post._inner .post_content._white :not(a) {
	color:#fff;
}

.headline._ctr {
	-webkit-transform:translateY(35%);
	-ms-transform:translateY(35%);
	transform:translateY(35%);
}

.headline_title {
	font-weight:700;
}

.headline_title:last-child {
	margin:0;
}

.headline_title._sm {
	font-size:6rem;
}

.headline_descr:last-child {
	margin:0;
}

.headline_descr._sm {
	font-size:1.6rem;
}

.headline_descr._lg {
	font-size:2rem;
}

.headline_btn {
	margin:1rem .7rem 0;
}

.item-tour {
	position:relative;
	height:100%;
	overflow:hidden;
}

.item-tour:hover .item-tour_overlay {
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	background-color:rgba(0,0,0,.7);
}

.item-tour_overlay {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	padding:2.2rem 3rem;
	z-index:1;
	-webkit-transform:translateY(67%);
	-ms-transform:translateY(67%);
	transform:translateY(67%);
	-webkit-transition:background .35s ease-out,-webkit-transform .2s ease;
	-o-transition:transform .2s ease,background .35s ease-out;
	transition:transform .2s ease,background .35s ease-out;
	transition:transform .2s ease,background .35s ease-out,-webkit-transform .2s ease;
}

.item-tour_price {
	margin-left:1rem;
}

.item-tour_top {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.item-tour_top._b {
	-webkit-box-align:end;
	-ms-flex-align:end;
	align-items:flex-end;
}

.item-tour_title {
	display:-webkit-box;
	margin:0;
	max-height:5rem;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}

.item-tour_descr {
	margin:0;
	font-size:1.6rem;
	line-height:1.35;
}

.item-tour_descr:not(:last-child) {
	margin-bottom:3rem;
}

.item-tour_bg {
	z-index:-1;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	width:100%;
	height:100%;
}

.item-tour_bg img {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
	-o-object-position:center;
	object-position:center;
}

.price-text_label {
	display:block;
	font-size:1.2rem;
	line-height:1.2;
}

.price-text_value {
	font-size:3.2rem;
	line-height:1.2;
	font-weight:700;
}

.price-text_value._sm {
	font-size:3rem;
}

.price-text_value._lg {
	font-size:3.5rem;
}

.price-text_value:before {
	content:"$";
	font-size:1.9rem;
	font-weight:400;
	margin-right:1px;
}

.bullets {
	position:absolute;
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	bottom:2.2rem;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-tap-highlight-color:transparent;
	z-index:1;
}

.bullets_item {
	display:block;
	width:8px;
	height:8px;
	margin:0 6px;
	border-radius:50%;
	background:#c4c4c4;
	opacity:.45;
	outline:0;
	-webkit-transition:opacity .3s ease;
	-o-transition:opacity .3s ease;
	transition:opacity .3s ease;
	cursor:pointer;
}

.bullets_item._active {
	opacity:1!important;
}

.bullets_item._hidden {
	display:none;
}

.bullets._white .bullets_item {
	background:#fff;
	opacity:.3;
}

.bullets._primary .bullets_item {
	background:var(--main-brand-color);
	opacity:.3;
}

.paginations_btn {
	padding:0;
	border:0;
	outline:0;
	background:0 0;
	-webkit-tap-highlight-color:transparent;
}

.paginations_btn:before {
	font-family:"icons";
	font-size:16px;
	color:#aaa;
	-webkit-transition:opacity .3s ease;
	-o-transition:opacity .3s ease;
	transition:opacity .3s ease;
}

.paginations_btn._disable {
	pointer-events:none;
}

.paginations_btn._disable:before {
	opacity:0;
}

.paginations_btn._prev:before {
	content:"";
}

.paginations_btn._next:before {
	content:"";
}

.socials {
	padding:0;
	margin:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.socials_item {
	margin-bottom:1rem;
}

.socials_item:not(:last-child) {
	margin-right:2.5rem;
}

.socials_link {
	font-size:2.2rem;
}

.post {
	color:var(--gray-color);
}

.post._inner .post_container {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	justify-items:flex-end;
	min-height:30rem;
}

.post._inner .post_img {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}

.post._inner .post_content {
	margin-top:auto;
	padding:2.4rem;
}

.post._inner .post_top {
	margin-bottom:1.5rem;
}

.post._inner .post_top:last-child {
	margin-bottom:0;
}

.post_container {
	position:relative;
	display:block;
	border-radius:var(--radius);
	overflow:hidden;
	height:190px;
}

.post_container._full,
.post_img {
	height:100%;
}

.post_container._overlay {
	background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.5)));
	background:-o-linear-gradient(top,transparent 0%,rgba(0,0,0,.5) 100%);
	background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.5) 100%);
}

.post_container._price .price-text {
	position:absolute;
	right:2.4rem;
	bottom:1.4rem;
	color:#fff;
}

.post_img {
	display:inline;
	width:100%;
	min-height:19rem;
	-o-object-fit:cover;
	object-fit:cover;
	-o-object-position:center;
	object-position:center;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.post_content {
	padding-top:1.5rem;
}

.post_content._white :not(a) {
	color:#fff;
}

.post_text,
.post_top {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.post_top {
	margin-bottom:.5rem;
}

.post_top._hc {
	-webkit-box-align:baseline;
	-ms-flex-align:baseline;
	align-items:baseline;
}

.post_top._bt {
	-webkit-box-align:end;
	-ms-flex-align:end;
	align-items:flex-end;
}

.post_top .title {
	margin:0 1rem 0 0;
}

.post_text {
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

.post_text .price-text {
	margin-left:3.5rem;
}

.post .entry {
	font-size:14px;
	line-height:1.5;
}

.post .entry p {
	margin:0;
}

.post .entry p:not(:last-child) {
	margin-bottom:1rem;
}

.rating {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
}

.rating_stars {
	position:relative;
	width:80px;
	min-width:80px;
	height:12px;
}

.rating_item {
	display:block;
	width:100%;
	height:100%;
	background-image:url(../img/star-default.svg);
	background-repeat:repeat-x;
	background-position:0 0;
	background-size:16px 12px;
}

.rating_item._active {
	position:absolute;
	top:50%;
	left:0;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	background-image:url(../img/star-active.svg);
	max-width:80px;
}

.rating_descr {
	font-size:11px;
	line-height:1.6;
	margin-left:.5rem;
}

.rating._lg .rating_stars {
	width:100px;
	min-width:100px;
	height:15px;
}

.rating._lg .rating_item {
	background-size:20px 15px;
}

.rating._lg .rating_item._active {
	max-width:100px;
}

.rating._lg .rating_descr {
	font-size:14px;
	line-height:1.2;
	margin-left:1rem;
	font-weight:700;
}

.dropdown {
	position:relative;
}

.dropdown_curret {
	position:absolute;
	top:10px;
	right:15px;
	display:inline-block;
	width:15px;
	height:15px;
	border-radius:.3rem;
	z-index:11;
	cursor:pointer;
}

.dropdown_curret i {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	font-size:7px;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}

.dropdown_list {
	display:none;
	padding-left:15px;
	margin:0;
	background:#fff;
}

.dropdown_list .dropdown_list {
	top:0;
	left:100%;
}

.dropdown_item {
	position:relative;
}

.dropdown_item .dropdown_curret {
	position:absolute;
	top:16px;
	right:15px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.dropdown_link {
	display:block;
	padding:6px 15px;
	font-size:1.5rem;
	color:var(--black-color);
	font-weight:700;
}

.cart-buy {
	padding:3.5rem 4.5rem;
	border-radius:var(--radius);
	background:#fff;
	-webkit-box-shadow:0 10px 30px rgba(0,0,0,.18);
	box-shadow:0 10px 30px rgba(0,0,0,.18);
}

.cart-buy._fix {
	max-width:33rem;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.cart-buy_price {
	font-weight:700;
	line-height:1.5;
	color:var(--black-color);
}

.cart-buy_price .price-text_label {
	font-size:1.5rem;
}

.cart-buy_price .price-text_value {
	font-size:4rem;
}

.cart-buy_price .price-text_value:before {
	font-size:4rem;
	font-weight:700;
}

.cart-buy_descr {
	margin:1.4rem 0 0;
	font-size:1.6rem;
	line-height:1.5;
}

.cart-buy_btn {
	margin:2rem 0 0;
	width:100%;
}

.cart-buy_note {
	margin:2rem 0 0;
	display:block;
	font-size:1.4rem;
	line-height:1.5;
	color:#8a8a8a;
}

.contact-form {
	padding:3.5rem 4.5rem;
	border-radius:var(--radius);
	background:#fff;
	-webkit-box-shadow:0 10px 30px rgba(0,0,0,.18);
	box-shadow:0 10px 30px rgba(0,0,0,.18);
}

.contact-form._fix {
	max-width:33rem;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.contact-form input:not([type=submit]),
.contact-form input[type=submit],
.contact-form textarea {
	width:100%;
	margin-right:0;
}

.contact-form label {
	padding-bottom:8px;
}

.contact-form textarea {
	height:114px;
}

.list li {
	position:relative;
	padding-left:3rem;
}

.list li:not(:last-child) {
	margin-bottom:1.5rem;
}

.list li:before,
.list._custom svg {
	position:absolute;
	left:0;
	font-family:"icons";
	font-weight:400;
}

.list li:before {
	top:0;
	color:var(--main-brand-color);
}

.list._custom svg {
	top:.5rem;
	width:100%;
	max-width:1.75rem;
	fill:var(--list-icon-color);
}

.hero {
	position:relative;
	overflow:hidden;
}

.hero_container {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
}

.hero_container._h-1 {
	min-height:100vh;
}

.hero_container._h-2 {
	min-height:90vh;
}

.hero_container._h-3 {
	min-height:45vh;
}

.hero_content {
	margin-top:auto;
	margin-bottom:auto;
}

.hero_bg,
.hero_bg._overlay:before {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.hero_bg {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	z-index:-1;
}

.hero_bg._overlay:before {
	content:"";
	background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(29,30,39,.83)),to(rgba(29,30,39,.17)));
	background-image:-o-linear-gradient(top,rgba(29,30,39,.83) 0%,rgba(29,30,39,.17) 100%);
	background-image:linear-gradient(180deg,rgba(29,30,39,.83) 0%,rgba(29,30,39,.17) 100%);
	z-index:2;
}

.hero_bg img,
.hero_bg video {
	display:block;
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
}

.hero_slider {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	overflow:hidden;
	list-style:none;
	padding:0;
	z-index:1;
	height:100%;
}

.hero_fade .hero_slide {
	pointer-events:none;
	-webkit-transition-property:opacity;
	-o-transition-property:opacity;
	transition-property:opacity;
}

.hero_slide,
.hero_wrapper {
	width:100%;
	height:100%;
	position:relative;
	-webkit-transition-property:-webkit-transform;
	-o-transition-property:transform;
	transition-property:transform;
	transition-property:transform,-webkit-transform;
}

.hero_wrapper {
	z-index:1;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}

.hero_slide {
	-ms-flex-negative:0;
	flex-shrink:0;
}

.hero_gallery {
	position:absolute;
	bottom:0;
	right:0;
	-webkit-transform:rotate(-22deg);
	-ms-transform:rotate(-22deg);
	transform:rotate(-22deg);
	opacity:.6;
	width:38vw;
	max-height:29vh;
}

.hero_gallery> div {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	max-width:100%;
}

.hero_gallery> div img {
	margin:1.5rem;
	max-width:15rem;
	-webkit-box-flex:1;
	-ms-flex:1 0 15rem;
	flex:1 0 15rem;
	border-radius:var(--radius);
	-webkit-box-shadow:0 0 20px 2px rgba(0,0,0,.5);
	box-shadow:0 0 20px 2px rgba(0,0,0,.5);
}

.hero .bullets {
	bottom:4.7rem;
}

.latest-tour {
	overflow:hidden;
}

.latest-tour_container {
	position:relative;
}

.latest-tour_headline {
	position:absolute;
	bottom:5.2rem;
	right:calc(100% + 3.3rem);
	width:45px;
}

.latest-tour .headline_title {
	white-space:nowrap;
}

.latest-tour_slider {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	list-style:none;
	padding:0 0 6rem;
	z-index:1;
}

.latest-tour_slide,
.latest-tour_wrapper {
	width:100%;
	height:100%;
	position:relative;
	-webkit-transition-property:-webkit-transform;
	-o-transition-property:transform;
	transition-property:transform;
	transition-property:transform,-webkit-transform;
}

.latest-tour_wrapper {
	z-index:1;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}

.latest-tour_slide {
	-ms-flex-negative:0;
	flex-shrink:0;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	opacity:0;
	-webkit-transform:translateX(-100%);
	-ms-transform:translateX(-100%);
	transform:translateX(-100%);
	-webkit-transition:opacity .3s ease-out,-webkit-transform .2s ease;
	-o-transition:opacity .3s ease-out,transform .2s ease;
	transition:opacity .3s ease-out,transform .2s ease;
	transition:opacity .3s ease-out,transform .2s ease,-webkit-transform .2s ease;
}

.latest-tour_slide._active,
.latest-tour_slide._active~ .latest-tour_slide {
	opacity:1;
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
}

.latest-tour_slide:first-child .item-tour {
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
}

.latest-tour_slide:last-child .item-tour {
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
}

.latest-tour_pagination {
	position:absolute;
	bottom:2.5rem;
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}

.latest-tour .bullets {
	position:static;
	-webkit-transform:translate(0);
	-ms-transform:translate(0);
	transform:translate(0);
}

.latest-tour .paginations,
.latest-tour .paginations_btn {
	position:absolute;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

.latest-tour .paginations {
	left:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	width:100%;
	height:100%;
	z-index:0;
	top:60%;
}

.latest-tour .paginations_btn {
	top:50%;
}

.latest-tour .paginations_btn._prev {
	right:calc(100% + 10px);
}

.latest-tour .paginations_btn._next {
	left:calc(100% + 10px);
}

.latest-tour .item-tour {
	border-radius:0;
	min-height:28.5rem;
}

.featured-tour {
	overflow:hidden;
}

.featured-tour_container {
	margin-top:5rem;
	display:grid;
	grid-template-columns:repeat(5,1fr);
	grid-gap:3rem;
	grid-auto-flow:row dense;
}

.featured-tour_container._auto .post_container {
	min-height:auto;
}

.featured-tour .post {
	grid-column-start:span 2;
}

.featured-tour .post._md {
	grid-column-start:span 3;
	grid-row-start:span 2;
}

.featured-tour .post:nth-child(4),
.featured-tour .post:nth-child(5),
.featured-tour .post:nth-child(7),
.featured-tour .post:nth-child(8) {
	margin-top:3rem;
}

.featured-tour._alt-grid .featured-tour_container {
	grid-template-columns:repeat(2,1fr);
}

.featured-tour._alt-grid .post {
	grid-column-start:span 1;
}

.featured-tour._alt-grid .post:nth-child(4),
.featured-tour._alt-grid .post:nth-child(5),
.featured-tour._alt-grid .post:nth-child(7),
.featured-tour._alt-grid .post:nth-child(8) {
	margin-top:0;
}

.featured-tour._alt-grid .post_container {
	height:250px;
}

.cta-about_container {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	min-height:42.5rem;
	overflow:hidden;
}

.cta-about_item {
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
	-ms-flex-negative:0;
	flex-shrink:0;
}

.cta-about_item._left {
	-ms-flex-preferred-size:57%;
	flex-basis:57%;
	max-width:57%;
	-webkit-box-ordinal-group:2;
	-ms-flex-order:1;
	order:1;
}

.cta-about_item._right {
	-ms-flex-preferred-size:43%;
	flex-basis:43%;
	max-width:43%;
	-webkit-box-ordinal-group:3;
	-ms-flex-order:2;
	order:2;
}

.cta-about_item._text {
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	padding-top:2rem;
	padding-bottom:2rem;
	z-index:1;
}

.cta-about_item._text:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:100%;
	width:100%;
	height:100%;
	-webkit-transform:skew(22deg);
	-ms-transform:skew(22deg);
	transform:skew(22deg);
	-webkit-transform-origin:bottom right;
	-ms-transform-origin:bottom right;
	transform-origin:bottom right;
	background:inherit;
	z-index:-1;
}

.cta-about_item._text._right {
	padding-right:calc(50% - 1050px/2);
}

.cta-about_item._text._left {
	padding-left:calc(50% - 1050px/2);
}

.cta-about_img,
.tour-gallery_slide img {
	display:block;
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
	-o-object-position:center;
	object-position:center;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.cta-about_headline {
	margin-top:auto;
	margin-bottom:auto;
}

.cta-about_headline .headline_descr {
	margin-bottom:3rem;
}

.cta-call {
	overflow:hidden;
}

.cta-call_container {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}

.cta-call_item {
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
	-ms-flex-negative:1;
	flex-shrink:1;
}

.cta-call_item._text {
	padding-left:3rem;
	padding-right:3rem;
	-ms-flex-preferred-size:725px;
	flex-basis:725px;
}

.cta-call_item._img {
	position:relative;
	-webkit-box-flex:0;
	-ms-flex-positive:0;
	flex-grow:0;
	-ms-flex-negative:1;
	flex-shrink:1;
	-ms-flex-preferred-size:305px;
	flex-basis:305px;
	text-align:center;
}

.cta-call_item._left {
	min-height:32rem;
}

.cta-call_item._left .cta-call_img:nth-child(1) {
	left:-30px;
	top:0;
	max-width:9rem;
}

.cta-call_item._left .cta-call_img:nth-child(2) {
	left:-10px;
	top:20.5rem;
	max-width:10.5rem;
}

.cta-call_item._left .cta-call_img:nth-child(3) {
	left:33%;
	top:9.5rem;
	max-width:7rem;
}

.cta-call_item._left .cta-call_img:nth-child(4) {
	left:55%;
	top:18rem;
	max-width:8rem;
}

.cta-call_item._right {
	min-height:37rem;
}

.cta-call_item._right .cta-call_img:nth-child(1) {
	right:15%;
	top:-5px;
	max-width:9rem;
}

.cta-call_item._right .cta-call_img:nth-child(2) {
	right:45%;
	top:23.5rem;
	max-width:10rem;
}

.cta-call_item._right .cta-call_img:nth-child(3) {
	right:50%;
	top:10.5rem;
	max-width:7rem;
}

.cta-call_item._right .cta-call_img:nth-child(4) {
	right:10%;
	top:14.5rem;
	max-width:7rem;
}

.cta-call_img {
	position:absolute;
	display:inline-block;
	border-radius:var(--radius)-2;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.3);
	box-shadow:0 0 10px 0 rgba(0,0,0,.3);
}

.cta-call._alt .cta-call_container {
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.cta-call._alt .headline {
	margin-right:50px;
}

.tour-gallery {
	overflow:hidden;
}

.tour-gallery_slider {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	list-style:none;
	padding:0;
	z-index:1;
}

.tour-gallery_wrapper {
	position:relative;
	width:100%;
	height:100%;
	z-index:1;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-transition-property:-webkit-transform;
	-o-transition-property:transform;
	transition-property:transform;
	transition-property:transform,-webkit-transform;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}

.tour-gallery_3d {
	-webkit-perspective:1200px;
	perspective:1200px;
}

.tour-gallery_3d .tour-gallery_wrapper {
	-webkit-transform-style:preserve-3d;
	transform-style:preserve-3d;
}

.tour-gallery_slide {
	max-width:930px;
	width:100%;
	opacity:0;
	-webkit-transition:opacity .3s ease,-webkit-box-shadow .3s ease,-webkit-transform;
	-o-transition:opacity .3s ease,box-shadow .3s ease,transform;
	transition:opacity .3s ease,box-shadow .3s ease,transform;
	transition:opacity .3s ease,box-shadow .3s ease,transform,-webkit-box-shadow .3s ease,-webkit-transform;
	-ms-flex-negative:0;
	flex-shrink:0;
	position:relative;
	border-radius:var(--radius);
	overflow:hidden;
	max-height:70vh;
}

.tour-gallery_slide:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:-webkit-gradient(linear,left top,left bottom,from(rgba(29,30,39,.83)),to(rgba(29,30,39,.17)));
	background:-o-linear-gradient(top,rgba(29,30,39,.83) 0%,rgba(29,30,39,.17) 100%);
	background:linear-gradient(180deg,rgba(29,30,39,.83) 0%,rgba(29,30,39,.17) 100%);
}

.tour-gallery_slide._active {
	-webkit-box-shadow:0 10px 30px rgba(0,0,0,.18);
	box-shadow:0 10px 30px rgba(0,0,0,.18);
	opacity:1;
}

.tour-gallery_slide._next,
.tour-gallery_slide._prev {
	opacity:1;
}

.tour-gallery .bullets {
	bottom:-4.75rem;
}

.related-tour_container {
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.related-tour_container .post {
	margin-bottom:3rem;
}

.related-tour_headline {
	position:absolute;
	top:0;
	bottom:5.2rem;
	right:calc(100% + 3.3rem);
}

.reviews_container {
	margin-top:6rem;
}

.feature-callout_container {
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:5rem -15px 0;
}

.feature-callout .item_icon,
.feature-callout_container,
.feature-callout_item {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.feature-callout_item {
	margin:0 15px 40px;
	width:calc(33.33% - 30px);
}

.feature-callout .item_icon {
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-ms-flex-negative:0;
	flex-shrink:0;
	width:60px;
	height:60px;
	border:2px solid var(--main-brand-color);
	border-radius:50%;
	-webkit-box-shadow:0 5px 20px rgba(0,0,0,.18);
	box-shadow:0 5px 20px rgba(0,0,0,.18);
}

.feature-callout .item_icon> * {
	max-width:80%;
	max-height:80%;
}

.feature-callout .item_icon [class^=icon],
.feature-callout._dark .item_icon [class^=icon] {
	font-size:2.5rem;
}

.feature-callout .item_details {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	margin-left:20px;
}

.feature-callout .item_name {
	font-size:2.2rem;
	margin-bottom:10px;
}

.feature-callout._dark {
	background-color:var(--black-color);
	color:#fff;
}

.feature-callout._dark .h,
.feature-callout._dark .h1,
.feature-callout._dark .h2,
.feature-callout._dark .h3,
.feature-callout._dark .h4,
.feature-callout._dark .h5,
.feature-callout._dark .h6,
.feature-callout._dark h1,
.feature-callout._dark h2,
.feature-callout._dark h3,
.feature-callout._dark h4,
.feature-callout._dark h5,
.feature-callout._dark h6 {
	color:#fff;
}

.feature-callout._dark .item_icon {
	-webkit-box-shadow:0 5px 20px rgba(255,255,255,.18);
	box-shadow:0 5px 20px rgba(255,255,255,.18);
}

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

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

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

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

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

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

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

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

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

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

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

	.col-xsm-10 {
		-ms-flex:0 0 83.33333%;
		flex:0 0 83.33333%;
		max-width:83.33333%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.d-xsm-none {
		display:none!important;
	}

	.d-xsm-inline {
		display:inline!important;
	}

	.d-xsm-inline-block {
		display:inline-block!important;
	}

	.d-xsm-block {
		display:block!important;
	}

	.d-xsm-table {
		display:table!important;
	}

	.d-xsm-table-row {
		display:table-row!important;
	}

	.d-xsm-table-cell {
		display:table-cell!important;
	}

	.d-xsm-flex {
		display:-webkit-box!important;
		display:-ms-flexbox!important;
		display:flex!important;
	}

	.d-xsm-inline-flex {
		display:-webkit-inline-box!important;
		display:-ms-inline-flexbox!important;
		display:inline-flex!important;
	}

	.flex-xsm-column,
	.flex-xsm-row {
		-webkit-box-orient:horizontal!important;
		-webkit-box-direction:normal!important;
		-ms-flex-direction:row!important;
		flex-direction:row!important;
	}

	.flex-xsm-column {
		-webkit-box-orient:vertical!important;
		-ms-flex-direction:column!important;
		flex-direction:column!important;
	}

	.flex-xsm-column-reverse,
	.flex-xsm-row-reverse {
		-webkit-box-orient:horizontal!important;
		-webkit-box-direction:reverse!important;
		-ms-flex-direction:row-reverse!important;
		flex-direction:row-reverse!important;
	}

	.flex-xsm-column-reverse {
		-webkit-box-orient:vertical!important;
		-ms-flex-direction:column-reverse!important;
		flex-direction:column-reverse!important;
	}

	.flex-xsm-wrap {
		-ms-flex-wrap:wrap!important;
		flex-wrap:wrap!important;
	}

	.flex-xsm-nowrap {
		-ms-flex-wrap:nowrap!important;
		flex-wrap:nowrap!important;
	}

	.flex-xsm-wrap-reverse {
		-ms-flex-wrap:wrap-reverse!important;
		flex-wrap:wrap-reverse!important;
	}

	.flex-xsm-fill {
		-webkit-box-flex:1!important;
		-ms-flex:1 1 auto!important;
		flex:1 1 auto!important;
	}

	.flex-xsm-grow-0 {
		-webkit-box-flex:0!important;
		-ms-flex-positive:0!important;
		flex-grow:0!important;
	}

	.flex-xsm-grow-1 {
		-webkit-box-flex:1!important;
		-ms-flex-positive:1!important;
		flex-grow:1!important;
	}

	.flex-xsm-shrink-0 {
		-ms-flex-negative:0!important;
		flex-shrink:0!important;
	}

	.flex-xsm-shrink-1 {
		-ms-flex-negative:1!important;
		flex-shrink:1!important;
	}

	.justify-content-xsm-start {
		-webkit-box-pack:start!important;
		-ms-flex-pack:start!important;
		justify-content:flex-start!important;
	}

	.justify-content-xsm-end {
		-webkit-box-pack:end!important;
		-ms-flex-pack:end!important;
		justify-content:flex-end!important;
	}

	.justify-content-xsm-center {
		-webkit-box-pack:center!important;
		-ms-flex-pack:center!important;
		justify-content:center!important;
	}

	.justify-content-xsm-between {
		-webkit-box-pack:justify!important;
		-ms-flex-pack:justify!important;
		justify-content:space-between!important;
	}

	.justify-content-xsm-around {
		-ms-flex-pack:distribute!important;
		justify-content:space-around!important;
	}

	.align-items-xsm-start {
		-webkit-box-align:start!important;
		-ms-flex-align:start!important;
		align-items:flex-start!important;
	}

	.align-items-xsm-end {
		-webkit-box-align:end!important;
		-ms-flex-align:end!important;
		align-items:flex-end!important;
	}

	.align-items-xsm-center {
		-webkit-box-align:center!important;
		-ms-flex-align:center!important;
		align-items:center!important;
	}

	.align-items-xsm-baseline {
		-webkit-box-align:baseline!important;
		-ms-flex-align:baseline!important;
		align-items:baseline!important;
	}

	.align-items-xsm-stretch {
		-webkit-box-align:stretch!important;
		-ms-flex-align:stretch!important;
		align-items:stretch!important;
	}

	.align-content-xsm-start {
		-ms-flex-line-pack:start!important;
		align-content:flex-start!important;
	}

	.align-content-xsm-end {
		-ms-flex-line-pack:end!important;
		align-content:flex-end!important;
	}

	.align-content-xsm-center {
		-ms-flex-line-pack:center!important;
		align-content:center!important;
	}

	.align-content-xsm-between {
		-ms-flex-line-pack:justify!important;
		align-content:space-between!important;
	}

	.align-content-xsm-around {
		-ms-flex-line-pack:distribute!important;
		align-content:space-around!important;
	}

	.align-content-xsm-stretch {
		-ms-flex-line-pack:stretch!important;
		align-content:stretch!important;
	}

	.align-self-xsm-auto {
		-ms-flex-item-align:auto!important;
		align-self:auto!important;
	}

	.align-self-xsm-start {
		-ms-flex-item-align:start!important;
		align-self:flex-start!important;
	}

	.align-self-xsm-end {
		-ms-flex-item-align:end!important;
		align-self:flex-end!important;
	}

	.align-self-xsm-center {
		-ms-flex-item-align:center!important;
		align-self:center!important;
	}

	.align-self-xsm-baseline {
		-ms-flex-item-align:baseline!important;
		align-self:baseline!important;
	}

	.align-self-xsm-stretch {
		-ms-flex-item-align:stretch!important;
		align-self:stretch!important;
	}

	.m-xsm-0 {
		margin:0!important;
	}

	.mt-xsm-0,
	.my-xsm-0 {
		margin-top:0!important;
	}

	.mr-xsm-0,
	.mx-xsm-0 {
		margin-right:0!important;
	}

	.mb-xsm-0,
	.my-xsm-0 {
		margin-bottom:0!important;
	}

	.ml-xsm-0,
	.mx-xsm-0 {
		margin-left:0!important;
	}

	.m-xsm-1 {
		margin:1rem!important;
	}

	.mt-xsm-1,
	.my-xsm-1 {
		margin-top:1rem!important;
	}

	.mr-xsm-1,
	.mx-xsm-1 {
		margin-right:1rem!important;
	}

	.mb-xsm-1,
	.my-xsm-1 {
		margin-bottom:1rem!important;
	}

	.ml-xsm-1,
	.mx-xsm-1 {
		margin-left:1rem!important;
	}

	.m-xsm-2 {
		margin:2rem!important;
	}

	.mt-xsm-2,
	.my-xsm-2 {
		margin-top:2rem!important;
	}

	.mr-xsm-2,
	.mx-xsm-2 {
		margin-right:2rem!important;
	}

	.mb-xsm-2,
	.my-xsm-2 {
		margin-bottom:2rem!important;
	}

	.ml-xsm-2,
	.mx-xsm-2 {
		margin-left:2rem!important;
	}

	.m-xsm-3 {
		margin:3rem!important;
	}

	.mt-xsm-3,
	.my-xsm-3 {
		margin-top:3rem!important;
	}

	.mr-xsm-3,
	.mx-xsm-3 {
		margin-right:3rem!important;
	}

	.mb-xsm-3,
	.my-xsm-3 {
		margin-bottom:3rem!important;
	}

	.ml-xsm-3,
	.mx-xsm-3 {
		margin-left:3rem!important;
	}

	.m-xsm-4 {
		margin:4rem!important;
	}

	.mt-xsm-4,
	.my-xsm-4 {
		margin-top:4rem!important;
	}

	.mr-xsm-4,
	.mx-xsm-4 {
		margin-right:4rem!important;
	}

	.mb-xsm-4,
	.my-xsm-4 {
		margin-bottom:4rem!important;
	}

	.ml-xsm-4,
	.mx-xsm-4 {
		margin-left:4rem!important;
	}

	.m-xsm-5 {
		margin:5rem!important;
	}

	.mt-xsm-5,
	.my-xsm-5 {
		margin-top:5rem!important;
	}

	.mr-xsm-5,
	.mx-xsm-5 {
		margin-right:5rem!important;
	}

	.mb-xsm-5,
	.my-xsm-5 {
		margin-bottom:5rem!important;
	}

	.ml-xsm-5,
	.mx-xsm-5 {
		margin-left:5rem!important;
	}

	.m-xsm-6 {
		margin:6rem!important;
	}

	.mt-xsm-6,
	.my-xsm-6 {
		margin-top:6rem!important;
	}

	.mr-xsm-6,
	.mx-xsm-6 {
		margin-right:6rem!important;
	}

	.mb-xsm-6,
	.my-xsm-6 {
		margin-bottom:6rem!important;
	}

	.ml-xsm-6,
	.mx-xsm-6 {
		margin-left:6rem!important;
	}

	.m-xsm-7 {
		margin:7rem!important;
	}

	.mt-xsm-7,
	.my-xsm-7 {
		margin-top:7rem!important;
	}

	.mr-xsm-7,
	.mx-xsm-7 {
		margin-right:7rem!important;
	}

	.mb-xsm-7,
	.my-xsm-7 {
		margin-bottom:7rem!important;
	}

	.ml-xsm-7,
	.mx-xsm-7 {
		margin-left:7rem!important;
	}

	.m-xsm-8 {
		margin:8rem!important;
	}

	.mt-xsm-8,
	.my-xsm-8 {
		margin-top:8rem!important;
	}

	.mr-xsm-8,
	.mx-xsm-8 {
		margin-right:8rem!important;
	}

	.mb-xsm-8,
	.my-xsm-8 {
		margin-bottom:8rem!important;
	}

	.ml-xsm-8,
	.mx-xsm-8 {
		margin-left:8rem!important;
	}

	.m-xsm-9 {
		margin:9rem!important;
	}

	.mt-xsm-9,
	.my-xsm-9 {
		margin-top:9rem!important;
	}

	.mr-xsm-9,
	.mx-xsm-9 {
		margin-right:9rem!important;
	}

	.mb-xsm-9,
	.my-xsm-9 {
		margin-bottom:9rem!important;
	}

	.ml-xsm-9,
	.mx-xsm-9 {
		margin-left:9rem!important;
	}

	.m-xsm-10 {
		margin:10rem!important;
	}

	.mt-xsm-10,
	.my-xsm-10 {
		margin-top:10rem!important;
	}

	.mr-xsm-10,
	.mx-xsm-10 {
		margin-right:10rem!important;
	}

	.mb-xsm-10,
	.my-xsm-10 {
		margin-bottom:10rem!important;
	}

	.ml-xsm-10,
	.mx-xsm-10 {
		margin-left:10rem!important;
	}

	.m-xsm-11 {
		margin:11rem!important;
	}

	.mt-xsm-11,
	.my-xsm-11 {
		margin-top:11rem!important;
	}

	.mr-xsm-11,
	.mx-xsm-11 {
		margin-right:11rem!important;
	}

	.mb-xsm-11,
	.my-xsm-11 {
		margin-bottom:11rem!important;
	}

	.ml-xsm-11,
	.mx-xsm-11 {
		margin-left:11rem!important;
	}

	.m-xsm-12 {
		margin:12rem!important;
	}

	.mt-xsm-12,
	.my-xsm-12 {
		margin-top:12rem!important;
	}

	.mr-xsm-12,
	.mx-xsm-12 {
		margin-right:12rem!important;
	}

	.mb-xsm-12,
	.my-xsm-12 {
		margin-bottom:12rem!important;
	}

	.ml-xsm-12,
	.mx-xsm-12 {
		margin-left:12rem!important;
	}

	.m-xsm-13 {
		margin:13rem!important;
	}

	.mt-xsm-13,
	.my-xsm-13 {
		margin-top:13rem!important;
	}

	.mr-xsm-13,
	.mx-xsm-13 {
		margin-right:13rem!important;
	}

	.mb-xsm-13,
	.my-xsm-13 {
		margin-bottom:13rem!important;
	}

	.ml-xsm-13,
	.mx-xsm-13 {
		margin-left:13rem!important;
	}

	.m-xsm-14 {
		margin:14rem!important;
	}

	.mt-xsm-14,
	.my-xsm-14 {
		margin-top:14rem!important;
	}

	.mr-xsm-14,
	.mx-xsm-14 {
		margin-right:14rem!important;
	}

	.mb-xsm-14,
	.my-xsm-14 {
		margin-bottom:14rem!important;
	}

	.ml-xsm-14,
	.mx-xsm-14 {
		margin-left:14rem!important;
	}

	.m-xsm-15 {
		margin:15rem!important;
	}

	.mt-xsm-15,
	.my-xsm-15 {
		margin-top:15rem!important;
	}

	.mr-xsm-15,
	.mx-xsm-15 {
		margin-right:15rem!important;
	}

	.mb-xsm-15,
	.my-xsm-15 {
		margin-bottom:15rem!important;
	}

	.ml-xsm-15,
	.mx-xsm-15 {
		margin-left:15rem!important;
	}

	.m-xsm-20 {
		margin:20rem!important;
	}

	.mt-xsm-20,
	.my-xsm-20 {
		margin-top:20rem!important;
	}

	.mr-xsm-20,
	.mx-xsm-20 {
		margin-right:20rem!important;
	}

	.mb-xsm-20,
	.my-xsm-20 {
		margin-bottom:20rem!important;
	}

	.ml-xsm-20,
	.mx-xsm-20 {
		margin-left:20rem!important;
	}

	.p-xsm-0 {
		padding:0!important;
	}

	.pt-xsm-0,
	.py-xsm-0 {
		padding-top:0!important;
	}

	.pr-xsm-0,
	.px-xsm-0 {
		padding-right:0!important;
	}

	.pb-xsm-0,
	.py-xsm-0 {
		padding-bottom:0!important;
	}

	.pl-xsm-0,
	.px-xsm-0 {
		padding-left:0!important;
	}

	.p-xsm-1 {
		padding:1rem!important;
	}

	.pt-xsm-1,
	.py-xsm-1 {
		padding-top:1rem!important;
	}

	.pr-xsm-1,
	.px-xsm-1 {
		padding-right:1rem!important;
	}

	.pb-xsm-1,
	.py-xsm-1 {
		padding-bottom:1rem!important;
	}

	.pl-xsm-1,
	.px-xsm-1 {
		padding-left:1rem!important;
	}

	.p-xsm-2 {
		padding:2rem!important;
	}

	.pt-xsm-2,
	.py-xsm-2 {
		padding-top:2rem!important;
	}

	.pr-xsm-2,
	.px-xsm-2 {
		padding-right:2rem!important;
	}

	.pb-xsm-2,
	.py-xsm-2 {
		padding-bottom:2rem!important;
	}

	.pl-xsm-2,
	.px-xsm-2 {
		padding-left:2rem!important;
	}

	.p-xsm-3 {
		padding:3rem!important;
	}

	.pt-xsm-3,
	.py-xsm-3 {
		padding-top:3rem!important;
	}

	.pr-xsm-3,
	.px-xsm-3 {
		padding-right:3rem!important;
	}

	.pb-xsm-3,
	.py-xsm-3 {
		padding-bottom:3rem!important;
	}

	.pl-xsm-3,
	.px-xsm-3 {
		padding-left:3rem!important;
	}

	.p-xsm-4 {
		padding:4rem!important;
	}

	.pt-xsm-4,
	.py-xsm-4 {
		padding-top:4rem!important;
	}

	.pr-xsm-4,
	.px-xsm-4 {
		padding-right:4rem!important;
	}

	.pb-xsm-4,
	.py-xsm-4 {
		padding-bottom:4rem!important;
	}

	.pl-xsm-4,
	.px-xsm-4 {
		padding-left:4rem!important;
	}

	.p-xsm-5 {
		padding:5rem!important;
	}

	.pt-xsm-5,
	.py-xsm-5 {
		padding-top:5rem!important;
	}

	.pr-xsm-5,
	.px-xsm-5 {
		padding-right:5rem!important;
	}

	.pb-xsm-5,
	.py-xsm-5 {
		padding-bottom:5rem!important;
	}

	.pl-xsm-5,
	.px-xsm-5 {
		padding-left:5rem!important;
	}

	.p-xsm-6 {
		padding:6rem!important;
	}

	.pt-xsm-6,
	.py-xsm-6 {
		padding-top:6rem!important;
	}

	.pr-xsm-6,
	.px-xsm-6 {
		padding-right:6rem!important;
	}

	.pb-xsm-6,
	.py-xsm-6 {
		padding-bottom:6rem!important;
	}

	.pl-xsm-6,
	.px-xsm-6 {
		padding-left:6rem!important;
	}

	.p-xsm-7 {
		padding:7rem!important;
	}

	.pt-xsm-7,
	.py-xsm-7 {
		padding-top:7rem!important;
	}

	.pr-xsm-7,
	.px-xsm-7 {
		padding-right:7rem!important;
	}

	.pb-xsm-7,
	.py-xsm-7 {
		padding-bottom:7rem!important;
	}

	.pl-xsm-7,
	.px-xsm-7 {
		padding-left:7rem!important;
	}

	.p-xsm-8 {
		padding:8rem!important;
	}

	.pt-xsm-8,
	.py-xsm-8 {
		padding-top:8rem!important;
	}

	.pr-xsm-8,
	.px-xsm-8 {
		padding-right:8rem!important;
	}

	.pb-xsm-8,
	.py-xsm-8 {
		padding-bottom:8rem!important;
	}

	.pl-xsm-8,
	.px-xsm-8 {
		padding-left:8rem!important;
	}

	.p-xsm-9 {
		padding:9rem!important;
	}

	.pt-xsm-9,
	.py-xsm-9 {
		padding-top:9rem!important;
	}

	.pr-xsm-9,
	.px-xsm-9 {
		padding-right:9rem!important;
	}

	.pb-xsm-9,
	.py-xsm-9 {
		padding-bottom:9rem!important;
	}

	.pl-xsm-9,
	.px-xsm-9 {
		padding-left:9rem!important;
	}

	.p-xsm-10 {
		padding:10rem!important;
	}

	.pt-xsm-10,
	.py-xsm-10 {
		padding-top:10rem!important;
	}

	.pr-xsm-10,
	.px-xsm-10 {
		padding-right:10rem!important;
	}

	.pb-xsm-10,
	.py-xsm-10 {
		padding-bottom:10rem!important;
	}

	.pl-xsm-10,
	.px-xsm-10 {
		padding-left:10rem!important;
	}

	.p-xsm-11 {
		padding:11rem!important;
	}

	.pt-xsm-11,
	.py-xsm-11 {
		padding-top:11rem!important;
	}

	.pr-xsm-11,
	.px-xsm-11 {
		padding-right:11rem!important;
	}

	.pb-xsm-11,
	.py-xsm-11 {
		padding-bottom:11rem!important;
	}

	.pl-xsm-11,
	.px-xsm-11 {
		padding-left:11rem!important;
	}

	.p-xsm-12 {
		padding:12rem!important;
	}

	.pt-xsm-12,
	.py-xsm-12 {
		padding-top:12rem!important;
	}

	.pr-xsm-12,
	.px-xsm-12 {
		padding-right:12rem!important;
	}

	.pb-xsm-12,
	.py-xsm-12 {
		padding-bottom:12rem!important;
	}

	.pl-xsm-12,
	.px-xsm-12 {
		padding-left:12rem!important;
	}

	.p-xsm-13 {
		padding:13rem!important;
	}

	.pt-xsm-13,
	.py-xsm-13 {
		padding-top:13rem!important;
	}

	.pr-xsm-13,
	.px-xsm-13 {
		padding-right:13rem!important;
	}

	.pb-xsm-13,
	.py-xsm-13 {
		padding-bottom:13rem!important;
	}

	.pl-xsm-13,
	.px-xsm-13 {
		padding-left:13rem!important;
	}

	.p-xsm-14 {
		padding:14rem!important;
	}

	.pt-xsm-14,
	.py-xsm-14 {
		padding-top:14rem!important;
	}

	.pr-xsm-14,
	.px-xsm-14 {
		padding-right:14rem!important;
	}

	.pb-xsm-14,
	.py-xsm-14 {
		padding-bottom:14rem!important;
	}

	.pl-xsm-14,
	.px-xsm-14 {
		padding-left:14rem!important;
	}

	.p-xsm-15 {
		padding:15rem!important;
	}

	.pt-xsm-15,
	.py-xsm-15 {
		padding-top:15rem!important;
	}

	.pr-xsm-15,
	.px-xsm-15 {
		padding-right:15rem!important;
	}

	.pb-xsm-15,
	.py-xsm-15 {
		padding-bottom:15rem!important;
	}

	.pl-xsm-15,
	.px-xsm-15 {
		padding-left:15rem!important;
	}

	.p-xsm-20 {
		padding:20rem!important;
	}

	.pt-xsm-20,
	.py-xsm-20 {
		padding-top:20rem!important;
	}

	.pr-xsm-20,
	.px-xsm-20 {
		padding-right:20rem!important;
	}

	.pb-xsm-20,
	.py-xsm-20 {
		padding-bottom:20rem!important;
	}

	.pl-xsm-20,
	.px-xsm-20 {
		padding-left:20rem!important;
	}

	.m-xsm-n1 {
		margin:-1rem!important;
	}

	.mt-xsm-n1,
	.my-xsm-n1 {
		margin-top:-1rem!important;
	}

	.mr-xsm-n1,
	.mx-xsm-n1 {
		margin-right:-1rem!important;
	}

	.mb-xsm-n1,
	.my-xsm-n1 {
		margin-bottom:-1rem!important;
	}

	.ml-xsm-n1,
	.mx-xsm-n1 {
		margin-left:-1rem!important;
	}

	.m-xsm-n2 {
		margin:-2rem!important;
	}

	.mt-xsm-n2,
	.my-xsm-n2 {
		margin-top:-2rem!important;
	}

	.mr-xsm-n2,
	.mx-xsm-n2 {
		margin-right:-2rem!important;
	}

	.mb-xsm-n2,
	.my-xsm-n2 {
		margin-bottom:-2rem!important;
	}

	.ml-xsm-n2,
	.mx-xsm-n2 {
		margin-left:-2rem!important;
	}

	.m-xsm-n3 {
		margin:-3rem!important;
	}

	.mt-xsm-n3,
	.my-xsm-n3 {
		margin-top:-3rem!important;
	}

	.mr-xsm-n3,
	.mx-xsm-n3 {
		margin-right:-3rem!important;
	}

	.mb-xsm-n3,
	.my-xsm-n3 {
		margin-bottom:-3rem!important;
	}

	.ml-xsm-n3,
	.mx-xsm-n3 {
		margin-left:-3rem!important;
	}

	.m-xsm-n4 {
		margin:-4rem!important;
	}

	.mt-xsm-n4,
	.my-xsm-n4 {
		margin-top:-4rem!important;
	}

	.mr-xsm-n4,
	.mx-xsm-n4 {
		margin-right:-4rem!important;
	}

	.mb-xsm-n4,
	.my-xsm-n4 {
		margin-bottom:-4rem!important;
	}

	.ml-xsm-n4,
	.mx-xsm-n4 {
		margin-left:-4rem!important;
	}

	.m-xsm-n5 {
		margin:-5rem!important;
	}

	.mt-xsm-n5,
	.my-xsm-n5 {
		margin-top:-5rem!important;
	}

	.mr-xsm-n5,
	.mx-xsm-n5 {
		margin-right:-5rem!important;
	}

	.mb-xsm-n5,
	.my-xsm-n5 {
		margin-bottom:-5rem!important;
	}

	.ml-xsm-n5,
	.mx-xsm-n5 {
		margin-left:-5rem!important;
	}

	.m-xsm-n6 {
		margin:-6rem!important;
	}

	.mt-xsm-n6,
	.my-xsm-n6 {
		margin-top:-6rem!important;
	}

	.mr-xsm-n6,
	.mx-xsm-n6 {
		margin-right:-6rem!important;
	}

	.mb-xsm-n6,
	.my-xsm-n6 {
		margin-bottom:-6rem!important;
	}

	.ml-xsm-n6,
	.mx-xsm-n6 {
		margin-left:-6rem!important;
	}

	.m-xsm-n7 {
		margin:-7rem!important;
	}

	.mt-xsm-n7,
	.my-xsm-n7 {
		margin-top:-7rem!important;
	}

	.mr-xsm-n7,
	.mx-xsm-n7 {
		margin-right:-7rem!important;
	}

	.mb-xsm-n7,
	.my-xsm-n7 {
		margin-bottom:-7rem!important;
	}

	.ml-xsm-n7,
	.mx-xsm-n7 {
		margin-left:-7rem!important;
	}

	.m-xsm-n8 {
		margin:-8rem!important;
	}

	.mt-xsm-n8,
	.my-xsm-n8 {
		margin-top:-8rem!important;
	}

	.mr-xsm-n8,
	.mx-xsm-n8 {
		margin-right:-8rem!important;
	}

	.mb-xsm-n8,
	.my-xsm-n8 {
		margin-bottom:-8rem!important;
	}

	.ml-xsm-n8,
	.mx-xsm-n8 {
		margin-left:-8rem!important;
	}

	.m-xsm-n9 {
		margin:-9rem!important;
	}

	.mt-xsm-n9,
	.my-xsm-n9 {
		margin-top:-9rem!important;
	}

	.mr-xsm-n9,
	.mx-xsm-n9 {
		margin-right:-9rem!important;
	}

	.mb-xsm-n9,
	.my-xsm-n9 {
		margin-bottom:-9rem!important;
	}

	.ml-xsm-n9,
	.mx-xsm-n9 {
		margin-left:-9rem!important;
	}

	.m-xsm-n10 {
		margin:-10rem!important;
	}

	.mt-xsm-n10,
	.my-xsm-n10 {
		margin-top:-10rem!important;
	}

	.mr-xsm-n10,
	.mx-xsm-n10 {
		margin-right:-10rem!important;
	}

	.mb-xsm-n10,
	.my-xsm-n10 {
		margin-bottom:-10rem!important;
	}

	.ml-xsm-n10,
	.mx-xsm-n10 {
		margin-left:-10rem!important;
	}

	.m-xsm-n11 {
		margin:-11rem!important;
	}

	.mt-xsm-n11,
	.my-xsm-n11 {
		margin-top:-11rem!important;
	}

	.mr-xsm-n11,
	.mx-xsm-n11 {
		margin-right:-11rem!important;
	}

	.mb-xsm-n11,
	.my-xsm-n11 {
		margin-bottom:-11rem!important;
	}

	.ml-xsm-n11,
	.mx-xsm-n11 {
		margin-left:-11rem!important;
	}

	.m-xsm-n12 {
		margin:-12rem!important;
	}

	.mt-xsm-n12,
	.my-xsm-n12 {
		margin-top:-12rem!important;
	}

	.mr-xsm-n12,
	.mx-xsm-n12 {
		margin-right:-12rem!important;
	}

	.mb-xsm-n12,
	.my-xsm-n12 {
		margin-bottom:-12rem!important;
	}

	.ml-xsm-n12,
	.mx-xsm-n12 {
		margin-left:-12rem!important;
	}

	.m-xsm-n13 {
		margin:-13rem!important;
	}

	.mt-xsm-n13,
	.my-xsm-n13 {
		margin-top:-13rem!important;
	}

	.mr-xsm-n13,
	.mx-xsm-n13 {
		margin-right:-13rem!important;
	}

	.mb-xsm-n13,
	.my-xsm-n13 {
		margin-bottom:-13rem!important;
	}

	.ml-xsm-n13,
	.mx-xsm-n13 {
		margin-left:-13rem!important;
	}

	.m-xsm-n14 {
		margin:-14rem!important;
	}

	.mt-xsm-n14,
	.my-xsm-n14 {
		margin-top:-14rem!important;
	}

	.mr-xsm-n14,
	.mx-xsm-n14 {
		margin-right:-14rem!important;
	}

	.mb-xsm-n14,
	.my-xsm-n14 {
		margin-bottom:-14rem!important;
	}

	.ml-xsm-n14,
	.mx-xsm-n14 {
		margin-left:-14rem!important;
	}

	.m-xsm-n15 {
		margin:-15rem!important;
	}

	.mt-xsm-n15,
	.my-xsm-n15 {
		margin-top:-15rem!important;
	}

	.mr-xsm-n15,
	.mx-xsm-n15 {
		margin-right:-15rem!important;
	}

	.mb-xsm-n15,
	.my-xsm-n15 {
		margin-bottom:-15rem!important;
	}

	.ml-xsm-n15,
	.mx-xsm-n15 {
		margin-left:-15rem!important;
	}

	.m-xsm-n20 {
		margin:-20rem!important;
	}

	.mt-xsm-n20,
	.my-xsm-n20 {
		margin-top:-20rem!important;
	}

	.mr-xsm-n20,
	.mx-xsm-n20 {
		margin-right:-20rem!important;
	}

	.mb-xsm-n20,
	.my-xsm-n20 {
		margin-bottom:-20rem!important;
	}

	.ml-xsm-n20,
	.mx-xsm-n20 {
		margin-left:-20rem!important;
	}

	.m-xsm-auto {
		margin:auto!important;
	}

	.mt-xsm-auto,
	.my-xsm-auto {
		margin-top:auto!important;
	}

	.mr-xsm-auto,
	.mx-xsm-auto {
		margin-right:auto!important;
	}

	.mb-xsm-auto,
	.my-xsm-auto {
		margin-bottom:auto!important;
	}

	.ml-xsm-auto,
	.mx-xsm-auto {
		margin-left:auto!important;
	}
}

@media (min-width:30em) {
	.gallery {
		margin:0 -.5em;
	}

	.gallery-item {
		padding:0 .5em 1.8em;
		max-width:25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width:100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width:50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width:33.333%;
	}

	.gallery-columns-4 .gallery-item {
		max-width:25%;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.d-sm-none {
		display:none!important;
	}

	.d-sm-inline {
		display:inline!important;
	}

	.d-sm-inline-block {
		display:inline-block!important;
	}

	.d-sm-block {
		display:block!important;
	}

	.d-sm-table {
		display:table!important;
	}

	.d-sm-table-row {
		display:table-row!important;
	}

	.d-sm-table-cell {
		display:table-cell!important;
	}

	.d-sm-flex {
		display:-webkit-box!important;
		display:-ms-flexbox!important;
		display:flex!important;
	}

	.d-sm-inline-flex {
		display:-webkit-inline-box!important;
		display:-ms-inline-flexbox!important;
		display:inline-flex!important;
	}

	.flex-sm-column,
	.flex-sm-row {
		-webkit-box-orient:horizontal!important;
		-webkit-box-direction:normal!important;
		-ms-flex-direction:row!important;
		flex-direction:row!important;
	}

	.flex-sm-column {
		-webkit-box-orient:vertical!important;
		-ms-flex-direction:column!important;
		flex-direction:column!important;
	}

	.flex-sm-column-reverse,
	.flex-sm-row-reverse {
		-webkit-box-orient:horizontal!important;
		-webkit-box-direction:reverse!important;
		-ms-flex-direction:row-reverse!important;
		flex-direction:row-reverse!important;
	}

	.flex-sm-column-reverse {
		-webkit-box-orient:vertical!important;
		-ms-flex-direction:column-reverse!important;
		flex-direction:column-reverse!important;
	}

	.flex-sm-wrap {
		-ms-flex-wrap:wrap!important;
		flex-wrap:wrap!important;
	}

	.flex-sm-nowrap {
		-ms-flex-wrap:nowrap!important;
		flex-wrap:nowrap!important;
	}

	.flex-sm-wrap-reverse {
		-ms-flex-wrap:wrap-reverse!important;
		flex-wrap:wrap-reverse!important;
	}

	.flex-sm-fill {
		-webkit-box-flex:1!important;
		-ms-flex:1 1 auto!important;
		flex:1 1 auto!important;
	}

	.flex-sm-grow-0 {
		-webkit-box-flex:0!important;
		-ms-flex-positive:0!important;
		flex-grow:0!important;
	}

	.flex-sm-grow-1 {
		-webkit-box-flex:1!important;
		-ms-flex-positive:1!important;
		flex-grow:1!important;
	}

	.flex-sm-shrink-0 {
		-ms-flex-negative:0!important;
		flex-shrink:0!important;
	}

	.flex-sm-shrink-1 {
		-ms-flex-negative:1!important;
		flex-shrink:1!important;
	}

	.justify-content-sm-start {
		-webkit-box-pack:start!important;
		-ms-flex-pack:start!important;
		justify-content:flex-start!important;
	}

	.justify-content-sm-end {
		-webkit-box-pack:end!important;
		-ms-flex-pack:end!important;
		justify-content:flex-end!important;
	}

	.justify-content-sm-center {
		-webkit-box-pack:center!important;
		-ms-flex-pack:center!important;
		justify-content:center!important;
	}

	.justify-content-sm-between {
		-webkit-box-pack:justify!important;
		-ms-flex-pack:justify!important;
		justify-content:space-between!important;
	}

	.justify-content-sm-around {
		-ms-flex-pack:distribute!important;
		justify-content:space-around!important;
	}

	.align-items-sm-start {
		-webkit-box-align:start!important;
		-ms-flex-align:start!important;
		align-items:flex-start!important;
	}

	.align-items-sm-end {
		-webkit-box-align:end!important;
		-ms-flex-align:end!important;
		align-items:flex-end!important;
	}

	.align-items-sm-center {
		-webkit-box-align:center!important;
		-ms-flex-align:center!important;
		align-items:center!important;
	}

	.align-items-sm-baseline {
		-webkit-box-align:baseline!important;
		-ms-flex-align:baseline!important;
		align-items:baseline!important;
	}

	.align-items-sm-stretch {
		-webkit-box-align:stretch!important;
		-ms-flex-align:stretch!important;
		align-items:stretch!important;
	}

	.align-content-sm-start {
		-ms-flex-line-pack:start!important;
		align-content:flex-start!important;
	}

	.align-content-sm-end {
		-ms-flex-line-pack:end!important;
		align-content:flex-end!important;
	}

	.align-content-sm-center {
		-ms-flex-line-pack:center!important;
		align-content:center!important;
	}

	.align-content-sm-between {
		-ms-flex-line-pack:justify!important;
		align-content:space-between!important;
	}

	.align-content-sm-around {
		-ms-flex-line-pack:distribute!important;
		align-content:space-around!important;
	}

	.align-content-sm-stretch {
		-ms-flex-line-pack:stretch!important;
		align-content:stretch!important;
	}

	.align-self-sm-auto {
		-ms-flex-item-align:auto!important;
		align-self:auto!important;
	}

	.align-self-sm-start {
		-ms-flex-item-align:start!important;
		align-self:flex-start!important;
	}

	.align-self-sm-end {
		-ms-flex-item-align:end!important;
		align-self:flex-end!important;
	}

	.align-self-sm-center {
		-ms-flex-item-align:center!important;
		align-self:center!important;
	}

	.align-self-sm-baseline {
		-ms-flex-item-align:baseline!important;
		align-self:baseline!important;
	}

	.align-self-sm-stretch {
		-ms-flex-item-align:stretch!important;
		align-self:stretch!important;
	}

	.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:1rem!important;
	}

	.mt-sm-1,
	.my-sm-1 {
		margin-top:1rem!important;
	}

	.mr-sm-1,
	.mx-sm-1 {
		margin-right:1rem!important;
	}

	.mb-sm-1,
	.my-sm-1 {
		margin-bottom:1rem!important;
	}

	.ml-sm-1,
	.mx-sm-1 {
		margin-left:1rem!important;
	}

	.m-sm-2 {
		margin:2rem!important;
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top:2rem!important;
	}

	.mr-sm-2,
	.mx-sm-2 {
		margin-right:2rem!important;
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom:2rem!important;
	}

	.ml-sm-2,
	.mx-sm-2 {
		margin-left:2rem!important;
	}

	.m-sm-3 {
		margin:3rem!important;
	}

	.mt-sm-3,
	.my-sm-3 {
		margin-top:3rem!important;
	}

	.mr-sm-3,
	.mx-sm-3 {
		margin-right:3rem!important;
	}

	.mb-sm-3,
	.my-sm-3 {
		margin-bottom:3rem!important;
	}

	.ml-sm-3,
	.mx-sm-3 {
		margin-left:3rem!important;
	}

	.m-sm-4 {
		margin:4rem!important;
	}

	.mt-sm-4,
	.my-sm-4 {
		margin-top:4rem!important;
	}

	.mr-sm-4,
	.mx-sm-4 {
		margin-right:4rem!important;
	}

	.mb-sm-4,
	.my-sm-4 {
		margin-bottom:4rem!important;
	}

	.ml-sm-4,
	.mx-sm-4 {
		margin-left:4rem!important;
	}

	.m-sm-5 {
		margin:5rem!important;
	}

	.mt-sm-5,
	.my-sm-5 {
		margin-top:5rem!important;
	}

	.mr-sm-5,
	.mx-sm-5 {
		margin-right:5rem!important;
	}

	.mb-sm-5,
	.my-sm-5 {
		margin-bottom:5rem!important;
	}

	.ml-sm-5,
	.mx-sm-5 {
		margin-left:5rem!important;
	}

	.m-sm-6 {
		margin:6rem!important;
	}

	.mt-sm-6,
	.my-sm-6 {
		margin-top:6rem!important;
	}

	.mr-sm-6,
	.mx-sm-6 {
		margin-right:6rem!important;
	}

	.mb-sm-6,
	.my-sm-6 {
		margin-bottom:6rem!important;
	}

	.ml-sm-6,
	.mx-sm-6 {
		margin-left:6rem!important;
	}

	.m-sm-7 {
		margin:7rem!important;
	}

	.mt-sm-7,
	.my-sm-7 {
		margin-top:7rem!important;
	}

	.mr-sm-7,
	.mx-sm-7 {
		margin-right:7rem!important;
	}

	.mb-sm-7,
	.my-sm-7 {
		margin-bottom:7rem!important;
	}

	.ml-sm-7,
	.mx-sm-7 {
		margin-left:7rem!important;
	}

	.m-sm-8 {
		margin:8rem!important;
	}

	.mt-sm-8,
	.my-sm-8 {
		margin-top:8rem!important;
	}

	.mr-sm-8,
	.mx-sm-8 {
		margin-right:8rem!important;
	}

	.mb-sm-8,
	.my-sm-8 {
		margin-bottom:8rem!important;
	}

	.ml-sm-8,
	.mx-sm-8 {
		margin-left:8rem!important;
	}

	.m-sm-9 {
		margin:9rem!important;
	}

	.mt-sm-9,
	.my-sm-9 {
		margin-top:9rem!important;
	}

	.mr-sm-9,
	.mx-sm-9 {
		margin-right:9rem!important;
	}

	.mb-sm-9,
	.my-sm-9 {
		margin-bottom:9rem!important;
	}

	.ml-sm-9,
	.mx-sm-9 {
		margin-left:9rem!important;
	}

	.m-sm-10 {
		margin:10rem!important;
	}

	.mt-sm-10,
	.my-sm-10 {
		margin-top:10rem!important;
	}

	.mr-sm-10,
	.mx-sm-10 {
		margin-right:10rem!important;
	}

	.mb-sm-10,
	.my-sm-10 {
		margin-bottom:10rem!important;
	}

	.ml-sm-10,
	.mx-sm-10 {
		margin-left:10rem!important;
	}

	.m-sm-11 {
		margin:11rem!important;
	}

	.mt-sm-11,
	.my-sm-11 {
		margin-top:11rem!important;
	}

	.mr-sm-11,
	.mx-sm-11 {
		margin-right:11rem!important;
	}

	.mb-sm-11,
	.my-sm-11 {
		margin-bottom:11rem!important;
	}

	.ml-sm-11,
	.mx-sm-11 {
		margin-left:11rem!important;
	}

	.m-sm-12 {
		margin:12rem!important;
	}

	.mt-sm-12,
	.my-sm-12 {
		margin-top:12rem!important;
	}

	.mr-sm-12,
	.mx-sm-12 {
		margin-right:12rem!important;
	}

	.mb-sm-12,
	.my-sm-12 {
		margin-bottom:12rem!important;
	}

	.ml-sm-12,
	.mx-sm-12 {
		margin-left:12rem!important;
	}

	.m-sm-13 {
		margin:13rem!important;
	}

	.mt-sm-13,
	.my-sm-13 {
		margin-top:13rem!important;
	}

	.mr-sm-13,
	.mx-sm-13 {
		margin-right:13rem!important;
	}

	.mb-sm-13,
	.my-sm-13 {
		margin-bottom:13rem!important;
	}

	.ml-sm-13,
	.mx-sm-13 {
		margin-left:13rem!important;
	}

	.m-sm-14 {
		margin:14rem!important;
	}

	.mt-sm-14,
	.my-sm-14 {
		margin-top:14rem!important;
	}

	.mr-sm-14,
	.mx-sm-14 {
		margin-right:14rem!important;
	}

	.mb-sm-14,
	.my-sm-14 {
		margin-bottom:14rem!important;
	}

	.ml-sm-14,
	.mx-sm-14 {
		margin-left:14rem!important;
	}

	.m-sm-15 {
		margin:15rem!important;
	}

	.mt-sm-15,
	.my-sm-15 {
		margin-top:15rem!important;
	}

	.mr-sm-15,
	.mx-sm-15 {
		margin-right:15rem!important;
	}

	.mb-sm-15,
	.my-sm-15 {
		margin-bottom:15rem!important;
	}

	.ml-sm-15,
	.mx-sm-15 {
		margin-left:15rem!important;
	}

	.m-sm-20 {
		margin:20rem!important;
	}

	.mt-sm-20,
	.my-sm-20 {
		margin-top:20rem!important;
	}

	.mr-sm-20,
	.mx-sm-20 {
		margin-right:20rem!important;
	}

	.mb-sm-20,
	.my-sm-20 {
		margin-bottom:20rem!important;
	}

	.ml-sm-20,
	.mx-sm-20 {
		margin-left:20rem!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:1rem!important;
	}

	.pt-sm-1,
	.py-sm-1 {
		padding-top:1rem!important;
	}

	.pr-sm-1,
	.px-sm-1 {
		padding-right:1rem!important;
	}

	.pb-sm-1,
	.py-sm-1 {
		padding-bottom:1rem!important;
	}

	.pl-sm-1,
	.px-sm-1 {
		padding-left:1rem!important;
	}

	.p-sm-2 {
		padding:2rem!important;
	}

	.pt-sm-2,
	.py-sm-2 {
		padding-top:2rem!important;
	}

	.pr-sm-2,
	.px-sm-2 {
		padding-right:2rem!important;
	}

	.pb-sm-2,
	.py-sm-2 {
		padding-bottom:2rem!important;
	}

	.pl-sm-2,
	.px-sm-2 {
		padding-left:2rem!important;
	}

	.p-sm-3 {
		padding:3rem!important;
	}

	.pt-sm-3,
	.py-sm-3 {
		padding-top:3rem!important;
	}

	.pr-sm-3,
	.px-sm-3 {
		padding-right:3rem!important;
	}

	.pb-sm-3,
	.py-sm-3 {
		padding-bottom:3rem!important;
	}

	.pl-sm-3,
	.px-sm-3 {
		padding-left:3rem!important;
	}

	.p-sm-4 {
		padding:4rem!important;
	}

	.pt-sm-4,
	.py-sm-4 {
		padding-top:4rem!important;
	}

	.pr-sm-4,
	.px-sm-4 {
		padding-right:4rem!important;
	}

	.pb-sm-4,
	.py-sm-4 {
		padding-bottom:4rem!important;
	}

	.pl-sm-4,
	.px-sm-4 {
		padding-left:4rem!important;
	}

	.p-sm-5 {
		padding:5rem!important;
	}

	.pt-sm-5,
	.py-sm-5 {
		padding-top:5rem!important;
	}

	.pr-sm-5,
	.px-sm-5 {
		padding-right:5rem!important;
	}

	.pb-sm-5,
	.py-sm-5 {
		padding-bottom:5rem!important;
	}

	.pl-sm-5,
	.px-sm-5 {
		padding-left:5rem!important;
	}

	.p-sm-6 {
		padding:6rem!important;
	}

	.pt-sm-6,
	.py-sm-6 {
		padding-top:6rem!important;
	}

	.pr-sm-6,
	.px-sm-6 {
		padding-right:6rem!important;
	}

	.pb-sm-6,
	.py-sm-6 {
		padding-bottom:6rem!important;
	}

	.pl-sm-6,
	.px-sm-6 {
		padding-left:6rem!important;
	}

	.p-sm-7 {
		padding:7rem!important;
	}

	.pt-sm-7,
	.py-sm-7 {
		padding-top:7rem!important;
	}

	.pr-sm-7,
	.px-sm-7 {
		padding-right:7rem!important;
	}

	.pb-sm-7,
	.py-sm-7 {
		padding-bottom:7rem!important;
	}

	.pl-sm-7,
	.px-sm-7 {
		padding-left:7rem!important;
	}

	.p-sm-8 {
		padding:8rem!important;
	}

	.pt-sm-8,
	.py-sm-8 {
		padding-top:8rem!important;
	}

	.pr-sm-8,
	.px-sm-8 {
		padding-right:8rem!important;
	}

	.pb-sm-8,
	.py-sm-8 {
		padding-bottom:8rem!important;
	}

	.pl-sm-8,
	.px-sm-8 {
		padding-left:8rem!important;
	}

	.p-sm-9 {
		padding:9rem!important;
	}

	.pt-sm-9,
	.py-sm-9 {
		padding-top:9rem!important;
	}

	.pr-sm-9,
	.px-sm-9 {
		padding-right:9rem!important;
	}

	.pb-sm-9,
	.py-sm-9 {
		padding-bottom:9rem!important;
	}

	.pl-sm-9,
	.px-sm-9 {
		padding-left:9rem!important;
	}

	.p-sm-10 {
		padding:10rem!important;
	}

	.pt-sm-10,
	.py-sm-10 {
		padding-top:10rem!important;
	}

	.pr-sm-10,
	.px-sm-10 {
		padding-right:10rem!important;
	}

	.pb-sm-10,
	.py-sm-10 {
		padding-bottom:10rem!important;
	}

	.pl-sm-10,
	.px-sm-10 {
		padding-left:10rem!important;
	}

	.p-sm-11 {
		padding:11rem!important;
	}

	.pt-sm-11,
	.py-sm-11 {
		padding-top:11rem!important;
	}

	.pr-sm-11,
	.px-sm-11 {
		padding-right:11rem!important;
	}

	.pb-sm-11,
	.py-sm-11 {
		padding-bottom:11rem!important;
	}

	.pl-sm-11,
	.px-sm-11 {
		padding-left:11rem!important;
	}

	.p-sm-12 {
		padding:12rem!important;
	}

	.pt-sm-12,
	.py-sm-12 {
		padding-top:12rem!important;
	}

	.pr-sm-12,
	.px-sm-12 {
		padding-right:12rem!important;
	}

	.pb-sm-12,
	.py-sm-12 {
		padding-bottom:12rem!important;
	}

	.pl-sm-12,
	.px-sm-12 {
		padding-left:12rem!important;
	}

	.p-sm-13 {
		padding:13rem!important;
	}

	.pt-sm-13,
	.py-sm-13 {
		padding-top:13rem!important;
	}

	.pr-sm-13,
	.px-sm-13 {
		padding-right:13rem!important;
	}

	.pb-sm-13,
	.py-sm-13 {
		padding-bottom:13rem!important;
	}

	.pl-sm-13,
	.px-sm-13 {
		padding-left:13rem!important;
	}

	.p-sm-14 {
		padding:14rem!important;
	}

	.pt-sm-14,
	.py-sm-14 {
		padding-top:14rem!important;
	}

	.pr-sm-14,
	.px-sm-14 {
		padding-right:14rem!important;
	}

	.pb-sm-14,
	.py-sm-14 {
		padding-bottom:14rem!important;
	}

	.pl-sm-14,
	.px-sm-14 {
		padding-left:14rem!important;
	}

	.p-sm-15 {
		padding:15rem!important;
	}

	.pt-sm-15,
	.py-sm-15 {
		padding-top:15rem!important;
	}

	.pr-sm-15,
	.px-sm-15 {
		padding-right:15rem!important;
	}

	.pb-sm-15,
	.py-sm-15 {
		padding-bottom:15rem!important;
	}

	.pl-sm-15,
	.px-sm-15 {
		padding-left:15rem!important;
	}

	.p-sm-20 {
		padding:20rem!important;
	}

	.pt-sm-20,
	.py-sm-20 {
		padding-top:20rem!important;
	}

	.pr-sm-20,
	.px-sm-20 {
		padding-right:20rem!important;
	}

	.pb-sm-20,
	.py-sm-20 {
		padding-bottom:20rem!important;
	}

	.pl-sm-20,
	.px-sm-20 {
		padding-left:20rem!important;
	}

	.m-sm-n1 {
		margin:-1rem!important;
	}

	.mt-sm-n1,
	.my-sm-n1 {
		margin-top:-1rem!important;
	}

	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right:-1rem!important;
	}

	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom:-1rem!important;
	}

	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left:-1rem!important;
	}

	.m-sm-n2 {
		margin:-2rem!important;
	}

	.mt-sm-n2,
	.my-sm-n2 {
		margin-top:-2rem!important;
	}

	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right:-2rem!important;
	}

	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom:-2rem!important;
	}

	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left:-2rem!important;
	}

	.m-sm-n3 {
		margin:-3rem!important;
	}

	.mt-sm-n3,
	.my-sm-n3 {
		margin-top:-3rem!important;
	}

	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right:-3rem!important;
	}

	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom:-3rem!important;
	}

	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left:-3rem!important;
	}

	.m-sm-n4 {
		margin:-4rem!important;
	}

	.mt-sm-n4,
	.my-sm-n4 {
		margin-top:-4rem!important;
	}

	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right:-4rem!important;
	}

	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom:-4rem!important;
	}

	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left:-4rem!important;
	}

	.m-sm-n5 {
		margin:-5rem!important;
	}

	.mt-sm-n5,
	.my-sm-n5 {
		margin-top:-5rem!important;
	}

	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right:-5rem!important;
	}

	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom:-5rem!important;
	}

	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left:-5rem!important;
	}

	.m-sm-n6 {
		margin:-6rem!important;
	}

	.mt-sm-n6,
	.my-sm-n6 {
		margin-top:-6rem!important;
	}

	.mr-sm-n6,
	.mx-sm-n6 {
		margin-right:-6rem!important;
	}

	.mb-sm-n6,
	.my-sm-n6 {
		margin-bottom:-6rem!important;
	}

	.ml-sm-n6,
	.mx-sm-n6 {
		margin-left:-6rem!important;
	}

	.m-sm-n7 {
		margin:-7rem!important;
	}

	.mt-sm-n7,
	.my-sm-n7 {
		margin-top:-7rem!important;
	}

	.mr-sm-n7,
	.mx-sm-n7 {
		margin-right:-7rem!important;
	}

	.mb-sm-n7,
	.my-sm-n7 {
		margin-bottom:-7rem!important;
	}

	.ml-sm-n7,
	.mx-sm-n7 {
		margin-left:-7rem!important;
	}

	.m-sm-n8 {
		margin:-8rem!important;
	}

	.mt-sm-n8,
	.my-sm-n8 {
		margin-top:-8rem!important;
	}

	.mr-sm-n8,
	.mx-sm-n8 {
		margin-right:-8rem!important;
	}

	.mb-sm-n8,
	.my-sm-n8 {
		margin-bottom:-8rem!important;
	}

	.ml-sm-n8,
	.mx-sm-n8 {
		margin-left:-8rem!important;
	}

	.m-sm-n9 {
		margin:-9rem!important;
	}

	.mt-sm-n9,
	.my-sm-n9 {
		margin-top:-9rem!important;
	}

	.mr-sm-n9,
	.mx-sm-n9 {
		margin-right:-9rem!important;
	}

	.mb-sm-n9,
	.my-sm-n9 {
		margin-bottom:-9rem!important;
	}

	.ml-sm-n9,
	.mx-sm-n9 {
		margin-left:-9rem!important;
	}

	.m-sm-n10 {
		margin:-10rem!important;
	}

	.mt-sm-n10,
	.my-sm-n10 {
		margin-top:-10rem!important;
	}

	.mr-sm-n10,
	.mx-sm-n10 {
		margin-right:-10rem!important;
	}

	.mb-sm-n10,
	.my-sm-n10 {
		margin-bottom:-10rem!important;
	}

	.ml-sm-n10,
	.mx-sm-n10 {
		margin-left:-10rem!important;
	}

	.m-sm-n11 {
		margin:-11rem!important;
	}

	.mt-sm-n11,
	.my-sm-n11 {
		margin-top:-11rem!important;
	}

	.mr-sm-n11,
	.mx-sm-n11 {
		margin-right:-11rem!important;
	}

	.mb-sm-n11,
	.my-sm-n11 {
		margin-bottom:-11rem!important;
	}

	.ml-sm-n11,
	.mx-sm-n11 {
		margin-left:-11rem!important;
	}

	.m-sm-n12 {
		margin:-12rem!important;
	}

	.mt-sm-n12,
	.my-sm-n12 {
		margin-top:-12rem!important;
	}

	.mr-sm-n12,
	.mx-sm-n12 {
		margin-right:-12rem!important;
	}

	.mb-sm-n12,
	.my-sm-n12 {
		margin-bottom:-12rem!important;
	}

	.ml-sm-n12,
	.mx-sm-n12 {
		margin-left:-12rem!important;
	}

	.m-sm-n13 {
		margin:-13rem!important;
	}

	.mt-sm-n13,
	.my-sm-n13 {
		margin-top:-13rem!important;
	}

	.mr-sm-n13,
	.mx-sm-n13 {
		margin-right:-13rem!important;
	}

	.mb-sm-n13,
	.my-sm-n13 {
		margin-bottom:-13rem!important;
	}

	.ml-sm-n13,
	.mx-sm-n13 {
		margin-left:-13rem!important;
	}

	.m-sm-n14 {
		margin:-14rem!important;
	}

	.mt-sm-n14,
	.my-sm-n14 {
		margin-top:-14rem!important;
	}

	.mr-sm-n14,
	.mx-sm-n14 {
		margin-right:-14rem!important;
	}

	.mb-sm-n14,
	.my-sm-n14 {
		margin-bottom:-14rem!important;
	}

	.ml-sm-n14,
	.mx-sm-n14 {
		margin-left:-14rem!important;
	}

	.m-sm-n15 {
		margin:-15rem!important;
	}

	.mt-sm-n15,
	.my-sm-n15 {
		margin-top:-15rem!important;
	}

	.mr-sm-n15,
	.mx-sm-n15 {
		margin-right:-15rem!important;
	}

	.mb-sm-n15,
	.my-sm-n15 {
		margin-bottom:-15rem!important;
	}

	.ml-sm-n15,
	.mx-sm-n15 {
		margin-left:-15rem!important;
	}

	.m-sm-n20 {
		margin:-20rem!important;
	}

	.mt-sm-n20,
	.my-sm-n20 {
		margin-top:-20rem!important;
	}

	.mr-sm-n20,
	.mx-sm-n20 {
		margin-right:-20rem!important;
	}

	.mb-sm-n20,
	.my-sm-n20 {
		margin-bottom:-20rem!important;
	}

	.ml-sm-n20,
	.mx-sm-n20 {
		margin-left:-20rem!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) {
	.col-md {
		-ms-flex-preferred-size:0;
		flex-basis:0;
		-webkit-box-flex:1;
		-ms-flex-positive:1;
		flex-grow:1;
		max-width:100%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.d-md-none {
		display:none!important;
	}

	.d-md-inline {
		display:inline!important;
	}

	.d-md-inline-block {
		display:inline-block!important;
	}

	.d-md-block {
		display:block!important;
	}

	.d-md-table {
		display:table!important;
	}

	.d-md-table-row {
		display:table-row!important;
	}

	.d-md-table-cell {
		display:table-cell!important;
	}

	.d-md-flex {
		display:-webkit-box!important;
		display:-ms-flexbox!important;
		display:flex!important;
	}

	.d-md-inline-flex {
		display:-webkit-inline-box!important;
		display:-ms-inline-flexbox!important;
		display:inline-flex!important;
	}

	.flex-md-column,
	.flex-md-row {
		-webkit-box-orient:horizontal!important;
		-webkit-box-direction:normal!important;
		-ms-flex-direction:row!important;
		flex-direction:row!important;
	}

	.flex-md-column {
		-webkit-box-orient:vertical!important;
		-ms-flex-direction:column!important;
		flex-direction:column!important;
	}

	.flex-md-column-reverse,
	.flex-md-row-reverse {
		-webkit-box-orient:horizontal!important;
		-webkit-box-direction:reverse!important;
		-ms-flex-direction:row-reverse!important;
		flex-direction:row-reverse!important;
	}

	.flex-md-column-reverse {
		-webkit-box-orient:vertical!important;
		-ms-flex-direction:column-reverse!important;
		flex-direction:column-reverse!important;
	}

	.flex-md-wrap {
		-ms-flex-wrap:wrap!important;
		flex-wrap:wrap!important;
	}

	.flex-md-nowrap {
		-ms-flex-wrap:nowrap!important;
		flex-wrap:nowrap!important;
	}

	.flex-md-wrap-reverse {
		-ms-flex-wrap:wrap-reverse!important;
		flex-wrap:wrap-reverse!important;
	}

	.flex-md-fill {
		-webkit-box-flex:1!important;
		-ms-flex:1 1 auto!important;
		flex:1 1 auto!important;
	}

	.flex-md-grow-0 {
		-webkit-box-flex:0!important;
		-ms-flex-positive:0!important;
		flex-grow:0!important;
	}

	.flex-md-grow-1 {
		-webkit-box-flex:1!important;
		-ms-flex-positive:1!important;
		flex-grow:1!important;
	}

	.flex-md-shrink-0 {
		-ms-flex-negative:0!important;
		flex-shrink:0!important;
	}

	.flex-md-shrink-1 {
		-ms-flex-negative:1!important;
		flex-shrink:1!important;
	}

	.justify-content-md-start {
		-webkit-box-pack:start!important;
		-ms-flex-pack:start!important;
		justify-content:flex-start!important;
	}

	.justify-content-md-end {
		-webkit-box-pack:end!important;
		-ms-flex-pack:end!important;
		justify-content:flex-end!important;
	}

	.justify-content-md-center {
		-webkit-box-pack:center!important;
		-ms-flex-pack:center!important;
		justify-content:center!important;
	}

	.justify-content-md-between {
		-webkit-box-pack:justify!important;
		-ms-flex-pack:justify!important;
		justify-content:space-between!important;
	}

	.justify-content-md-around {
		-ms-flex-pack:distribute!important;
		justify-content:space-around!important;
	}

	.align-items-md-start {
		-webkit-box-align:start!important;
		-ms-flex-align:start!important;
		align-items:flex-start!important;
	}

	.align-items-md-end {
		-webkit-box-align:end!important;
		-ms-flex-align:end!important;
		align-items:flex-end!important;
	}

	.align-items-md-center {
		-webkit-box-align:center!important;
		-ms-flex-align:center!important;
		align-items:center!important;
	}

	.align-items-md-baseline {
		-webkit-box-align:baseline!important;
		-ms-flex-align:baseline!important;
		align-items:baseline!important;
	}

	.align-items-md-stretch {
		-webkit-box-align:stretch!important;
		-ms-flex-align:stretch!important;
		align-items:stretch!important;
	}

	.align-content-md-start {
		-ms-flex-line-pack:start!important;
		align-content:flex-start!important;
	}

	.align-content-md-end {
		-ms-flex-line-pack:end!important;
		align-content:flex-end!important;
	}

	.align-content-md-center {
		-ms-flex-line-pack:center!important;
		align-content:center!important;
	}

	.align-content-md-between {
		-ms-flex-line-pack:justify!important;
		align-content:space-between!important;
	}

	.align-content-md-around {
		-ms-flex-line-pack:distribute!important;
		align-content:space-around!important;
	}

	.align-content-md-stretch {
		-ms-flex-line-pack:stretch!important;
		align-content:stretch!important;
	}

	.align-self-md-auto {
		-ms-flex-item-align:auto!important;
		align-self:auto!important;
	}

	.align-self-md-start {
		-ms-flex-item-align:start!important;
		align-self:flex-start!important;
	}

	.align-self-md-end {
		-ms-flex-item-align:end!important;
		align-self:flex-end!important;
	}

	.align-self-md-center {
		-ms-flex-item-align:center!important;
		align-self:center!important;
	}

	.align-self-md-baseline {
		-ms-flex-item-align:baseline!important;
		align-self:baseline!important;
	}

	.align-self-md-stretch {
		-ms-flex-item-align:stretch!important;
		align-self:stretch!important;
	}

	.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:1rem!important;
	}

	.mt-md-1,
	.my-md-1 {
		margin-top:1rem!important;
	}

	.mr-md-1,
	.mx-md-1 {
		margin-right:1rem!important;
	}

	.mb-md-1,
	.my-md-1 {
		margin-bottom:1rem!important;
	}

	.ml-md-1,
	.mx-md-1 {
		margin-left:1rem!important;
	}

	.m-md-2 {
		margin:2rem!important;
	}

	.mt-md-2,
	.my-md-2 {
		margin-top:2rem!important;
	}

	.mr-md-2,
	.mx-md-2 {
		margin-right:2rem!important;
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom:2rem!important;
	}

	.ml-md-2,
	.mx-md-2 {
		margin-left:2rem!important;
	}

	.m-md-3 {
		margin:3rem!important;
	}

	.mt-md-3,
	.my-md-3 {
		margin-top:3rem!important;
	}

	.mr-md-3,
	.mx-md-3 {
		margin-right:3rem!important;
	}

	.mb-md-3,
	.my-md-3 {
		margin-bottom:3rem!important;
	}

	.ml-md-3,
	.mx-md-3 {
		margin-left:3rem!important;
	}

	.m-md-4 {
		margin:4rem!important;
	}

	.mt-md-4,
	.my-md-4 {
		margin-top:4rem!important;
	}

	.mr-md-4,
	.mx-md-4 {
		margin-right:4rem!important;
	}

	.mb-md-4,
	.my-md-4 {
		margin-bottom:4rem!important;
	}

	.ml-md-4,
	.mx-md-4 {
		margin-left:4rem!important;
	}

	.m-md-5 {
		margin:5rem!important;
	}

	.mt-md-5,
	.my-md-5 {
		margin-top:5rem!important;
	}

	.mr-md-5,
	.mx-md-5 {
		margin-right:5rem!important;
	}

	.mb-md-5,
	.my-md-5 {
		margin-bottom:5rem!important;
	}

	.ml-md-5,
	.mx-md-5 {
		margin-left:5rem!important;
	}

	.m-md-6 {
		margin:6rem!important;
	}

	.mt-md-6,
	.my-md-6 {
		margin-top:6rem!important;
	}

	.mr-md-6,
	.mx-md-6 {
		margin-right:6rem!important;
	}

	.mb-md-6,
	.my-md-6 {
		margin-bottom:6rem!important;
	}

	.ml-md-6,
	.mx-md-6 {
		margin-left:6rem!important;
	}

	.m-md-7 {
		margin:7rem!important;
	}

	.mt-md-7,
	.my-md-7 {
		margin-top:7rem!important;
	}

	.mr-md-7,
	.mx-md-7 {
		margin-right:7rem!important;
	}

	.mb-md-7,
	.my-md-7 {
		margin-bottom:7rem!important;
	}

	.ml-md-7,
	.mx-md-7 {
		margin-left:7rem!important;
	}

	.m-md-8 {
		margin:8rem!important;
	}

	.mt-md-8,
	.my-md-8 {
		margin-top:8rem!important;
	}

	.mr-md-8,
	.mx-md-8 {
		margin-right:8rem!important;
	}

	.mb-md-8,
	.my-md-8 {
		margin-bottom:8rem!important;
	}

	.ml-md-8,
	.mx-md-8 {
		margin-left:8rem!important;
	}

	.m-md-9 {
		margin:9rem!important;
	}

	.mt-md-9,
	.my-md-9 {
		margin-top:9rem!important;
	}

	.mr-md-9,
	.mx-md-9 {
		margin-right:9rem!important;
	}

	.mb-md-9,
	.my-md-9 {
		margin-bottom:9rem!important;
	}

	.ml-md-9,
	.mx-md-9 {
		margin-left:9rem!important;
	}

	.m-md-10 {
		margin:10rem!important;
	}

	.mt-md-10,
	.my-md-10 {
		margin-top:10rem!important;
	}

	.mr-md-10,
	.mx-md-10 {
		margin-right:10rem!important;
	}

	.mb-md-10,
	.my-md-10 {
		margin-bottom:10rem!important;
	}

	.ml-md-10,
	.mx-md-10 {
		margin-left:10rem!important;
	}

	.m-md-11 {
		margin:11rem!important;
	}

	.mt-md-11,
	.my-md-11 {
		margin-top:11rem!important;
	}

	.mr-md-11,
	.mx-md-11 {
		margin-right:11rem!important;
	}

	.mb-md-11,
	.my-md-11 {
		margin-bottom:11rem!important;
	}

	.ml-md-11,
	.mx-md-11 {
		margin-left:11rem!important;
	}

	.m-md-12 {
		margin:12rem!important;
	}

	.mt-md-12,
	.my-md-12 {
		margin-top:12rem!important;
	}

	.mr-md-12,
	.mx-md-12 {
		margin-right:12rem!important;
	}

	.mb-md-12,
	.my-md-12 {
		margin-bottom:12rem!important;
	}

	.ml-md-12,
	.mx-md-12 {
		margin-left:12rem!important;
	}

	.m-md-13 {
		margin:13rem!important;
	}

	.mt-md-13,
	.my-md-13 {
		margin-top:13rem!important;
	}

	.mr-md-13,
	.mx-md-13 {
		margin-right:13rem!important;
	}

	.mb-md-13,
	.my-md-13 {
		margin-bottom:13rem!important;
	}

	.ml-md-13,
	.mx-md-13 {
		margin-left:13rem!important;
	}

	.m-md-14 {
		margin:14rem!important;
	}

	.mt-md-14,
	.my-md-14 {
		margin-top:14rem!important;
	}

	.mr-md-14,
	.mx-md-14 {
		margin-right:14rem!important;
	}

	.mb-md-14,
	.my-md-14 {
		margin-bottom:14rem!important;
	}

	.ml-md-14,
	.mx-md-14 {
		margin-left:14rem!important;
	}

	.m-md-15 {
		margin:15rem!important;
	}

	.mt-md-15,
	.my-md-15 {
		margin-top:15rem!important;
	}

	.mr-md-15,
	.mx-md-15 {
		margin-right:15rem!important;
	}

	.mb-md-15,
	.my-md-15 {
		margin-bottom:15rem!important;
	}

	.ml-md-15,
	.mx-md-15 {
		margin-left:15rem!important;
	}

	.m-md-20 {
		margin:20rem!important;
	}

	.mt-md-20,
	.my-md-20 {
		margin-top:20rem!important;
	}

	.mr-md-20,
	.mx-md-20 {
		margin-right:20rem!important;
	}

	.mb-md-20,
	.my-md-20 {
		margin-bottom:20rem!important;
	}

	.ml-md-20,
	.mx-md-20 {
		margin-left:20rem!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:1rem!important;
	}

	.pt-md-1,
	.py-md-1 {
		padding-top:1rem!important;
	}

	.pr-md-1,
	.px-md-1 {
		padding-right:1rem!important;
	}

	.pb-md-1,
	.py-md-1 {
		padding-bottom:1rem!important;
	}

	.pl-md-1,
	.px-md-1 {
		padding-left:1rem!important;
	}

	.p-md-2 {
		padding:2rem!important;
	}

	.pt-md-2,
	.py-md-2 {
		padding-top:2rem!important;
	}

	.pr-md-2,
	.px-md-2 {
		padding-right:2rem!important;
	}

	.pb-md-2,
	.py-md-2 {
		padding-bottom:2rem!important;
	}

	.pl-md-2,
	.px-md-2 {
		padding-left:2rem!important;
	}

	.p-md-3 {
		padding:3rem!important;
	}

	.pt-md-3,
	.py-md-3 {
		padding-top:3rem!important;
	}

	.pr-md-3,
	.px-md-3 {
		padding-right:3rem!important;
	}

	.pb-md-3,
	.py-md-3 {
		padding-bottom:3rem!important;
	}

	.pl-md-3,
	.px-md-3 {
		padding-left:3rem!important;
	}

	.p-md-4 {
		padding:4rem!important;
	}

	.pt-md-4,
	.py-md-4 {
		padding-top:4rem!important;
	}

	.pr-md-4,
	.px-md-4 {
		padding-right:4rem!important;
	}

	.pb-md-4,
	.py-md-4 {
		padding-bottom:4rem!important;
	}

	.pl-md-4,
	.px-md-4 {
		padding-left:4rem!important;
	}

	.p-md-5 {
		padding:5rem!important;
	}

	.pt-md-5,
	.py-md-5 {
		padding-top:5rem!important;
	}

	.pr-md-5,
	.px-md-5 {
		padding-right:5rem!important;
	}

	.pb-md-5,
	.py-md-5 {
		padding-bottom:5rem!important;
	}

	.pl-md-5,
	.px-md-5 {
		padding-left:5rem!important;
	}

	.p-md-6 {
		padding:6rem!important;
	}

	.pt-md-6,
	.py-md-6 {
		padding-top:6rem!important;
	}

	.pr-md-6,
	.px-md-6 {
		padding-right:6rem!important;
	}

	.pb-md-6,
	.py-md-6 {
		padding-bottom:6rem!important;
	}

	.pl-md-6,
	.px-md-6 {
		padding-left:6rem!important;
	}

	.p-md-7 {
		padding:7rem!important;
	}

	.pt-md-7,
	.py-md-7 {
		padding-top:7rem!important;
	}

	.pr-md-7,
	.px-md-7 {
		padding-right:7rem!important;
	}

	.pb-md-7,
	.py-md-7 {
		padding-bottom:7rem!important;
	}

	.pl-md-7,
	.px-md-7 {
		padding-left:7rem!important;
	}

	.p-md-8 {
		padding:8rem!important;
	}

	.pt-md-8,
	.py-md-8 {
		padding-top:8rem!important;
	}

	.pr-md-8,
	.px-md-8 {
		padding-right:8rem!important;
	}

	.pb-md-8,
	.py-md-8 {
		padding-bottom:8rem!important;
	}

	.pl-md-8,
	.px-md-8 {
		padding-left:8rem!important;
	}

	.p-md-9 {
		padding:9rem!important;
	}

	.pt-md-9,
	.py-md-9 {
		padding-top:9rem!important;
	}

	.pr-md-9,
	.px-md-9 {
		padding-right:9rem!important;
	}

	.pb-md-9,
	.py-md-9 {
		padding-bottom:9rem!important;
	}

	.pl-md-9,
	.px-md-9 {
		padding-left:9rem!important;
	}

	.p-md-10 {
		padding:10rem!important;
	}

	.pt-md-10,
	.py-md-10 {
		padding-top:10rem!important;
	}

	.pr-md-10,
	.px-md-10 {
		padding-right:10rem!important;
	}

	.pb-md-10,
	.py-md-10 {
		padding-bottom:10rem!important;
	}

	.pl-md-10,
	.px-md-10 {
		padding-left:10rem!important;
	}

	.p-md-11 {
		padding:11rem!important;
	}

	.pt-md-11,
	.py-md-11 {
		padding-top:11rem!important;
	}

	.pr-md-11,
	.px-md-11 {
		padding-right:11rem!important;
	}

	.pb-md-11,
	.py-md-11 {
		padding-bottom:11rem!important;
	}

	.pl-md-11,
	.px-md-11 {
		padding-left:11rem!important;
	}

	.p-md-12 {
		padding:12rem!important;
	}

	.pt-md-12,
	.py-md-12 {
		padding-top:12rem!important;
	}

	.pr-md-12,
	.px-md-12 {
		padding-right:12rem!important;
	}

	.pb-md-12,
	.py-md-12 {
		padding-bottom:12rem!important;
	}

	.pl-md-12,
	.px-md-12 {
		padding-left:12rem!important;
	}

	.p-md-13 {
		padding:13rem!important;
	}

	.pt-md-13,
	.py-md-13 {
		padding-top:13rem!important;
	}

	.pr-md-13,
	.px-md-13 {
		padding-right:13rem!important;
	}

	.pb-md-13,
	.py-md-13 {
		padding-bottom:13rem!important;
	}

	.pl-md-13,
	.px-md-13 {
		padding-left:13rem!important;
	}

	.p-md-14 {
		padding:14rem!important;
	}

	.pt-md-14,
	.py-md-14 {
		padding-top:14rem!important;
	}

	.pr-md-14,
	.px-md-14 {
		padding-right:14rem!important;
	}

	.pb-md-14,
	.py-md-14 {
		padding-bottom:14rem!important;
	}

	.pl-md-14,
	.px-md-14 {
		padding-left:14rem!important;
	}

	.p-md-15 {
		padding:15rem!important;
	}

	.pt-md-15,
	.py-md-15 {
		padding-top:15rem!important;
	}

	.pr-md-15,
	.px-md-15 {
		padding-right:15rem!important;
	}

	.pb-md-15,
	.py-md-15 {
		padding-bottom:15rem!important;
	}

	.pl-md-15,
	.px-md-15 {
		padding-left:15rem!important;
	}

	.p-md-20 {
		padding:20rem!important;
	}

	.pt-md-20,
	.py-md-20 {
		padding-top:20rem!important;
	}

	.pr-md-20,
	.px-md-20 {
		padding-right:20rem!important;
	}

	.pb-md-20,
	.py-md-20 {
		padding-bottom:20rem!important;
	}

	.pl-md-20,
	.px-md-20 {
		padding-left:20rem!important;
	}

	.m-md-n1 {
		margin:-1rem!important;
	}

	.mt-md-n1,
	.my-md-n1 {
		margin-top:-1rem!important;
	}

	.mr-md-n1,
	.mx-md-n1 {
		margin-right:-1rem!important;
	}

	.mb-md-n1,
	.my-md-n1 {
		margin-bottom:-1rem!important;
	}

	.ml-md-n1,
	.mx-md-n1 {
		margin-left:-1rem!important;
	}

	.m-md-n2 {
		margin:-2rem!important;
	}

	.mt-md-n2,
	.my-md-n2 {
		margin-top:-2rem!important;
	}

	.mr-md-n2,
	.mx-md-n2 {
		margin-right:-2rem!important;
	}

	.mb-md-n2,
	.my-md-n2 {
		margin-bottom:-2rem!important;
	}

	.ml-md-n2,
	.mx-md-n2 {
		margin-left:-2rem!important;
	}

	.m-md-n3 {
		margin:-3rem!important;
	}

	.mt-md-n3,
	.my-md-n3 {
		margin-top:-3rem!important;
	}

	.mr-md-n3,
	.mx-md-n3 {
		margin-right:-3rem!important;
	}

	.mb-md-n3,
	.my-md-n3 {
		margin-bottom:-3rem!important;
	}

	.ml-md-n3,
	.mx-md-n3 {
		margin-left:-3rem!important;
	}

	.m-md-n4 {
		margin:-4rem!important;
	}

	.mt-md-n4,
	.my-md-n4 {
		margin-top:-4rem!important;
	}

	.mr-md-n4,
	.mx-md-n4 {
		margin-right:-4rem!important;
	}

	.mb-md-n4,
	.my-md-n4 {
		margin-bottom:-4rem!important;
	}

	.ml-md-n4,
	.mx-md-n4 {
		margin-left:-4rem!important;
	}

	.m-md-n5 {
		margin:-5rem!important;
	}

	.mt-md-n5,
	.my-md-n5 {
		margin-top:-5rem!important;
	}

	.mr-md-n5,
	.mx-md-n5 {
		margin-right:-5rem!important;
	}

	.mb-md-n5,
	.my-md-n5 {
		margin-bottom:-5rem!important;
	}

	.ml-md-n5,
	.mx-md-n5 {
		margin-left:-5rem!important;
	}

	.m-md-n6 {
		margin:-6rem!important;
	}

	.mt-md-n6,
	.my-md-n6 {
		margin-top:-6rem!important;
	}

	.mr-md-n6,
	.mx-md-n6 {
		margin-right:-6rem!important;
	}

	.mb-md-n6,
	.my-md-n6 {
		margin-bottom:-6rem!important;
	}

	.ml-md-n6,
	.mx-md-n6 {
		margin-left:-6rem!important;
	}

	.m-md-n7 {
		margin:-7rem!important;
	}

	.mt-md-n7,
	.my-md-n7 {
		margin-top:-7rem!important;
	}

	.mr-md-n7,
	.mx-md-n7 {
		margin-right:-7rem!important;
	}

	.mb-md-n7,
	.my-md-n7 {
		margin-bottom:-7rem!important;
	}

	.ml-md-n7,
	.mx-md-n7 {
		margin-left:-7rem!important;
	}

	.m-md-n8 {
		margin:-8rem!important;
	}

	.mt-md-n8,
	.my-md-n8 {
		margin-top:-8rem!important;
	}

	.mr-md-n8,
	.mx-md-n8 {
		margin-right:-8rem!important;
	}

	.mb-md-n8,
	.my-md-n8 {
		margin-bottom:-8rem!important;
	}

	.ml-md-n8,
	.mx-md-n8 {
		margin-left:-8rem!important;
	}

	.m-md-n9 {
		margin:-9rem!important;
	}

	.mt-md-n9,
	.my-md-n9 {
		margin-top:-9rem!important;
	}

	.mr-md-n9,
	.mx-md-n9 {
		margin-right:-9rem!important;
	}

	.mb-md-n9,
	.my-md-n9 {
		margin-bottom:-9rem!important;
	}

	.ml-md-n9,
	.mx-md-n9 {
		margin-left:-9rem!important;
	}

	.m-md-n10 {
		margin:-10rem!important;
	}

	.mt-md-n10,
	.my-md-n10 {
		margin-top:-10rem!important;
	}

	.mr-md-n10,
	.mx-md-n10 {
		margin-right:-10rem!important;
	}

	.mb-md-n10,
	.my-md-n10 {
		margin-bottom:-10rem!important;
	}

	.ml-md-n10,
	.mx-md-n10 {
		margin-left:-10rem!important;
	}

	.m-md-n11 {
		margin:-11rem!important;
	}

	.mt-md-n11,
	.my-md-n11 {
		margin-top:-11rem!important;
	}

	.mr-md-n11,
	.mx-md-n11 {
		margin-right:-11rem!important;
	}

	.mb-md-n11,
	.my-md-n11 {
		margin-bottom:-11rem!important;
	}

	.ml-md-n11,
	.mx-md-n11 {
		margin-left:-11rem!important;
	}

	.m-md-n12 {
		margin:-12rem!important;
	}

	.mt-md-n12,
	.my-md-n12 {
		margin-top:-12rem!important;
	}

	.mr-md-n12,
	.mx-md-n12 {
		margin-right:-12rem!important;
	}

	.mb-md-n12,
	.my-md-n12 {
		margin-bottom:-12rem!important;
	}

	.ml-md-n12,
	.mx-md-n12 {
		margin-left:-12rem!important;
	}

	.m-md-n13 {
		margin:-13rem!important;
	}

	.mt-md-n13,
	.my-md-n13 {
		margin-top:-13rem!important;
	}

	.mr-md-n13,
	.mx-md-n13 {
		margin-right:-13rem!important;
	}

	.mb-md-n13,
	.my-md-n13 {
		margin-bottom:-13rem!important;
	}

	.ml-md-n13,
	.mx-md-n13 {
		margin-left:-13rem!important;
	}

	.m-md-n14 {
		margin:-14rem!important;
	}

	.mt-md-n14,
	.my-md-n14 {
		margin-top:-14rem!important;
	}

	.mr-md-n14,
	.mx-md-n14 {
		margin-right:-14rem!important;
	}

	.mb-md-n14,
	.my-md-n14 {
		margin-bottom:-14rem!important;
	}

	.ml-md-n14,
	.mx-md-n14 {
		margin-left:-14rem!important;
	}

	.m-md-n15 {
		margin:-15rem!important;
	}

	.mt-md-n15,
	.my-md-n15 {
		margin-top:-15rem!important;
	}

	.mr-md-n15,
	.mx-md-n15 {
		margin-right:-15rem!important;
	}

	.mb-md-n15,
	.my-md-n15 {
		margin-bottom:-15rem!important;
	}

	.ml-md-n15,
	.mx-md-n15 {
		margin-left:-15rem!important;
	}

	.m-md-n20 {
		margin:-20rem!important;
	}

	.mt-md-n20,
	.my-md-n20 {
		margin-top:-20rem!important;
	}

	.mr-md-n20,
	.mx-md-n20 {
		margin-right:-20rem!important;
	}

	.mb-md-n20,
	.my-md-n20 {
		margin-bottom:-20rem!important;
	}

	.ml-md-n20,
	.mx-md-n20 {
		margin-left:-20rem!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;
	}

	.commentlist-item .commentlist-item {
		padding:0 0 0 2em;
	}

	.latest-tour_slide._prev {
		opacity:1;
		-webkit-transform:translateX(0);
		-ms-transform:translateX(0);
		transform:translateX(0);
	}
}

@media (min-width:48em) {
	.gallery-columns-5 .gallery-item {
		max-width:20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width:16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width:14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width:12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width:11.11%;
	}
}

@media (min-width:769px) {
	.dropdown_list {
		position:absolute;
		top:calc(100% + 10px);
		left:0;
	}

	.dropdown:hover> .dropdown_list,
	.dropdown_item .dropdown_curret {
		display:block;
	}

	.dropdown_curret {
		display:none;
	}

	.dropdown_list {
		padding:0;
		min-width:140px;
		border-radius:.3rem;
		-webkit-box-shadow:0 10px 30px rgba(0,0,0,.06);
		box-shadow:0 10px 30px rgba(0,0,0,.06);
	}
}

@media (min-width:812px) and (max-height:414px) {
	.container {
		padding-left:50px!important;
		padding-right:50px!important;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.d-lg-none {
		display:none!important;
	}

	.d-lg-inline {
		display:inline!important;
	}

	.d-lg-inline-block {
		display:inline-block!important;
	}

	.d-lg-block {
		display:block!important;
	}

	.d-lg-table {
		display:table!important;
	}

	.d-lg-table-row {
		display:table-row!important;
	}

	.d-lg-table-cell {
		display:table-cell!important;
	}

	.d-lg-flex {
		display:-webkit-box!important;
		display:-ms-flexbox!important;
		display:flex!important;
	}

	.d-lg-inline-flex {
		display:-webkit-inline-box!important;
		display:-ms-inline-flexbox!important;
		display:inline-flex!important;
	}

	.flex-lg-column,
	.flex-lg-row {
		-webkit-box-orient:horizontal!important;
		-webkit-box-direction:normal!important;
		-ms-flex-direction:row!important;
		flex-direction:row!important;
	}

	.flex-lg-column {
		-webkit-box-orient:vertical!important;
		-ms-flex-direction:column!important;
		flex-direction:column!important;
	}

	.flex-lg-column-reverse,
	.flex-lg-row-reverse {
		-webkit-box-orient:horizontal!important;
		-webkit-box-direction:reverse!important;
		-ms-flex-direction:row-reverse!important;
		flex-direction:row-reverse!important;
	}

	.flex-lg-column-reverse {
		-webkit-box-orient:vertical!important;
		-ms-flex-direction:column-reverse!important;
		flex-direction:column-reverse!important;
	}

	.flex-lg-wrap {
		-ms-flex-wrap:wrap!important;
		flex-wrap:wrap!important;
	}

	.flex-lg-nowrap {
		-ms-flex-wrap:nowrap!important;
		flex-wrap:nowrap!important;
	}

	.flex-lg-wrap-reverse {
		-ms-flex-wrap:wrap-reverse!important;
		flex-wrap:wrap-reverse!important;
	}

	.flex-lg-fill {
		-webkit-box-flex:1!important;
		-ms-flex:1 1 auto!important;
		flex:1 1 auto!important;
	}

	.flex-lg-grow-0 {
		-webkit-box-flex:0!important;
		-ms-flex-positive:0!important;
		flex-grow:0!important;
	}

	.flex-lg-grow-1 {
		-webkit-box-flex:1!important;
		-ms-flex-positive:1!important;
		flex-grow:1!important;
	}

	.flex-lg-shrink-0 {
		-ms-flex-negative:0!important;
		flex-shrink:0!important;
	}

	.flex-lg-shrink-1 {
		-ms-flex-negative:1!important;
		flex-shrink:1!important;
	}

	.justify-content-lg-start {
		-webkit-box-pack:start!important;
		-ms-flex-pack:start!important;
		justify-content:flex-start!important;
	}

	.justify-content-lg-end {
		-webkit-box-pack:end!important;
		-ms-flex-pack:end!important;
		justify-content:flex-end!important;
	}

	.justify-content-lg-center {
		-webkit-box-pack:center!important;
		-ms-flex-pack:center!important;
		justify-content:center!important;
	}

	.justify-content-lg-between {
		-webkit-box-pack:justify!important;
		-ms-flex-pack:justify!important;
		justify-content:space-between!important;
	}

	.justify-content-lg-around {
		-ms-flex-pack:distribute!important;
		justify-content:space-around!important;
	}

	.align-items-lg-start {
		-webkit-box-align:start!important;
		-ms-flex-align:start!important;
		align-items:flex-start!important;
	}

	.align-items-lg-end {
		-webkit-box-align:end!important;
		-ms-flex-align:end!important;
		align-items:flex-end!important;
	}

	.align-items-lg-center {
		-webkit-box-align:center!important;
		-ms-flex-align:center!important;
		align-items:center!important;
	}

	.align-items-lg-baseline {
		-webkit-box-align:baseline!important;
		-ms-flex-align:baseline!important;
		align-items:baseline!important;
	}

	.align-items-lg-stretch {
		-webkit-box-align:stretch!important;
		-ms-flex-align:stretch!important;
		align-items:stretch!important;
	}

	.align-content-lg-start {
		-ms-flex-line-pack:start!important;
		align-content:flex-start!important;
	}

	.align-content-lg-end {
		-ms-flex-line-pack:end!important;
		align-content:flex-end!important;
	}

	.align-content-lg-center {
		-ms-flex-line-pack:center!important;
		align-content:center!important;
	}

	.align-content-lg-between {
		-ms-flex-line-pack:justify!important;
		align-content:space-between!important;
	}

	.align-content-lg-around {
		-ms-flex-line-pack:distribute!important;
		align-content:space-around!important;
	}

	.align-content-lg-stretch {
		-ms-flex-line-pack:stretch!important;
		align-content:stretch!important;
	}

	.align-self-lg-auto {
		-ms-flex-item-align:auto!important;
		align-self:auto!important;
	}

	.align-self-lg-start {
		-ms-flex-item-align:start!important;
		align-self:flex-start!important;
	}

	.align-self-lg-end {
		-ms-flex-item-align:end!important;
		align-self:flex-end!important;
	}

	.align-self-lg-center {
		-ms-flex-item-align:center!important;
		align-self:center!important;
	}

	.align-self-lg-baseline {
		-ms-flex-item-align:baseline!important;
		align-self:baseline!important;
	}

	.align-self-lg-stretch {
		-ms-flex-item-align:stretch!important;
		align-self:stretch!important;
	}

	.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:1rem!important;
	}

	.mt-lg-1,
	.my-lg-1 {
		margin-top:1rem!important;
	}

	.mr-lg-1,
	.mx-lg-1 {
		margin-right:1rem!important;
	}

	.mb-lg-1,
	.my-lg-1 {
		margin-bottom:1rem!important;
	}

	.ml-lg-1,
	.mx-lg-1 {
		margin-left:1rem!important;
	}

	.m-lg-2 {
		margin:2rem!important;
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top:2rem!important;
	}

	.mr-lg-2,
	.mx-lg-2 {
		margin-right:2rem!important;
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom:2rem!important;
	}

	.ml-lg-2,
	.mx-lg-2 {
		margin-left:2rem!important;
	}

	.m-lg-3 {
		margin:3rem!important;
	}

	.mt-lg-3,
	.my-lg-3 {
		margin-top:3rem!important;
	}

	.mr-lg-3,
	.mx-lg-3 {
		margin-right:3rem!important;
	}

	.mb-lg-3,
	.my-lg-3 {
		margin-bottom:3rem!important;
	}

	.ml-lg-3,
	.mx-lg-3 {
		margin-left:3rem!important;
	}

	.m-lg-4 {
		margin:4rem!important;
	}

	.mt-lg-4,
	.my-lg-4 {
		margin-top:4rem!important;
	}

	.mr-lg-4,
	.mx-lg-4 {
		margin-right:4rem!important;
	}

	.mb-lg-4,
	.my-lg-4 {
		margin-bottom:4rem!important;
	}

	.ml-lg-4,
	.mx-lg-4 {
		margin-left:4rem!important;
	}

	.m-lg-5 {
		margin:5rem!important;
	}

	.mt-lg-5,
	.my-lg-5 {
		margin-top:5rem!important;
	}

	.mr-lg-5,
	.mx-lg-5 {
		margin-right:5rem!important;
	}

	.mb-lg-5,
	.my-lg-5 {
		margin-bottom:5rem!important;
	}

	.ml-lg-5,
	.mx-lg-5 {
		margin-left:5rem!important;
	}

	.m-lg-6 {
		margin:6rem!important;
	}

	.mt-lg-6,
	.my-lg-6 {
		margin-top:6rem!important;
	}

	.mr-lg-6,
	.mx-lg-6 {
		margin-right:6rem!important;
	}

	.mb-lg-6,
	.my-lg-6 {
		margin-bottom:6rem!important;
	}

	.ml-lg-6,
	.mx-lg-6 {
		margin-left:6rem!important;
	}

	.m-lg-7 {
		margin:7rem!important;
	}

	.mt-lg-7,
	.my-lg-7 {
		margin-top:7rem!important;
	}

	.mr-lg-7,
	.mx-lg-7 {
		margin-right:7rem!important;
	}

	.mb-lg-7,
	.my-lg-7 {
		margin-bottom:7rem!important;
	}

	.ml-lg-7,
	.mx-lg-7 {
		margin-left:7rem!important;
	}

	.m-lg-8 {
		margin:8rem!important;
	}

	.mt-lg-8,
	.my-lg-8 {
		margin-top:8rem!important;
	}

	.mr-lg-8,
	.mx-lg-8 {
		margin-right:8rem!important;
	}

	.mb-lg-8,
	.my-lg-8 {
		margin-bottom:8rem!important;
	}

	.ml-lg-8,
	.mx-lg-8 {
		margin-left:8rem!important;
	}

	.m-lg-9 {
		margin:9rem!important;
	}

	.mt-lg-9,
	.my-lg-9 {
		margin-top:9rem!important;
	}

	.mr-lg-9,
	.mx-lg-9 {
		margin-right:9rem!important;
	}

	.mb-lg-9,
	.my-lg-9 {
		margin-bottom:9rem!important;
	}

	.ml-lg-9,
	.mx-lg-9 {
		margin-left:9rem!important;
	}

	.m-lg-10 {
		margin:10rem!important;
	}

	.mt-lg-10,
	.my-lg-10 {
		margin-top:10rem!important;
	}

	.mr-lg-10,
	.mx-lg-10 {
		margin-right:10rem!important;
	}

	.mb-lg-10,
	.my-lg-10 {
		margin-bottom:10rem!important;
	}

	.ml-lg-10,
	.mx-lg-10 {
		margin-left:10rem!important;
	}

	.m-lg-11 {
		margin:11rem!important;
	}

	.mt-lg-11,
	.my-lg-11 {
		margin-top:11rem!important;
	}

	.mr-lg-11,
	.mx-lg-11 {
		margin-right:11rem!important;
	}

	.mb-lg-11,
	.my-lg-11 {
		margin-bottom:11rem!important;
	}

	.ml-lg-11,
	.mx-lg-11 {
		margin-left:11rem!important;
	}

	.m-lg-12 {
		margin:12rem!important;
	}

	.mt-lg-12,
	.my-lg-12 {
		margin-top:12rem!important;
	}

	.mr-lg-12,
	.mx-lg-12 {
		margin-right:12rem!important;
	}

	.mb-lg-12,
	.my-lg-12 {
		margin-bottom:12rem!important;
	}

	.ml-lg-12,
	.mx-lg-12 {
		margin-left:12rem!important;
	}

	.m-lg-13 {
		margin:13rem!important;
	}

	.mt-lg-13,
	.my-lg-13 {
		margin-top:13rem!important;
	}

	.mr-lg-13,
	.mx-lg-13 {
		margin-right:13rem!important;
	}

	.mb-lg-13,
	.my-lg-13 {
		margin-bottom:13rem!important;
	}

	.ml-lg-13,
	.mx-lg-13 {
		margin-left:13rem!important;
	}

	.m-lg-14 {
		margin:14rem!important;
	}

	.mt-lg-14,
	.my-lg-14 {
		margin-top:14rem!important;
	}

	.mr-lg-14,
	.mx-lg-14 {
		margin-right:14rem!important;
	}

	.mb-lg-14,
	.my-lg-14 {
		margin-bottom:14rem!important;
	}

	.ml-lg-14,
	.mx-lg-14 {
		margin-left:14rem!important;
	}

	.m-lg-15 {
		margin:15rem!important;
	}

	.mt-lg-15,
	.my-lg-15 {
		margin-top:15rem!important;
	}

	.mr-lg-15,
	.mx-lg-15 {
		margin-right:15rem!important;
	}

	.mb-lg-15,
	.my-lg-15 {
		margin-bottom:15rem!important;
	}

	.ml-lg-15,
	.mx-lg-15 {
		margin-left:15rem!important;
	}

	.m-lg-20 {
		margin:20rem!important;
	}

	.mt-lg-20,
	.my-lg-20 {
		margin-top:20rem!important;
	}

	.mr-lg-20,
	.mx-lg-20 {
		margin-right:20rem!important;
	}

	.mb-lg-20,
	.my-lg-20 {
		margin-bottom:20rem!important;
	}

	.ml-lg-20,
	.mx-lg-20 {
		margin-left:20rem!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:1rem!important;
	}

	.pt-lg-1,
	.py-lg-1 {
		padding-top:1rem!important;
	}

	.pr-lg-1,
	.px-lg-1 {
		padding-right:1rem!important;
	}

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom:1rem!important;
	}

	.pl-lg-1,
	.px-lg-1 {
		padding-left:1rem!important;
	}

	.p-lg-2 {
		padding:2rem!important;
	}

	.pt-lg-2,
	.py-lg-2 {
		padding-top:2rem!important;
	}

	.pr-lg-2,
	.px-lg-2 {
		padding-right:2rem!important;
	}

	.pb-lg-2,
	.py-lg-2 {
		padding-bottom:2rem!important;
	}

	.pl-lg-2,
	.px-lg-2 {
		padding-left:2rem!important;
	}

	.p-lg-3 {
		padding:3rem!important;
	}

	.pt-lg-3,
	.py-lg-3 {
		padding-top:3rem!important;
	}

	.pr-lg-3,
	.px-lg-3 {
		padding-right:3rem!important;
	}

	.pb-lg-3,
	.py-lg-3 {
		padding-bottom:3rem!important;
	}

	.pl-lg-3,
	.px-lg-3 {
		padding-left:3rem!important;
	}

	.p-lg-4 {
		padding:4rem!important;
	}

	.pt-lg-4,
	.py-lg-4 {
		padding-top:4rem!important;
	}

	.pr-lg-4,
	.px-lg-4 {
		padding-right:4rem!important;
	}

	.pb-lg-4,
	.py-lg-4 {
		padding-bottom:4rem!important;
	}

	.pl-lg-4,
	.px-lg-4 {
		padding-left:4rem!important;
	}

	.p-lg-5 {
		padding:5rem!important;
	}

	.pt-lg-5,
	.py-lg-5 {
		padding-top:5rem!important;
	}

	.pr-lg-5,
	.px-lg-5 {
		padding-right:5rem!important;
	}

	.pb-lg-5,
	.py-lg-5 {
		padding-bottom:5rem!important;
	}

	.pl-lg-5,
	.px-lg-5 {
		padding-left:5rem!important;
	}

	.p-lg-6 {
		padding:6rem!important;
	}

	.pt-lg-6,
	.py-lg-6 {
		padding-top:6rem!important;
	}

	.pr-lg-6,
	.px-lg-6 {
		padding-right:6rem!important;
	}

	.pb-lg-6,
	.py-lg-6 {
		padding-bottom:6rem!important;
	}

	.pl-lg-6,
	.px-lg-6 {
		padding-left:6rem!important;
	}

	.p-lg-7 {
		padding:7rem!important;
	}

	.pt-lg-7,
	.py-lg-7 {
		padding-top:7rem!important;
	}

	.pr-lg-7,
	.px-lg-7 {
		padding-right:7rem!important;
	}

	.pb-lg-7,
	.py-lg-7 {
		padding-bottom:7rem!important;
	}

	.pl-lg-7,
	.px-lg-7 {
		padding-left:7rem!important;
	}

	.p-lg-8 {
		padding:8rem!important;
	}

	.pt-lg-8,
	.py-lg-8 {
		padding-top:8rem!important;
	}

	.pr-lg-8,
	.px-lg-8 {
		padding-right:8rem!important;
	}

	.pb-lg-8,
	.py-lg-8 {
		padding-bottom:8rem!important;
	}

	.pl-lg-8,
	.px-lg-8 {
		padding-left:8rem!important;
	}

	.p-lg-9 {
		padding:9rem!important;
	}

	.pt-lg-9,
	.py-lg-9 {
		padding-top:9rem!important;
	}

	.pr-lg-9,
	.px-lg-9 {
		padding-right:9rem!important;
	}

	.pb-lg-9,
	.py-lg-9 {
		padding-bottom:9rem!important;
	}

	.pl-lg-9,
	.px-lg-9 {
		padding-left:9rem!important;
	}

	.p-lg-10 {
		padding:10rem!important;
	}

	.pt-lg-10,
	.py-lg-10 {
		padding-top:10rem!important;
	}

	.pr-lg-10,
	.px-lg-10 {
		padding-right:10rem!important;
	}

	.pb-lg-10,
	.py-lg-10 {
		padding-bottom:10rem!important;
	}

	.pl-lg-10,
	.px-lg-10 {
		padding-left:10rem!important;
	}

	.p-lg-11 {
		padding:11rem!important;
	}

	.pt-lg-11,
	.py-lg-11 {
		padding-top:11rem!important;
	}

	.pr-lg-11,
	.px-lg-11 {
		padding-right:11rem!important;
	}

	.pb-lg-11,
	.py-lg-11 {
		padding-bottom:11rem!important;
	}

	.pl-lg-11,
	.px-lg-11 {
		padding-left:11rem!important;
	}

	.p-lg-12 {
		padding:12rem!important;
	}

	.pt-lg-12,
	.py-lg-12 {
		padding-top:12rem!important;
	}

	.pr-lg-12,
	.px-lg-12 {
		padding-right:12rem!important;
	}

	.pb-lg-12,
	.py-lg-12 {
		padding-bottom:12rem!important;
	}

	.pl-lg-12,
	.px-lg-12 {
		padding-left:12rem!important;
	}

	.p-lg-13 {
		padding:13rem!important;
	}

	.pt-lg-13,
	.py-lg-13 {
		padding-top:13rem!important;
	}

	.pr-lg-13,
	.px-lg-13 {
		padding-right:13rem!important;
	}

	.pb-lg-13,
	.py-lg-13 {
		padding-bottom:13rem!important;
	}

	.pl-lg-13,
	.px-lg-13 {
		padding-left:13rem!important;
	}

	.p-lg-14 {
		padding:14rem!important;
	}

	.pt-lg-14,
	.py-lg-14 {
		padding-top:14rem!important;
	}

	.pr-lg-14,
	.px-lg-14 {
		padding-right:14rem!important;
	}

	.pb-lg-14,
	.py-lg-14 {
		padding-bottom:14rem!important;
	}

	.pl-lg-14,
	.px-lg-14 {
		padding-left:14rem!important;
	}

	.p-lg-15 {
		padding:15rem!important;
	}

	.pt-lg-15,
	.py-lg-15 {
		padding-top:15rem!important;
	}

	.pr-lg-15,
	.px-lg-15 {
		padding-right:15rem!important;
	}

	.pb-lg-15,
	.py-lg-15 {
		padding-bottom:15rem!important;
	}

	.pl-lg-15,
	.px-lg-15 {
		padding-left:15rem!important;
	}

	.p-lg-20 {
		padding:20rem!important;
	}

	.pt-lg-20,
	.py-lg-20 {
		padding-top:20rem!important;
	}

	.pr-lg-20,
	.px-lg-20 {
		padding-right:20rem!important;
	}

	.pb-lg-20,
	.py-lg-20 {
		padding-bottom:20rem!important;
	}

	.pl-lg-20,
	.px-lg-20 {
		padding-left:20rem!important;
	}

	.m-lg-n1 {
		margin:-1rem!important;
	}

	.mt-lg-n1,
	.my-lg-n1 {
		margin-top:-1rem!important;
	}

	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right:-1rem!important;
	}

	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom:-1rem!important;
	}

	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left:-1rem!important;
	}

	.m-lg-n2 {
		margin:-2rem!important;
	}

	.mt-lg-n2,
	.my-lg-n2 {
		margin-top:-2rem!important;
	}

	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right:-2rem!important;
	}

	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom:-2rem!important;
	}

	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left:-2rem!important;
	}

	.m-lg-n3 {
		margin:-3rem!important;
	}

	.mt-lg-n3,
	.my-lg-n3 {
		margin-top:-3rem!important;
	}

	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right:-3rem!important;
	}

	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom:-3rem!important;
	}

	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left:-3rem!important;
	}

	.m-lg-n4 {
		margin:-4rem!important;
	}

	.mt-lg-n4,
	.my-lg-n4 {
		margin-top:-4rem!important;
	}

	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right:-4rem!important;
	}

	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom:-4rem!important;
	}

	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left:-4rem!important;
	}

	.m-lg-n5 {
		margin:-5rem!important;
	}

	.mt-lg-n5,
	.my-lg-n5 {
		margin-top:-5rem!important;
	}

	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right:-5rem!important;
	}

	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom:-5rem!important;
	}

	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left:-5rem!important;
	}

	.m-lg-n6 {
		margin:-6rem!important;
	}

	.mt-lg-n6,
	.my-lg-n6 {
		margin-top:-6rem!important;
	}

	.mr-lg-n6,
	.mx-lg-n6 {
		margin-right:-6rem!important;
	}

	.mb-lg-n6,
	.my-lg-n6 {
		margin-bottom:-6rem!important;
	}

	.ml-lg-n6,
	.mx-lg-n6 {
		margin-left:-6rem!important;
	}

	.m-lg-n7 {
		margin:-7rem!important;
	}

	.mt-lg-n7,
	.my-lg-n7 {
		margin-top:-7rem!important;
	}

	.mr-lg-n7,
	.mx-lg-n7 {
		margin-right:-7rem!important;
	}

	.mb-lg-n7,
	.my-lg-n7 {
		margin-bottom:-7rem!important;
	}

	.ml-lg-n7,
	.mx-lg-n7 {
		margin-left:-7rem!important;
	}

	.m-lg-n8 {
		margin:-8rem!important;
	}

	.mt-lg-n8,
	.my-lg-n8 {
		margin-top:-8rem!important;
	}

	.mr-lg-n8,
	.mx-lg-n8 {
		margin-right:-8rem!important;
	}

	.mb-lg-n8,
	.my-lg-n8 {
		margin-bottom:-8rem!important;
	}

	.ml-lg-n8,
	.mx-lg-n8 {
		margin-left:-8rem!important;
	}

	.m-lg-n9 {
		margin:-9rem!important;
	}

	.mt-lg-n9,
	.my-lg-n9 {
		margin-top:-9rem!important;
	}

	.mr-lg-n9,
	.mx-lg-n9 {
		margin-right:-9rem!important;
	}

	.mb-lg-n9,
	.my-lg-n9 {
		margin-bottom:-9rem!important;
	}

	.ml-lg-n9,
	.mx-lg-n9 {
		margin-left:-9rem!important;
	}

	.m-lg-n10 {
		margin:-10rem!important;
	}

	.mt-lg-n10,
	.my-lg-n10 {
		margin-top:-10rem!important;
	}

	.mr-lg-n10,
	.mx-lg-n10 {
		margin-right:-10rem!important;
	}

	.mb-lg-n10,
	.my-lg-n10 {
		margin-bottom:-10rem!important;
	}

	.ml-lg-n10,
	.mx-lg-n10 {
		margin-left:-10rem!important;
	}

	.m-lg-n11 {
		margin:-11rem!important;
	}

	.mt-lg-n11,
	.my-lg-n11 {
		margin-top:-11rem!important;
	}

	.mr-lg-n11,
	.mx-lg-n11 {
		margin-right:-11rem!important;
	}

	.mb-lg-n11,
	.my-lg-n11 {
		margin-bottom:-11rem!important;
	}

	.ml-lg-n11,
	.mx-lg-n11 {
		margin-left:-11rem!important;
	}

	.m-lg-n12 {
		margin:-12rem!important;
	}

	.mt-lg-n12,
	.my-lg-n12 {
		margin-top:-12rem!important;
	}

	.mr-lg-n12,
	.mx-lg-n12 {
		margin-right:-12rem!important;
	}

	.mb-lg-n12,
	.my-lg-n12 {
		margin-bottom:-12rem!important;
	}

	.ml-lg-n12,
	.mx-lg-n12 {
		margin-left:-12rem!important;
	}

	.m-lg-n13 {
		margin:-13rem!important;
	}

	.mt-lg-n13,
	.my-lg-n13 {
		margin-top:-13rem!important;
	}

	.mr-lg-n13,
	.mx-lg-n13 {
		margin-right:-13rem!important;
	}

	.mb-lg-n13,
	.my-lg-n13 {
		margin-bottom:-13rem!important;
	}

	.ml-lg-n13,
	.mx-lg-n13 {
		margin-left:-13rem!important;
	}

	.m-lg-n14 {
		margin:-14rem!important;
	}

	.mt-lg-n14,
	.my-lg-n14 {
		margin-top:-14rem!important;
	}

	.mr-lg-n14,
	.mx-lg-n14 {
		margin-right:-14rem!important;
	}

	.mb-lg-n14,
	.my-lg-n14 {
		margin-bottom:-14rem!important;
	}

	.ml-lg-n14,
	.mx-lg-n14 {
		margin-left:-14rem!important;
	}

	.m-lg-n15 {
		margin:-15rem!important;
	}

	.mt-lg-n15,
	.my-lg-n15 {
		margin-top:-15rem!important;
	}

	.mr-lg-n15,
	.mx-lg-n15 {
		margin-right:-15rem!important;
	}

	.mb-lg-n15,
	.my-lg-n15 {
		margin-bottom:-15rem!important;
	}

	.ml-lg-n15,
	.mx-lg-n15 {
		margin-left:-15rem!important;
	}

	.m-lg-n20 {
		margin:-20rem!important;
	}

	.mt-lg-n20,
	.my-lg-n20 {
		margin-top:-20rem!important;
	}

	.mr-lg-n20,
	.mx-lg-n20 {
		margin-right:-20rem!important;
	}

	.mb-lg-n20,
	.my-lg-n20 {
		margin-bottom:-20rem!important;
	}

	.ml-lg-n20,
	.mx-lg-n20 {
		margin-left:-20rem!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:1024px) {
	.gallery-item {
		max-width:25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width:100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width:50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width:33.333%;
	}

	.gallery-columns-4 .gallery-item {
		max-width:25%;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.d-xl-none {
		display:none!important;
	}

	.d-xl-inline {
		display:inline!important;
	}

	.d-xl-inline-block {
		display:inline-block!important;
	}

	.d-xl-block {
		display:block!important;
	}

	.d-xl-table {
		display:table!important;
	}

	.d-xl-table-row {
		display:table-row!important;
	}

	.d-xl-table-cell {
		display:table-cell!important;
	}

	.d-xl-flex {
		display:-webkit-box!important;
		display:-ms-flexbox!important;
		display:flex!important;
	}

	.d-xl-inline-flex {
		display:-webkit-inline-box!important;
		display:-ms-inline-flexbox!important;
		display:inline-flex!important;
	}

	.flex-xl-column,
	.flex-xl-row {
		-webkit-box-orient:horizontal!important;
		-webkit-box-direction:normal!important;
		-ms-flex-direction:row!important;
		flex-direction:row!important;
	}

	.flex-xl-column {
		-webkit-box-orient:vertical!important;
		-ms-flex-direction:column!important;
		flex-direction:column!important;
	}

	.flex-xl-column-reverse,
	.flex-xl-row-reverse {
		-webkit-box-orient:horizontal!important;
		-webkit-box-direction:reverse!important;
		-ms-flex-direction:row-reverse!important;
		flex-direction:row-reverse!important;
	}

	.flex-xl-column-reverse {
		-webkit-box-orient:vertical!important;
		-ms-flex-direction:column-reverse!important;
		flex-direction:column-reverse!important;
	}

	.flex-xl-wrap {
		-ms-flex-wrap:wrap!important;
		flex-wrap:wrap!important;
	}

	.flex-xl-nowrap {
		-ms-flex-wrap:nowrap!important;
		flex-wrap:nowrap!important;
	}

	.flex-xl-wrap-reverse {
		-ms-flex-wrap:wrap-reverse!important;
		flex-wrap:wrap-reverse!important;
	}

	.flex-xl-fill {
		-webkit-box-flex:1!important;
		-ms-flex:1 1 auto!important;
		flex:1 1 auto!important;
	}

	.flex-xl-grow-0 {
		-webkit-box-flex:0!important;
		-ms-flex-positive:0!important;
		flex-grow:0!important;
	}

	.flex-xl-grow-1 {
		-webkit-box-flex:1!important;
		-ms-flex-positive:1!important;
		flex-grow:1!important;
	}

	.flex-xl-shrink-0 {
		-ms-flex-negative:0!important;
		flex-shrink:0!important;
	}

	.flex-xl-shrink-1 {
		-ms-flex-negative:1!important;
		flex-shrink:1!important;
	}

	.justify-content-xl-start {
		-webkit-box-pack:start!important;
		-ms-flex-pack:start!important;
		justify-content:flex-start!important;
	}

	.justify-content-xl-end {
		-webkit-box-pack:end!important;
		-ms-flex-pack:end!important;
		justify-content:flex-end!important;
	}

	.justify-content-xl-center {
		-webkit-box-pack:center!important;
		-ms-flex-pack:center!important;
		justify-content:center!important;
	}

	.justify-content-xl-between {
		-webkit-box-pack:justify!important;
		-ms-flex-pack:justify!important;
		justify-content:space-between!important;
	}

	.justify-content-xl-around {
		-ms-flex-pack:distribute!important;
		justify-content:space-around!important;
	}

	.align-items-xl-start {
		-webkit-box-align:start!important;
		-ms-flex-align:start!important;
		align-items:flex-start!important;
	}

	.align-items-xl-end {
		-webkit-box-align:end!important;
		-ms-flex-align:end!important;
		align-items:flex-end!important;
	}

	.align-items-xl-center {
		-webkit-box-align:center!important;
		-ms-flex-align:center!important;
		align-items:center!important;
	}

	.align-items-xl-baseline {
		-webkit-box-align:baseline!important;
		-ms-flex-align:baseline!important;
		align-items:baseline!important;
	}

	.align-items-xl-stretch {
		-webkit-box-align:stretch!important;
		-ms-flex-align:stretch!important;
		align-items:stretch!important;
	}

	.align-content-xl-start {
		-ms-flex-line-pack:start!important;
		align-content:flex-start!important;
	}

	.align-content-xl-end {
		-ms-flex-line-pack:end!important;
		align-content:flex-end!important;
	}

	.align-content-xl-center {
		-ms-flex-line-pack:center!important;
		align-content:center!important;
	}

	.align-content-xl-between {
		-ms-flex-line-pack:justify!important;
		align-content:space-between!important;
	}

	.align-content-xl-around {
		-ms-flex-line-pack:distribute!important;
		align-content:space-around!important;
	}

	.align-content-xl-stretch {
		-ms-flex-line-pack:stretch!important;
		align-content:stretch!important;
	}

	.align-self-xl-auto {
		-ms-flex-item-align:auto!important;
		align-self:auto!important;
	}

	.align-self-xl-start {
		-ms-flex-item-align:start!important;
		align-self:flex-start!important;
	}

	.align-self-xl-end {
		-ms-flex-item-align:end!important;
		align-self:flex-end!important;
	}

	.align-self-xl-center {
		-ms-flex-item-align:center!important;
		align-self:center!important;
	}

	.align-self-xl-baseline {
		-ms-flex-item-align:baseline!important;
		align-self:baseline!important;
	}

	.align-self-xl-stretch {
		-ms-flex-item-align:stretch!important;
		align-self:stretch!important;
	}

	.m-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:1rem!important;
	}

	.mt-xl-1,
	.my-xl-1 {
		margin-top:1rem!important;
	}

	.mr-xl-1,
	.mx-xl-1 {
		margin-right:1rem!important;
	}

	.mb-xl-1,
	.my-xl-1 {
		margin-bottom:1rem!important;
	}

	.ml-xl-1,
	.mx-xl-1 {
		margin-left:1rem!important;
	}

	.m-xl-2 {
		margin:2rem!important;
	}

	.mt-xl-2,
	.my-xl-2 {
		margin-top:2rem!important;
	}

	.mr-xl-2,
	.mx-xl-2 {
		margin-right:2rem!important;
	}

	.mb-xl-2,
	.my-xl-2 {
		margin-bottom:2rem!important;
	}

	.ml-xl-2,
	.mx-xl-2 {
		margin-left:2rem!important;
	}

	.m-xl-3 {
		margin:3rem!important;
	}

	.mt-xl-3,
	.my-xl-3 {
		margin-top:3rem!important;
	}

	.mr-xl-3,
	.mx-xl-3 {
		margin-right:3rem!important;
	}

	.mb-xl-3,
	.my-xl-3 {
		margin-bottom:3rem!important;
	}

	.ml-xl-3,
	.mx-xl-3 {
		margin-left:3rem!important;
	}

	.m-xl-4 {
		margin:4rem!important;
	}

	.mt-xl-4,
	.my-xl-4 {
		margin-top:4rem!important;
	}

	.mr-xl-4,
	.mx-xl-4 {
		margin-right:4rem!important;
	}

	.mb-xl-4,
	.my-xl-4 {
		margin-bottom:4rem!important;
	}

	.ml-xl-4,
	.mx-xl-4 {
		margin-left:4rem!important;
	}

	.m-xl-5 {
		margin:5rem!important;
	}

	.mt-xl-5,
	.my-xl-5 {
		margin-top:5rem!important;
	}

	.mr-xl-5,
	.mx-xl-5 {
		margin-right:5rem!important;
	}

	.mb-xl-5,
	.my-xl-5 {
		margin-bottom:5rem!important;
	}

	.ml-xl-5,
	.mx-xl-5 {
		margin-left:5rem!important;
	}

	.m-xl-6 {
		margin:6rem!important;
	}

	.mt-xl-6,
	.my-xl-6 {
		margin-top:6rem!important;
	}

	.mr-xl-6,
	.mx-xl-6 {
		margin-right:6rem!important;
	}

	.mb-xl-6,
	.my-xl-6 {
		margin-bottom:6rem!important;
	}

	.ml-xl-6,
	.mx-xl-6 {
		margin-left:6rem!important;
	}

	.m-xl-7 {
		margin:7rem!important;
	}

	.mt-xl-7,
	.my-xl-7 {
		margin-top:7rem!important;
	}

	.mr-xl-7,
	.mx-xl-7 {
		margin-right:7rem!important;
	}

	.mb-xl-7,
	.my-xl-7 {
		margin-bottom:7rem!important;
	}

	.ml-xl-7,
	.mx-xl-7 {
		margin-left:7rem!important;
	}

	.m-xl-8 {
		margin:8rem!important;
	}

	.mt-xl-8,
	.my-xl-8 {
		margin-top:8rem!important;
	}

	.mr-xl-8,
	.mx-xl-8 {
		margin-right:8rem!important;
	}

	.mb-xl-8,
	.my-xl-8 {
		margin-bottom:8rem!important;
	}

	.ml-xl-8,
	.mx-xl-8 {
		margin-left:8rem!important;
	}

	.m-xl-9 {
		margin:9rem!important;
	}

	.mt-xl-9,
	.my-xl-9 {
		margin-top:9rem!important;
	}

	.mr-xl-9,
	.mx-xl-9 {
		margin-right:9rem!important;
	}

	.mb-xl-9,
	.my-xl-9 {
		margin-bottom:9rem!important;
	}

	.ml-xl-9,
	.mx-xl-9 {
		margin-left:9rem!important;
	}

	.m-xl-10 {
		margin:10rem!important;
	}

	.mt-xl-10,
	.my-xl-10 {
		margin-top:10rem!important;
	}

	.mr-xl-10,
	.mx-xl-10 {
		margin-right:10rem!important;
	}

	.mb-xl-10,
	.my-xl-10 {
		margin-bottom:10rem!important;
	}

	.ml-xl-10,
	.mx-xl-10 {
		margin-left:10rem!important;
	}

	.m-xl-11 {
		margin:11rem!important;
	}

	.mt-xl-11,
	.my-xl-11 {
		margin-top:11rem!important;
	}

	.mr-xl-11,
	.mx-xl-11 {
		margin-right:11rem!important;
	}

	.mb-xl-11,
	.my-xl-11 {
		margin-bottom:11rem!important;
	}

	.ml-xl-11,
	.mx-xl-11 {
		margin-left:11rem!important;
	}

	.m-xl-12 {
		margin:12rem!important;
	}

	.mt-xl-12,
	.my-xl-12 {
		margin-top:12rem!important;
	}

	.mr-xl-12,
	.mx-xl-12 {
		margin-right:12rem!important;
	}

	.mb-xl-12,
	.my-xl-12 {
		margin-bottom:12rem!important;
	}

	.ml-xl-12,
	.mx-xl-12 {
		margin-left:12rem!important;
	}

	.m-xl-13 {
		margin:13rem!important;
	}

	.mt-xl-13,
	.my-xl-13 {
		margin-top:13rem!important;
	}

	.mr-xl-13,
	.mx-xl-13 {
		margin-right:13rem!important;
	}

	.mb-xl-13,
	.my-xl-13 {
		margin-bottom:13rem!important;
	}

	.ml-xl-13,
	.mx-xl-13 {
		margin-left:13rem!important;
	}

	.m-xl-14 {
		margin:14rem!important;
	}

	.mt-xl-14,
	.my-xl-14 {
		margin-top:14rem!important;
	}

	.mr-xl-14,
	.mx-xl-14 {
		margin-right:14rem!important;
	}

	.mb-xl-14,
	.my-xl-14 {
		margin-bottom:14rem!important;
	}

	.ml-xl-14,
	.mx-xl-14 {
		margin-left:14rem!important;
	}

	.m-xl-15 {
		margin:15rem!important;
	}

	.mt-xl-15,
	.my-xl-15 {
		margin-top:15rem!important;
	}

	.mr-xl-15,
	.mx-xl-15 {
		margin-right:15rem!important;
	}

	.mb-xl-15,
	.my-xl-15 {
		margin-bottom:15rem!important;
	}

	.ml-xl-15,
	.mx-xl-15 {
		margin-left:15rem!important;
	}

	.m-xl-20 {
		margin:20rem!important;
	}

	.mt-xl-20,
	.my-xl-20 {
		margin-top:20rem!important;
	}

	.mr-xl-20,
	.mx-xl-20 {
		margin-right:20rem!important;
	}

	.mb-xl-20,
	.my-xl-20 {
		margin-bottom:20rem!important;
	}

	.ml-xl-20,
	.mx-xl-20 {
		margin-left:20rem!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:1rem!important;
	}

	.pt-xl-1,
	.py-xl-1 {
		padding-top:1rem!important;
	}

	.pr-xl-1,
	.px-xl-1 {
		padding-right:1rem!important;
	}

	.pb-xl-1,
	.py-xl-1 {
		padding-bottom:1rem!important;
	}

	.pl-xl-1,
	.px-xl-1 {
		padding-left:1rem!important;
	}

	.p-xl-2 {
		padding:2rem!important;
	}

	.pt-xl-2,
	.py-xl-2 {
		padding-top:2rem!important;
	}

	.pr-xl-2,
	.px-xl-2 {
		padding-right:2rem!important;
	}

	.pb-xl-2,
	.py-xl-2 {
		padding-bottom:2rem!important;
	}

	.pl-xl-2,
	.px-xl-2 {
		padding-left:2rem!important;
	}

	.p-xl-3 {
		padding:3rem!important;
	}

	.pt-xl-3,
	.py-xl-3 {
		padding-top:3rem!important;
	}

	.pr-xl-3,
	.px-xl-3 {
		padding-right:3rem!important;
	}

	.pb-xl-3,
	.py-xl-3 {
		padding-bottom:3rem!important;
	}

	.pl-xl-3,
	.px-xl-3 {
		padding-left:3rem!important;
	}

	.p-xl-4 {
		padding:4rem!important;
	}

	.pt-xl-4,
	.py-xl-4 {
		padding-top:4rem!important;
	}

	.pr-xl-4,
	.px-xl-4 {
		padding-right:4rem!important;
	}

	.pb-xl-4,
	.py-xl-4 {
		padding-bottom:4rem!important;
	}

	.pl-xl-4,
	.px-xl-4 {
		padding-left:4rem!important;
	}

	.p-xl-5 {
		padding:5rem!important;
	}

	.pt-xl-5,
	.py-xl-5 {
		padding-top:5rem!important;
	}

	.pr-xl-5,
	.px-xl-5 {
		padding-right:5rem!important;
	}

	.pb-xl-5,
	.py-xl-5 {
		padding-bottom:5rem!important;
	}

	.pl-xl-5,
	.px-xl-5 {
		padding-left:5rem!important;
	}

	.p-xl-6 {
		padding:6rem!important;
	}

	.pt-xl-6,
	.py-xl-6 {
		padding-top:6rem!important;
	}

	.pr-xl-6,
	.px-xl-6 {
		padding-right:6rem!important;
	}

	.pb-xl-6,
	.py-xl-6 {
		padding-bottom:6rem!important;
	}

	.pl-xl-6,
	.px-xl-6 {
		padding-left:6rem!important;
	}

	.p-xl-7 {
		padding:7rem!important;
	}

	.pt-xl-7,
	.py-xl-7 {
		padding-top:7rem!important;
	}

	.pr-xl-7,
	.px-xl-7 {
		padding-right:7rem!important;
	}

	.pb-xl-7,
	.py-xl-7 {
		padding-bottom:7rem!important;
	}

	.pl-xl-7,
	.px-xl-7 {
		padding-left:7rem!important;
	}

	.p-xl-8 {
		padding:8rem!important;
	}

	.pt-xl-8,
	.py-xl-8 {
		padding-top:8rem!important;
	}

	.pr-xl-8,
	.px-xl-8 {
		padding-right:8rem!important;
	}

	.pb-xl-8,
	.py-xl-8 {
		padding-bottom:8rem!important;
	}

	.pl-xl-8,
	.px-xl-8 {
		padding-left:8rem!important;
	}

	.p-xl-9 {
		padding:9rem!important;
	}

	.pt-xl-9,
	.py-xl-9 {
		padding-top:9rem!important;
	}

	.pr-xl-9,
	.px-xl-9 {
		padding-right:9rem!important;
	}

	.pb-xl-9,
	.py-xl-9 {
		padding-bottom:9rem!important;
	}

	.pl-xl-9,
	.px-xl-9 {
		padding-left:9rem!important;
	}

	.p-xl-10 {
		padding:10rem!important;
	}

	.pt-xl-10,
	.py-xl-10 {
		padding-top:10rem!important;
	}

	.pr-xl-10,
	.px-xl-10 {
		padding-right:10rem!important;
	}

	.pb-xl-10,
	.py-xl-10 {
		padding-bottom:10rem!important;
	}

	.pl-xl-10,
	.px-xl-10 {
		padding-left:10rem!important;
	}

	.p-xl-11 {
		padding:11rem!important;
	}

	.pt-xl-11,
	.py-xl-11 {
		padding-top:11rem!important;
	}

	.pr-xl-11,
	.px-xl-11 {
		padding-right:11rem!important;
	}

	.pb-xl-11,
	.py-xl-11 {
		padding-bottom:11rem!important;
	}

	.pl-xl-11,
	.px-xl-11 {
		padding-left:11rem!important;
	}

	.p-xl-12 {
		padding:12rem!important;
	}

	.pt-xl-12,
	.py-xl-12 {
		padding-top:12rem!important;
	}

	.pr-xl-12,
	.px-xl-12 {
		padding-right:12rem!important;
	}

	.pb-xl-12,
	.py-xl-12 {
		padding-bottom:12rem!important;
	}

	.pl-xl-12,
	.px-xl-12 {
		padding-left:12rem!important;
	}

	.p-xl-13 {
		padding:13rem!important;
	}

	.pt-xl-13,
	.py-xl-13 {
		padding-top:13rem!important;
	}

	.pr-xl-13,
	.px-xl-13 {
		padding-right:13rem!important;
	}

	.pb-xl-13,
	.py-xl-13 {
		padding-bottom:13rem!important;
	}

	.pl-xl-13,
	.px-xl-13 {
		padding-left:13rem!important;
	}

	.p-xl-14 {
		padding:14rem!important;
	}

	.pt-xl-14,
	.py-xl-14 {
		padding-top:14rem!important;
	}

	.pr-xl-14,
	.px-xl-14 {
		padding-right:14rem!important;
	}

	.pb-xl-14,
	.py-xl-14 {
		padding-bottom:14rem!important;
	}

	.pl-xl-14,
	.px-xl-14 {
		padding-left:14rem!important;
	}

	.p-xl-15 {
		padding:15rem!important;
	}

	.pt-xl-15,
	.py-xl-15 {
		padding-top:15rem!important;
	}

	.pr-xl-15,
	.px-xl-15 {
		padding-right:15rem!important;
	}

	.pb-xl-15,
	.py-xl-15 {
		padding-bottom:15rem!important;
	}

	.pl-xl-15,
	.px-xl-15 {
		padding-left:15rem!important;
	}

	.p-xl-20 {
		padding:20rem!important;
	}

	.pt-xl-20,
	.py-xl-20 {
		padding-top:20rem!important;
	}

	.pr-xl-20,
	.px-xl-20 {
		padding-right:20rem!important;
	}

	.pb-xl-20,
	.py-xl-20 {
		padding-bottom:20rem!important;
	}

	.pl-xl-20,
	.px-xl-20 {
		padding-left:20rem!important;
	}

	.m-xl-n1 {
		margin:-1rem!important;
	}

	.mt-xl-n1,
	.my-xl-n1 {
		margin-top:-1rem!important;
	}

	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right:-1rem!important;
	}

	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom:-1rem!important;
	}

	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left:-1rem!important;
	}

	.m-xl-n2 {
		margin:-2rem!important;
	}

	.mt-xl-n2,
	.my-xl-n2 {
		margin-top:-2rem!important;
	}

	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right:-2rem!important;
	}

	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom:-2rem!important;
	}

	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left:-2rem!important;
	}

	.m-xl-n3 {
		margin:-3rem!important;
	}

	.mt-xl-n3,
	.my-xl-n3 {
		margin-top:-3rem!important;
	}

	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right:-3rem!important;
	}

	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom:-3rem!important;
	}

	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left:-3rem!important;
	}

	.m-xl-n4 {
		margin:-4rem!important;
	}

	.mt-xl-n4,
	.my-xl-n4 {
		margin-top:-4rem!important;
	}

	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right:-4rem!important;
	}

	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom:-4rem!important;
	}

	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left:-4rem!important;
	}

	.m-xl-n5 {
		margin:-5rem!important;
	}

	.mt-xl-n5,
	.my-xl-n5 {
		margin-top:-5rem!important;
	}

	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right:-5rem!important;
	}

	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom:-5rem!important;
	}

	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left:-5rem!important;
	}

	.m-xl-n6 {
		margin:-6rem!important;
	}

	.mt-xl-n6,
	.my-xl-n6 {
		margin-top:-6rem!important;
	}

	.mr-xl-n6,
	.mx-xl-n6 {
		margin-right:-6rem!important;
	}

	.mb-xl-n6,
	.my-xl-n6 {
		margin-bottom:-6rem!important;
	}

	.ml-xl-n6,
	.mx-xl-n6 {
		margin-left:-6rem!important;
	}

	.m-xl-n7 {
		margin:-7rem!important;
	}

	.mt-xl-n7,
	.my-xl-n7 {
		margin-top:-7rem!important;
	}

	.mr-xl-n7,
	.mx-xl-n7 {
		margin-right:-7rem!important;
	}

	.mb-xl-n7,
	.my-xl-n7 {
		margin-bottom:-7rem!important;
	}

	.ml-xl-n7,
	.mx-xl-n7 {
		margin-left:-7rem!important;
	}

	.m-xl-n8 {
		margin:-8rem!important;
	}

	.mt-xl-n8,
	.my-xl-n8 {
		margin-top:-8rem!important;
	}

	.mr-xl-n8,
	.mx-xl-n8 {
		margin-right:-8rem!important;
	}

	.mb-xl-n8,
	.my-xl-n8 {
		margin-bottom:-8rem!important;
	}

	.ml-xl-n8,
	.mx-xl-n8 {
		margin-left:-8rem!important;
	}

	.m-xl-n9 {
		margin:-9rem!important;
	}

	.mt-xl-n9,
	.my-xl-n9 {
		margin-top:-9rem!important;
	}

	.mr-xl-n9,
	.mx-xl-n9 {
		margin-right:-9rem!important;
	}

	.mb-xl-n9,
	.my-xl-n9 {
		margin-bottom:-9rem!important;
	}

	.ml-xl-n9,
	.mx-xl-n9 {
		margin-left:-9rem!important;
	}

	.m-xl-n10 {
		margin:-10rem!important;
	}

	.mt-xl-n10,
	.my-xl-n10 {
		margin-top:-10rem!important;
	}

	.mr-xl-n10,
	.mx-xl-n10 {
		margin-right:-10rem!important;
	}

	.mb-xl-n10,
	.my-xl-n10 {
		margin-bottom:-10rem!important;
	}

	.ml-xl-n10,
	.mx-xl-n10 {
		margin-left:-10rem!important;
	}

	.m-xl-n11 {
		margin:-11rem!important;
	}

	.mt-xl-n11,
	.my-xl-n11 {
		margin-top:-11rem!important;
	}

	.mr-xl-n11,
	.mx-xl-n11 {
		margin-right:-11rem!important;
	}

	.mb-xl-n11,
	.my-xl-n11 {
		margin-bottom:-11rem!important;
	}

	.ml-xl-n11,
	.mx-xl-n11 {
		margin-left:-11rem!important;
	}

	.m-xl-n12 {
		margin:-12rem!important;
	}

	.mt-xl-n12,
	.my-xl-n12 {
		margin-top:-12rem!important;
	}

	.mr-xl-n12,
	.mx-xl-n12 {
		margin-right:-12rem!important;
	}

	.mb-xl-n12,
	.my-xl-n12 {
		margin-bottom:-12rem!important;
	}

	.ml-xl-n12,
	.mx-xl-n12 {
		margin-left:-12rem!important;
	}

	.m-xl-n13 {
		margin:-13rem!important;
	}

	.mt-xl-n13,
	.my-xl-n13 {
		margin-top:-13rem!important;
	}

	.mr-xl-n13,
	.mx-xl-n13 {
		margin-right:-13rem!important;
	}

	.mb-xl-n13,
	.my-xl-n13 {
		margin-bottom:-13rem!important;
	}

	.ml-xl-n13,
	.mx-xl-n13 {
		margin-left:-13rem!important;
	}

	.m-xl-n14 {
		margin:-14rem!important;
	}

	.mt-xl-n14,
	.my-xl-n14 {
		margin-top:-14rem!important;
	}

	.mr-xl-n14,
	.mx-xl-n14 {
		margin-right:-14rem!important;
	}

	.mb-xl-n14,
	.my-xl-n14 {
		margin-bottom:-14rem!important;
	}

	.ml-xl-n14,
	.mx-xl-n14 {
		margin-left:-14rem!important;
	}

	.m-xl-n15 {
		margin:-15rem!important;
	}

	.mt-xl-n15,
	.my-xl-n15 {
		margin-top:-15rem!important;
	}

	.mr-xl-n15,
	.mx-xl-n15 {
		margin-right:-15rem!important;
	}

	.mb-xl-n15,
	.my-xl-n15 {
		margin-bottom:-15rem!important;
	}

	.ml-xl-n15,
	.mx-xl-n15 {
		margin-left:-15rem!important;
	}

	.m-xl-n20 {
		margin:-20rem!important;
	}

	.mt-xl-n20,
	.my-xl-n20 {
		margin-top:-20rem!important;
	}

	.mr-xl-n20,
	.mx-xl-n20 {
		margin-right:-20rem!important;
	}

	.mb-xl-n20,
	.my-xl-n20 {
		margin-bottom:-20rem!important;
	}

	.ml-xl-n20,
	.mx-xl-n20 {
		margin-left:-20rem!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:1366px) {
	.gallery-columns-5 .gallery-item {
		max-width:20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width:16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width:14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width:12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width:11.11%;
	}
}

@media (max-width:1366px) {
	.latest-tour_container {
		padding-left:6rem;
	}

	.latest-tour_headline {
		right:auto;
		left:0;
	}

	.cta-call_item._left .cta-call_img:nth-child(1) {
		left:0;
		max-width:8rem;
	}

	.cta-call_item._left .cta-call_img:nth-child(2) {
		left:0;
		max-width:9rem;
	}

	.cta-call_item br {
		display:none;
	}

	.related-tour_container {
		padding-left:6rem;
	}

	.related-tour_headline {
		right:auto;
		left:0;
	}
}

@media (max-width:1064px) {
	.cta-about_item._text._right {
		padding-right:15px;
	}

	.cta-about_item._text._left {
		padding-left:15px;
	}
}

@media (max-width:1024px) {
	html {
		font-size:8.5px;
	}

	.latest-tour_pagination {
		bottom:1.5rem;
	}
}

@media (max-width:1023px) {
	.widget_recenttour .recenttours._list a,
	.widget_recenttour .recenttours._list+ .see-all-link {
		font-size:12px;
	}

	img.alignleft,
	img.alignright {
		max-width:50%;
	}

	.divider {
		height:40px;
	}

	#wpadminbar {
		display:none!important;
	}

	:root {
		margin-top:0!important;
	}

	.admin-bar .main-header {
		margin-top:0!important;
	}

	.footer_item._logo {
		-ms-flex-preferred-size:20%;
		flex-basis:20%;
		max-width:20%;
	}

	.footer_item._socials {
		-ms-flex-preferred-size:19%;
		flex-basis:19%;
		max-width:19%;
	}

	.headline br {
		display:none;
	}

	.cta-call_item {
		-ms-flex-negative:1;
		flex-shrink:1;
	}

	.cta-call_item._left .cta-call_img:nth-child(4) {
		left:61%;
		max-width:7rem;
	}

	.cta-call_item._right .cta-call_img:nth-child(1) {
		top:0;
		max-width:8rem;
	}

	.cta-call_item._right .cta-call_img:nth-child(2) {
		max-width:9rem;
	}

	.cta-call_item._right .cta-call_img:nth-child(3) {
		right:55%;
	}

	.cta-call_item._right .cta-call_img:nth-child(4) {
		right:10%;
	}

	.feature-callout_container {
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
	}

	.feature-callout_item {
		width:calc(50% - 30px);
	}
}

@media (max-width:768px) {
	html {
		font-size:8px;
	}

	blockquote {
		font-size:16px;
	}

	#calendar_wrap table td {
		font-size:18px;
	}

	.header .nav_list,
	.header._active {
		background:#fff;
	}

	.header._active .logo * {
		fill:var(--black-color);
	}

	.header._active .logo i,
	.header._active .nav_link {
		color:var(--black-color);
	}

	.header._active [class*=btn-outline-] {
		color:#fff;
		background-color:var(--main-brand-color);
		border-color:var(--main-brand-color);
	}

	.header._active [class*=btn-outline-]:focus,
	.header._active [class*=btn-outline-]:hover {
		color:var(--black-color);
		background-color:#fff;
		border-color:var(--main-brand-color);
	}

	.header._active .opener span,
	.header._active .opener:after,
	.header._active .opener:before {
		background:var(--black-color);
	}

	body.nav-active {
		overflow:hidden;
	}

	.header .nav {
		display:none;
		position:absolute;
		top:100%;
		left:0;
		width:100%;
		-webkit-transition:.3s;
		-o-transition:.3s;
		transition:.3s;
	}

	.header .nav._row .nav_list {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
		-webkit-box-align:stretch;
		-ms-flex-align:stretch;
		align-items:stretch;
	}

	.header .nav._row .nav_item:not(:last-child) {
		margin-right:0;
	}

	.header .nav_link {
		display:block;
		padding:10px 15px;
	}

	.header .nav .btn {
		display:block;
		border:0;
		border-radius:0!important;
		padding-top:1.5rem;
		padding-bottom:1.5rem;
	}

	.header._active .nav,
	.header._sticked._active .nav {
		display:block;
		max-height:calc(100vh - 73px);
		overflow:auto;
	}

	.header._active .nav {
		max-height:calc(100vh - 124px);
	}

	.dropdown._active> .dropdown_list,
	.dropdown_item .dropdown_curret,
	.opener {
		display:block;
	}

	.dropdown_curret {
		top:3px;
		width:30px;
		height:30px;
	}

	.tour-gallery_container {
		padding:0 5rem;
	}
}

@media (max-width:768px) and (max-width:768px) {
	#calendar_wrap table td {
		font-size:16px;
	}
}

@media (max-width:768px) and (max-width:375px) {
	#calendar_wrap table td {
		font-size:15px;
	}
}

@media (max-width:767px) {
	.h1,
	h1 {
		font-size:5rem;
	}

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

	.widget ul {
		padding-left:0;
	}

	.widget_recenttour .recenttours {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
		margin-left:-1rem;
		margin-right:-1rem;
	}

	.widget_recenttour .recenttours_item {
		-ms-flex-preferred-size:calc(33% - 2rem);
		flex-basis:calc(33% - 2rem);
		margin:1rem;
	}

	.widget_recenttour .recenttours._list {
		margin:0 0 2rem;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding:.2em;
	}

	.commentlist {
		margin-left:0;
	}

	.divider {
		display:none;
	}

	#content.two-column,
	#sidebar {
		float:none;
		width:auto;
		padding:2rem 0;
	}

	#wp-calendar {
		max-width:320px;
	}

	.featured-tour._alt-grid .featured-tour_container {
		grid-template-columns:1fr;
	}

	.featured-tour._alt-grid .post_container {
		height:190px;
	}

	.featured-tour_container {
		grid-template-columns:repeat(2,1fr);
	}

	.featured-tour .post {
		grid-column-start:span 1;
	}

	.featured-tour .post._md {
		grid-column-start:span 1;
		grid-row-start:span 2;
	}

	.featured-tour .post:nth-child(4),
	.featured-tour .post:nth-child(5),
	.featured-tour .post:nth-child(7),
	.featured-tour .post:nth-child(8) {
		margin-top:0;
	}

	.cta-about_item._text:before {
		-webkit-transform:skew(12deg);
		-ms-transform:skew(12deg);
		transform:skew(12deg);
	}

	.cta-call._alt .cta-call_container {
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
	}

	.cta-call._alt .headline {
		width:100%;
		margin:0 0 30px;
		text-align:center;
	}

	.cta-call_container {
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}

	.cta-call_item._img {
		display:none;
	}
}

@media (max-width:667px) {
	table th {
		padding:10px 5px;
	}

	table td {
		padding:7px 5px;
	}

	img.alignright {
		float:right;
		margin:0 0 10px 1.4em;
	}

	img.alignleft {
		float:left;
		margin:0 1.4em 10px 0;
	}

	.alignleft,
	.alignright {
		float:none;
		margin:0 auto 10px;
	}

	input[type=reset]+ input[type=submit] {
		margin-top:10px;
	}
}

@media (max-width:666px) {
	#wp-calendar {
		width:100%;
	}

	.comment-form input:not([type=submit]),
	.comment-form textarea {
		width:100%;
	}

	.comment .comment {
		padding:2rem 0 0 2rem;
	}

	.comment-text {
		margin-left:0;
		margin-top:1rem;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
	}

	.comment-body,
	.comment-text {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
	}

	.comment-content {
		width:100%;
	}

	.comment-author.vcard {
		margin-bottom:.5em;
	}

	.comment-author.vcard b {
		display:block;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
	}

	.comment-author.vcard time {
		display:none;
	}

	.footer_container {
		position:relative;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
		padding:4rem 0 2rem;
	}

	.footer_item {
		z-index:1;
	}

	.footer_item._logo {
		position:absolute;
		top:50%;
		left:65%;
		-webkit-transform:translate(-50%,-50%);
		-ms-transform:translate(-50%,-50%);
		transform:translate(-50%,-50%);
		opacity:.3;
		text-align:center;
		z-index:0;
		max-width:100%;
	}

	.footer_item._logo img {
		max-width:200px;
	}

	.featured-tour_container {
		grid-template-columns:repeat(2,1fr);
	}

	.featured-tour_container._auto .post_container {
		min-height:30rem;
	}

	.featured-tour .post {
		grid-column-start:span 1;
	}

	.featured-tour .post._md {
		grid-column-start:span 2;
	}

	.cta-about_item._left {
		-ms-flex-preferred-size:35%;
		flex-basis:35%;
		max-width:35%;
	}

	.cta-about_item._right {
		-ms-flex-preferred-size:65%;
		flex-basis:65%;
		max-width:65%;
	}

	.feature-callout_container {
		margin:5rem 0 0;
	}

	.feature-callout_item {
		width:100%;
		margin:0 0 30px;
	}
}

@media (max-width:576px) {
	.mob_reverse {
		-webkit-box-orient:vertical;
		-webkit-box-direction:reverse;
		-ms-flex-direction:column-reverse;
		flex-direction:column-reverse;
	}
}

@media (max-width:575px) {
	.widget_recenttour .recenttours_item {
		-ms-flex-preferred-size:calc(50% - 2rem);
		flex-basis:calc(50% - 2rem);
	}

	.footer_item._info {
		-ms-flex-preferred-size:40%;
		flex-basis:40%;
		max-width:40%;
	}

	.footer_item._nav {
		-ms-flex-preferred-size:20%;
		flex-basis:20%;
		max-width:20%;
	}

	.footer_item._socials {
		-ms-flex-preferred-size:10%;
		flex-basis:10%;
		max-width:10%;
	}

	.footer_item._socials .socials {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
	}

	.post._inner .post_img {
		position:relative;
		height:190px;
		border-radius:var(--radius);
	}

	.post._inner .post_content {
		margin-top:0;
		padding:0;
		padding-top:1.5rem;
	}

	.post._inner .post_content._white :not(a) {
		color:inherit;
	}

	.post._inner .post_content._white .price-text {
		position:absolute;
		right:2.4rem;
		top:17rem;
		color:#fff;
	}

	.post._inner .post_content._white .price-text .price-text_label,
	.post._inner .post_content._white .price-text .price-text_value {
		color:#fff;
	}

	.post._inner .post_top {
		margin-bottom:.5rem;
	}

	.post_container._overlay {
		background:0 0;
	}

	.post_top .title h4 {
		font-size:2.1rem;
	}

	.cart-buy._fix {
		max-width:100%;
	}

	.hero .bullets {
		bottom:7rem;
	}

	.featured-tour_container {
		grid-template-columns:repeat(1,1fr);
	}

	.featured-tour .post._md {
		grid-column-start:span 1;
		grid-row-start:span 1;
	}

	.tour-gallery_container {
		padding:0 2rem;
	}
}

@media (max-width:375px) {
	html {
		overflow-x:hidden;
	}

	blockquote {
		font-size:15px;
	}

	.product-thumb {
		padding:5px;
	}

	.footer_item._info {
		-ms-flex-preferred-size:100%;
		flex-basis:100%;
		max-width:100%;
		margin-top:4rem;
		-webkit-box-ordinal-group:6;
		-ms-flex-order:5;
		order:5;
	}

	.footer_item._nav,
	.footer_item._socials {
		-ms-flex-preferred-size:50%;
		flex-basis:50%;
		max-width:50%;
	}

	.footer_item._socials .socials {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		-ms-flex-direction:row;
		flex-direction:row;
	}
}

@media (max-width:374px) {
	.widget_recenttour .recenttours_item {
		-ms-flex-preferred-size:calc(100% - 2rem);
		flex-basis:calc(100% - 2rem);
	}
}

@media (min-width:768px) and (max-width:849px) {
	figure.alignleft {
		float:none;
	}

	figure.alignright {
		float:none;
		margin-left:0;
	}
}

@media print {
	.d-print-none {
		display:none!important;
	}

	.d-print-inline {
		display:inline!important;
	}

	.d-print-inline-block {
		display:inline-block!important;
	}

	.d-print-block {
		display:block!important;
	}

	.d-print-table {
		display:table!important;
	}

	.d-print-table-row {
		display:table-row!important;
	}

	.d-print-table-cell {
		display:table-cell!important;
	}

	.d-print-flex {
		display:-webkit-box!important;
		display:-ms-flexbox!important;
		display:flex!important;
	}

	.d-print-inline-flex {
		display:-webkit-inline-box!important;
		display:-ms-inline-flexbox!important;
		display:inline-flex!important;
	}
}

@media (orientation:landscape) and (max-height:414px) {
	.hero {
		margin-bottom:-2rem!important;
	}

	.hero_container {
		min-height:100vh!important;
	}

	.hero_gallery {
		-webkit-transform:rotate(-20deg);
		-ms-transform:rotate(-20deg);
		transform:rotate(-20deg);
		max-height:45vh;
	}

	.hero .cart-buy {
		margin-top:0!important;
	}
}