/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
footer,
header,
nav,
section {
	display: block
}

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

figcaption,
figure,
main {
	display: block
}

figure {
	margin: 1em 40px
}

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

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

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: inherit;
	font-weight: bolder
}

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

dfn {
	font-style: italic
}

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

small {
	font-size: 80%
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

audio,
video {
	display: inline-block
}

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

img {
	border-style: none
}

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

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

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

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

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

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

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details,
menu {
	display: block
}

summary {
	display: list-item
}

canvas {
	display: inline-block
}

[hidden],
template {
	display: none
}

.select2-container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}

.select2-container .select2-selection--single {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-search--inline {
	float: left
}

.select2-container .select2-search--inline .select2-search__field {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 6px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option[aria-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0)
}

.select2-hidden-accessible {
	border: 0!important;
	clip: rect(0 0 0 0)!important;
	height: 1px!important;
	margin: -1px!important;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888;
	border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
	float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #000;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: #fff
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
	background-image: linear-gradient(180deg, #fff 50%, #eee);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
	background-image: linear-gradient(180deg, #eee 50%, #ccc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888;
	border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
	background-image: linear-gradient(180deg, #fff 0, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
	background-image: linear-gradient(180deg, #eee 50%, #fff);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}


/*!
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@-ms-viewport {
	width: device-width
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar
}

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

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

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

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

.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-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	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 {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

.col-1,
.col-auto {
	-webkit-box-flex: 0
}

.col-1 {
	-ms-flex: 0 0 8.33333333%;
	flex: 0 0 8.33333333%;
	max-width: 8.33333333%
}

.col-2 {
	-ms-flex: 0 0 16.66666667%;
	flex: 0 0 16.66666667%;
	max-width: 16.66666667%
}

.col-2,
.col-3 {
	-webkit-box-flex: 0
}

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

.col-4 {
	-ms-flex: 0 0 33.33333333%;
	flex: 0 0 33.33333333%;
	max-width: 33.33333333%
}

.col-4,
.col-5 {
	-webkit-box-flex: 0
}

.col-5 {
	-ms-flex: 0 0 41.66666667%;
	flex: 0 0 41.66666667%;
	max-width: 41.66666667%
}

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

.col-6,
.col-7 {
	-webkit-box-flex: 0
}

.col-7 {
	-ms-flex: 0 0 58.33333333%;
	flex: 0 0 58.33333333%;
	max-width: 58.33333333%
}

.col-8 {
	-ms-flex: 0 0 66.66666667%;
	flex: 0 0 66.66666667%;
	max-width: 66.66666667%
}

.col-8,
.col-9 {
	-webkit-box-flex: 0
}

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

.col-10 {
	-ms-flex: 0 0 83.33333333%;
	flex: 0 0 83.33333333%;
	max-width: 83.33333333%
}

.col-10,
.col-11 {
	-webkit-box-flex: 0
}

.col-11 {
	-ms-flex: 0 0 91.66666667%;
	flex: 0 0 91.66666667%;
	max-width: 91.66666667%
}

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

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

.order-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.33333333%
}

.offset-2 {
	margin-left: 16.66666667%
}

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

.offset-4 {
	margin-left: 33.33333333%
}

.offset-5 {
	margin-left: 41.66666667%
}

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

.offset-7 {
	margin-left: 58.33333333%
}

.offset-8 {
	margin-left: 66.66666667%
}

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

.offset-10 {
	margin-left: 83.33333333%
}

.offset-11 {
	margin-left: 91.66666667%
}

@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: none
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333333%;
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66666667%;
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333333%;
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66666667%;
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66666667%;
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.order-sm-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.33333333%
	}
	.offset-sm-2 {
		margin-left: 16.66666667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.33333333%
	}
	.offset-sm-5 {
		margin-left: 41.66666667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.33333333%
	}
	.offset-sm-8 {
		margin-left: 66.66666667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.33333333%
	}
	.offset-sm-11 {
		margin-left: 91.66666667%
	}
}

@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: none
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333333%;
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66666667%;
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333333%;
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66666667%;
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66666667%;
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.order-md-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.33333333%
	}
	.offset-md-2 {
		margin-left: 16.66666667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.33333333%
	}
	.offset-md-5 {
		margin-left: 41.66666667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.33333333%
	}
	.offset-md-8 {
		margin-left: 66.66666667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.33333333%
	}
	.offset-md-11 {
		margin-left: 91.66666667%
	}
}

@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: none
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333333%;
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66666667%;
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333333%;
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66666667%;
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66666667%;
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.order-lg-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.33333333%
	}
	.offset-lg-2 {
		margin-left: 16.66666667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.33333333%
	}
	.offset-lg-5 {
		margin-left: 41.66666667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.33333333%
	}
	.offset-lg-8 {
		margin-left: 66.66666667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.33333333%
	}
	.offset-lg-11 {
		margin-left: 91.66666667%
	}
}

@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: none
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333333%;
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66666667%;
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66666667%;
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333333%;
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66666667%;
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333333%;
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66666667%;
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.order-xl-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.33333333%
	}
	.offset-xl-2 {
		margin-left: 16.66666667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.33333333%
	}
	.offset-xl-5 {
		margin-left: 41.66666667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.33333333%
	}
	.offset-xl-8 {
		margin-left: 66.66666667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.33333333%
	}
	.offset-xl-11 {
		margin-left: 91.66666667%
	}
}

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

.flex-column,
.flex-row {
	-webkit-box-direction: normal!important
}

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

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

.flex-column-reverse,
.flex-row-reverse {
	-webkit-box-direction: 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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-sm-column,
	.flex-sm-row {
		-webkit-box-direction: normal!important
	}
	.flex-sm-column {
		-webkit-box-orient: vertical!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-sm-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-sm-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-sm-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-sm-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-sm-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-sm-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-sm-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-sm-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-sm-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-md-column,
	.flex-md-row {
		-webkit-box-direction: normal!important
	}
	.flex-md-column {
		-webkit-box-orient: vertical!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-md-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-md-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-md-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-md-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-md-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-md-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-md-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-md-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-md-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-md-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-md-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-md-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-md-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-lg-column,
	.flex-lg-row {
		-webkit-box-direction: normal!important
	}
	.flex-lg-column {
		-webkit-box-orient: vertical!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-lg-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-lg-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-lg-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-lg-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-lg-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-lg-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-lg-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-lg-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-lg-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-xl-column,
	.flex-xl-row {
		-webkit-box-direction: normal!important
	}
	.flex-xl-column {
		-webkit-box-orient: vertical!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.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
	}
}


/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
	display: none
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
	content: "";
	display: table;
	border-collapse: collapse
}

.ui-helper-clearfix:after {
	clear: both
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0)
}

.ui-front {
	z-index: 100
}

.ui-state-disabled {
	cursor: default!important;
	pointer-events: none
}

.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0
}

.ui-menu .ui-menu {
	position: absolute
}

.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
	margin: -1px
}

.ui-menu-icons {
	position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em
}

.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0
}

.ui-menu .ui-menu-icon {
	left: auto;
	right: 0
}

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: visible
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
	text-decoration: none
}

.ui-button-icon-only {
	width: 2em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap
}

input.ui-button.ui-button-icon-only {
	text-indent: 0
}

.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em
}

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

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup>.ui-controlgroup-item:focus {
	z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
	border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
	border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
	width: 75%;
	width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
	-webkit-box-shadow: inset 1px 1px 1px #ccc;
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid
}

.ui-checkboxradio-disabled {
	pointer-events: none
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
	top: 1px
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px
}

.ui-datepicker .ui-datepicker-next {
	right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: 700;
	border: 0
}

.ui-datepicker td {
	border: 0;
	padding: 1px
}

.ui-datepicker td a,
.ui-datepicker td span {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em;
	width: auto;
	overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left
}

.ui-datepicker.ui-datepicker-multi {
	width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0
}

.ui-datepicker-rtl {
	direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px
}

.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0;
	padding: 1px;
	height: 20px
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer
}

.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0
}

.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0
}

.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0
}

.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0
}

.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw,
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw {
	width: 7px;
	height: 7px
}

.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0
}

.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0
}

.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0
}

.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move
}

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none
}

.ui-resizable {
	position: relative
}

.ui-resizable-handle {
	position: absolute;
	font-size: .1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
	display: none
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none
}

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted #000
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none
}

.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: 700;
	line-height: 1.5;
	padding: 2px .4em;
	margin: .5em 0 0;
	height: auto;
	border: 0
}

.ui-selectmenu-open {
	display: block
}

.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em
}

.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0
}

.ui-slider {
	position: relative;
	text-align: left
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	-webkit-filter: inherit;
	filter: inherit
}

.ui-slider-horizontal {
	height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0
}

.ui-slider-vertical {
	width: .8em;
	height: 100px
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0
}

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em
}

.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0
}

.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none
}

.ui-spinner-up {
	top: 0
}

.ui-spinner-down {
	bottom: 0
}

.ui-tabs {
	position: relative;
	padding: .2em
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px
}

body .ui-tooltip {
	border-width: 2px
}

.ui-widget {
	font-family: Arial, Helvetica, sans-serif
}

.ui-widget,
.ui-widget .ui-widget {
	font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5
}

.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333
}

.ui-widget-content a {
	color: #333
}

.ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #333;
	font-weight: 700
}

.ui-widget-header a {
	color: #333
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: 400;
	color: #454545
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
	color: #454545;
	text-decoration: none
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
	border: 1px solid #ccc;
	background: #ededed;
	font-weight: 400;
	color: #2b2b2b
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
	color: #2b2b2b;
	text-decoration: none
}

.ui-visual-focus {
	-webkit-box-shadow: 0 0 3px 1px #5e9ed6;
	box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: 400;
	color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #fff;
	text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620
}

.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f
}

.ui-state-error-text,
.ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error-text,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35)
}

.ui-icon {
	width: 16px;
	height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
	background-image: url("img/ui-icons_444444_256x240.png")
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
	background-image: url("img/ui-icons_555555_256x240.png")
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
	background-image: url("img/ui-icons_ffffff_256x240.png")
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
	background-image: url("img/ui-icons_777620_256x240.png")
}

.ui-state-error-text .ui-icon,
.ui-state-error .ui-icon {
	background-image: url("img/ui-icons_cc0000_256x240.png")
}

.ui-button .ui-icon {
	background-image: url("img/ui-icons_777777_256x240.png")
}

.ui-icon-blank {
	background-position: 16px 16px
}

.ui-icon-caret-1-n {
	background-position: 0 0
}

.ui-icon-caret-1-ne {
	background-position: -16px 0
}

.ui-icon-caret-1-e {
	background-position: -32px 0
}

.ui-icon-caret-1-se {
	background-position: -48px 0
}

.ui-icon-caret-1-s {
	background-position: -65px 0
}

.ui-icon-caret-1-sw {
	background-position: -80px 0
}

.ui-icon-caret-1-w {
	background-position: -96px 0
}

.ui-icon-caret-1-nw {
	background-position: -112px 0
}

.ui-icon-caret-2-n-s {
	background-position: -128px 0
}

.ui-icon-caret-2-e-w {
	background-position: -144px 0
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px
}

.ui-icon-triangle-1-s {
	background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px
}

.ui-icon-arrow-1-s {
	background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
	background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px
}

.ui-icon-arrow-4 {
	background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px
}

.ui-icon-extlink {
	background-position: -32px -80px
}

.ui-icon-newwin {
	background-position: -48px -80px
}

.ui-icon-refresh {
	background-position: -64px -80px
}

.ui-icon-shuffle {
	background-position: -80px -80px
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px
}

.ui-icon-folder-open {
	background-position: -16px -96px
}

.ui-icon-document {
	background-position: -32px -96px
}

.ui-icon-document-b {
	background-position: -48px -96px
}

.ui-icon-note {
	background-position: -64px -96px
}

.ui-icon-mail-closed {
	background-position: -80px -96px
}

.ui-icon-mail-open {
	background-position: -96px -96px
}

.ui-icon-suitcase {
	background-position: -112px -96px
}

.ui-icon-comment {
	background-position: -128px -96px
}

.ui-icon-person {
	background-position: -144px -96px
}

.ui-icon-print {
	background-position: -160px -96px
}

.ui-icon-trash {
	background-position: -176px -96px
}

.ui-icon-locked {
	background-position: -192px -96px
}

.ui-icon-unlocked {
	background-position: -208px -96px
}

.ui-icon-bookmark {
	background-position: -224px -96px
}

.ui-icon-tag {
	background-position: -240px -96px
}

.ui-icon-home {
	background-position: 0 -112px
}

.ui-icon-flag {
	background-position: -16px -112px
}

.ui-icon-calendar {
	background-position: -32px -112px
}

.ui-icon-cart {
	background-position: -48px -112px
}

.ui-icon-pencil {
	background-position: -64px -112px
}

.ui-icon-clock {
	background-position: -80px -112px
}

.ui-icon-disk {
	background-position: -96px -112px
}

.ui-icon-calculator {
	background-position: -112px -112px
}

.ui-icon-zoomin {
	background-position: -128px -112px
}

.ui-icon-zoomout {
	background-position: -144px -112px
}

.ui-icon-search {
	background-position: -160px -112px
}

.ui-icon-wrench {
	background-position: -176px -112px
}

.ui-icon-gear {
	background-position: -192px -112px
}

.ui-icon-heart {
	background-position: -208px -112px
}

.ui-icon-star {
	background-position: -224px -112px
}

.ui-icon-link {
	background-position: -240px -112px
}

.ui-icon-cancel {
	background-position: 0 -128px
}

.ui-icon-plus {
	background-position: -16px -128px
}

.ui-icon-plusthick {
	background-position: -32px -128px
}

.ui-icon-minus {
	background-position: -48px -128px
}

.ui-icon-minusthick {
	background-position: -64px -128px
}

.ui-icon-close {
	background-position: -80px -128px
}

.ui-icon-closethick {
	background-position: -96px -128px
}

.ui-icon-key {
	background-position: -112px -128px
}

.ui-icon-lightbulb {
	background-position: -128px -128px
}

.ui-icon-scissors {
	background-position: -144px -128px
}

.ui-icon-clipboard {
	background-position: -160px -128px
}

.ui-icon-copy {
	background-position: -176px -128px
}

.ui-icon-contact {
	background-position: -192px -128px
}

.ui-icon-image {
	background-position: -208px -128px
}

.ui-icon-video {
	background-position: -224px -128px
}

.ui-icon-script {
	background-position: -240px -128px
}

.ui-icon-alert {
	background-position: 0 -144px
}

.ui-icon-info {
	background-position: -16px -144px
}

.ui-icon-notice {
	background-position: -32px -144px
}

.ui-icon-help {
	background-position: -48px -144px
}

.ui-icon-check {
	background-position: -64px -144px
}

.ui-icon-bullet {
	background-position: -80px -144px
}

.ui-icon-radio-on {
	background-position: -96px -144px
}

.ui-icon-radio-off {
	background-position: -112px -144px
}

.ui-icon-pin-w {
	background-position: -128px -144px
}

.ui-icon-pin-s {
	background-position: -144px -144px
}

.ui-icon-play {
	background-position: 0 -160px
}

.ui-icon-pause {
	background-position: -16px -160px
}

.ui-icon-seek-next {
	background-position: -32px -160px
}

.ui-icon-seek-prev {
	background-position: -48px -160px
}

.ui-icon-seek-end {
	background-position: -64px -160px
}

.ui-icon-seek-first,
.ui-icon-seek-start {
	background-position: -80px -160px
}

.ui-icon-stop {
	background-position: -96px -160px
}

.ui-icon-eject {
	background-position: -112px -160px
}

.ui-icon-volume-off {
	background-position: -128px -160px
}

.ui-icon-volume-on {
	background-position: -144px -160px
}

.ui-icon-power {
	background-position: 0 -176px
}

.ui-icon-signal-diag {
	background-position: -16px -176px
}

.ui-icon-signal {
	background-position: -32px -176px
}

.ui-icon-battery-0 {
	background-position: -48px -176px
}

.ui-icon-battery-1 {
	background-position: -64px -176px
}

.ui-icon-battery-2 {
	background-position: -80px -176px
}

.ui-icon-battery-3 {
	background-position: -96px -176px
}

.ui-icon-circle-plus {
	background-position: 0 -192px
}

.ui-icon-circle-minus {
	background-position: -16px -192px
}

.ui-icon-circle-close {
	background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px
}

.ui-icon-circle-check {
	background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
	border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
	border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
	border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
	border-bottom-right-radius: 3px
}

.ui-widget-overlay {
	background: #aaa;
	opacity: .3;
	filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: none
}


/*!
 * jQuery Cookiebar Plugin
 * https://github.com/carlwoodhouse/jquery.cookieBar
 *
 * Copyright 2012, Carl Woodhouse
 * Disclaimer: if you still get fined for not complying with the eu cookielaw, it's not our fault.
 */

.cookie-message {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 85px 0 20px;
	background: #353522;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
	z-index: 99;
	display: none
}

.cookie-message a {
	position: absolute;
	bottom: 0;
	*top: -2px;
	cursor: pointer
}

.cookie-message a,
.cookie-message p {
	color: #f2f2f2;
	font: 700 11px/18px Arial;
	margin: .6em 1em;
	text-align: center
}

.cookie-bar-close-button {
	background: #ccc;
	color: #353522!important;
	border-radius: 3px;
	text-decoration: none;
	padding: 0 8px;
	-webkit-transition: background .1s ease-in;
	transition: background .1s ease-in
}

.cookie-bar-close-button:hover {
	background: #aaa;
	color: #f2f2f2!important
}

@font-face {
	font-family: Roboto;
	src: url("fonts/Roboto/light.woff2?#iefix") format("woff2"), url("fonts/Roboto/light.woff") format("woff");
	font-style: normal;
	font-weight: 300
}

@font-face {
	font-family: Roboto;
	src: url("fonts/Roboto/light-italic.woff2?#iefix") format("woff2"), url("fonts/Roboto/light-italic.woff") format("woff");
	font-style: italic;
	font-weight: 300
}

@font-face {
	font-family: Roboto;
	src: url("fonts/Roboto/regular.woff2?#iefix") format("woff2"), url("fonts/Roboto/regular.woff") format("woff");
	font-style: normal;
	font-weight: 400
}

@font-face {
	font-family: Roboto;
	src: url("fonts/Roboto/italic.woff2?#iefix") format("woff2"), url("fonts/Roboto/italic.woff") format("woff");
	font-style: italic;
	font-weight: 400
}

@font-face {
	font-family: Roboto;
	src: url("fonts/Roboto/medium.woff2?#iefix") format("woff2"), url("fonts/Roboto/medium.woff") format("woff");
	font-style: normal;
	font-weight: 500
}

@font-face {
	font-family: Roboto;
	src: url("fonts/Roboto/bold.woff2?#iefix") format("woff2"), url("fonts/Roboto/bold.woff") format("woff");
	font-style: normal;
	font-weight: 700
}

@font-face {
	font-family: Kanit;
	src: url("fonts/Kanit/regular.woff2?#iefix") format("woff2"), url("fonts/Kanit/regular.woff") format("woff");
	font-style: normal;
	font-weight: 400
}

@font-face {
	font-family: Kanit;
	src: url("fonts/Kanit/italic.woff2?#iefix") format("woff2"), url("fonts/Kanit/italic.woff") format("woff");
	font-style: italic;
	font-weight: 400
}

@font-face {
	font-family: Kanit;
	src: url("fonts/Kanit/medium.woff2?#iefix") format("woff2"), url("fonts/Kanit/medium.woff") format("woff");
	font-style: normal;
	font-weight: 500
}

@font-face {
	font-family: Kanit;
	src: url("fonts/Kanit/semibold.woff2?#iefix") format("woff2"), url("fonts/Kanit/semibold.woff") format("woff");
	font-style: normal;
	font-weight: 600
}

@font-face {
	font-family: Kanit;
	src: url("fonts/Kanit/semibold-italic.woff2?#iefix") format("woff2"), url("fonts/Kanit/semibold-italic.woff") format("woff");
	font-style: italic;
	font-weight: 600
}

@font-face {
	font-family: Kanit;
	src: url("fonts/Kanit/bold.woff2?#iefix") format("woff2"), url("fonts/Kanit/bold.woff") format("woff");
	font-style: normal;
	font-weight: 700
}

@font-face {
	font-family: Rubik;
	src: url("fonts/Rubik/light.woff2?#iefix") format("woff2"), url("fonts/Rubik/light.woff") format("woff");
	font-style: normal;
	font-weight: 300
}

@font-face {
	font-family: Rubik;
	src: url("fonts/Rubik/medium.woff2?#iefix") format("woff2"), url("fonts/Rubik/medium.woff") format("woff");
	font-style: normal;
	font-weight: 500
}

@font-face {
	font-family: Raleway;
	src: url("fonts/Raleway/bold.woff2?#iefix") format("woff2"), url("fonts/Raleway/bold.woff") format("woff");
	font-style: normal;
	font-weight: 700
}

.slick-slider {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
	position: relative;
	display: block
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ""
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}


/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp,
.slick-arrow.slick-hidden {
	display: none
}

.pswp {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: none
}

.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.pswp img {
	max-width: none
}

.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
	display: block
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing
}

.pswp__bg {
	background: #000;
	opacity: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden
}

.pswp__bg,
.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.pswp__scroll-wrap {
	overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
	transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
	transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
	transition: transform 333ms cubic-bezier(.4, 0, .22, 1), -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden
}

.pswp__item {
	right: 0;
	bottom: 0;
	overflow: hidden
}

.pswp__img,
.pswp__item {
	position: absolute;
	left: 0;
	top: 0
}

.pswp__img {
	width: auto;
	height: auto
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
	background: #222
}

.pswp--ie .pswp__img {
	width: 100%!important;
	height: auto!important;
	left: 0;
	top: 0
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #ccc
}

.pswp__error-msg a {
	color: #ccc;
	text-decoration: underline
}


/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: none;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: .75;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-box-shadow: none;
	box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
	opacity: 1
}

.pswp__button:active {
	outline: none;
	opacity: .9
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background: url(img/default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:1.1dppx),
(min-resolution:105dpi) {
	.pswp--svg .pswp__button,
	.pswp--svg .pswp__button--arrow--left:before,
	.pswp--svg .pswp__button--arrow--right:before {
		background-image: url(img/default-skin.svg)
	}
	.pswp--svg .pswp__button--arrow--left,
	.pswp--svg .pswp__button--arrow--right {
		background: none
	}
}

.pswp__button--close {
	background-position: 0 -44px
}

.pswp__button--share {
	background-position: -44px -44px
}

.pswp__button--fs {
	display: none
}

.pswp--supports-fs .pswp__button--fs {
	display: block
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: none;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute
}

.pswp__button--arrow--left {
	left: 0
}

.pswp__button--arrow--right {
	right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	content: "";
	top: 35px;
	background-color: rgba(0, 0, 0, .3);
	height: 30px;
	width: 32px;
	position: absolute
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity
}

.pswp__share-modal--hidden {
	display: none
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #fff;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform .25s;
	transition: -webkit-transform .25s;
	transition: transform .25s;
	transition: transform .25s, -webkit-transform .25s;
	-webkit-backface-visibility: hidden;
	will-change: transform
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 18px
}

.pswp__share-tooltip a,
.pswp__share-tooltip a:hover {
	color: #000;
	text-decoration: none
}

.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
	opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px
}

a.pswp__share--facebook:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #fff;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none
}

a.pswp__share--facebook:hover {
	background: #3e5c9a;
	color: #fff
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
	background: #55acee;
	color: #fff
}

a.pswp__share--pinterest:hover {
	background: #ccc;
	color: #ce272d
}

a.pswp__share--download:hover {
	background: #ddd
}

.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #fff;
	opacity: .75;
	padding: 0 10px
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px
}

.pswp__caption small {
	font-size: 11px;
	color: #bbb
}

.pswp__caption__center {
	text-align: left;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #ccc
}

.pswp__caption--empty {
	display: none
}

.pswp__caption--fake {
	visibility: hidden
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	will-change: opacity;
	direction: ltr
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px
}

.pswp__preloader--active {
	opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
	background: url(img/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise .5s linear infinite;
	animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
	animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
	background: none;
	opacity: .75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	margin: 0
}

@media screen and (max-width:1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}
	to {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}
	to {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible
}

.pswp__caption,
.pswp__top-bar {
	background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
	background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar {
	opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
	opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none
}

.pswp__element--disabled {
	display: none!important
}

.pswp--minimal--dark .pswp__top-bar {
	background: none
}

body {
	margin: 0
}

main {
	display: block
}

hr {
	border-color: inherit;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	overflow: auto;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4
}

ol,
ul {
	padding-left: 40px
}

dd,
dl dl,
ol dl,
ul dl {
	margin-bottom: 0;
	margin-top: 0
}

dd {
	margin-right: 0
}

a {
	background-color: transparent;
	text-decoration: underline
}

a:active,
a:hover {
	outline: none
}

b,
strong {
	font-weight: inherit;
	font-weight: bolder
}

small {
	font-size: .82em;
	font-size: 0.8125em
}

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

@supports ((-webkit-text-decoration:underline dotted) or (text-decoration:underline dotted)) {
	abbr[title] {
		border-bottom: none;
		-webkit-text-decoration: underline dotted;
		text-decoration: underline dotted
	}
}

sub,
sup {
	font-size: .82em;
	font-size: 0.8125em;
	line-height: 0
}

q {
	quotes: "\AB\202F" "\202F\BB" "\201C" "\201D"
}

table {
	border-collapse: collapse;
	margin-bottom: 1em;
	margin-top: 1em
}

td,
th {
	border: 1px solid;
	vertical-align: top
}

a img {
	border: 0
}

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

fieldset {
	border: 2px groove;
	border-color: inherit;
	padding: .35em .625em .75em;
	padding: .35em 0.625em .75em
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0 2px;
	white-space: normal
}

button,
input,
select,
textarea {
	margin: 0
}

button {
	overflow: visible;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

button,
select {
	text-transform: none
}

textarea {
	overflow: auto
}

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

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

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

::-moz-placeholder,
::-webkit-input-placeholder {
	color: inherit;
	opacity: .54
}

:-ms-input-placeholder {
	color: rgba(0, 0, 0, .54)
}

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

body {
	color: #000
}

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

hr {
	border-style: solid;
	border-width: 1px 0 0;
	margin-bottom: 0;
	margin-top: 0
}

figure {
	margin: 0
}

blockquote,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
table {
	margin-bottom: 0;
	margin-top: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit
}

blockquote {
	margin-right: 0
}

blockquote,
dd {
	margin-left: 0
}

ol,
ul {
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 0
}

td,
th {
	border: 0;
	padding: 0
}

a {
	color: inherit;
	text-decoration: none
}

audio,
iframe,
img,
object,
svg,
video {
	vertical-align: bottom
}

svg {
	fill: currentColor;
	stroke: currentColor
}

iframe {
	border: 0
}

[tabindex="-1"]:focus {
	outline: none!important
}

fieldset {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0
}

body:not(:-moz-handler-blocked) fieldset {
	display: table-cell
}

[type=email],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=url],
select,
textarea {
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: inherit;
	font-family: inherit;
	line-height: normal;
	padding: 1px
}

select {
	max-width: 100%
}

textarea {
	resize: vertical;
	vertical-align: text-top
}

[type=hidden] {
	display: none!important
}

[type=button],
[type=reset],
[type=submit],
button {
	background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
	border-radius: 0
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	display: none
}

input::-ms-clear,
input::-ms-reveal {
	display: none
}

.btNextEtape:after,
.u-cf:after {
	clear: both;
	content: "";
	display: block
}

.u-cfAlt {
	overflow: hidden!important
}

.u-cfBi:after,
.u-cfBi:before {
	clear: both;
	content: "";
	display: table
}

.u-floatLeft {
	float: left!important
}

.u-floatRight {
	float: right!important
}

.u-hidden {
	border: 0!important;
	clip: rect(1px, 1px, 1px, 1px)!important;
	height: 1px!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important
}

.u-hidden,
.u-textTruncate {
	overflow: hidden!important;
	white-space: nowrap!important
}

.u-textTruncate {
	max-width: 100%;
	text-overflow: ellipsis!important;
	word-wrap: normal!important
}

.Embed {
	display: block;
	overflow: hidden;
	position: relative
}

.Embed-ratio {
	display: block;
	padding-bottom: 100%;
	width: 100%
}

.Embed-content iframe {
	max-width: 100%
}

.Embed[embed-aspectRatio] .Embed-content {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.Embed[embed-aspectRatio] .Embed-content iframe {
	height: 100%;
	width: 100%
}

.Form {
	color: #353522;
	font-size: 1rem
}

.Form-caption {
	background-color: #eeede7;
	color: #78b11b;
	font-size: 1.125em;
	line-height: 1.222em;
	margin: 0 0 1.222em;
	padding: .917em 20px;
	width: 100%
}

.Form-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	margin: 0 0 1.375em
}

.Form-control:last-child {
	margin-bottom: 2.75em
}

.Form-label {
	color: #000;
	cursor: pointer;
	font-weight: 400;
	margin: 0 0 .34375em
}

.Form-field,
.formulaireInscription fieldset .form-group select,
.formulaireInscription fieldset .input-group input[type=text],
.ResumeAvantages fieldset .form-group select,
.ResumeAvantages fieldset .input-group input[type=text] {
	border: 1px solid #c5c4c0;
	border-radius: 3px;
	line-height: 1.375em;
	margin: 0 0 .34375em;
	padding: .6875em 10px
}

textarea.Form-field {
	height: 20.625em
}

.Form-help {
	font-size: .875em;
	line-height: 1.571em
}

.Form-footer {
	text-align: center
}

@media (min-width:950px) and (max-width:1049px),
(min-width:1050px) {
	.Form-control {
		margin-left: 12.5%;
		margin-right: 12.5%
	}
}

@media (max-width:629px),
(min-width:630px) and (max-width:949px) {
	.Form-control {
		margin-left: 8.33333%;
		margin-right: 8.33333%
	}
}

.Wysiwyg {
	font-size: 1rem;
	line-height: 1.375em
}

.Wysiwyg:after {
	clear: both;
	content: "";
	display: block
}

.Wysiwyg>:first-child {
	margin-top: 0!important
}

.Wysiwyg>:last-child {
	margin-bottom: 0!important
}

.Wysiwyg a,
.Wysiwyg label {
	color: #78b11b;
	text-decoration: underline
}

.Wysiwyg label {
	cursor: pointer
}

.Wysiwyg a:focus,
.Wysiwyg a:hover,
.Wysiwyg label:focus,
.Wysiwyg label:hover {
	text-decoration: none
}

.Wysiwyg h1 {
	color: #78b11b;
	font-weight: 300;
	line-height: 1.375em;
	margin: .55em 0
}

.Wysiwyg h1 a {
	color: inherit
}

.Wysiwyg h2 {
	color: #c88221;
	font-weight: 400;
	margin: .733em 0
}

.Wysiwyg h2 a {
	color: inherit
}

.Wysiwyg h3 {
	font-weight: 500;
	margin: 1.1em 0
}

.Wysiwyg h3 a {
	color: inherit
}

.Wysiwyg hr,
.Wysiwyg p {
	margin: 1.375em 0
}

.Wysiwyg ol,
.Wysiwyg ul {
	margin: 1.375em 0;
	overflow: hidden;
	padding: 0 0 0 40px
}

.Wysiwyg li {
	margin: .34375em 0
}

.Wysiwyg li ol,
.Wysiwyg li ul {
	margin-bottom: .6875em;
	margin-top: .6875em;
	overflow: visible
}

.Wysiwyg ol {
	list-style-type: decimal
}

.Wysiwyg ul {
	list-style-image: url(img/img-disc.svg)
}

.Wysiwyg ol ul,
.Wysiwyg ul ul {
	list-style-image: url(img/img-circle.svg)
}

.Wysiwyg ol ol ul,
.Wysiwyg ol ul ul,
.Wysiwyg ul ol ul,
.Wysiwyg ul ul ul {
	list-style-image: url(img/img-square.svg)
}

.Wysiwyg table {
	border-collapse: collapse;
	margin: 1.375em 0;
	max-width: 100%;
	width: 100%!important
}

.Wysiwyg td,
.Wysiwyg th {
	border: 1px solid #d6d3c6;
	padding: 1.375em 10px;
	text-align: center;
	width: auto!important
}

.Wysiwyg thead th {
	background-color: #f6f6f6;
	color: #78b11b
}

.Wysiwyg img {
	font-size: 1rem;
	height: auto;
	max-width: 100%
}

.Wysiwyg .alignnone {
	margin: 1.375em 0
}

.Wysiwyg .aligncenter:not(table) {
	display: block;
	margin: 1.375em auto
}

.Wysiwyg .alignleft,
.Wysiwyg .alignright {
	margin: .1875em 0 .6875em;
	max-width: 50%
}

.Wysiwyg .alignright {
	float: right;
	margin-left: 20px
}

.Wysiwyg .alignleft {
	float: left;
	margin-right: 20px
}

.pageCategorie .Wysiwyg h2 {
	color: #78b11b
}

@media (min-width:945px) {
	.Wysiwyg h1 {
		font-size: 2.5em
	}
	.Wysiwyg h2 {
		font-size: 1.875em;
		line-height: 1.467em
	}
	.Wysiwyg h3 {
		font-size: 1.25em;
		line-height: 1.375em
	}
}

@media (min-width:630px) and (max-width:944px) {
	.Wysiwyg h1 {
		font-size: calc(2em + 0.5 * ((100vw - 39.375rem) / 19.625))
	}
	.Wysiwyg h2 {
		font-size: calc(1.5em + 0.375 * ((100vw - 39.375rem) / 19.625));
		line-height: calc(1.375em + 0.092 * ((100vw - 39.375rem) / 19.625))
	}
	.Wysiwyg h3 {
		font-size: calc(1.125em + 0.125 * ((100vw - 39.375rem) / 19.625));
		line-height: calc(1.528em + -0.153 * ((100vw - 39.375rem) / 19.625))
	}
}

@media (max-width:629px) {
	.Wysiwyg h1 {
		font-size: 2em
	}
	.Wysiwyg h2 {
		font-size: 1.5em;
		line-height: 1.375em
	}
	.Wysiwyg h3 {
		font-size: 1.125em;
		line-height: 1.528em
	}
	.Wysiwyg ol,
	.Wysiwyg ul {
		padding-left: 20px
	}
	.Wysiwyg .alignleft,
	.Wysiwyg .alignright {
		display: block;
		float: none;
		margin: 1.25em auto;
		max-width: 100%
	}
}

.Header {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	font-size: 1rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 101
}

.Header:before {
	background: inherit;
	content: "bar";
	font: 0/0 a;
	height: 100%;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	z-index: -1
}

.Header-quicknav {
	color: #fff;
	position: fixed;
	right: 0;
	top: 50vh;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.Header-quicknav-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(3, 140, 171, .8);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	font-size: .875em;
	height: 50px;
	margin: 0 0 0 auto;
	overflow: hidden;
	padding: 0 10px;
	white-space: nowrap;
	width: 50px
}

.Header-quicknav li:first-child a {
	border-radius: 3px 0 0 0
}

.Header-quicknav li:last-child a {
	border-radius: 0 0 0 3px
}

.Header-quicknav li:not(:last-child) a {
	background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, .35)), to(hsla(0, 0%, 100%, .35)));
	background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .35), hsla(0, 0%, 100%, .35));
	background-position: right 18.5px top 100%;
	background-repeat: no-repeat;
	background-size: 13px 1px
}

.Header-quicknav-link>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.Header-quicknav-link>svg {
	margin: 0 10px 0 0;
	min-width: 30px;
	pointer-events: none
}

.Header-logo {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.Header-contacts {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.Header-contact,
.Header-contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal
}

.Header-contact {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #666;
	-webkit-box-orient: vertical;
	-ms-flex-flow: column;
	flex-flow: column;
	font-size: 1.125em;
	font-weight: 500;
	line-height: 1.528em;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: color .4s;
	transition: color .4s;
	white-space: nowrap
}

.Header-contact:hover {
	color: #78b11b
}

.Header-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.Header-action {
	color: #353522;
	font-size: 1.125em;
	line-height: 1.528em;
	text-transform: uppercase
}

.Header-action b {
	color: #78b11b;
	display: block;
	font-size: 1.333em
}

@media (min-width:945px) {
	.Header-links {
		background-color: #d6d3c6;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 0 1.375em;
		position: relative
	}
	.Header-links:before {
		background-color: #d6d3c6;
		content: "";
		height: 100%;
		left: 50%;
		position: absolute;
		top: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100vw;
		z-index: -1
	}
	.Header-links ul {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		margin: 0 -10px
	}
	.Header-links ul:first-child {
		margin-right: auto
	}
	.Header-links li {
		padding: 0 5px
	}
	.Header-link {
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		color: #353522;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		font-size: .875em;
		font-weight: 500;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		line-height: 1.179em;
		padding: .982em 5px;
		text-align: center;
		text-transform: uppercase;
		-webkit-transition: color .4s;
		transition: color .4s
	}
	.Header-link svg {
		margin: 0 5px 0 0
	}
	.Header-link--highlight {
		font-weight: 700
	}
	.Header-link--g\&l {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding-bottom: .393em;
		padding-top: .393em
	}
	.Header-link:hover {
		color: #78b11b
	}
	.Header-logo {
		margin: 0 1% 0 0
	}
	.Header-contacts,
	.Header-logo {
		-ms-flex-preferred-size: 15%;
		flex-basis: 21%
	}
	.Header-contacts {
		width: 35%
	}
	.Header-contacts li {
		padding: 0 20px
	}
	.Header-contact>svg {
		-webkit-transition: -webkit-transform .4s ease-in-out;
		transition: -webkit-transform .4s ease-in-out;
		transition: transform .4s ease-in-out;
		transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
	}
	.Header-contact:hover>svg {
		-webkit-transform: translateY(-.306em);
		transform: translateY(-.306em)
	}
	.Header-actions {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 41.667%;
		width: 41.667%
	}
	.Header-navigation {
		background-color: #eeede7;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		margin: 1.375em 0 0;
		position: relative
	}
	.Header-navigation:before {
		background: inherit;
		content: "";
		height: 100%;
		left: 50%;
		position: absolute;
		top: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100vw;
		z-index: -1
	}
	.Header-navigation>ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		margin: 0 0 0 -20px
	}
	.Header-navigation-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}
	.Header-navigation-item--dropdown>a:first-child,
	.Header-navigation-item>a {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		font-size: .9em;
		height: 100%;
		line-height: 0.9em;
		padding: 1.35em 20px;
		position: relative;
		text-transform: uppercase;
		-webkit-transition: color .4s;
		transition: color .4s
	}
	.Header-navigation-item>a {
		color: #333;
		font-weight: 500;
		text-align: left
	}
	.Header-navigation-item--dropdown {
		-ms-flex-preferred-size: 14.286%;
		flex-basis: 14.286%
	}
	.Header-navigation-item--dropdown>a:first-child {
		background-color: #d6d3c6;
		-webkit-box-shadow: 0 0 0 0 #eae7dd;
		box-shadow: 0 0 0 0 #eae7dd;
		color: #78b11b;
		font-weight: 700;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-transition: color .4s, background-color .4s, -webkit-transform .4s, -webkit-box-shadow .4s;
		transition: color .4s, background-color .4s, -webkit-transform .4s, -webkit-box-shadow .4s;
		transition: transform .4s, color .4s, box-shadow .4s, background-color .4s;
		transition: transform .4s, color .4s, box-shadow .4s, background-color .4s, -webkit-transform .4s, -webkit-box-shadow .4s
	}
	.Header-navigation-item--dropdown>a:first-child svg {
		margin: 0 0 0 10px
	}
	.Header-navigation-item--dropdown>a:first-child:before {
		border-color: currentColor transparent transparent;
		border-style: solid;
		border-width: 3px 3px 0;
		content: "";
		height: 0;
		left: 50%;
		position: absolute;
		bottom: .786em;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transition: bottom .4s;
		transition: bottom .4s;
		width: 0
	}
	.Header-navigation-item--dropdown>div:last-child {
		-webkit-box-shadow: 0 9px 10px 0 transparent;
		box-shadow: 0 9px 10px 0 transparent;
		opacity: 0;
		pointer-events: none;
		position: absolute;
		top: 100%;
		-webkit-transform: translateY(1rem);
		transform: translateY(1rem);
		-webkit-transition: opacity .4s, visibility .4s, -webkit-transform .4s, -webkit-box-shadow 1.2s;
		transition: opacity .4s, visibility .4s, -webkit-transform .4s, -webkit-box-shadow 1.2s;
		transition: opacity .4s, transform .4s, box-shadow 1.2s, visibility .4s;
		transition: opacity .4s, transform .4s, box-shadow 1.2s, visibility .4s, -webkit-transform .4s, -webkit-box-shadow 1.2s;
		visibility: hidden
	}
	.Header-navigation-item--dropdown+.Header-navigation-item--dropdown {
		margin-left: 1px
	}
	.Header-navigation-item--search>a:first-child:before {
		display: none
	}
	.Header-navigation-item--search {
		max-width: 85px
	}
	.Header-navigation-item--search>div:last-child {
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
		left: 0;
		right: 0
	}
	.Header-navigation-item--search>a:first-child svg {
		margin: 0
	}
	.Header-navigation-item>a:hover {
		color: #78b11b
	}
	.Header-navigation-item--dropdown.js-opened>a {
		background-color: #eae7dd;
		-webkit-box-shadow: 0 .786em 0 0 #eae7dd;
		box-shadow: 0 .786em 0 0 #eae7dd;
		color: #353522;
		-webkit-transform: translateY(-.786em);
		transform: translateY(-.786em)
	}
	.Header-navigation-item--dropdown.js-opened>a:before {
		bottom: 0
	}
	.Header-navigation-item--dropdown.js-opened>div:last-child {
		-webkit-box-shadow: 0 9px 10px 0 rgba(0, 0, 0, .13);
		box-shadow: 0 9px 10px 0 rgba(0, 0, 0, .13);
		opacity: 1;
		pointer-events: all;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		visibility: visible
	}
	.Header-categories {
		background-color: hsla(0, 0%, 100%, .95);
		padding: 1.375em 40px
	}
	.Header-categories li:not(:last-child) {
		margin-bottom: .786em
	}
	.Header-categories a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		font-size: .875em;
		font-weight: 700;
		line-height: 1.571em;
		text-transform: uppercase
	}
	.Header-categories svg {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin: 0 10px 0 0
	}
	.Header-categories a:hover {
		color: #78b11b
	}
	.Header-cities {
		background-color: hsla(0, 0%, 100%, .95)
	}
	.Header-cities-top {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #78b11b;
		color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		font-size: .875em;
		line-height: 1.179em;
		padding: .786em 10px;
		text-align: center;
		text-transform: uppercase
	}
	.Header-cities-top img {
		border: 1px solid;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.Header-cities-top a {
		text-decoration: underline;
		text-transform: none
	}
	.Header-cities-list {
		padding: 1.375em 40px
	}
	.Header-cities-list li:not(:last-child) {
		margin-bottom: .786em
	}
	.Header-cities-list a {
		display: inline-block;
		font-size: .875em;
		font-weight: 700;
		line-height: 1.571em;
		padding: 0 10px;
		position: relative;
		text-transform: uppercase
	}
	.Header-cities-list a:before {
		border-color: transparent transparent transparent currentColor;
		border-style: solid;
		border-width: 2px 0 2px 2px;
		content: "";
		height: 0;
		left: 0;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-33.333%);
		transform: translateY(-33.333%);
		width: 0
	}
	.Header-cities-list a:hover {
		color: #78b11b
	}
	.Header-cities-link {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #78b11b;
		color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		font-size: .875em;
		font-weight: 700;
		line-height: 1.571em;
		padding: .786em 50px .786em 33px;
		text-transform: uppercase;
		white-space: nowrap
	}
	.Header-cities-link svg {
		margin: 0 10px 0 0
	}
	.Header-search {
		background: rgba(0, 0, 0, .35);
		color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		padding: 2.0625em 40px 2.75em 20px
	}
	.Header-search fieldset {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin: 0 20px 0 0
	}
	.Header-search input {
		background-color: #fff;
		border: 0;
		border-radius: 3px;
		height: 2.75em;
		padding-left: 20px;
		padding-right: 20px;
		width: 100%
	}
	.Header-search button {
		background-color: transparent;
		border: 2px solid;
		border-radius: 3px;
		color: #fff;
		cursor: pointer;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 200px;
		flex: 0 0 200px;
		font-family: Roboto, sans-serif;
		font-size: 1.125rem;
		font-weight: 500;
		line-height: 1.222em;
		margin: 0;
		padding: .5em 20px;
		text-transform: uppercase
	}
	.Header-burger,
	.Header-navigation-item--info,
	.Header-navigation-item--link,
	.Header-search button svg {
		display: none
	}
}

@media (max-width:629px),
(min-width:630px) and (max-width:944px) {
	.Header:before {
		content: "stack"
	}
	.Header-links,
	.Header-quicknav {
		display: none
	}
	.Header-logo {
		-ms-flex-preferred-size: calc(100% - 105px);
		flex-basis: calc(100% - 105px);
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		position: relative;
		z-index: 3
	}
	.Header-contacts {
		background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 50% 0/1px 100% no-repeat;
		background: linear-gradient(180deg, currentColor, currentColor) 50% 0/1px 100% no-repeat;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		position: relative;
		z-index: 1
	}
	.Header-actions {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		position: relative;
		z-index: 1
	}
	.Header-navigation {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 85px
	}
	.Header-navigation:after {
		background-color: #fff;
		content: "";
		height: 100%
	}
	.Header-navigation:after,
	.Header-navigation>ul {
		left: -10px;
		margin: 1.375em 0 0;
		position: absolute;
		right: -10px;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		z-index: 2
	}
	.Header-navigation>ul {
		background-color: #eeede7;
		padding: 0 0 1.375em
	}
	.Header-navigation-item:not(:first-child) {
		border-top: 1px solid #fff
	}
	.Header-navigation-item--dropdown>a:first-child,
	.Header-navigation-item>a {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		font-size: 1.125em;
		line-height: 1.222em;
		padding: .9167em 20px;
		position: relative;
		text-transform: uppercase
	}
	.Header-navigation-item>a {
		color: #333;
		font-weight: 500;
		text-align: left
	}
	.Header-navigation-item--dropdown>a:first-child {
		background-color: #d6d3c6;
		color: #78b11b;
		cursor: pointer;
		font-weight: 700;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.Header-navigation-item--dropdown>a:first-child svg {
		margin: 0 .6875em 0 10px
	}
	.Header-navigation-item--dropdown:not(.Header-navigation-item--search)>div:last-child,
	.Header-navigation-item--search>a:first-child {
		display: none
	}
	.Header-navigation-item--dropdown.js-opened>div:last-child {
		display: block
	}
	.Header-categories {
		background-color: #fff;
		padding: 1.375em 20px
	}
	.Header-categories li:not(:last-child) {
		margin-bottom: .6875em
	}
	.Header-categories a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		font-weight: 700;
		padding: .34375em 0;
		text-transform: uppercase
	}
	.Header-categories svg {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin: 0 10px 0 0
	}
	.Header-categories a:hover {
		color: #78b11b
	}
	.Header-cities {
		background-color: #fff
	}
	.Header-cities-top {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #78b11b;
		color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		padding: .6875em 20px;
		position: relative;
		text-transform: uppercase
	}
	.Header-cities-top img {
		border: 1px solid;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin: 0 20px 0 0
	}
	.Header-cities-top a {
		text-decoration: underline;
		text-transform: none
	}
	.Header-cities-top a:before {
		bottom: 0;
		content: "";
		left: 0;
		position: absolute;
		right: 0;
		top: 0
	}
	.Header-cities-list {
		padding: 1.375em 20px
	}
	.Header-cities-list li:not(:last-child) {
		margin-bottom: .6875em
	}
	.Header-cities-list a {
		display: inline-block;
		font-weight: 700;
		padding: .34375em 10px;
		position: relative;
		text-transform: uppercase
	}
	.Header-cities-list a:before {
		border-color: transparent transparent transparent currentColor;
		border-style: solid;
		border-width: 2px 0 2px 2px;
		content: "";
		height: 0;
		left: 0;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-33.333%);
		transform: translateY(-33.333%);
		width: 0
	}
	.Header-cities-list a:hover {
		color: #78b11b
	}
	.Header-cities-link {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #78b11b;
		color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		font-weight: 700;
		padding: .6875em 30px .6875em 13px;
		text-transform: uppercase;
		white-space: nowrap
	}
	.Header-cities-link svg {
		margin: 0 10px 0 0
	}
	.Header-search {
		background-color: #d6d3c6;
		color: #fff;
		padding: 1.03125em 20px;
		position: relative
	}
	.Header-search input {
		background-color: #fff;
		border: 0;
		border-radius: 3px;
		height: 2.75em;
		padding-left: 20px;
		padding-right: 64px;
		width: 100%
	}
	.Header-search button {
		background-color: transparent;
		border: 0;
		color: #78b11b;
		cursor: pointer;
		height: 2.75em;
		position: absolute;
		right: 20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 2.75em
	}
	.Header-search span {
		display: none
	}
	.Header-navigation-item--link:not(:first-child) {
		border-top: 0
	}
	.Header-navigation-item:not(.Header-navigation-item--link)+.Header-navigation-item--link {
		border-top: 1px solid #fff;
		padding-top: 1.375em
	}
	.Header-navigation-item--link>a {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-flow: row-reverse nowrap;
		flex-flow: row-reverse nowrap;
		font-size: 1em;
		font-weight: 700;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		line-height: 1.375em;
		padding: .6875em 20px;
		position: relative;
		text-transform: uppercase
	}
	.Header-navigation-item--link>a svg {
		margin: 0 .6875em
	}
	.Header-navigation-item--info:not(:first-child) {
		border-top: 0
	}
	.Header-navigation-item:not(.Header-navigation-item--info)+.Header-navigation-item--info {
		border-top: 1px solid #fff;
		margin-top: 1.375em;
		padding-top: 1.375em
	}
	.Header-navigation-item--info>a {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-orient: horizontal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		font-size: .875em;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		line-height: 1.571em;
		padding: .786em 20px;
		text-transform: uppercase
	}
	.Header-burger,
	.Header-navigation-item--info>a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-direction: normal;
		position: relative
	}
	.Header-burger {
		cursor: pointer;
		-webkit-box-orient: vertical;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		font: 0/0 a;
		width: 85px;
		z-index: 4
	}
	.Header-burger:before {
		color: #353522;
		content: "MENU";
		display: block;
		font: 400 1rem/1.375em Roboto, sans-serif;
		margin: 0 0 .34375em;
		text-align: center
	}
	.Header-burger span {
		margin: 11px auto;
		position: relative;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: all 0ms .3s;
		transition: all 0ms .3s
	}
	.Header-burger span,
	.Header-burger span:after {
		background: #78b11b;
		border-radius: 3px;
		display: block;
		height: 4px;
		width: 44px
	}
	.Header-burger span:before {
		background: #78b11b;
		border-radius: 3px;
		display: block;
		height: 4px;
		width: 44px
	}
	.Header-burger span:after,
	.Header-burger span:before {
		content: "";
		left: 0;
		position: absolute;
		-webkit-transition-delay: .3s, 0ms;
		transition-delay: .3s, 0ms;
		-webkit-transition-duration: .3s;
		transition-duration: .3s;
		-webkit-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
		transition-timing-function: cubic-bezier(.23, 1, .32, 1)
	}
	.Header-burger span:before {
		bottom: 11px;
		-webkit-transition-property: bottom, -webkit-transform;
		transition-property: bottom, -webkit-transform;
		transition-property: bottom, transform;
		transition-property: bottom, transform, -webkit-transform
	}
	.Header-burger span:after {
		top: 11px;
		-webkit-transition-property: top, -webkit-transform;
		transition-property: top, -webkit-transform;
		transition-property: top, transform;
		transition-property: top, transform, -webkit-transform
	}
	.Header-navigation.js-animate>ul {
		-webkit-transition: -webkit-transform .8s ease-in-out;
		transition: -webkit-transform .8s ease-in-out;
		transition: transform .8s ease-in-out;
		transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out
	}
	.Site:before {
		background-color: rgba(0, 0, 0, .85);
		bottom: 0;
		content: "";
		left: 0;
		opacity: 0;
		pointer-events: none;
		position: fixed;
		right: 0;
		-webkit-transition: opacity .3s ease-in-out;
		transition: opacity .3s ease-in-out;
		top: 0;
		z-index: -1
	}
	.js-offcanvas .Site:before {
		opacity: 1;
		pointer-events: auto;
		z-index: 100
	}
	.js-offcanvas .Header-content,
	.js-offcanvas .Header-navigation>ul {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	.js-offcanvas .Header-burger span {
		background: rgba(255, 0, 0, 0)
	}
	.js-offcanvas .Header-burger span:after,
	.js-offcanvas .Header-burger span:before {
		-webkit-transition-delay: 0ms, .3s;
		transition-delay: 0ms, .3s
	}
	.js-offcanvas .Header-burger span:after {
		top: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.js-offcanvas .Header-burger span:before {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
}

@media (min-width:630px) and (max-width:944px) {
	.Header {
		padding: 1.375em 0
	}
	.Header-logo,
	.Header-navigation {
		margin: 0 0 2.0625em
	}
	.Header-logo .Logo {
		max-width: 33.333%
	}
	.Header-actions,
	.Header-contacts {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}
	.Header-contacts li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%
	}
}

@media (max-width:629px) {
	.Header {
		padding: 1.375em 0 0
	}
	.Header-logo,
	.Header-navigation {
		margin: 0 0 1.375em
	}
	.Header-logo .Logo {
		max-width: 50%
	}
	.Header-contacts {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 0 1.375em;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		z-index: 4
	}
	.Header-contacts li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%
	}
	.Header-contact {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.Header-contact svg {
		height: 1.528em;
		margin: 0 10px 0 0;
		width: 1.528em
	}
	.Header-actions {
		background: #eeede7 -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) 50% 0/1px 100% no-repeat;
		background: #eeede7 linear-gradient(180deg, #fff, #fff) 50% 0/1px 100% no-repeat;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		position: relative
	}
	.Header-actions:before {
		background: inherit;
		content: "";
		height: 100%;
		left: 50%;
		position: absolute;
		top: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100vw;
		z-index: -1
	}
	.Header-actions li:last-child {
		text-align: right
	}
	.Header-action {
		display: block;
		padding: .611em 0
	}
}

@media (max-width:419px) {
	.Header-logo .Logo {
		max-width: 75%
	}
	.Header-contacts {
		background: none
	}
	.Header-contacts li {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto
	}
	.Header-contacts li:not(:first-child) {
		background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) 10px 0/1px 100% no-repeat;
		background: linear-gradient(180deg, currentColor, currentColor) 10px 0/1px 100% no-repeat;
		padding-left: 20px

	}
	.Header-action {
		font-size: 1em;
		line-height: 1.375em
	}
}

.Hero {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: transparent;
	font-size: 1rem;
	position: relative;
	text-align: center
}

.Hero:before {
content: "";
    display: inline-block;
    max-height: 16.25em;
    padding: 0 0 38.774%;
    vertical-align: middle;
    width: 1px;
}

.Hero-inner {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	margin: 2.5em 0 2.75em;
	text-align: left;
	vertical-align: middle;
	width: 88.333%
}

.Hero-image {
	background-color: #f6f6f6;
	bottom: 0;
	left: 50%;
	overflow: hidden;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	z-index: -1
}

.Hero-image,
.Hero-image img {
	height: 100%;
	position: absolute
}

.Hero-image img {
	bottom: -10000px;
	width: auto;
	left: -10000px;
	margin: auto;
	right: -10000px;
	top: -10000px
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.Hero-image img {
		bottom: auto;
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		right: auto;
		top: 0;
		width: 100%
	}
}

.Hero-name {
	color: #fff;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	font-style: italic;
	font-weight: 500;
	position: relative;
	text-align: center;
	text-shadow: -7px 4px 10px rgba(1, 36, 43, .3);
	-webkit-transform: translateY(16.667%);
	transform: translateY(16.667%);
	z-index: 1;
	margin-bottom: 7rem
}

.Hero-name span {
	display: inline-block;
	font-weight: 700
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.Hero-name {
		margin-bottom: 0
	}
}

.Hero-name--reverse {
	font-weight: 700
}

.Hero-name--reverse span {
	font-weight: 500
}

.Hero-search {
	width: 100%
}

.Hero-search .SearchForm {
	margin-left: 0;
	margin-right: 0
}

.Hero-search .SearchForm button:hover>svg {
	color: #fff
}

.Hero-search .SearchForm button:hover:before {
	-webkit-box-shadow: inset 0 0 0 9px #fff;
	box-shadow: inset 0 0 0 9px #fff
}

.Hero--fp .Hero-inner {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.Hero--fp .Hero-name {
 	display: inline-table
}

.Hero--woldmap .Hero-image {
	background-color: #6cbdce
}

.Hero--woldmap .Hero-image img {
	height: 100%;
	width: auto
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.Hero--woldmap .Hero-image img {
		-o-object-fit: contain;
		object-fit: contain;
		width: 100%
	}
}

@media (max-width:1239px) {
	.Hero-search .SearchForm {
		padding-top: 2.75em
	}
}

@media (min-width:945px) {
	.Hero-name {
		font-size: 3.75em;
		line-height: 1.283em
	}
	.Hero-name span {
		font-size: 1.167em
	}
	.Hero-name--reverse {
		font-size: 4.375em;
		line-height: .943em
	}
	.Hero-name--reverse span {
		font-size: .857em;color: #ffffff;
    background: #78b11b;
    padding: 0.1em;
	text-shadow: none;
	}
}

@media (min-width:630px) and (max-width:944px) {
	.Hero-name {
		font-size: calc(2.25em + 1.5 * ((100vw - 39.375rem) / 19.625));
		line-height: calc(1.222em + 0.153 * ((100vw - 39.375rem) / 19.625))
	}
	.Hero-name span {
		font-size: calc(1.167em + 0 * ((100vw - 39.375rem) / 19.625))
	}
	.Hero-name--reverse {
		font-size: calc(2.625em + 1.75 * ((100vw - 39.375rem) / 19.625));
		line-height: calc(.943em + 0.105 * ((100vw - 39.375rem) / 19.625))
	}
	.Hero-name--reverse span {
		font-size: calc(.857em + 0 * ((100vw - 39.375rem) / 19.625))
	}
}

@media (max-width:629px) {
	.Hero-name {
		font-size: 2.25em;
		line-height: 1.222em
	}
	.Hero-name span {
		font-size: 1.167em
	}
	.Hero-name--reverse {
		font-size: 2.625em;
		line-height: 1.048em
	}
	.Hero-name--reverse span {
		font-size: .857em
	}
}

@media (max-width:629px) {
	.Hero-inner {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

.Section {
	background-color: currentColor;
	color: #fff;
	counter-reset: section-content;
	font-size: 1rem;
	padding: 3.4375em 0;
	position: relative
}

.Section:before {
	background: inherit;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	z-index: -1
}

.Section--white {
	color: #fff
}

.Section--lightblue {
	color: #8dcbd9
}

.Section--lightgrey {
	color: #fff
}

.Section--grey {
	color: #eeede7
}

.Section--gradient {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#376581), to(#78b11b));
	background: linear-gradient(180deg, #376581, #78b11b)
}

.Section--large {
	padding: 5.15625em 0
}

.Section-header,
.Section-title {
	margin: 0 0 2.0625em
}

.Section-title {
	color: #78b11b;
	text-align: center;
	text-transform: uppercase
}

.Section-title--underline {
	background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor)) bottom 0 left 50%/60px 1px no-repeat;
	background: linear-gradient(90deg, currentColor, currentColor) bottom 0 left 50%/60px 1px no-repeat;
	margin: 0 0 .6875em;
	padding: 0 0 1.375em
}

.Section-name {
	color: #010102;
	display: block;
	font-weight: 300
}

.Section-name span {
	color: #ce9954
}

.Section-name--small {
	color: #353522;
	font-weight: 500
}

.Section-alternateName {
	color: #333;
	font-weight: 500
}

.Section-description {
	color: #353522;
	font-size: 1.125em;
	margin: 0 auto;
	text-align: center;
	width: 80%
}

.Section-carousel:not(.slick-initialized) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	margin: 0 -10px;
	overflow: hidden
}

.Section-carousel:not(.slick-initialized) .Section-slide {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 0 10px
}

.Section-carousel[carousel-slidestoshow~="3"] .Section-slide {
	width: 33.3333%
}

.Section-carousel[carousel-slidestoshow~="2"] .Section-slide {
	width: 50%
}

.Section-carousel[data-carousel-slidestoshow~="3"] .Section-slide {
	width: 33.3333%
}

.Section-carousel[data-carousel-slidestoshow~="2"] .Section-slide {
	width: 50%
}

.Section-carousel.slick-initialized {
	margin: 0 -10px
}

.Section-carousel.slick-initialized .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}

.Section-carousel.slick-initialized .slick-slide {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	padding: 0 10px
}

@media (max-width:944px) {
	.Section-carousel[carousel-slidestoshow~="2@L"] .Section-slide {
		width: 50%
	}
	.Section-carousel[carousel-slidestoshow~="1@L"] .Section-slide {
		width: 100%
	}
}

@media (max-width:629px) {
	.Section-carousel[carousel-slidestoshow~="2@M"] .Section-slide {
		width: 50%
	}
	.Section-carousel[carousel-slidestoshow~="1@M"] .Section-slide {
		width: 100%
	}
}

@media (max-width:944px) {
	.Section-carousel[data-carousel-slidestoshow~="2@L"] .Section-slide {
		width: 50%
	}
	.Section-carousel[data-carousel-slidestoshow~="1@L"] .Section-slide {
		width: 100%
	}
}

@media (max-width:629px) {
	.Section-carousel[data-carousel-slidestoshow~="2@M"] .Section-slide {
		width: 50%
	}
	.Section-carousel[data-carousel-slidestoshow~="1@M"] .Section-slide {
		width: 100%
	}
}

.Section-carousel-button {
	background-color: #d6d3c6;
	border: 0;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	height: 40px;
	overflow: hidden;
	padding: 40px 0 0;
	position: absolute;
	top: calc(50% - 4.125em);
	width: 40px;
	z-index: 11
}

.Section-carousel-button>svg {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.Section-carousel-button--prev {
	left: 0;
	-webkit-transform: rotate(180deg) translate(-50%, -50%);
	transform: rotate(180deg) translate(-50%, -50%);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

.Section-carousel-button--next {
	right: 0;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%)
}

@media (max-width:1259px) {
	.Section-carousel-button--prev {
		left: 10px
	}
	.Section-carousel-button--next {
		right: 10px
	}
}

.Section-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 2.75em -5px 0
}

.Section-dots li {
	padding: 0 5px
}

.Section-dots button {
	background-color: transparent;
	border: 4px solid;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #78b11b;
	cursor: pointer;
	height: 1em;
	overflow: hidden;
	padding: 0;
	text-indent: -1001px;
	width: 1em
}

.Section-dots .slick-active button {
	background-color: currentColor
}

.Section-footer {
	margin: 2.75em 0 0;
	text-align: center
}

@media (min-width:945px) {
	.Section-name {
		font-size: 3.2em
	}
	.Section-name--big {
		font-size: 3.125em;
		line-height: 1.32em
	}
	.Section-name--small {
		font-size: 1.25em
	}
	.Section-alternateName {
		font-size: 1.2em;
		line-height: 1.222em
	}
}

@media (min-width:630px) and (max-width:944px) {
	.Section-name {
		font-size: calc(2.125em + 0.375 * ((100vw - 39.375rem) / 19.625));
		line-height: calc(1.294em + 0.081 * ((100vw - 39.375rem) / 19.625))
	}
	.Section-name--big {
		font-size: calc(2.5em + 0.625 * ((100vw - 39.375rem) / 19.625));
		line-height: calc(1.375em + -0.055 * ((100vw - 39.375rem) / 19.625))
	}
	.Section-name--small {
		font-size: calc(1.125em + 0.125 * ((100vw - 39.375rem) / 19.625))
	}
	.Section-alternateName {
		font-size: calc(1em + 0.125 * ((100vw - 39.375rem) / 19.625));
		line-height: calc(1.375em + 0.153 * ((100vw - 39.375rem) / 19.625))
	}
}

@media (max-width:629px) {
	.Section-name {
		font-size: 2.125em;
		line-height: 1.294em
	}
	.Section-name--big {
		font-size: 2.5em;
		line-height: 1.375em
	}
	.Section-name--small {
		font-size: 1.125em
	}
	.Section-alternateName {
		font-size: 1em;
		line-height: 1.375em
	}
}

.Reviews {
	font-size: 1rem;
	padding: 3.4375em 0
}

.Reviews-body {
	margin: 0 0 2.75em
}

.AggregateRating,
.Reviews-footer {
	text-align: center
}

.AggregateRating {
	margin: 0 20px;
	outline: 1px solid #78b11b;
	padding: 2.0625em 0
}

.AggregateRating-header,
.AggregateRating-inner {
	background: -webkit-gradient(linear, left top, right top, from(#8d8c85), to(#8d8c85)) left 50% bottom 1.375em/60px 1px no-repeat;
	background: linear-gradient(90deg, #8d8c85, #8d8c85) left 50% bottom 1.375em/60px 1px no-repeat;
	padding: 0 0 2.75em
}

.AggregateRating-name {
	font-size: 2.25em;
	font-weight: 300;
	line-height: .9167em;
	text-transform: uppercase
}

.AggregateRating-name span {
	color: #c88221;
	display: inline-block;
	font-size: .6667em;
	font-weight: 500
}

.AggregateRating-value {
	color: #78b11b;
	font-family: Rubik, sans-serif;
	font-size: 3.75em;
	font-weight: 300;
	line-height: 1.1em;
	margin: 0 0 .09167em
}

.AggregateRating-count {
	font-size: .875em;
	font-style: italic;
	line-height: 1.5714em
}

.Review {
	font-size: 1rem;
	margin: 0 20px
}

.Review-header {
	margin: 0 0 1.375em;
	text-transform: uppercase
}

.Review-author {
	color: #c88221;
	font-size: 1.625em;
	font-weight: 300;
	line-height: 1.269em
}

.Review-itemReviewed {
	font-size: .875em;
	line-height: 1.5714em
}

.Review-value {
	color: #78b11b;
	display: block;
	margin: 0 0 1.375em;
	text-transform: uppercase
}

.Review-rating {
	text-transform: uppercase;
	white-space: nowrap;
	width: 100%
}

.Review-rating tr:not(:last-child) td {
	padding-bottom: .34375em
}

.Review-rating td:last-child {
	padding: 0 0 0 20px;
	text-align: right;
	width: 100%
}

@media (max-width:629px) {
	.Review-rating td:first-child {
		font-size: .875em
	}
}

.StarRating {
	background-position: 50% 0, 50% -1em;
	background-size: calc(1em + 5px) 2em;
	background-repeat: repeat-x;
	background-clip: content-box, padding-box;
	background-image: url(img/star.svg#Default), url(img/star.svg#Selected);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	height: 1em;
	overflow: hidden;
	text-align: left;
	text-indent: 10001px;
	width: calc(5 * (1em + 5px))
}

.StarRating--1 {
	padding-left: calc(1 * (1em + 5px))
}

.StarRating--2 {
	padding-left: calc(2 * (1em + 5px))
}

.StarRating--3 {
	padding-left: calc(3 * (1em + 5px))
}

.StarRating--4 {
	padding-left: calc(4 * (1em + 5px))
}

.StarRating--5 {
	padding-left: calc(5 * (1em + 5px))
}

.StarRating--medium {
	background-position: 50% 0, 50% -1.5em;
	background-size: calc(1.5em + 5px) 3em;
	height: 1.5em;
	width: calc(5 * (1.5em + 5px))
}

.StarRating--1.StarRating--medium {
	padding-left: calc(1 * (1.5em + 5px))
}

.StarRating--2.StarRating--medium {
	padding-left: calc(2 * (1.5em + 5px))
}

.StarRating--3.StarRating--medium {
	padding-left: calc(3 * (1.5em + 5px))
}

.StarRating--4.StarRating--medium {
	padding-left: calc(4 * (1.5em + 5px))
}

.StarRating--5.StarRating--medium {
	padding-left: calc(5 * (1.5em + 5px))
}

.Footer {
	font-size: 1rem
}

.Footer-part {
	position: relative
}

.Footer-part:before {
	background-color: inherit;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	z-index: -1
}

.Footer-part--blocks {
	background-color: #eeede7
}

.Footer-part--nacel {
	background-color: #fff;
	color: #353522;
	padding: 2.75em 0 3.4375em
}

.Footer-part--navs {
	background-color: #d3d2c6;
	color: #353522;
	padding: 2.0625em 0 4.8125em
}

.Footer-block {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	padding: 2.75em 0 0;
	width: 100%
}

.Footer-block-footer,
.Footer-block-inner {
	padding: 0 20px
}

.Footer-block-inner {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin: 0 0 1.71875em;
	padding-top: .34375em;
	position: relative
}

.Footer-block:not(.Footer-block--last) .Footer-block-inner:before {
	background: linear-gradient(90deg, #dad6ca 1px, #fff 0) 100% 0/2px 100% repeat-y;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translateX(11px);
	transform: translateX(11px);
	width: 2px
}

.Footer-block-name {
	display: block;
	font-size: 1.875em;
	font-weight: 300;
	line-height: 1.1em;
	margin: 0 0 .3667em;
	text-transform: uppercase
}

.Footer-block-description p:not(:last-child) {
	margin: 0 0 1.3em
}

.Footer-block-phone {
	color: #78b11b;
	display: inline-block;
	font-size: 1.5em;
	font-weight: 300;
	line-height: .9167em
}

.Footer-block-help {
	background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor)) 0 0/45px 1px no-repeat;
	background: linear-gradient(90deg, currentColor, currentColor) 0 0/45px 1px no-repeat;
	margin: .875em 0 0;
	padding: .875em 0 0
}

.Footer-block-help b {
	color: #ce9954;
	display: inline-block;
	font-size: 1.25em;
	font-weight: 700
}

.Footer-block-help span {
	color: #78b11b;
	display: inline-block;
	font-family: Rubik, sans-serif;
	font-size: 2.125em;
	font-weight: 300;
	line-height: 1.2941em;
	margin: 0 5px
}

.Footer-block-footer {
	background-color: #d6d5c8;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative
}

.Footer-block-footer:before {
	background-color: #d6d5c8;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw
}

.Footer-block-link {
	display: inline-block;
	padding: .859375em 0;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: color .4s;
	transition: color .4s;
	z-index: 1
}

.Footer-block-link>svg {
	margin: 0 0 0 20px;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
	vertical-align: middle
}

.Footer-block-link:hover {
	color: #78b11b
}

.Footer-block-link:hover>svg {
	-webkit-transform: translateX(10px);
	transform: translateX(10px)
}

@media (min-width:945px) {
	.Footer-block-footer {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		height: 3.06375em
	}
	.Footer-block-link {
		padding: 0
	}
}

.Footer-logo {
	margin: 0 auto;
	max-width: 230px
}

.Footer-social {
	color: #78b11b;
	text-align: center
}

.Footer-social-name {
	display: inline-block;
	font-size: 1.5em;
	font-weight: 300;
	margin: 0 0 .4583em;
	text-transform: uppercase
}

.Footer-social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -10px
}

.Footer-social-list li {
	padding: 0 10px
}

.Footer-social-link {
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	-webkit-transition: color .4s;
	transition: color .4s;
	width: 40px
}

.Footer-social-link:after {
	content: "";
	display: block;
	padding: 0 0 100%
}

.Footer-social-link:before {
	background-color: rgba(3, 140, 171, 0);
	border-radius: inherit;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color .4s, -webkit-transform .4s;
	transition: background-color .4s, -webkit-transform .4s;
	transition: transform .4s, background-color .4s;
	transition: transform .4s, background-color .4s, -webkit-transform .4s
}

.Footer-social-link>svg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.Footer-social-link:hover {
	border-width: 2px;
	color: #fff
}

.Footer-social-link:hover:before {
	background-color: #78b11b;
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.Footer-certificates {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	font-size: 1.25em;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -10px
}

.Footer-certificates img,
.Footer-certificates p {
	margin: 0 10px
}

.Footer-certificates p {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	font-weight: 300
}

.Footer-certificates p b {
	font-weight: 700
}

.Footer-certificates img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

@media (max-width:629px) {
	.Footer-certificates {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center
	}
	.Footer-certificates p {
		margin-bottom: .6875em;
		width: 100%
	}
	.Footer-certificates p br {
		display: none
	}
}

.Footer-navigation {
	font-size: 1em;
	font-weight: 500;
	line-height: 1em;
	margin: 0 0 0
}

.Footer-navigation ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -20px -.611em
}

.Footer-navigation li {
	margin: 0 0 .611em;
	padding: 0 20px
}

.Footer-navigation li:not(:first-child) {
	border-left: 1px solid #b8b7ae
}

.Footer-navigation a {
	-webkit-transition: color .4s;
	transition: color .4s
}

.Footer-navigation a:hover {
	color: #78b11b
}

@media (max-width:629px) {
	.Footer-navigation li:not(:first-child) {
		border-left: 0
	}
}

.Footer-information {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	font-size: .875em;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.5714em
}

.Footer-information a {
	text-decoration: underline;
	-webkit-transition: color .4s;
	transition: color .4s
}

.Footer-information a:focus,
.Footer-information a:hover {
	color: #78b11b;
	text-decoration: none
}

.Footer-information p:first-child {
	margin-right: 20px
}

.Footer-information ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.Footer-information li {
	margin-left: 10px
}

@media (max-width:1259px) {
	.Footer-information ul {
		width: 100%
	}
}

@media (max-width:629px),
(min-width:630px) and (max-width:944px) {
	.Footer-block:not(.Footer-block--last) .Footer-block-inner:before {
		content: normal
	}
	.Footer-part--nacel .Grid-item:not(:last-child) {
		background: -webkit-gradient(linear, left top, right top, from(#eeede7), to(#eeede7)) 50% 100%/calc(100% - 60px) 1px no-repeat;
		background: linear-gradient(90deg, #eeede7, #eeede7) 50% 100%/calc(100% - 60px) 1px no-repeat;
		margin-bottom: 1.375em;
		padding-bottom: 1.375em
	}
}

@media (max-width:629px) {
	.Footer-information {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap
	}
}

.SearchForm {
	font-size: 1rem;
	margin: 0 0 45px 20px
}

.SearchForm-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(3, 140, 171, .8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.375em 40px
}

.SearchForm-inner {
	padding: 0 0 1.375em 40px;
	position: relative
}

.SearchForm-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -20px -.6875em;
	width: calc(100% + 40px)
}

.SearchForm-name {
	color: #fff;
	display: block;
	font-size: 1.375em;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
	width: 100%
}

.SearchForm-field {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 0 0 .6875em;
	padding: 0 20px
}

.SearchForm-field label {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	margin: 0 0 .34375em;
	text-transform: uppercase
}

.SearchForm-field input,
.SearchForm-field select {
	background-color: #fff;
	border: 0;
	border-radius: 3px;
	height: 2.75em;
	width: 100%
}

.SearchForm-field input {
	padding-left: 10px;
	padding-right: 10px
}

.SearchForm-field select {
	padding-left: 10px
}

.SearchForm-field--large {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%
}

.SearchForm-help {
	color: #fff;
	font-size: .875em;
	font-style: italic;
	line-height: 1.571em;
	margin: .393em 0 0
}

.SearchForm-toggle {
	background-color: transparent;
	border: 0;
	display: none;
	cursor: pointer;
	height: 2.0625em;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: -1001px;
	width: 2.75em
}

.SearchForm-toggle:after,
.SearchForm-toggle:before {
	background-color: #fff;
	border-radius: 3px;
	content: "";
	height: 2.0625em;
	position: absolute;
	top: 0;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: height .4s, -webkit-transform .4s;
	transition: height .4s, -webkit-transform .4s;
	transition: transform .4s, height .4s;
	transition: transform .4s, height .4s, -webkit-transform .4s;
	left: 50%;
	width: 5px
}

.SearchForm-toggle:before {
	-webkit-transform: translate(-3px) rotate(-45deg);
	transform: translate(-3px) rotate(-45deg)
}

.SearchForm-toggle:after {
	-webkit-transform: translate(-3px) rotate(45deg);
	transform: translate(-3px) rotate(45deg)
}

.SearchForm-submit {
	background-color: transparent;
	border: 0;
	border-radius: 50%;
	bottom: 0;
	-webkit-box-shadow: 0 0 0 20px;
	box-shadow: 0 0 0 20px;
	color: inherit;
	cursor: pointer;
	height: 90px;
	padding: 0;
	position: absolute;
	-webkit-transition: color .3s;
	transition: color .3s;
	width: 90px
}

.SearchForm-submit>svg {
	color: #fff
}

.SearchForm-submit:before {
	bottom: 0;
	border-radius: inherit;
	-webkit-box-shadow: inset 0 0 0 45px rgba(3, 140, 171, .8);
	box-shadow: inset 0 0 0 45px rgba(3, 140, 171, .8);
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .3s cubic-bezier(.445, .05, .55, .95), -webkit-box-shadow .3s cubic-bezier(.445, .05, .55, .95);
	transition: -webkit-transform .3s cubic-bezier(.445, .05, .55, .95), -webkit-box-shadow .3s cubic-bezier(.445, .05, .55, .95);
	transition: transform .3s cubic-bezier(.445, .05, .55, .95), box-shadow .3s cubic-bezier(.445, .05, .55, .95);
	transition: transform .3s cubic-bezier(.445, .05, .55, .95), box-shadow .3s cubic-bezier(.445, .05, .55, .95), -webkit-transform .3s cubic-bezier(.445, .05, .55, .95), -webkit-box-shadow .3s cubic-bezier(.445, .05, .55, .95);
	z-index: -1
}

.SearchForm-submit:hover>svg {
	color: rgba(3, 140, 171, .8)
}

.SearchForm-submit:hover:before {
	-webkit-box-shadow: inset 0 0 0 9px rgba(3, 140, 171, .8);
	box-shadow: inset 0 0 0 9px rgba(3, 140, 171, .8);
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.SearchForm.js-closed {
	margin-bottom: 0
}

.SearchForm.js-closed .SearchForm-toggle:after,
.SearchForm.js-closed .SearchForm-toggle:before {
	height: 1.375em
}

.SearchForm.js-closed .SearchForm-toggle:before {
	-webkit-transform: translate(-9px, 2.5px) rotate(-45deg);
	transform: translate(-9px, 2.5px) rotate(-45deg)
}

.SearchForm.js-closed .SearchForm-toggle:after {
	-webkit-transform: translate(3px, 2.5px) rotate(45deg);
	transform: translate(3px, 2.5px) rotate(45deg)
}

@media (min-width:945px) {
	.SearchForm {
		margin-right: 65px
	}
	.SearchForm-inner {
		background: -webkit-gradient(linear, left top, right top, from(rgba(3, 140, 171, .8)), to(rgba(3, 140, 171, .8))) bottom 65px left 0/100% calc(100% - 65px) no-repeat, radial-gradient(circle at 100% 100%, rgba(3, 140, 171, 0) 0, rgba(3, 140, 171, 0) 64.5px, rgba(3, 140, 171, .4) 65px, rgba(3, 140, 171, .8) 65.5px, rgba(3, 140, 171, .8) 100%) 100% 100%/100% 65px no-repeat;
		background: linear-gradient(90deg, rgba(3, 140, 171, .8), rgba(3, 140, 171, .8)) bottom 65px left 0/100% calc(100% - 65px) no-repeat, radial-gradient(circle at 100% 100%, rgba(3, 140, 171, 0) 0, rgba(3, 140, 171, 0) 64.5px, rgba(3, 140, 171, .4) 65px, rgba(3, 140, 171, .8) 65.5px, rgba(3, 140, 171, .8) 100%) 100% 100%/100% 65px no-repeat;
		padding-right: 105px
	}
	.SearchForm-submit {
		right: 0;
		-webkit-transform: translate(50%, 50%);
		transform: translate(50%, 50%)
	}
}

@media (max-width:629px),
(min-width:630px) and (max-width:944px) {
	.SearchForm {
		margin-right: 20px
	}
	.SearchForm-inner {
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 140, 171, .8)), to(rgba(3, 140, 171, .8))) bottom 65px left 0/100% calc(100% - 65px) no-repeat, radial-gradient(circle at 50% 100%, rgba(3, 140, 171, 0) 0, rgba(3, 140, 171, 0) 64.5px, rgba(3, 140, 171, .4) 65px, rgba(3, 140, 171, .8) 65.5px, rgba(3, 140, 171, .8) 100%) 50% 100%/100% 65px no-repeat;
		background: linear-gradient(180deg, rgba(3, 140, 171, .8), rgba(3, 140, 171, .8)) bottom 65px left 0/100% calc(100% - 65px) no-repeat, radial-gradient(circle at 50% 100%, rgba(3, 140, 171, 0) 0, rgba(3, 140, 171, 0) 64.5px, rgba(3, 140, 171, .4) 65px, rgba(3, 140, 171, .8) 65.5px, rgba(3, 140, 171, .8) 100%) 50% 100%/100% 65px no-repeat;
		padding-right: 40px;
		padding-bottom: 4.125em
	}
	.SearchForm-field {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
	.SearchForm-field--large {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
	.SearchForm-submit {
		left: 50%;
		-webkit-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%)
	}
}

.c-white {
	color: #fff!important
}

.c-pink {
	color: #c88221!important
}

.c-green {
	color: #9db853!important
}

.c-lightblue {
	color: #8dcbd9!important
}

.c-blue {
	color: #35a3bc!important
}

.c-darkblue {
	color: #78b11b!important
}

.Grid {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0
}

.Grid-item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 0
}

.Grid--equalHeight {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.Grid--equalHeight>.Grid-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

[grid-gap~=column] {
	margin: 0 -10px
}

[grid-gap~=column]>.Grid-item {
	padding: 0 10px
}

[grid-gap~=row] {
	margin: -.6875em 0
}

[grid-gap~=row]>.Grid-item {
	padding: .6875em 0
}

[grid-gap~=all] {
	margin: -.6875em -10px
}

[grid-gap~=all]>.Grid-item {
	padding: .6875em 10px
}

.Grid[grid-align~=center] {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.Grid[grid-valign~=start] {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.Grid[grid-valign~=end] {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.Grid[grid-valign~=stretch] {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.Grid[grid-valign~=center] {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

[grid-size~="0"] {
	display: none
}

[grid-size~="1"] {
	width: 100%
}

[grid-size~="1/2"] {
	width: 50%
}

[grid-size~="1/3"] {
	width: 33.333%
}

[grid-size~="2/3"] {
	width: 66.667%
}

[grid-size~="1/4"] {
	width: 25%
}

[grid-size~="3/4"] {
	width: 75%
}

@media (max-width:1049px) {
	[grid-gap~="all@XL"] {
		margin: -.6875em -10px
	}
	[grid-gap~="all@XL"]>.Grid-item {
		padding: .6875em 10px
	}
}

@media (max-width:944px) {
	.Grid [grid-size*="@L"]:not([grid-size~="0@L"]) {
		display: inline-block
	}
	.Grid--equalHeight>[grid-size*="@L"]:not([grid-size~="0@L"]) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.Grid .Grid-item[grid-size~="0@L"] {
		display: none
	}
	[grid-size~="1@L"] {
		width: 100%
	}
	[grid-size~="1/2@L"] {
		width: 50%
	}
	[grid-size~="1/3@L"] {
		width: 33.333%
	}
	[grid-size~="2/3@L"] {
		width: 66.667%
	}
	[grid-size~="1/4@L"] {
		width: 25%
	}
	[grid-size~="3/4@L"] {
		width: 75%
	}
}

@media (max-width:629px) {
	.Grid [grid-size*="@M"]:not([grid-size~="0@M"]) {
		display: inline-block
	}
	.Grid--equalHeight>[grid-size*="@M"]:not([grid-size~="0@M"]) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.Grid .Grid-item[grid-size~="0@M"] {
		display: none
	}
	[grid-size~="1@M"] {
		width: 100%
	}
	[grid-size~="1/2@M"] {
		width: 50%
	}
	[grid-size~="1/3@M"] {
		width: 33.333%
	}
	[grid-size~="2/3@M"] {
		width: 66.667%
	}
	[grid-size~="1/4@M"] {
		width: 25%
	}
	[grid-size~="3/4@M"] {
		width: 75%
	}
}

[data-grid-gap~=column] {
	margin: 0 -10px
}

[data-grid-gap~=column]>.Grid-item {
	padding: 0 10px
}

[data-grid-gap~=row] {
	margin: -.6875em 0
}

[data-grid-gap~=row]>.Grid-item {
	padding: .6875em 0
}

[data-grid-gap~=all] {
	margin: -.6875em -10px
}

[data-grid-gap~=all]>.Grid-item {
	padding: .6875em 10px
}

.Grid[data-grid-align~=center] {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.Grid[data-grid-valign~=start] {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.Grid[data-grid-valign~=end] {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.Grid[data-grid-valign~=stretch] {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.Grid[data-grid-valign~=center] {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

[data-grid-size~="0"] {
	display: none
}

[data-grid-size~="1"] {
	width: 100%
}

[data-grid-size~="1/2"] {
	width: 50%
}

[data-grid-size~="1/3"] {
	width: 33.333%
}

[data-grid-size~="2/3"] {
	width: 66.667%
}

[data-grid-size~="1/4"] {
	width: 25%
}

[data-grid-size~="3/4"] {
	width: 75%
}

@media (max-width:1049px) {
	[data-grid-gap~="all@XL"] {
		margin: -.6875em -10px
	}
	[data-grid-gap~="all@XL"]>.Grid-item {
		padding: .6875em 10px
	}
}

@media (max-width:944px) {
	.Grid [data-grid-size*="@L"]:not([data-grid-size~="0@L"]) {
		display: inline-block
	}
	.Grid--equalHeight>[data-grid-size*="@L"]:not([data-grid-size~="0@L"]) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.Grid .Grid-item[data-grid-size~="0@L"] {
		display: none
	}
	[data-grid-size~="1@L"] {
		width: 100%
	}
	[data-grid-size~="1/2@L"] {
		width: 50%
	}
	[data-grid-size~="1/3@L"] {
		width: 33.333%
	}
	[data-grid-size~="2/3@L"] {
		width: 66.667%
	}
	[data-grid-size~="1/4@L"] {
		width: 25%
	}
	[data-grid-size~="3/4@L"] {
		width: 75%
	}
}

@media (max-width:629px) {
	.Grid [data-grid-size*="@M"]:not([data-grid-size~="0@M"]) {
		display: inline-block
	}
	.Grid--equalHeight>[data-grid-size*="@M"]:not([data-grid-size~="0@M"]) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.Grid .Grid-item[data-grid-size~="0@M"] {
		display: none
	}
	[data-grid-size~="1@M"] {
		width: 100%
	}
	[data-grid-size~="1/2@M"] {
		width: 50%
	}
	[data-grid-size~="1/3@M"] {
		width: 33.333%
	}
	[data-grid-size~="2/3@M"] {
		width: 66.667%
	}
	[data-grid-size~="1/4@M"] {
		width: 25%
	}
	[data-grid-size~="3/4@M"] {
		width: 75%
	}
}

.Button {
	background: none;
	border: 2px solid;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #78b11b;
	cursor: pointer;
	display: inline-block;
	font-family: Roboto, sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.1em;
	margin: 0;
	min-width: 190px;
	overflow: visible;
	padding: .725em 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: color .15s;
	transition: color .15s;
	white-space: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none
}

.Button::-moz-focus-inner {
	border: 0;
	padding: 0
}

.Button:active,
.Button:focus,
.Button:hover {
	text-decoration: none
}

.Button.is-disabled,
.Button:disabled {
	cursor: default
}

.Button--small {
	font-size: 1.125rem;
	line-height: 1.222em;
	padding-bottom: .5em;
	padding-top: .5em
}

.Button--yellow {
	color: #c88221
}

.Button--white {
	color: #fff
}

.Button--darkblue {
	color: #78b11b
}

.Button--blue {
	color: #35a3bc
}

.Button--fill.Button--darkblue {
	background-color: #78b11b;
	border: 0;
	color: #fff
}

.Button--fill.Button--yellow {
	background-color: #c88221;
	border: 0;
	color: #fff
}

.Button:not(.Button--fill):after,
.Button:not(.Button--fill):before {
	border: 2px solid transparent;
	border-radius: inherit;
	content: "";
	height: 0;
	position: absolute;
	width: 0
}

.Button:not(.Button--fill):before {
	top: -2px;
	left: -2px
}

.Button:not(.Button--fill):after {
	bottom: -2px;
	right: -2px;
	visibility: hidden
}

.Button:not(.Button--fill):hover:after,
.Button:not(.Button--fill):hover:before {
	width: 100%;
	height: 100%
}

.Button:not(.Button--fill):hover:before {
	border-top-color: currentColor;
	border-right-color: currentColor;
	-webkit-transition: width .15s ease-out, height .15s ease-out .15s;
	transition: width .15s ease-out, height .15s ease-out .15s
}

.Button:not(.Button--fill):hover:after {
	border-bottom-color: currentColor;
	border-left-color: currentColor;
	-webkit-transition: visibility 0s ease-out .3s, width .15s ease-out .3s, height .15s ease-out .45s;
	transition: visibility 0s ease-out .3s, width .15s ease-out .3s, height .15s ease-out .45s;
	visibility: visible
}

.Button--yellow:not(.Button--fill):hover {
	border-color: #c88221;
	color: #35a3bc
}

.Button--white:not(.Button--fill):hover {
	border-color: #fff;
	color: #35a3bc
}

.Button--darkblue:not(.Button--fill):hover {
	border-color: #78b11b;
	color: #c88221
}

.Button--blue:not(.Button--fill):hover {
	border-color: #35a3bc;
	color: #78b11b
}

html {
	font: 16px/1.375 Roboto, sans-serif
}

body {
	color: #353522;
	background-color: #fff
}

.Site {
	overflow: hidden
}

.Site-inner {
	max-width: 1240px;
	padding: 0 10px
}

.Logo {
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 100%;margin-top: -19px;
    margin-bottom: -22px;
}

 

.Logo--G\&L:before {
	padding-bottom: 23.913%
}

.Breadcrumb {
	background-color: #f6f6f6;
	color: #353522;
	font-size: .9375em;
	font-style: italic;
	line-height: 1.467em;
	padding: .733em 0;
	position: relative
}

.Breadcrumb:before {
	background: inherit;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	z-index: -1
}

.Breadcrumb-item:not(.Breadcrumb-item--target) {
	font-weight: 700
}

.Page {
	font-size: 1rem;
	padding: 3.4375em 0
}

.Page-inner {
	border-bottom: 1px solid #d3d2c6;
	padding: 0 0 2.75em
}

.ProductTile {
	border: 2px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	font-size: 1rem;
	margin: 0 20px 2.0625em;
	position: relative;
	width: calc(100% - 40px)
}

.ProductTile-image {
	background-color: #c3c3c3;
	overflow: hidden;
	position: relative
}

.ProductTile-image:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	display: block;
	min-height: 160px;
	padding: 0 0 55.5556%
}

.ProductTile-image:after {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(33.333%, rgba(58, 57, 40, .35)), to(rgba(58, 57, 40, 0)));
	background: linear-gradient(180deg, rgba(58, 57, 40, .35) 33.333%, rgba(58, 57, 40, 0));
	content: "";
	height: 60%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.ProductTile-image img {
	bottom: -10000px;
	height: auto;
	left: -10000px;
	margin: auto;
	position: absolute;
	right: -10000px;
	top: -10000px;
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
	width: 100%
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.ProductTile-image img {
		bottom: auto;
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: 100% 0;
		object-position: 100% 0;
		right: auto;
		top: 0
	}
}

.ProductTile-place {
	color: #fff;
	font-family: Kanit, sans-serif;
	line-height: 1.375em;
	left: 20px;
	position: absolute;
	text-transform: uppercase;
	top: 1.375em;
	z-index: 2
}

.ProductTile-city {
	font-size: 1.375em;
	font-weight: 600
}

.ProductTile-offer {
	background-color: #9bb64f;
	color: #fff;
	font-family: Kanit, sans-serif;
	line-height: 1.1875em;
	padding: .6825em 20px;
	position: relative;
	text-transform: uppercase
}

.ProductTile-price {
	font-size: 1.375em;
	font-weight: 700
}

.ProductTile-offer--special:after {
	background-color: #c88221;
	border-radius: 50%;
	content: attr(data-special);
	font-size: 1.375em;
	font-style: italic;
	font-weight: 600;
	line-height: 3em;
	height: 66px;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 66px
}

.ProductTile-body {
	background-color: #fff;
	color: #353522;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	font-size: .875em;
	line-height: 1.5714em;
	padding: 1.5714em 20px
}

.ProductTile-body p:not(:last-child) {
	margin-bottom: .7857em
}

.ProductTile-body p:last-child {
	margin-top: auto
}

.ProductTile-category {
	display: inline-block;
	font-size: 1.1429em;
	font-weight: 500
}

.ProductTile-subcategory {
	color: #78b11b;
	display: inline-block;
	font-weight: 500
}

.ProductTile-link {
	color: #78b11b;
	display: table;
	font-weight: 700;
	margin: .786em 0 0;
	text-transform: uppercase
}

.ProductTile-point {
	background: #353522;
	border-radius: 50%;
	bottom: 0;
	-webkit-box-shadow: 0 0 0 10px;
	box-shadow: 0 0 0 10px;
	height: 40px;
	position: absolute;
	right: 0;
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
	width: 40px;
	z-index: 11
}

.ProductTile-point>svg {
	color: #fff;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.ProductTile--accompanied .ProductTile-offer {
	background-color: #ac4544
}

.ProductTile:hover .ProductTile-point>svg {
	opacity: 1
}

.ProductTile:hover .ProductTile-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.PlaceTile {
	display: block;
	font-size: 1rem;
	margin: 0 20px 2.0625em
}

.PlaceTile-inner {
	margin: 0 0 .6875em;
	position: relative
}

.PlaceTile-header {
	color: #fff;
	font-family: Kanit, sans-serif;
	line-height: 1.375em;
	left: 20px;
	position: absolute;
	text-transform: uppercase;
	top: 1.375em;
	z-index: 2
}

.PlaceTile-name {
	font-size: 1.375em;
	font-weight: 600
}

.PlaceTile-image {
	background-color: #c3c3c3;
	overflow: hidden;
	position: relative
}

.PlaceTile-image:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	display: block;
	min-height: 160px;
	padding: 0 0 55.5556%
}

.PlaceTile-image:after {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(33.333%, rgba(58, 57, 40, .35)), to(rgba(58, 57, 40, 0)));
	background: linear-gradient(180deg, rgba(58, 57, 40, .35) 33.333%, rgba(58, 57, 40, 0));
	content: "";
	height: 60%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.PlaceTile-image img {
	bottom: -10000px;
	height: auto;
	left: -10000px;
	margin: auto;
	position: absolute;
	right: -10000px;
	top: -10000px;
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
	width: 100%
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.PlaceTile-image img {
		bottom: auto;
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: 100% 0;
		object-position: 100% 0;
		right: auto;
		top: 0
	}
}

.PlaceTile-link {
	color: #78b11b;
	font-size: .875em;
	font-weight: 700;
	line-height: 1.5714em;
	margin: 0 20px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap
}

.PlaceTile-point {
	background: #353522;
	border-radius: 50%;
	bottom: 0;
	-webkit-box-shadow: 0 0 0 10px;
	box-shadow: 0 0 0 10px;
	height: 40px;
	position: absolute;
	right: 0;
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
	width: 40px;
	z-index: 11
}

.PlaceTile-point>svg {
	color: #fff;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.PlaceTile:hover .PlaceTile-point>svg {
	opacity: 1
}

.PlaceTile:hover .PlaceTile-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.KeyFigure {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	font-size: 1rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: .6875em 0 0
}

.KeyFigure-value {
	font: 300 5.5em/.75em Rubik, sans-serif
}

.KeyFigure-icon {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	margin: 0 0 0 5px
}

.KeyFigure-name {
	background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor)) 50% .611em/45px 1px no-repeat;
	background: linear-gradient(90deg, currentColor, currentColor) 50% .611em/45px 1px no-repeat;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	font-size: 1.125em;
	font-weight: 700;
	line-height: 1.5278em;
	padding: 1.222em 0 0;
	text-align: center;
	text-transform: uppercase
}

.NewsletterForm {
	background-color: #78b11b;
	font-size: 1rem;
	margin: 0 20px;
	padding: .6875em 20px 2.0625em;
	position: relative
}

.NewsletterForm legend {
	display: block;
	font-size: 1.5625em;
	font-weight: 300;
	line-height: 1.32em;
	margin: 0 0 .22em
}

.NewsletterForm input {
	background-color: #fff;
	border: 0;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #353522;
	line-height: 1.375em;
	padding: .6875em 10px;
	width: 100%
}

.NewsletterForm :-ms-input-placeholder,
.NewsletterForm ::-moz-placeholder,
.NewsletterForm ::-webkit-input-placeholder {
	font-style: italic
}

.NewsletterForm button {
	background: #353522;
	border: 0;
	border-radius: 50%;
	bottom: 0;
	-webkit-box-shadow: 0 0 0 10px;
	box-shadow: 0 0 0 10px;
	color: inherit;
	font-size: 1.125em;
	height: 40px;
	padding: 0;
	position: absolute;
	right: 0;
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
	width: 40px;
	z-index: 11
}

.NewsletterForm .mj-form,
form.mj-form {
	overflow: visible!important;
	margin: 0 20px
}

.NewsletterForm .mj-form input::-webkit-input-placeholder {
	font-size: 1.5em
}

.NewsletterForm .mj-form input::-ms-input-placeholder {
	font-size: 1.5em
}

.NewsletterForm .mj-form input::-moz-placeholder {
	font-size: 1.5em
}

@media screen and (max-width:768px) {
	body form.mj-form {
		overflow: visible!important
	}
}

body #error-block #message-block .success,
body #error-block #message-block p.success {
	font-size: 18px
}

iframe.newsletterMailjet {
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0
}

@media (max-width:629px) {
	iframe.newsletterMailjet {
		overflow: hidden;
		overflow-x: hidden;
		overflow-y: hidden;
		width: 100%;
		height: 100%;
		min-height: 170px;
		margin: 0;
		border: 0
	}
}

.NFService {
	background: -webkit-gradient(linear, left bottom, left top, from(#efede8), to(hsla(43, 18%, 92%, 0))) 0 0/100% 50px no-repeat, -webkit-gradient(linear, left bottom, left top, from(#efede8), to(#efede8)) left 0 bottom 44px/100% calc(100% - 50px - 44px) no-repeat, url(img/bg-nfservice.png) 0 100%/100% 44px no-repeat;
	background: linear-gradient(0deg, #efede8, hsla(43, 18%, 92%, 0)) 0 0/100% 50px no-repeat, linear-gradient(0deg, #efede8, #efede8) left 0 bottom 44px/100% calc(100% - 50px - 44px) no-repeat, url(img/bg-nfservice.png) 0 100%/100% 44px no-repeat;
	color: #353522;
	font-size: 1rem;
	margin: 0 auto 2.75em;
	max-width: 400px;
	padding: 0 0 2.0625em
}

.NFService p {
	font-size: 1.25em;
	font-weight: 300;
	text-align: center
}

.NFService p:not(:last-child) {
	margin-bottom: .55em
}

.NFService-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	margin: 0 0 1em
}

.NFService-inner {
	margin: 0 40px
}

.NFService-header:after,
.NFService-header:before {
	border-top: 1px dotted;
	content: "";
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.NFService-icon {
	background-color: currentColor;
	border-radius: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0 5px;
	overflow: hidden;
	position: relative;
	width: 50px
}

.NFService-icon:before {
	content: "";
	display: block;
	padding: 0 0 100%
}

.NFService-icon>svg {
	background-color: #fff;
	-webkit-box-shadow: inset 0 0 0 8px;
	box-shadow: inset 0 0 0 8px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.Nacel60ans {
	background: url(img/bg-nacel-60ans.png) 50% 100%/cover no-repeat;
	font-size: 1rem;
	margin: 0 auto;
	max-width: 400px;
	overflow: hidden;
	position: relative
}

.Nacel60ans:before {
	content: "";
	display: block;
	padding: 0 0 99%
}

.Nacel60ans p {
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: translate(-100%, -100%);
	transform: translate(-100%, -100%)
}

.vwatch-hidden {
	display: none!important
}

.ArticleList {
	font-size: 1rem
}

.ArticleList,
.ArticleList-inner {
	margin: 0 0 2.0625em
}

.ArticleList-footer {
	margin: 0 20px;
	text-align: center
}

.ArticleTile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	margin: 0 20px
}

.ArticleTile-image {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin: 0 20px 0 0;
	overflow: hidden;
	position: relative;
	width: 100%
}

.ArticleTile-image:before {
	content: "";
	display: block;
	padding: 0 0 62.5%
}

.ArticleTile-image:after {
	border: 1px solid #fff;
	bottom: 0;
	content: "";
	left: 0;
	margin: 1.375em 20px;
	position: absolute;
	right: 0;
	top: 0
}

.ArticleTile-image img {
	bottom: -10000px;
	height: 100%;
	left: -10000px;
	margin: auto;
	position: absolute;
	right: -10000px;
	top: -10000px;
	width: auto
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.ArticleTile-image img {
		bottom: auto;
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		right: auto;
		top: 0;
		width: 100%
	}
}

.ArticleTile-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap
}

.ArticleTile-headline {
	color: #353522;
	font-size: 1.5625em;
	font-weight: 300;
	line-height: 1.32em;
	margin: 0 0 .44em;
	text-transform: uppercase
}

.ArticleTile-excerpt {
	color: #353522;    font-weight: 300;
    line-height: 1.5em;
}

.ArticleTile-link {
	color: #78b11b;
	display: inline-block;
	font-size: .875em;
	font-weight: 700;
	line-height: 1.5714em;
	margin: auto 0 0;
	text-transform: uppercase
}

@media (min-width:630px) and (max-width:944px),
(min-width:945px) {
	.ArticleList-element:not(:last-child) {
		margin-bottom: 1.375em
	}
	.ArticleTile-inner {
		width: 50%;
		padding: 1.375em 0
	}
}

@media (max-width:629px) {
	.ArticleList-element:not(:last-child) {
		background: -webkit-gradient(linear, left top, right top, from(#dadada), to(#dadada)) 50% 100%/calc(100% - 40px) 1px no-repeat;
		background: linear-gradient(90deg, #dadada, #dadada) 50% 100%/calc(100% - 40px) 1px no-repeat;
		margin-bottom: 1.03125em;
		padding-bottom: 1.03125em
	}
	.ArticleTile-image {
		display: none
	}
	.ArticleTile-inner {
		width: 100%
	}
}

.BlogPost {
	background-color: #fdfdfd;
	-webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .13);
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .1);
	font-size: 1rem;
	margin: 0 20px 1.375em
}

.BlogPost-name {
	display: block;
	height: 71px;
	margin: 0 0 1.375em;
	text-align: left;
	text-indent: -10001px;
	position: relative
}

.BlogPost-name:before {
	background: url(img/go&live-blog.png) 20px 0 no-repeat;
	content: "";
	height: 188.732%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transform: translateY(-47.015%);
	transform: translateY(-47.015%)
}

.BlogPost-inner {
	color: #353522;
	padding: 0 20px .6875em
}

.BlogPost-headline {
	color: #64c3c0;
	margin: 0 0 1.375em;
	text-transform: uppercase;
	font-weight: 700
}

.BlogPost-excerpt {
	margin: 0 0 1.375em
}

.BlogPost-author {
	font-weight: 500
}

.BlogPost-link {
	background-color: #64c4c1;
	color: #fff;
	display: block;
	font: 500 .875em/1.5714em Rubik, sans-serif;
	overflow: hidden;
	padding: 1.7143em 20px 1.4286em;
	text-transform: uppercase
}

.BlogPost-link>svg {
	float: right;
	vertical-align: top
}

@media (max-width:629px),
(min-width:630px) and (max-width:944px) {
	.BlogPost {
		margin-top: 4.125em
	}
}

.EasyByNacel {
	font-size: 1rem;
	padding: 3.4375em 0;
	position: relative
}

.EasyByNacel:before {
	background: inherit;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	z-index: -1
}

.EasyByNacel-name {
	background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor)) bottom 0 left 50%/60px 1px no-repeat;
	background: linear-gradient(90deg, currentColor, currentColor) bottom 0 left 50%/60px 1px no-repeat;
	color: #78b11b;
	font-weight: 300;
	padding: 0 0 .3667em;
	text-align: center;
	text-transform: uppercase
}

.EasyByNacel-name b {
	display: inline-block;
	width: 2.417em
}

.EasyByNacel-part {
	background-color: #fff;
	-webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .13);
	box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .13);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.EasyByNacel-header {
	border: 1px solid #fff;
	background: 50% 50%/cover no-repeat;
	position: relative
}

.EasyByNacel-header--choose {
	background-image: url(img/ebn-choisir.jpg)
}

.EasyByNacel-header--prepare {
	background-image: url(img/ebn-preparer.jpg)
}

.EasyByNacel-header--go {
	background-image: url(img/ebn-partir.jpg)
}

.EasyByNacel-action {
	background-color: rgba(200, 130, 33, .85);
	color: #fff;
	font-weight: 700;
	line-height: 1.375;
	left: 50%;
	padding: 0 10px;
	position: absolute;
	text-transform: uppercase;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap
}

.EasyByNacel-navigation {
	counter-reset: easybynacel-navigation;
	padding: 1.375em 20px;
	text-transform: uppercase
}

.EasyByNacel-navigation>li {
	counter-increment: easybynacel-navigation
}

.EasyByNacel-navigation>li:not(:last-child) {
	margin: 0 0 .6875em
}

.EasyByNacel-navigation>li>a {
	color: #c88221;
	display: inline-block;
	font-size: 1.125em;
	font-weight: 700;
	line-height: 1.527em;
	-webkit-transition: color .4s;
	transition: color .4s
}

.EasyByNacel-navigation>li>a:before {
	content: counter(easybynacel-navigation) " - "
}

.EasyByNacel-navigation>li>a>svg {
	vertical-align: middle;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s
}

.EasyByNacel-navigation>li>a:focus,
.EasyByNacel-navigation>li>a:hover {
	color: #78b11b
}

.EasyByNacel-navigation>li>a:focus>svg,
.EasyByNacel-navigation>li>a:hover>svg {
	-webkit-transform: translateX(5px);
	transform: translateX(5px)
}

.EasyByNacel-navigation ul li a {
	color: #353522;
	display: inline-block;
	font-size: .875em;
	line-height: 1.571em;
	padding: 0 0 0 20px;
	-webkit-transition: color .4s;
	transition: color .4s
}

.EasyByNacel-navigation ul li a:focus,
.EasyByNacel-navigation ul li a:hover {
	color: #35a3bc
}

@media (min-width:945px) {
	.EasyByNacel {
		background: -webkit-gradient(linear, left top, left bottom, from(#cde5eb), to(#cde5eb)) 0 0/100% 1px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#cde5eb), to(#cde5eb)) 0 50%/100% 1px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(50%, #dcefe8), color-stop(50%, #fff));
		background: linear-gradient(180deg, #cde5eb, #cde5eb) 0 0/100% 1px no-repeat, linear-gradient(180deg, #cde5eb, #cde5eb) 0 50%/100% 1px no-repeat, linear-gradient(180deg, #dcefe8 50%, #fff 0)
	}
	.EasyByNacel-name {
		font-size: 3.75em;
		line-height: 1.1em;
		margin: 0 0 .1833em
	}
	.EasyByNacel-part {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap
	}
	.EasyByNacel-action {
		font-size: 3em
	}
	.EasyByNacel-header:before {
		content: "";
		display: block;
		padding: 0 0 66.5848%
	}
	.EasyByNacel-navigation>li>a:not(:last-child) {
		margin: 0 0 .34375em
	}
	.EasyByNacel-part--1 {
		margin-top: 4.125em
	}
	.EasyByNacel-part--2 {
		margin-top: 2.0625em
	}
	.EasyByNacel-part--3 {
		margin-top: 0
	}
}

@media (min-width:630px) and (max-width:944px) {
	.EasyByNacel {
		background: -webkit-gradient(linear, left top, left bottom, from(#cde5eb), to(#cde5eb)) 0 0/100% 1px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#cde5eb), to(#cde5eb)) 0 75%/100% 1px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(75%, #dcefe8), color-stop(75%, #fff));
		background: linear-gradient(180deg, #cde5eb, #cde5eb) 0 0/100% 1px no-repeat, linear-gradient(180deg, #cde5eb, #cde5eb) 0 75%/100% 1px no-repeat, linear-gradient(180deg, #dcefe8 75%, #fff 0)
	}
	.EasyByNacel-name {
		font-size: calc(3.125em + 0.625 * ((100vw - 39.375rem) / 19.625));
		line-height: 1.1em;
		margin: 0 0 .3667em
	}
	.EasyByNacel-part {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap
	}
	.EasyByNacel-header,
	.EasyByNacel-navigation {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}
	.EasyByNacel-navigation>li>a:not(:last-child) {
		margin: 0 0 .34375em
	}
	.EasyByNacel-action {
		font-size: calc(2.5em + 0.5 * ((100vw - 39.375rem) / 19.625))
	}
	.EasyByNacel-part--2 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
}

@media (max-width:629px) {
	.EasyByNacel {
		background: -webkit-gradient(linear, left top, left bottom, from(#cde5eb), to(#cde5eb)) 0 0/100% 1px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#cde5eb), to(#cde5eb)) 0 75%/100% 1px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(75%, #dcefe8), color-stop(75%, #fff));
		background: linear-gradient(180deg, #cde5eb, #cde5eb) 0 0/100% 1px no-repeat, linear-gradient(180deg, #cde5eb, #cde5eb) 0 75%/100% 1px no-repeat, linear-gradient(180deg, #dcefe8 75%, #fff 0)
	}
	.EasyByNacel-name {
		font-size: 2em;
		line-height: 1.1em;
		margin: 0 0 .4em
	}
	.EasyByNacel-part {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap
	}
	.EasyByNacel-header:before {
		content: "";
		display: block;
		padding: 0 0 160px
	}
	.EasyByNacel-action {
		font-size: 2.5em
	}
	.EasyByNacel-navigation ul {
		display: none
	}
}

.AgeTile {
	color: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-flow: column-reverse;
	flex-flow: column-reverse;
	font-size: 1rem;
	margin: 0 20px
}

.AgeTile-inner {
	margin: 0 0 .34375em;
	position: relative
}

.AgeTile-inner:before {
	background-color: rgba(3, 140, 171, .7);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transform: opacity .4s;
	transform: opacity .4s;
	width: 100%;
	z-index: 3
}

.AgeTile-image {
	background-color: #c3c3c3;
	overflow: hidden;
	position: relative
}

.AgeTile-image:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	display: block
}

.AgeTile-image:after {
	-webkit-box-shadow: inset -1px 3px 7px 0 rgba(0, 0, 0, .35);
	box-shadow: inset -1px 3px 7px 0 rgba(0, 0, 0, .35);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.AgeTile-image img {
	height: 100%;
	margin: auto;
	position: absolute;
	width: auto;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s
}

.AgeTile-description {
	bottom: 1.375em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 20px;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	right: 20px;
	top: 1.375em;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: opacity .4s, -webkit-transform .4s;
	transition: opacity .4s, -webkit-transform .4s;
	transition: opacity .4s, transform .4s;
	transition: opacity .4s, transform .4s, -webkit-transform .4s;
	z-index: 4
}

.AgeTile-header {
	color: #333;
	margin: 0 30px 0 0
}

.AgeTile-name {
	color: #000;
	font-size: 1.125em;
	font-weight: 700;
	line-height: em
}

.AgeTile:hover .AgeTile-description {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.AgeTile:hover .AgeTile-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.AgeTile:hover .AgeTile-inner:before {
	opacity: 1
}

.AgeTile:hover .AgeTile-inner:after {
	background: #353522 url(img/ico-arrowlink.svg) 50%/11px 7px no-repeat;
	border-radius: 50%;
	bottom: 0;
	-webkit-box-shadow: 0 0 0 10px;
	box-shadow: 0 0 0 10px;
	content: "";
	height: 40px;
	position: absolute;
	right: 0;
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
	width: 40px;
	z-index: 11
}

@media (min-width:945px) {
	.AgeTile-image:before {
		padding: 0 0 135.294%
	}
	.AgeTile-image img {
		bottom: -10000px;
		left: -10000px;
		right: -10000px;
		top: -10000px
	}
	@supports ((-o-object-fit:cover) or (object-fit:cover)) {
		.AgeTile-image img {
			bottom: auto;
			height: 100%;
			left: 0;
			-o-object-fit: cover;
			object-fit: cover;
			-o-object-position: 100% 0;
			object-position: 100% 0;
			right: auto;
			top: 0;
			width: 100%
		}
	}
}

@media (max-width:629px),
(min-width:630px) and (max-width:944px) {
	.AgeTile-image:before {
		min-height: 160px;
		padding: 0 0 44.444%
	}
	.AgeTile-image img {
		bottom: auto;
		height: auto;
		left: auto;
		right: 0;
		top: 0;
		width: 100%
	}
	@supports ((-o-object-fit:cover) or (object-fit:cover)) {
		.AgeTile-image img {
			height: 100%;
			left: 0;
			-o-object-fit: cover;
			object-fit: cover;
			-o-object-position: 50% 20%;
			object-position: 50% 20%;
			right: auto
		}
	}
}

.DestCatTile {
	color: inherit;
	display: block;
	font-size: 1rem;
	margin: 0 20px
}

.DestCatTile-header {
	margin: 0 0 1.375em
}

.DestCatTile-name {
	color: #171314;
	font-size: 1.35em;
	font-weight: 500;
	line-height: 1.222em
}

.DestCatTile-alternateName {
	color: #353522;
	font-size: 1.125em;
	font-weight: 500;
	line-height: 1.222em
}

.DestCatTile-inner {
	position: relative;
	margin: 0 0 1.375em;
	-webkit-transition: -webkit-box-shadow .4s;
	transition: -webkit-box-shadow .4s;
	transition: box-shadow .4s;
	transition: box-shadow .4s, -webkit-box-shadow .4s
}




.DestCatTile-image {
	background-color: #c3c3c3;
	overflow: hidden;
	position: relative
}

.DestCatTile-image:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	display: block;
	min-height: 160px
}

.DestCatTile-image img {
	bottom: -10000px;
	height: 100%;
	left: -10000px;
	margin: auto;
	position: absolute;
	right: -10000px;
	top: -10000px;
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
	width: auto
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.DestCatTile-image img {
		bottom: auto;
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		right: auto;
		top: 0;
		width: 100%
	}
}

.DestCatTile-description {
	color: #353522
}

.DestCatTile-category {
	color: #78b11b;
	font-size: 1.125em;
	font-weight: 700;
	line-height: 1.222em;
	text-transform: uppercase
}

.DestCatTile:hover .DestCatTile-inner {
	-webkit-box-shadow: 0 -8px 10px 0 rgba(0, 0, 0, .13);
	box-shadow: 0 -8px 10px 0 rgba(0, 0, 0, .13)
}

.DestCatTile:hover .DestCatTile-inner:after {
	background-image: url(img/ico-arrowlink.svg)
}

.DestCatTile:hover .DestCatTile-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

@media (min-width:945px) {
	.DestCatTile-image:before {
		padding: 0 0 40.35%
	}
	.DestCatTile-category {
		display: inline-block
	}
	.DestCatTile-age:before {
		content: "- "
	}
}

@media (max-width:629px),
(min-width:630px) and (max-width:944px) {
	.DestCatTile-image:before {
		padding: 0 0 44.444%
	}
	.DestCatTile-category {
		display: block
	}
}

.OverviewList {
	font-size: 1rem;
	margin: 0 20px;
	overflow: hidden;
	padding: 3.4375em 0;
	position: relative
}

.OverviewList-name {
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 22px hsla(0, 0%, 100%, .25);
	box-shadow: 0 0 0 22px hsla(0, 0%, 100%, .25);
	color: #78b11b;
	display: block;
	font-weight: 300;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: .769em;
	width: 6.827em;
	z-index: 11
}

.OverviewList-name:before {
	content: "";
	display: block;
	padding: 0 0 100%
}

.OverviewList-name:after {
	background: url(img/bg-overviewlist-name.svg);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
	z-index: -1
}

.OverviewList-name span {
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -33.333%);
	transform: translate(-50%, -33.333%)
}

.OverviewList-name span:first-line {
	color: #353522
}

.OverviewList-carousel:not(.slick-initialized) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	overflow: hidden
}

.OverviewList-carousel:not(.slick-initialized) .OverviewList-element {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

.OverviewList-carousel.slick-initialized .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}

.OverviewList-carousel.slick-initialized .slick-slide {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto
}

.OverviewList-tablist {
	counter-reset: overviewList-tablist;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	margin: -1px 0 0;
	position: relative
}

.OverviewList-ghost {
	background-color: #78b11b;
	bottom: 0;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	z-index: -1
}

.OverviewList-ghost:nth-child(2n) {
	content: normal
}

.OverviewList-ghost:nth-child(3n) {
	width: 50%
}

.OverviewList-ghost:nth-child(4n) {
	width: 33.333%
}

.OverviewList-ghost:nth-child(5n) {
	width: 25%
}

.OverviewList-tab {
	background: -webkit-gradient(linear, left top, left bottom, from(#dadada), to(#dadada)) 0 50%/1px calc(100% - 2.75em) no-repeat;
	background: linear-gradient(180deg, #dadada, #dadada) 0 50%/1px calc(100% - 2.75em) no-repeat;
	color: #78b11b;
	counter-increment: overviewList-tablist;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-transition: color .15s ease .15s;
	transition: color .15s ease .15s
}

.OverviewList-tab.is-selected,
.OverviewList-tab.is-selected+.OverviewList-tab,
.OverviewList-tab:first-child {
	background: none
}

.OverviewList-tab a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: .875em;
	font-weight: 700;
	height: 100%;
	line-height: 1.571em;
	padding: 1.571em 40px;
	text-transform: uppercase
}

.OverviewList-tab a,
.OverviewList-tab a:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

 

.OverviewList-tab.is-selected {
	color: #fff
}

@media (min-width:945px) {
	.OverviewList-name {
		font-size: 3.25em;
		left: 0;
		line-height: 1.058em;
		margin-top: .385em;
		-webkit-transform: translate(-8%, -50%);
		transform: translate(-8%, -50%)
	}
	.OverviewList-tab a:before {
		margin: 0 20px 0 0
	}
}

@media (min-width:630px) and (max-width:944px) {
	.OverviewList-name {
		font-size: calc(2.5em + 0.75 * ((100vw - 39.375rem) / 19.625));
		left: 0;
		line-height: calc(1.1em + -0.042 * ((100vw - 39.375rem) / 19.625));
		transform: translateX(-8%) translateY(-50%) translateY(.385em);
		-webkit-transform: translate(-8%, calc(-50% + .385em));
		transform: translate(-8%, calc(-50% + .385em))
	}
	.OverviewList-tab a {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}
	.OverviewList-tab a:before {
		margin: 0 0 .6875em
	}
}

@media (max-width:629px) {
	.OverviewList-name {
		font-size: 2.5em;
		left: 50%;
		line-height: 1.1em;
		transform: translateX(-50%) translateY(-50%) translateY(.385em);
		-webkit-transform: translate(-50%, calc(-50% + .385em));
		transform: translate(-50%, calc(-50% + .385em))
	}
	.OverviewList-name:after {
		content: normal
	}
	.OverviewList-tab a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-left: 0;
		padding-right: 0
	}
	.OverviewList-tab a span {
		display: none
	}
}

.Overview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	font-size: 1rem;
	overflow: hidden;
	position: relative;
	width: 100%
}

.Overview:before {
	content: "";
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 1px;
	flex: 0 0 1px;
	padding: 0 0 50%
}

.Overview-image {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.Overview-image img {
	bottom: -10000px;
	height: 100%;
	left: -10000px;
	margin: auto;
	position: absolute;
	right: -10000px;
	top: -10000px;
	width: auto
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.Overview-image img {
		bottom: auto;
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		right: auto;
		top: 0;
		width: 100%
	}
}

.Overview-inner {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, .95)), to(hsla(0, 0%, 100%, .95))) bottom 30px left 0/100% calc(100% - 30px) no-repeat, -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, .95)), to(hsla(0, 0%, 100%, .95))) right 30px bottom 0/calc(100% - 30px) 30px no-repeat, radial-gradient(circle at 100% 100%, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0) 30px, hsla(0, 0%, 100%, .95) 0, hsla(0, 0%, 100%, .95) 100%) 100% 100%/30px 30px no-repeat;
	background: linear-gradient(90deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .95)) bottom 30px left 0/100% calc(100% - 30px) no-repeat, linear-gradient(0deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .95)) right 30px bottom 0/calc(100% - 30px) 30px no-repeat, radial-gradient(circle at 100% 100%, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0) 30px, hsla(0, 0%, 100%, .95) 0, hsla(0, 0%, 100%, .95) 100%) 100% 100%/30px 30px no-repeat;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	max-width: 360px;
	position: relative;
	text-align: center
}

.Overview-inner:before {
	background: #353522;
	border-radius: 50%;
	bottom: 0;
	content: "";
	height: 40px;
	position: absolute;
	right: 0;
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
	width: 40px;
	z-index: 11
}

.Overview-name {
	color: #353522;
	font-size: 1.625em;
	font-style: italic;
	font-weight: 300;
	line-height: 1.269em;
	margin: 0 0 1.269em;
	text-transform: uppercase
}

.Overview-link {
	color: #78b11b;
	font-weight: 300;
	display: block;
	font-size: 1.5em;
	margin: 0 20px;
	padding: 1.833em 0 0;
	position: relative
}

.Overview-link:before {
	background: currentColor linear-gradient(-45deg, #fff, #fff 50%, currentColor 0) 7px 7px/6px 6px no-repeat;
	border: 6px solid #e9e8e8;
	border-radius: 50%;
	color: #78b11b;
	content: "";
	height: .9167em;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(45deg) translateX(-50%);
	transform: rotate(45deg) translateX(-50%);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	width: .9167em
}

.Overview-link h3 {
	border: solid;
	border-width: 1px 0;
	display: block;
	font-weight: 700;
	margin: .229em 0 0;
	padding: .229em 0
}

@media (min-width:945px) {
	.Overview-inner {
		margin: 6.875em 100px 6.875em auto;
		padding: 2.75em 40px
	}
}

@media (min-width:630px) and (max-width:944px) {
	.Overview-inner {
		margin: 10.3125em 100px 3.4375em auto;
		padding: 2.75em 40px
	}
}

@media (max-width:629px) {
	.Overview {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.Overview-inner {
		margin: 10.3125em 30px 3.4375em;
		padding: 2.75em 20px
	}
}

.PersonTile {
	color: inherit;
	font-size: 1rem;
	margin: 0 auto;
	max-width: 314px
}

.PersonTile-image {
	background-color: currentColor;
	border-radius: 50%;
	color: #efefef;
	margin: 0 0 .6875em;
	position: relative;
	z-index: 0
}

.PersonTile-image:before {
	border-radius: inherit;
	content: "";
	display: block;
	padding: 0 0 100%
}

.PersonTile-image div {
	overflow: hidden
}

.PersonTile-image:after,
.PersonTile-image div {
	border-radius: inherit;
	bottom: 0;
	height: 85.35%;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 85.35%;
	z-index: -1
}

.PersonTile-image:after {
	overflow: hidden;
	-webkit-box-shadow: inset -6px 11px 7px 0 rgba(0, 0, 0, .15), 0 9px 10px 0 rgba(0, 0, 0, .13);
	box-shadow: inset -6px 11px 7px 0 rgba(0, 0, 0, .15), 0 9px 10px 0 rgba(0, 0, 0, .13);
	content: "";
	overflow: visible
}

.PersonTile-image img {
	bottom: -10000px;
	height: 100%;
	left: -10000px;
	margin: auto;
	position: absolute;
	right: -10000px;
	top: -10000px;
	width: auto
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.PersonTile-image img {
		bottom: auto;
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		right: auto;
		top: 0;
		width: 100%
	}
}

.PersonTile-name {
	color: #78b11b;
	font-size: 1.875em;
	font-weight: 300;
	line-height: 1.1em;
	text-transform: uppercase
}

.PersonTile-jobTitle {
	color: #353522;
	font-weight: 300
}

.PersonTile-address,
.PersonTile-jobTitle {
	font-size: .875em;
	line-height: 1.571em;
	text-transform: uppercase
}

.PersonTile-address {
	color: #78b11b;
	font-weight: 700
}

.Product {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background: -webkit-gradient(linear, left top, right top, from(#d6d3c6), to(#d6d3c6)) 50% 100%/44.355% 1px no-repeat;
	background: linear-gradient(90deg, #d6d3c6, #d6d3c6) 50% 100%/44.355% 1px no-repeat;
 	display: -ms-flexbox;
 	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	font-size: 1rem;
	margin: 1.375em 0 0;
	padding: 0 0 4.125em;
	position: relative
}

.Product-header {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0 0 2.0625em;
	width: 100%
}

.Product-name {
	color: #78b11b;
	font-size: 2em;
	font-weight: 300;
	text-transform: uppercase
}

.Product-description {
	color: #78b11b;
	font-size: 1.125em;
	line-height: 1.222em
}

.Product-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 2.75em;
	position: relative
}

.Product-hero img {
	bottom: -10000px;
	height: 100%;
	left: -10000px;
	margin: auto;
	position: absolute;
	right: -10000px;
	top: -10000px;
	width: auto
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.Product-hero img {
		bottom: auto;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		right: auto;
		top: 0;
		width: 100%
	}
}

.Product-viewImages {
	bottom: 1.375em;
	left: 20px;
	position: absolute;
	z-index: 11
}

.Product-card {
	background-color: #eeede7;
 
	-webkit-box-shadow: inset 0 1px 0 0 #fff;
	box-shadow: inset 0 1px 0 0 #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 1.375em 20px;
	position: relative
}

.Product-card:before {
	border: 0;
	content: "flow";
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowra;
	width: 1px
}

.Product-place {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%
}

.Product-country {
	font-size: .875em;
	line-height: 1.571em
}

.Product-city,
.Product-country {
	color: #353522;
	font-weight: 500;
	text-transform: uppercase
}

.Product-city {
	font-size: 1.5em;
	line-height: .9167em
}

.Product-type {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: currentColor;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	height: 44px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 44px
}

.Product-type>svg {
	fill: #fff
}

.Product-details {
	color: #353522;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	font-weight: 700;
	margin: 2.0625em 0 0;
	table-layout: fixed;
	width: 100%
}

.Product-details td,
.Product-details th {
	text-align: left;
	vertical-align: middle
}

.Product-details tr:not(:last-child) td,
.Product-details tr:not(:last-child) th {
	padding-bottom: .6875em
}

.Product-pros {
	color: #353522;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	margin: 1.375em 0 0
}

.Product-pros-name {
	background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor)) 0 100%/100% 1px no-repeat;
	background: linear-gradient(90deg, currentColor, currentColor) 0 100%/100% 1px no-repeat;
	display: block;
	font-weight: 700;
	margin: 0 0 .6875em;
	padding: 0 0 .6875em;
	text-transform: uppercase
}

.Product-pros-name>svg {
	margin: 0 5px 0 0
}

.Product-pros-list {
	font-size: .875em;
	line-height: 1.571em;
	padding: 0 0 0 10px
}

.Product-pros-list li {
	position: relative
}

.Product-pros-list li:before {
	content: "\2022";
	left: -10px;
	position: absolute
}

.Product-offer {
	background-color: #353522;
	color: #fff;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	font-weight: 500;
	margin: 1.375em -20px -20px;
	padding: 1.375em 20px 2.0625em;
	text-align: right
}

.Product-price {
	display: block;
	font-family: Kanit, sans-serif;
	font-size: 2.6875em;
	font-weight: 700;
	line-height: 1.023em
}

.Product-bookAction {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #353522;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 10px;
	box-shadow: 0 0 0 10px;
	color: #fff;
	font: 500 1.125em/1.222em Kanit, sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 80px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
	position: absolute;
	text-transform: uppercase;
	top: 100%;
	width: 80px;
	z-index: 11
}

.Product-navigation {
	background-color: #f6f6f6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: .875em 0;
	width: 100%;
	border:none
 
}

.Product-navigation ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}

.Product-navigation li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.Product-navigation li:not(:last-child) {
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2ef), to(#f2f2ef)) 100% 0/1px 100% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#e2e0d6), to(#e2e0d6)) right 1px top 0/1px 100% no-repeat;
	background: linear-gradient(180deg, #f2f2ef, #f2f2ef) 100% 0/1px 100% no-repeat, linear-gradient(180deg, #e2e0d6, #e2e0d6) right 1px top 0/1px 100% no-repeat
}

.Product-navigation a {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	color: #78b11b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	text-align: center;
	white-space: nowrap
}

.Product-navigation .js-selected {
	color: #78b11b
}

.Product-navigation--placeholder {
	height: 4.5em;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	position: relative;
	z-index: -1
}

.Product-navigation.js-sticked {
	position: fixed;
	top: 0;
	z-index: 98
}

.Product-navigation:not(.js-sticked)+.Product-navigation--placeholder {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 0px;
	flex: 0 0 0;
	height: 0;
	padding: 0
}

.Product-navigation.js-sticked--end {
	bottom: 4.125em;
	left: 0!important;
	position: absolute;
	top: auto
}

.Product-wswg {
	width: 100%
}

.Product-wswg p {
	margin: 0 0 1.375em
}

.Product-wswg h3 {
	background: -webkit-gradient(linear, left top, right top, from(#78b11b), to(#78b11b)) 50% 100%/40px 1px no-repeat;
	background: linear-gradient(90deg, #78b11b, #78b11b) 50% 100%/40px 1px no-repeat;
	color: #78b11b;
	font-size: 2em;
	font-weight: 400;
	margin: 1.375em 0;
	padding: 0 0 .6875em;
	text-align: center;
	text-transform: uppercase
}

.Product-schedules {
	margin: 2.75em 0 1.375em
}

.Product-schedules-name {
	display: block;
	font-weight: 400;
	margin: 0 0 .6875em
}

.Product-schedules-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -10px -.6875em
}

.Product-schedules-list li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px .6875em
}

.Product-links {
	margin: 0 0 1.375em
}

.Product-links-name {
	display: block;
	font-weight: 400;
	margin: 0 0 .6875em
}

.Product-links a {
	color: #78b11b;
	text-decoration: underline
}

.Product-links a:focus,
.Product-links a:hover {
	text-decoration: none
}

.Product-info {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #d6d3c6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	margin: .34375em 0;
	padding: 2.75em 0
}

.Product-info-header {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	text-align: center;
	width: 35%
}

.Product-info-icon {
	margin: 0 0 1.375em
}

.Product-info-name {
	background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor)) 50% 100%/80px 1px no-repeat;
	background: linear-gradient(90deg, currentColor, currentColor) 50% 100%/80px 1px no-repeat;
	color: #78b11b;
	font-size: 1.125em;
	font-weight: 700;
	line-height: 1.222em;
	padding: 0 0 1.22em;
	text-transform: uppercase
}

.Product-info-detail {
	color: #c88221;
	font-size: .75em;
	margin: .9167em 0 0;
	text-transform: uppercase
}

.Product-info-inner {
	padding: 0 20px
}

.Product-info-description p:not(:last-child) {
	margin: 0 0 1.375em
}

.Product-imageGallery:before {
	border: 0;
	content: "grid";
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowra;
	width: 1px
}

.Product-imageGallery:not(.slick-initialized) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: -.6875em 0 0;
	width: 100%
}

.Product-imageGallery:not(.slick-initialized) figure {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: .6875em 0 0;
	width: calc(33.333% - 6.666666666666667px)
}

.Product-imageGallery:not(.slick-initialized) figure:not(:nth-child(3n+1)) {
	margin-left: 10px
}

.Product-imageGallery figure a {
	display: block;
	overflow: hidden;
	position: relative
}

.Product-imageGallery figure a:before {
	content: "";
	display: block;
	padding: 0 0 66.667%
}

.Product-imageGallery figure img {
	bottom: -10000px;
	height: auto;
	left: -10000px;
	margin: auto;
	position: absolute;
	right: -10000px;
	top: -10000px;
	width: 100%
}

.Product-imageGallery .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 1.375em -5px 0
}

.Product-imageGallery .slick-dots li {
	padding: 0 5px
}

.Product-imageGallery .slick-dots button {
	background-color: transparent;
	border: 4px solid;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #78b11b;
	cursor: pointer;
	height: 1em;
	overflow: hidden;
	padding: 0;
	text-indent: -1001px;
	width: 1em
}

.Product-imageGallery .slick-dots .slick-active button {
	background-color: currentColor
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.Product-imageGallery figure img {
		bottom: auto;
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		right: auto;
		top: 0
	}
}

@media (min-width:630px) and (max-width:944px),
(min-width:945px) and (max-width:1049px),
(min-width:1050px) {
	.Product-imageGallery .slick-track {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: -.6875em 0 0;
		opacity: 1;
		-webkit-transform: none!important;
		transform: none!important;
		width: 100%!important
	}
	.Product-imageGallery .slick-slide {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		float: none;
		height: auto;
		margin: .6875em 0 0;
		min-height: auto;
		width: calc(33.333% - 6.666666666666667px)!important
	}
	.Product-imageGallery .slick-cloned {
		display: none
	}
	.Product-imageGallery .slick-slide:not(:nth-child(3n+2)) {
		margin-left: 10px
	}
}

.Product--alone .Product-card {
	border-color: #9db853
}

.Product--alone .Product-type {
	color: #9db853
}

.Product--alone .Product-offer {
	background-color: #9db853
}

.Product--accompanied .Product-card {
	border-color: #ac4544
}

.Product--accompanied .Product-type {
	color: #ac4544
}

.Product--accompanied .Product-offer {
	background-color: #ac4544
}

@media (min-width:945px) and (max-width:1049px),
(min-width:1050px) {
	.Product-header {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-flow: row-reverse nowrap;
		flex-flow: row-reverse nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-ordinal-group: -1;
		-ms-flex-order: -2;
		order: -2
	}
	.Product-return {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-left: 20px
	}
	.Product-inner {
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-bottom: 50px;
		-webkit-box-ordinal-group: -1;
		-ms-flex-order: -2;
		order: -2
	}
	.Product-hero {
		bottom: 4.5em;
		left: 0;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 100%
	}
	.Product-inner.js-static {
		position: static
	}
	.Product-inner.js-static .Product-hero {
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
		z-index: -1
	}
	.Product-card {
		float: right;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-bottom: 50px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		position: relative;
		top: 0;
		-webkit-transition: -webkit-transform .3s cubic-bezier(.785, .135, .15, .86);
		transition: -webkit-transform .3s cubic-bezier(.785, .135, .15, .86);
		transition: transform .3s cubic-bezier(.785, .135, .15, .86);
		transition: transform .3s cubic-bezier(.785, .135, .15, .86), -webkit-transform .3s cubic-bezier(.785, .135, .15, .86);
		width: 360px;
		z-index: 99
	}
	.Product-card--ghost {
		opacity: 0;
		pointer-events: none;
		position: fixed;
		top: 0;
		visibility: hidden;
		z-index: 99
	}
	.Product-card:before {
		content: "sticky"
	}
	.Product-card.js-sticked {
		opacity: 0;
		pointer-events: none;
		visibility: hidden
	}
	.Product-card.js-sticked+.Product-card--ghost {
		opacity: 1;
		pointer-events: auto;
		visibility: visible
	}
	.Product-card.js-sticked--end+.Product-card--ghost {
		bottom: 4.125em;
		left: auto!important;
		position: absolute;
		right: 0;
		top: auto
	}
	.Product-bookAction {
		left: 0;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
	.Product-navigation {
		padding-right: 60px
	}
	.Product-navigation.js-sticked--end {
		bottom: calc(4.125em + 50px)
	}
	.Product-wswg {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		padding: 0 425px 0 0;
		width: 100%
	}
}

@media (min-width:1050px) {
	.Product-navigation a {
		font-size: 1.25em;
		line-height: 1.65em;
		padding: .275em 10px
	}
}

@media (min-width:945px) and (max-width:1049px) {
	.Product-navigation a {
		font-size: 1.125em;
		line-height: 1.833em;
		padding: .306em 5px
	}
}

@media (max-width:629px),
(min-width:630px) and (max-width:944px) {
	.Product-header {
		-webkit-box-ordinal-group: -1;
		-ms-flex-order: -2;
		order: -2
	}
	.Product-return {
		display: inline-block;
		margin-bottom: 1.375em
	}
	.Product-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		margin-bottom: 0;
		width: 100%
	}
	.Product-hero,
	.Product-inner {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.Product-hero {
		overflow: hidden;
		position: relative
	}
	.Product-hero:before {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		content: "";
		display: block;
		padding: 0 0 56.097%
	}
	.Product-card {
		margin-bottom: 4.125em
	}
	.Product-card--ghost {
		opacity: 0;
		pointer-events: none;
		position: fixed;
		top: 0;
		visibility: hidden;
		z-index: 99
	}
	.Product-bookAction {
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
	.Product-navigation a {
		font-size: 1.25em;
		line-height: 1.65em;
		padding: .275em 10px
	}
}

@media (min-width:630px) and (max-width:944px) {
	.Product-details {
		display: block;
		-webkit-columns: 2;
		columns: 2;
		-webkit-column-gap: 20px;
		column-gap: 20px
	}
	.Product-details tr {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-column-break-inside: avoid;
		break-inside: avoid;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		margin-bottom: .6875em
	}
	.Product-details td,
	.Product-details th {
		display: block
	}
	.Product-details th[colspan="3"] {
		width: 40px
	}
	.Product-details th[colspan="9"] {
		width: 50%
	}
	.Product-details tr:not(:last-child) td,
	.Product-details tr:not(:last-child) th {
		padding-bottom: 0
	}
}

@media (max-width:629px) {
	.Product-navigation {
		display: none
	}
	.Product-offer {
		margin-bottom: 5.5px
	}
	.Product-bookAction {
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: auto;
		left: auto;
		margin: 0 -20px -1.222em;
		padding: .917em 20px;
		position: relative;
		top: auto;
		-webkit-transform: none;
		transform: none;
		width: calc(100% + 40px)
	}
	.Product-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column
	}
	.Product-info-header {
		margin-bottom: 2.0625em;
		width: 100%
	}
	.Product-schedules-list li,
	.Product-schedules .Button {
		width: 100%
	}
	.Product-imageGallery:before {
		content: "carousel"
	}
	.Product-imageGallery:not(.slick-initialized) {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-top: 0;
		overflow: hidden
	}
	.Product-imageGallery:not(.slick-initialized) figure {
		width: 100%
	}
	.Product-imageGallery:not(.slick-initialized) figure:not(:nth-child(3n+1)) {
		margin-left: 0
	}
	.Product-imageGallery figure a:before {
		content: "";
		display: block;
		padding: 0 0 66.667%
	}
}

.OfferList {
	font-size: 1rem
}

.Offer {
	background-color: #fff;
	color: #353522;
	font-size: .875em;
	line-height: 1.571em
}

.Offer-price {
	font-family: Kanit, sans-serif;
	font-size: 3.071em;
	font-weight: 600;
	line-height: 1.023em
}

.Offer-number,
.Offer-price {
	color: #35a3bc;
	display: block
}

.Offer-number {
	font-size: .857em;
	line-height: 1.375em
}

.Offer-action {
	background-color: #ce9954;
	border: 0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font: 500 1em/1.571em Kanit, sans-serif;
	padding: .786em 20px;
	text-align: center;
	text-transform: uppercase
}

.Offer-links {
	margin: .786em -10px 0
}

.Offer-link {
	color: #35a3bc;
	display: inline-block;
	font-family: Kanit, sans-serif;
	margin: 0 10px;
	text-decoration: underline;
	white-space: nowrap
}

.Offer-link:before {
	border-color: transparent transparent transparent currentColor;
	border-style: solid;
	border-width: 2px 0 2px 3px;
	content: "";
	display: inline-block;
	height: 0;
	margin: 0 5px 0 0;
	vertical-align: middle;
	width: 0
}

.Offer-nbSemaines,
.Offer-transports {
	width: 100%
}

@media (min-width:1050px) {
	.OfferList-table {
		table-layout: fixed;
		width: 100%
	}
	.OfferList-table td,
	.OfferList-table th {
		padding-left: 10px;
		padding-right: 10px
	}
	.OfferList-table thead {
		background-color: #35a3bc;
		color: #fff
	}
	.OfferList-head {
		height: 4.125em;
		position: relative
	}
	.OfferList-head:not(.OfferList-head--price):before {
		background-image: url(img/products.svg);
		background-repeat: no-repeat;
		background-size: 83px 110px;
		content: "";
		height: 22px;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		top: 1.375em;
		width: 83px
	}
	.OfferList-head--age:before {
		background-position: 50% 0
	}
	.OfferList-head--date:before {
		background-position: 50% 25%
	}
	.OfferList-head--accommodation:before {
		background-position: 50% 75%
	}
	.OfferList-head--activity:before {
		background-position: 50% 50%
	}
	.OfferList-head--transport:before {
		background-position: 50% 100%
	}
	.Offer-element {
		padding-bottom: 1.571em;
		padding-top: 1.571em;
		text-align: center;
		vertical-align: middle
	}
	.Offer-price,
	.Offer-reference {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		vertical-align: bottom;
		width: 50%
	}
	.Offer-reference {
		padding: 0 0 0 20px
	}
	.Offer-action {
		width: 100%
	}
	.Offer:nth-child(2n) {
		background-color: #f6f6f6
	}
}

@media (max-width:1049px) {
	.OfferList-table {
		display: block
	}
	.OfferList-table thead {
		border: 0;
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		white-space: nowrap;
		width: 1px
	}
	.Offer,
	.OfferList-table tbody {
		display: block
	}
	.Offer {
		border: 1px solid #35a3bc;
		margin: 0 0 .393em
	}
	.Offer-element {
		background: -webkit-gradient(linear, left top, right top, from(#35a3bc), to(#35a3bc)) 0 0/100px 100% no-repeat, -webkit-gradient(linear, left top, right top, from(#eeede7), to(#eeede7)) 0 100%/100% 1px no-repeat;
		background: linear-gradient(90deg, #35a3bc, #35a3bc) 0 0/100px 100% no-repeat, linear-gradient(90deg, #eeede7, #eeede7) 0 100%/100% 1px no-repeat;
		display: block;
		padding: 1.571em 20px 1.571em 120px;
		position: relative;
		text-align: right
	}
	.Offer-element:not(.Offer-element--price):before {
		background-image: url(img/products.svg);
		background-repeat: no-repeat;
		background-size: 83px 110px;
		bottom: 0;
		content: "";
		height: 22px;
		left: 0;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100px
	}
	.Offer-element--price {
		background: -webkit-gradient(linear, left top, right top, from(#35a3bc), to(#35a3bc)) 0 0/100px 100% no-repeat;
		background: linear-gradient(90deg, #35a3bc, #35a3bc) 0 0/100px 100% no-repeat
	}
	.Offer-element--age:before {
		background-position: 50% 0
	}
	.Offer-element--date:before {
		background-position: 50% 25%
	}
	.Offer-element--accommodation:before {
		background-position: 50% 75%
	}
	.Offer-element--activity:before {
		background-position: 50% 50%
	}
	.Offer-element--transport:before {
		background-position: 50% 100%
	}
	.Offer-element br {
		display: none
	}
	.Offer-price {
		margin-bottom: .256em
	}
}

.Search {
	font-size: 1rem
}

.Search-description {
	color: #78b11b;
	font-style: italic;
	margin: .6875em 0
}

.Search-count {
	display: inline-block;
	font-size: 1.375em;
	font-style: normal;
	font-weight: 700;
	line-height: 1.25em
}

.Search-types {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: .6875em -10px;
	width: calc(75% + 20px)
}

.Search-type {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 0 10px;
	width: 50%
}

.Search-types-help {
	color: #353522;
	font-size: .875em;
	font-style: italic;
	line-height: 1.571em;
	margin: 1.571em 0 0;
	text-align: center;
	width: 100%
}

.Search-types-help a {
	text-decoration: underline
}

.Search-types-help a:focus,
.Search-types-help a:hover {
	text-decoration: none
}

.Search-filters:before,
.Search-form:before {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	content: "";
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowra;
	width: 1px
}

.Search-form .SearchForm {
	margin-left: 0;
	margin-right: 45px
}

.Search-results {
	margin: 1.375em 0 0
}

@media (min-width:1050px) {
	.Search {
		margin: 0 -10px
	}
	.Search:after {
		clear: both;
		content: "";
		display: block
	}
	.Search-filters {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		padding: 0 10px;
		width: 25%
	}
	.Search-description,
	.Search-form,
	.Search-results,
	.Search-types {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		float: right;
		padding: 0 10px;
		width:99%
	}
	.Search-description {
		padding-right: 120px
	}
	.Search-filters:before,
	.Search-form:before {
		content: "default"
	}
	.Search-form .SearchForm {
		margin-bottom: 0
	}
	.Search-types {
		width: calc(75% + 20px)
	}
}

@media (max-width:1049px) {
	.Search {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column
	}
	.Search-filters {
		border-top: 1px solid #eeede7;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.Search-form {
		margin-bottom: 2.0625em;
		-webkit-box-ordinal-group: -1;
		-ms-flex-order: -2;
		order: -2
	}
	.Search-form:before {
		content: "default"
	}
	.Search-filters:before {
		content: "fold"
	}
	.Search-types {
		width: calc(100% + 20px)
	}
}

@media (max-width:945px) {
	.Search-filters:before,
	.Search-form:before {
		content: "fold"
	}
	.Search-form .SearchForm {
		margin-right: 0
	}
}

.TypeLink {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #d6d3c6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	font-size: 1rem;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1.375em 20px;
	position: relative;
	text-align: center
}

.TypeLink-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0 10px 0 0
}

.TypeLink-name {
	color: #78b11b;
	font-size: 1.125em;
	font-weight: 700;
	text-transform: uppercase
}

.TypeLink--accompanied .TypeLink-icon {
	color: #ac4544
}

.TypeLink--alone .TypeLink-icon {
	color: #9db853
}

.TypeLink:hover {
	border-color: #78b11b
}

.TypeLink.is-selected .TypeLink-icon,
.TypeLink.is-selected .TypeLink-name {
	color: #fff
}

.TypeLink--accompanied.is-selected {
	background-color: #ac4544;
	border-color: #ac4544!important
}

.TypeLink--alone.is-selected {
	background-color: #9db853;
	border-color: #9db853!important
}

@media (max-width:629px) {
	.TypeLink-icon {
		margin: 0 0 .34375em
	}
	.TypeLink-name {
		font-size: 1em;
		width: 100%
	}
}

.Search-categoryGroup {
	margin: 0 0 .6875em
}

.Search-categoryGroup-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #eeede7;
	color: #3e4346;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	padding: .6875em 20px;
	text-transform: uppercase
}

.Search-categoryGroup-icon {
	margin: 0 10px 0 0
}

.Search-categoryGroup-name {
	font-size: 1.125em;
	font-weight: 400;
	line-height: 1.5em
}

.Search-categoryGroup-action {
	background-color: currentColor;
	border-radius: 100%;
	color: inherit;
	cursor: pointer;
	border: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	height: 1.375em;
	margin: 0 0 0 auto;
	overflow: hidden;
	position: relative;
	padding: 0;
	text-indent: -10001px;
	white-space: nowrap;
	width: 1.375em
}

.Search-categoryGroup-action:after,
.Search-categoryGroup-action:before {
	background-color: #f6f6f6;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
	width: 10px
}

.Search-categoryGroup.js-closed .Search-categoryGroup-action:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.Search-cityGroup {
	margin: 1.075em 0 0.8em
}

.Search-cityGroup-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px dashed #d6d3c6;
	color: #353522;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	padding: 0 0 .6875em;
	margin: 0 20px 1.375em
}

.Search-cityGroup-name {
	font-weight: 700;
	text-transform: uppercase
}

.Search-cityGroup-count {
	font-weight: 500
}

.Search-cityGroup-count:before {
	content: "\A0-\A0"
}

.Search-cityGroup-footer {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}

.Search-cityGroup-footer:after,
.Search-cityGroup-footer:before {
	background-color: #d6d3c6;
	content: "";
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	height: 1px
}

.Search-cityGroup-action {
	background-color: transparent;
	border: 0;
	color: #353522;
	cursor: pointer;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-family: inherit;
	font-size: .875em;
	font-weight: 500;
	padding: 0 10px;
	text-transform: uppercase
}

.Search-cityGroup-action>svg {
	margin: 0 0 0 5px;
	vertical-align: middle
}

.PlaceResult {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	font-size: 1rem;
	margin: 0 0 3.4375em;
	position: relative
}

.PlaceResult-header {
	color: #fff;
	font-family: Roboto, sans-serif;
	line-height: 1.375em;
	left: 20px;
	position: absolute;
	text-transform: uppercase;
	top: 1.375em;
	z-index: 2
}

.PlaceResult-name {
	font-size: 1.375em;
	font-weight: 600
}

.PlaceResult-image {
	background-color: #c3c3c3;
	overflow: hidden;
	position: relative
}

.PlaceResult-image:before {
	content: "";
	display: block;
	padding: 0 0 62.8342%
}

.PlaceResult-image:after {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(33.333%, rgba(58, 57, 40, .35)), to(rgba(58, 57, 40, 0)));
	background: linear-gradient(180deg, rgba(58, 57, 40, .35) 33.333%, rgba(58, 57, 40, 0));
	content: "";
	height: 60%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.PlaceResult-image img {
	bottom: -10000px;
	height: 100%;
	left: -10000px;
	margin: auto;
	position: absolute;
	right: -10000px;
	top: -10000px;
	width: auto
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.PlaceResult-image img {
		bottom: auto;
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		right: auto;
		top: 0;
		width: 100%
	}
}

.PlaceResult-categories {
	background-color: #eeede7;
	color: #35a3bc;
	-webkit-columns: 1;
	columns: 1;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	font-size: .875em;
	font-weight: 500;
	line-height: 1.5714em
}

.PlaceResult-categories li {
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	margin: 0 0 .3929em
}

.PlaceResult-categories a {
	text-decoration: underline
}

.PlaceResult-categories a:focus,
.PlaceResult-categories a:hover {
	text-decoration: none
}

.PlaceResult-count {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #353522;
	border-radius: 50%;
	bottom: 0;
	-webkit-box-shadow: 0 0 0 10px;
	box-shadow: 0 0 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	font-family: Kanit, sans-serif;
	font-size: .875em;
	font-weight: 500;
	line-height: 1.5714em;
	height: 80px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
	width: 80px;
	z-index: 11
}

.PlaceResult-count * {
	color: #fff
}

.PlaceResult-count b {
	display: inline-block;
	font-size: 1.571em
}

@media (min-width:1050px) {
	.PlaceResult {
		margin-left: 40px;
		margin-right: 40px;
		width: calc(100% - 80px)
	}
	.PlaceResult-categories {
		padding: 1.5714em 40px 2.3571em 20px
	}
	.PlaceResult-count {
		right: 0
	}
}

@media (max-width:1049px) {
	.PlaceResult {
		width: 100%
	}
	.PlaceResult-categories {
		padding: 1.5714em 20px 3.929em
	}
	.PlaceResult-count {
		right: 50%
	}
}

@media (min-width:630px) {
	.Search-categoryGroup-title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
	.Search-categoryGroup-count:before {
		content: "\A0-\A0"
	}
}

@media (max-width:629px) {
	.Search-categoryGroup-icon {
		height: auto;
		width: 33px
	}
}

.ProductResult {
	border-top: 6px solid #353522;
	font-size: 1rem;
	margin: 0 20px 3.4375em;
	padding: 1px 0 0;
	position: relative
}

.ProductResult-link {
	background: #353522;
	border-radius: 50%;
	bottom: 0;
	-webkit-box-shadow: 0 0 0 10px;
	box-shadow: 0 0 0 10px;
	color: #fff;
	height: 40px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	text-indent: -10001px;
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
	width: 40px;
	z-index: 11
}

.ProductResult-link>svg {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.ProductResult-type {
	right: 5px
}

.ProductResult-image {
	background-color: #c3c3c3;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%
}

.ProductResult-image:before {
	content: "";
	display: block
}

.ProductResult-image img {
	bottom: -10000px;
	height: 100%;
	left: -10000px;
	margin: auto;
	position: absolute;
	right: -10000px;
	top: -10000px;
	width: auto
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.ProductResult-image img {
		bottom: auto;
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		right: auto;
		top: 0;
		width: 100%
	}
}

.ProductResult-name {
	color: #78b11b;
	font-size: 1.25em;
	font-weight: 700;
	text-transform: uppercase
}

.ProductResult-description {
	color: #353522;
	font-style: italic
}

.ProductResult-details {
	color: #353522;
	font-weight: 700;
	table-layout: fixed
}

.ProductResult-details td,
.ProductResult-details th {
	text-align: left;
	vertical-align: middle
}

.ProductResult-details tr:not(:last-child) td,
.ProductResult-details tr:not(:last-child) th {
	padding-bottom: .6875em
}

.ProductResult-offer {
	color: #353522;
	font-size: .875em;
	line-height: 1.5714em;
	text-align: right
}

.ProductResult-price {
	color: #78b11b;
	display: inline-block;
	font-size: 1.7143em;
	font-weight: 700;
	line-height: .9167em;
	width: 100%
}

.ProductResult-favouriteLink {
	color: #78b11b;
	display: inline-block;
	font-size: .8571em;
	font-weight: 500;
	line-height: 1.833em;
	margin: 1.833em 0 0;
	text-decoration: underline;
	width: 100%
}

.ProductResult-favouriteLink:focus,
.ProductResult-favouriteLink:hover {
	text-decoration: none
}

.ProductResult-favouriteAction {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f6f6f6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #353522;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: .875em;
	font-weight: 500;
	line-height: 1.571em;
	padding: .786em 10px;
	-webkit-transition: color .4s;
	transition: color .4s;
	width: 100%
}

.ProductResult-favouriteAction>svg {
	margin: 0 10px 0 0
}

.ProductResult-type {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #353522;
	border-radius: 50%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 44px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 1.375em;
	width: 44px;
	z-index: 11
}

.ProductResult-favouriteAction:hover {
	color: #78b11b
}

@media (min-width:630px) {
	.ProductResult-inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		margin: 0 -10px
	}
	.ProductResult-inner,
	.ProductResult-part {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.ProductResult-part {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 10px
	}
	.ProductResult-part--1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		min-width: 33.333%
	}
	.ProductResult-part--2 {
		background: -webkit-gradient(linear, left top, right top, from(#d6d3c6), to(#d6d3c6)) 10px 100%/100% 1px no-repeat;
		background: linear-gradient(90deg, #d6d3c6, #d6d3c6) 10px 100%/100% 1px no-repeat;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		padding-bottom: 1.375em
	}
	.ProductResult-image:before {
		padding: 0 0 89.416%
	}
	.ProductResult-header {
		margin: 0 60px .6875em 0;
		width: 100%
	}
	.ProductResult-name {
		margin: 1.1em 0 0
	}
	.ProductResult-description {
		color: #353522;
		font-style: italic
	}
	.ProductResult-details {
		width: 66.667%
	}
	.ProductResult-offer {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		width: 33.333%
	}
	.ProductResult-price {
		color: #78b11b;
		display: inline-block;
		font-size: 1.7143em;
		font-weight: 700;
		line-height: .9167em;
		width: 100%
	}
	.ProductResult-favouriteLink {
		color: #78b11b;
		display: inline-block;
		font-size: .8571em;
		font-weight: 500;
		line-height: 1.833em;
		margin: 1.833em 0 0;
		text-decoration: underline;
		width: 100%
	}
	.ProductResult-favouriteLink:focus,
	.ProductResult-favouriteLink:hover {
		text-decoration: none
	}
	.ProductResult-favouriteAction {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #f6f6f6;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		color: #353522;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: .875em;
		font-weight: 500;
		line-height: 1.571em;
		padding: .786em 10px;
		width: 100%
	}
	.ProductResult-favouriteAction svg {
		margin: 0 10px 0 0
	}
	.ProductResult-type {
		right: 5px
	}
}

@media (max-width:629px) {
	.ProductResult {
		padding-bottom: 3.4375em
	}
	.ProductResult-type {
		right: 10px
	}
	.ProductResult-image {
		margin: 0 0 .6875em
	}
	.ProductResult-header,
	.ProductResult-offer {
		margin-bottom: .6875em
	}
	.ProductResult-image:before {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		content: "";
		display: block;
		min-height: 160px;
		padding: 0 0 55.5556%
	}
	.ProductResult-inner {
		margin-bottom: 1.375em
	}
	.ProductResult-details {
		width: 100%
	}
	.ProductResult-favouriteLink {
		display: none
	}
	.ProductResult-favouriteAction {
		bottom: 0;
		left: 0;
		position: absolute
	}
}

.ProductResult--alone {
	border-color: #9db853
}

.ProductResult--alone .ProductResult-type {
	background-color: #9db853
}

.ProductResult--accompanied {
	border-color: #ac4544
}

.ProductResult--accompanied .ProductResult-type {
	background-color: #ac4544
}

.Filters {
	font-size: 1rem
}

.Filters-header {
	padding: 0 20px .6875em
}

.Filters-icon {
	color: #b96d23
}

.Filters-name {
	color: #353522;
	font-size: 1.375em;
	font-style: italic;
	line-height: 1.25em;
	text-transform: uppercase
}

.Filters-name b {
	color: #b96d23;
	display: block;
	font-style: normal
}

.Filters-action {
	color: #353522;
	font-size: .75em;
	font-weight: 700;
	text-decoration: underline
}

.Filters-action:focus,
.Filters-action:hover {
	text-decoration: none
}

.Filter {
	background-color: currentColor;
	color: #fafafa;
	font-size: 1rem;

	padding: 1.375em 20px
}

.Filter--lightgrey {
	color: #f6f6f6
}

.Filter--grey {
	color: #eeede7
}

.Filter-inner:not(:last-child) {
	margin-bottom: 1.375em
}

.Filter-action {
	color: #353522;
	font-size: .75em;
	font-weight: 700;
	text-decoration: underline
}

.Filter-action:focus,
.Filter-action:hover {
	text-decoration: none
}

.Filter-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 1.375em
}

.Filter-name {
	background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor)) 0 100%/40px 1px no-repeat;
	background: linear-gradient(90deg, currentColor, currentColor) 0 100%/40px 1px no-repeat;
	color: #35a3bc;
	padding: 0 0 .34375em
}

.Filter-name,
.Filter-subname {
	display: block;
	font-weight: 700;
	text-transform: uppercase
}

.Filter-subname {
	color: #353522;
	margin: 0 0 .6875em
}

.Filter-caption {
	color: #35a3bc;
	display: block;
	font-weight: 500;
	margin: 0 0 .34375em
}

.Filter-caption:before {
	content: "\2022   "
}

.Filter-linkList li:not(:last-child) {
	margin-bottom: .6875em
}

.Filter-link {
	color: #353522;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	font-weight: 500;
	-webkit-transition: color .4s;
	transition: color .4s
}

.Filter-link svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0 10px 0 0
}

.Filter-link.active,
.Filter-link:hover {
	color: #35a3bc;
	text-decoration: underline
}

.Filter-field {
	color: #353522
}

.Filter-field--date {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	margin: 0 0 .34375em
}

.Filter-field--date label {
	cursor: pointer;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-weight: 500;
	margin: 0 10px 0 0;
	text-transform: uppercase
}

.Filter-field--date input {
	background-color: #fff;
	border: 0;
	border-radius: 3px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 2.75em;
	padding-left: 10px
}

.Filter-customCheckList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	margin: 0 0 .6875em -1px
}

.Filter-customCheck {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 0 0 1px
}

.Filter-customCheck input {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowra;
	width: 1px
}

.Filter-customCheck label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #d6d3c6;
	border-radius: 3px;
	color: #353522;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	font-size: .85em;
	font-weight: 700;
	min-height: 2.357em;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.571em;
	padding: .393em 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: color .4s, background-color .4s;
	transition: color .4s, background-color .4s
}

.Filter-customCheck .Filter-heb.active,
.Filter-customCheck .hollidays.active,
.Filter-customCheck label:focus,
.Filter-customCheck label:hover {
	background-color: #35a3bc;
	color: #fff
}

.Filter-checkList li:not(:last-child) {
	margin-bottom: .6875em
}

.Filter-check {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #353522;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}

.Filter-check input {
	margin: 0 10px 0 0;
	cursor: pointer
}

.Filter-check label {
	cursor: pointer
}

@media (min-width:1050px) {
	.Filters-icon {
		display: none
	}
}

@media (max-width:1049px) {
	.Filters-header {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-flow: row-reverse nowrap;
		flex-flow: row-reverse nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-top: 1.375em
	}
	.Filters-icon {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.Filters-action {
		display: none
	}
}

.Navigation {
	background-color: #78b11b;
	font-size: 1rem;
	margin: 0 0 .875em;
	padding: .875em 0;
	position: relative
}

.Navigation:before {
	background: inherit;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
	z-index: -1
}

.Navigation:after {
	background: url(img/ico-mouse.svg) 0 0/contain;
	content: "";
	height: 33px;
	left: 0;
	opacity: .5;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-31px, -50%);
	transform: translate(-31px, -50%);
	width: 21px
}

.Navigation ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}

.Navigation li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.Navigation li:not(:last-child) {
	background: -webkit-gradient(linear, left top, left bottom, from(#54afc4), to(#54afc4)) 100% 0/1px 100% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#78b11b), to(#78b11b)) right 1px top 0/1px 100% no-repeat;
	background: linear-gradient(180deg, #54afc4, #54afc4) 100% 0/1px 100% no-repeat, linear-gradient(180deg, #78b11b, #78b11b) right 1px top 0/1px 100% no-repeat
}

.Navigation a {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	white-space: nowrap
}

.Navigation a>svg {
	margin: 0 0 0 20px
}

.Navigation--placeholder {
	height: 2.818375em
}

.Navigation--placeholder:after,
.Navigation--placeholder:before {
	content: normal
}

.Navigation:not(.js-sticked)+.Navigation--placeholder {
	height: 0;
	margin: 0;
	padding: 0;
	-webkit-transform: translateY(-5.5em);
	transform: translateY(-5.5em)
}

.Navigation.js-sticked {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	margin: 0 auto;
	max-width: 1260px;
	padding-left: 10px;
	padding-right: 10px;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 100
}

.Navigation .js-selected {
	color: #8dcbd9
}

@media (min-width:1050px) {
	.Navigation a {
		font-size: 1.375em;
		font-weight: 500;
		line-height: 1.5em;
		padding: .275em 10px
	}
}

@media (max-width:1049px) {
	.Navigation ul {
		overflow-x: auto
	}
	.Navigation a {
		font-size: 1em;
		font-weight: 500;
		line-height: 2.0625em;
		padding: .34375em 10px
	}
}

.ActivityTile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	font-size: 1rem;
	width: 100%
}

.ActivityTile,
.ActivityTile-header {
	position: relative
}

.ActivityTile-number {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 10px;
	color: #ce9954;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	font-size: 1.25em;
	font-weight: 700;
	height: 50px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, 50%) rotate(45deg);
	transform: translate(-50%, 50%) rotate(45deg);
	width: 50px
}

.ActivityTile-number:after {
	content: attr(data-number);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.ActivityTile-image {
	background-color: #c3c3c3;
	overflow: hidden;
	position: relative
}

.ActivityTile-image:before {
	content: "";
	display: block;
	padding: 0 0 85%
}

.ActivityTile-image img {
	bottom: -10000px;
	height: auto;
	left: -10000px;
	margin: auto;
	position: absolute;
	right: -10000px;
	top: -10000px;
	width: 100%
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.ActivityTile-image img {
		bottom: auto;
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: 100% 0;
		object-position: 100% 0;
		right: auto;
		top: 0
	}
}

.ActivityTile-inner {
	background-color: #78b11b;
	color: #fff;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 1.375em 30px 2.75em
}

.ActivityTile-place {
	background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor)) bottom 1.03125em left 50%/40px 1px no-repeat;
	background: linear-gradient(90deg, currentColor, currentColor) bottom 1.03125em left 50%/40px 1px no-repeat;
	padding: 0 0 2.0625em;
	text-align: center
}

.ActivityTile-name {
	font-family: Kanit, sans-serif;
	font-size: 1.375em;
	font-weight: 600;
	line-height: 1em;
	text-transform: uppercase
}

.ActivityTile-city {
	font-style: italic;
	text-transform: uppercase
}

.ActivityTile-description p:not(:last-child) {
	margin-bottom: 1.375em
}

.InfoTile {
	font-size: 1rem;
	margin: 0 30px;
	text-align: center
}

.InfoTile-icon {
	background-color: #fff;
	border-radius: 100%;
	color: #78b11b;
	display: inline-block;
	margin: 0 0 1.375em;
	max-width: 160px;
	position: relative;
	width: 100%
}

.InfoTile-icon--banknote {
	-webkit-transform: rotate(-14deg);
	transform: rotate(-14deg)
}

.InfoTile-icon:before {
	content: "";
	display: block;
	padding: 0 0 100%
}

.InfoTile-icon>svg {
	left: 50%;
	max-width: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.InfoTile-name {
	color: #b96d23;
	font-size: 1.125em;
	font-weight: 700;
	line-height: 1.222em;
	margin: 0 0 1.222em;
	text-transform: uppercase
}

.InfoTile-description {
	color: #353522
}

.CategoryTile {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	font-size: 1rem;
	margin: 0 20px;
	text-align: center;
	width: calc(100% - 40px)
}

.CategoryTile-icon {
	background-color: #fff;
	border-radius: 100%;
	border: 15px solid #f5f4f1;
	color: #78b11b;
	display: inline-block;
	margin: 0 0 .6875em;
	max-width: 160px;
	position: relative;
	width: 100%
}

.CategoryTile-icon:before {
	content: "";
	display: block;
	padding: 0 0 100%
}

.CategoryTile-icon>svg {
	left: 50%;
	max-width: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.CategoryTile-name {
	background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor)) bottom 1em left 50%/65px 1px no-repeat;
	background: linear-gradient(90deg, currentColor, currentColor) bottom 1em left 50%/65px 1px no-repeat;
	color: #78b11b;
	font-size: 1.375em;
	font-weight: 500;
	line-height: 1.25em;
	padding: 0 0 1.5em;
	text-transform: uppercase
}

.CategoryTile-description {
	color: #353522;
	font-size: 1.125em;
	margin: 0 0 1.222em;
	width: 100%
}

.CategoryTile-details {
	color: #ce9954;
	font-size: 1.125em;
	font-weight: 500;
	margin: auto 0 1.222em
}

.CategoryTile-link {
	background: #353522;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: Roboto, sans-serif;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.375em;
	margin: .6875em 0 0;
	padding: 1.03125em 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.CategoryTile--favourite .CategoryTile-icon:after {
	background: url(img/categories.svg#FavouritePinView);
	content: "";
	display: block;
	height: 60px;
	position: absolute;
	right: -30px;
	top: -5px;
	width: 60px
}

.TypeTile {
	border: 1px solid #d6d3c6;
	display: block;
	font-size: 1rem;
	margin: 0 30px 2.0625em;
	padding: 2.0625em 39px 2.75em;
	position: relative;
	text-align: center;
	-webkit-transition: border-color .4s;
	transition: border-color .4s
}

.TypeTile:after,
.TypeTile:before {
	border-radius: 50%;
	bottom: 0;
	content: "";
	height: 60px;
	position: absolute;
	right: 0;
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
	width: 60px;
	z-index: 11
}

.TypeTile:before {
	background: #353522;
	-webkit-box-shadow: 0 0 0 10px;
	box-shadow: 0 0 0 10px;
	-webkit-transition: background-color .4s, background-image .4s;
	transition: background-color .4s, background-image .4s
}

.TypeTile:after {
	clip: rect(0, 41px, 41px, 0);
	border: inherit;
	padding: 9px
}

.TypeTile-icon {
	margin: 0 auto .6825em
}

.TypeTile-name {
	background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor)) bottom 1em left 50%/80px 1px no-repeat;
	background: linear-gradient(90deg, currentColor, currentColor) bottom 1em left 50%/80px 1px no-repeat;
	color: #78b11b;
	font-size: 1.375em;
	line-height: 1.25em;
	padding: 0 0 1.5em;
	text-transform: uppercase
}

.TypeTile-description {
	color: #353522;
	font-size: 1.125em
}

.TypeTile--accompanied .TypeTile-icon {
	color: #ac4544
}

.TypeTile--alone .TypeTile-icon {
	color: #9db853
}

.TypeTile:hover {
	border-color: #78b11b
}

.TypeTile:hover:before {
	background: #78b11b url(img/ico-search.svg) 50%/20px 20px no-repeat
}

.Selection {
	border-radius: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	font-size: 1rem;
	margin: 40px 20px;
	width: 100%
}

.Selection-header {
	border-top: 6px solid;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 1px 0 0;
	position: relative
}

.Selection-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.Selection-image {
	background-color: #c3c3c3;
	overflow: hidden;
	position: relative
}

.Selection-image:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	display: block;
	min-height: 160px;
	padding: 0 0 25.1765%
}

.Selection-image img {
	bottom: -10000px;
	height: auto;
	left: -10000px;
	margin: auto;
	position: absolute;
	right: -10000px;
	top: -10000px;
	width: 100%
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.Selection-image img {
		bottom: auto;
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: 100% 0;
		object-position: 100% 0;
		right: auto;
		top: 0
	}
}

.Selection-title {
	color: #fff;
	padding: 1.375em 20px;
	text-align: center
}

.Selection-city {
	font-size: 1.5625em;
	font-weight: 700;
	line-height: 1.1em;
	text-transform: uppercase
}

.Selection-ref {
	font-size: .875em;
	font-weight: 300px;
	line-height: 1.571em
}

.Selection-link {
	background: #353522;
	border-radius: 50%;
	bottom: 0;
	-webkit-box-shadow: 0 0 0 10px;
	box-shadow: 0 0 0 10px;
	content: "";
	height: 40px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: -1001px;
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
	white-space: nowrap;
	width: 40px;
	z-index: 11
}

.Selection-link>svg {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.Selection-details {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	flex-flow: column;
	width: 100%
}

.Selection-detail,
.Selection-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column
}

.Selection-detail {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #353522;
	flex-flow: column;
	font-size: .9375em;
	height: 5.867em;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.467em;
	padding: 0 10px;
	text-align: center
}

.Selection-detail>svg {
	color: #78b11b
}

.Selection-detail strong {
	font-weight: 600
}

.Selection-detail:nth-child(odd) {
	background-color: #eeede7
}

.Selection-detail:nth-child(2n) {
	background-color: #f6f6f6
}

.Selection-detail--offer {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	height: auto;
	padding-bottom: 1.467em;
	padding-top: 1.467em
}

.Selection-price {
	color: #78b11b;
	font: 2em/1.1em Kanit, sans-serif
}

.Selection-offer--outOfStock {
	font-size: .933em;
	line-height: em
}

.Selection-offer--outOfStock strong {
	color: #78b11b;
	display: inline-block;
	font-size: 1.286em
}

.Selection-offer--outOfStock a {
	color: #78b11b;
	display: inline-block;
	font-size: 1.143em;
	text-decoration: underline
}

.Selection-offer--outOfStock a:focus,
.Selection-offer--outOfStock a:hover {
	text-decoration: none
}

.Selection-actions {
	padding: 1.467em 40px;
	text-align: center
}

.Selection-actions>:not(:last-child) {
	margin-bottom: .6875em
}

.Selection-button {
	display: block;
	background: #c88221;
	border: 0;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: Roboto, sans-serif;
	font-size: 1rem;
	line-height: 1.375em;
	margin: 0;
	overflow: visible;
	padding: .6875em 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none
}

.Selection-action,
.Selection-button {
	font-weight: 500;
	text-transform: uppercase
}

.Selection-action {
	color: #78b11b;
	display: inline-block;
	font-size: .875em;
	line-height: 1.571em;
	text-decoration: underline
}

.Selection-action:focus,
.Selection-action:hover {
	text-decoration: none
}

.Selection--alone .Selection-header {
	border-top-color: #9db853
}

.Selection--alone .Selection-title {
	background-color: #9db853
}

.Selection--accompanied .Selection-header {
	border-top-color: #ac4544
}

.Selection--accompanied .Selection-title {
	background-color: #ac4544
}

.Selection:hover {
	-webkit-box-shadow: 0 0 0 5px #fff, 0 0 40px 0 rgba(0, 0, 0, .36);
	box-shadow: 0 0 0 5px #fff, 0 0 40px 0 rgba(0, 0, 0, .36)
}

.Actualites {
	display: block;
	font-size: 1rem;
	margin: 0 20px 2.0625em;
	color: #353522
}

.Actualites-inner {
	margin: 0 0 .6875em;
	position: relative
}

.Actualites-header {
	color: #fff;
	font-family: Kanit, sans-serif;
	line-height: 1.375em;
	left: 20px;
	position: absolute;
	text-transform: uppercase;
	top: 1.375em;
	z-index: 2;
	width: calc(100% - 2*20px - 2px);
	border: 1px solid #fff;
	height: calc(100% - 2*1.375em)
}

.Actualites-title {
	font-size: 1.375em;
	font-weight: 600
}

.Actualites-accroche {
	text-transform: none
}

.Actualites-image {
	background-color: #c3c3c3;
	overflow: hidden;
	position: relative
}

.Actualites-image:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	display: block;
	min-height: 160px;
	padding: 0 0 55.5556%
}

.Actualites-image:after {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(33.333%, rgba(58, 57, 40, .35)), to(rgba(58, 57, 40, 0)));
	background: linear-gradient(180deg, rgba(58, 57, 40, .35) 33.333%, rgba(58, 57, 40, 0));
	content: "";
	height: 60%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.Actualites-image img {
	bottom: -10000px;
	height: auto;
	left: -10000px;
	margin: auto;
	position: absolute;
	right: -10000px;
	top: -10000px;
	-webkit-transition: -webkit-transform .6s ease-in-out;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
	width: 100%
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.Actualites-image img {
		bottom: auto;
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: 100% 0;
		object-position: 100% 0;
		right: auto;
		top: 0
	}
}

.Actualites-link {
	color: #78b11b;
	font-size: .875em;
	font-weight: 700;
	line-height: 1.5714em;
	margin: 10px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: right
}

.Actualites:hover .Actualites-point>svg {
	opacity: 1
}

.Actualites:hover .Actualites-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

html {
	font: 14px/1.35 Roboto, sans-serif
}

.Site-inner {
	width: 90%;
	margin: 0 auto
}

.BlogPost-link {
	font-size: .8em
}

.NewsletterForm {
	font-size: .98rem
}

.PersonTile {
	min-width: 70%;
	max-width: 70%
}

.alert {
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent
}

.alert.alert-danger {
	background-color: #f2dede;
	border-color: #ebcccc;
	color: #a94442
}

.alert.alert-success {
	background-color: #dff0d8;
	border-color: #d0e9c6;
	color: #3c763d
}

.TypeTile {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.Product-wswg #Activites,
.Product-wswg #Cours,
.Product-wswg #Ecole,
.Product-wswg #Hebergement,
.Product-wswg #LonguesDurees,
.Product-wswg #Photos,
.Product-wswg #Voyage {
	padding-top: .6875em
}

.Product-wswg p {
	text-align: justify
}

.Product-wswg>div>ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 1.375em
}

.Product-wswg>div>ul ul {
	list-style-type: circle;
	margin-bottom: 0;
	padding-left: 2rem
}

.Product-wswg>div a {
	color: #78b11b;
	text-decoration: underline
}

.Product-wswg>div a:hover {
	text-decoration: none
}

.Product-wswg .Product-info-description ul {
	list-style-type: disc;
	margin-bottom: 1rem;
	padding-left: 2rem
}

.Product-wswg h4 {
	margin-bottom: 1rem
}

.Product--accompanied .Product-offer,
.Product--alone .Product-offer {
	padding-right: 3.5rem
}

.CategoryTile-description {
	text-align: justify
}

.KeyFigure-name p {
	text-align: center
}

.Offer-nbSemaines,
.Offer-transports {
	border: 0;
	border-bottom: 1px solid #35a3bc;
	background-color: transparent;
	outline: none
}

.Section-carousel-button--next {
	right: 20px
}

.Section-carousel-button--prev {
	left: 20px
}

.pictosEnLigne>svg {
	color: #78b11b
}

.texteNosCategories {
	padding-right: 40px
}

.nosCategories {
	border-left: 1px solid #d3d2c6;
	padding-left: 20px
}

.nosCategories p {
	font-weight: 700
}

.nosCategories li {
	margin: 10px 0
}

.nosCategories li a {
	-webkit-transition: color .4s;
	transition: color .4s
}

.nosCategories li a.active {
	color: #78b11b;
	font-weight: 700
}

.nosCategories li a:hover {
	color: #78b11b
}

.nosCategories li a:hover .fleche {
	-webkit-transform: translateX(10px);
	transform: translateX(10px)
}

.nosCategories li a .picto {
	margin-right: 5px
}

.nosCategories li a .fleche {
	margin: 0 0 0 10px;
	transition: -webkit-transform .4s;
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
	vertical-align: middle
}

.select2-container.select2-container--default .select2-selection--multiple {
	border: 0
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice {
	color: #78b11b;
	height: 32px;
	line-height: 32px
}

.select2-container.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
	height: calc(2.75em - 5px);
	margin-top: 0
}

.select2-container.select2-container--default.select2-container--focus {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #aaa;
	border-radius: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom: 0
}

.select2-container.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.select2-container.select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__rendered {
	padding: 0 4px
}

.select2-container.select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__rendered .select2-search__field {
	height: calc(2.75em - 7px)
}

.select2-container.select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
	margin-top: 4px
}

.select2-dropdown.select2-dropdown--below {
	border: 1px solid #aaa;
	border-radius: 0
}

::-webkit-inner-spin-button {
	display: none
}

::-webkit-calendar-picker-indicator:hover {
	background: none
}

.Product-country {
	font-size: .9em
}

.Product-city {
	font-size: 1.2em
}

@media (min-width:1050px) {
	.Offer-reference {
		padding: 0
	}
}

.ProductResult-part--1 {
	color: #353522
}

.Header-quicknav-link--backToTop>svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	min-width: unset;
	margin: 0 16px 0 6px
}

.OverviewList-tab a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.hideProduit {
	display: none
}

.Search-cityGroup-footer:after,
.Search-cityGroup-footer:before {
	background-color: #78b11b
}

.Search-cityGroup-action {
	color: #78b11b;
	font-size: 1em
}

.maSelectionactive {
	background-color: #35a3bc;
	color: #dedede
}

.maSelectionactive:hover {
	color: #fff
}

.villeSelect2 {
	padding-left: 0
}

.flagSelect2 {
	padding-right: .5rem
}

.Hero--woldmap .Hero-image {
	background-color: #fff
}

.Filters-name b {
	color: #ce9954
}

.Product-description {
	font-weight: lighter
}

.moteurFiltreDestination {
	color: #fff;
	padding: 1rem 0 2rem;
	text-align: center;
	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
}

.moteurFiltreDestination p {
	-ms-flex-preferred-size: content;
	flex-basis: content;
	padding: 1rem 0
}

.moteurFiltreDestination ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1rem 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.moteurFiltreDestination ul li a {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #fff;
	padding: .3rem .8rem;
	border-radius: 5px;
	margin: .5rem;
	line-height: 2rem
}

.moteurFiltreDestination ul li a.active {
	color: #78b11b;
	background-color: #fff
}

.alert.alert-info {
	color: #78b11b;
	padding: 2rem 1rem;
	background-color: rgba(3, 140, 171, .3);
	text-align: center
}

.Section--grey .Section-header .Section-description,
.Section--grey .Section-header .Section-description p,
.Section .Section-header .Section-description,
.Section .Section-header .Section-description p {
	text-align: justify
}

.Section--grey .Section-header .Section-description p a,
.Section .Section-header .Section-description p a {
	color: #78b11b
}

.explicationSESI {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #353522
}

.explicationSESI .Search-type p {
	padding: 10px 10px 0;
	border: 1px solid #d6d3c6;
	border-top: 0;
	text-align: justify;
	height: 100%
}

.ActivityTile-description,
.InfoTile-description {
	text-align: justify
}

.InfoTile-icon--banknote {
	-webkit-transform: none;
	transform: none
}

.InfoTile-icon>svg {
	max-width: none
}

.cookie-message {
	z-index: 100
}

.pswp__img {
	height: auto!important
}

.pswp__caption__center {
	text-align: center
}

.OfferList-head.OfferList-head--accommodation:before,
.OfferList-head.OfferList-head--transport:before {
	background-image: url(img/newPictos_produit.svg);
	background-size: 144px 100px
}

.OfferList-head--accommodation:before {
	background-position: -17% 7%
}

.OfferList-head--transport:before {
	background-position: 0 37%
}

@media (min-width:1050px) {
	.Offer-price {
		width: 100%
	}
}

@media (max-width:629px) {
	.Header-actions li {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
	.Offer-price {
		font-size: 2em
	}
}

#listeVilles {
	display: none
}

#listeVilles .villeSansLayout {
	color: #78b11b;
	display: block;
	margin: .5rem
}

#listeVilles .villeSansLayout:hover {
	text-decoration: underline
}

.divAfficheToutesVilles {
	margin: 2rem 0
}

.Header-quicknav {
	z-index: 999
}

.GeL_displaynone {
	display: block!important
}

.GeL_displaynone.vwatch-hidden {
	display: none!important
}

.Actualites-image img {
	-o-object-position: unset;
	object-position: unset
}

audio {
	width: auto!important;
	height: auto!important;
	min-width: 30rem;
	min-height: 2rem
}

.multi-steps>li.is-active:before,
.multi-steps>li.is-active~li:before {
	content: counter(stepNum);
	font-family: inherit;
	font-weight: 700
}

.multi-steps>li.is-active:after,
.multi-steps>li.is-active~li:after {
	background-color: #ededed
}

.breadCrumbReservation {
	margin: 4rem 0
}

.multi-steps {
	display: table;
	table-layout: fixed;
	width: 100%
}

.multi-steps>li {
	counter-increment: stepNum;
	text-align: center;
	display: table-cell;
	position: relative;
	color: #78b11b;
	z-index: 1
}

.multi-steps>li:before {
	content: "\2713";
	display: block;
	margin: 0 auto 4px;
	background-color: #fff;
	width: 36px;
	height: 36px;
	line-height: 32px;
	text-align: center;
	border: 2px solid #78b11b;
	border-radius: 50%
}

.multi-steps>li:after {
	content: "";
	height: 2px;
	width: 100%;
	background-color: #78b11b;
	position: absolute;
	top: 16px;
	left: calc(50% + 18px);
	z-index: 0
}

.multi-steps>li:last-child:after {
	display: none
}

.multi-steps>li.is-active:before {
	background-color: #fff;
	border-color: #78b11b
}

.multi-steps>li.is-active~li {
	color: gray
}

.multi-steps>li.is-active~li:before {
	background-color: #ededed;
	border-color: #ededed
}

.btNextEtape {
	margin: 2rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.btNextEtape .Button {
	margin-left: auto
}

.GridInscription,
.ResumeInscription {
	margin: 2rem 0;
	background-color: #eeede7
}

.GridInscription .Grid-item:first-child,
.ResumeInscription .Grid-item:first-child {
	padding: 0
}

.GridInscription .Grid-item img,
.ResumeInscription .Grid-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.GridInscription .Grid-item dl,
.ResumeInscription .Grid-item dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.GridInscription .Grid-item dl dt,
.ResumeInscription .Grid-item dl dt {
	font-weight: 700;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.GridInscription .Grid-item dl dd,
.ResumeInscription .Grid-item dl dd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 0 2rem
}

.GridInscription .Grid-item dl dd:last-child,
.ResumeInscription .Grid-item dl dd:last-child {
	padding: 0
}

.GridInscription .Grid-item dl dd .Offer-price,
.ResumeInscription .Grid-item dl dd .Offer-price {
	display: block;
	text-align: right;
	width: 100%
}

.ResumeInscription {
	padding: 0
}

.ResumeInscription .Grid-item:last-child {
	padding: 1rem
}

.ResumeInscription p {
	padding: .5rem 0;
	font-size: 1rem
}

.formulaireInscription,
.ResumeAvantages {
	text-align: left
}

.formulaireInscription hr,
.ResumeAvantages hr {
	width: 50%;
	color: #e0dfdb;
	margin: 1rem auto;
	clear: both
}

.formulaireInscription fieldset>.form-group.row label,
.ResumeAvantages fieldset>.form-group.row label {
	line-height: 35px
}

.formulaireInscription fieldset>.form-group.row label.form-check-label,
.ResumeAvantages fieldset>.form-group.row label.form-check-label {
	line-height: normal
}

.formulaireInscription fieldset .input-group input[type=text],
.ResumeAvantages fieldset .input-group input[type=text] {
	padding: .5rem;
	width: 100%
}

.formulaireInscription fieldset .form-group select,
.ResumeAvantages fieldset .form-group select {
	width: 100%
}

.formulaireInscription fieldset .form-check-label,
.ResumeAvantages fieldset .form-check-label {
	padding: .2rem 0;
	display: block
}

.messageCnil p {
	font-size: .8rem
}

.has-danger {
	color: #c88221
}

.has-danger input[type=text] {
	border-color: #c88221
}

.has-danger .form-control-feedback strong {
	font-size: .8rem;
	display: block;
	padding-bottom: 1rem
}

.recapProduit {
	background-color: #eeede7;
	text-align: left
}

.recapProduit img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.recapProduit p {
	padding: .5rem 0;
	font-size: 1rem
}

.recapProduit .Offer-price {
	text-align: right;
	display: block;
	width: 100%
}

div.inputGroup .input-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

div.inputGroup .input-group .btAppliqueReduc {
	height: 37px;
	line-height: 37px;
	cursor: pointer;
	background-color: #ce9954;
	color: #fff;
	padding: 0 1rem;
	margin-left: .5rem
}

.detailsPrestations {
	display: block;
	margin: 2rem 0;
	max-width: 100%
}

.detailsPrestations li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .2rem 0
}

.detailsPrestations li span.libelle {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.detailsPrestations li span.libelle:after {
	content: "";
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 14px;
	margin: 0 .5em;
	border-bottom: 1px dotted #353522
}

.detailsPrestations li span.prix {
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.detailsPrestations li.avantage {
	font-weight: 700;
	color: #78b11b
}

.detailsPrestations li.avantage span.libelle:after {
	border-bottom: 1px dotted #78b11b
}

.consultConditionsAssurances,
.form-check-label a {
	color: #78b11b;
	text-decoration: underline
}

button[type=submit]:disabled {
	background-color: #d1d1b8;
	cursor: not-allowed
}

.Offer-nbSemaines {
	background-color: #fff;
	margin-top: 1.5rem;
	position: relative;
	z-index: 999
}

.Offers-info {
	color: #353522
}

.OfferList-head--nbSemaine:before {
	background-image: none!important
}

span.dureeIndispo {
	font-size: 1rem;
	line-height: 38px;
	color: #d1d1b8
}

.alert.alert-info {
	text-align: left;
	padding: .5rem
}

.btCalculeDateSe {
	height: 37px;
	line-height: 37px;
	cursor: pointer;
	background-color: #ce9954;
	color: #fff;
	padding: 0 1rem;
	border: 0;
	margin-left: .5rem
}

.ResaSe .alert {
	margin-bottom: 0
}

.ResaSe .alert-danger,
.ResaSe .alert-info,
.ResaSe .alert-success {
	margin-bottom: 1rem
}

.ResaSe #choixPaiementAcompteOnly,
.ResaSe #choixPaiementAll,
.ResaSe #listeAssurances,
.ResaSe #listeDestinations,
.ResaSe #listeOptionsSe,
.ResaSe #listeReductions,
.ResaSe .recapProduit.isSe {
	display: none
}

.ResaSe #loading {
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: none;
	opacity: .8;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 9999;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.ResaSe #loading div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.ResaSe #loading div .Section-title {
	font-size: 2rem
}

.styled-input-single {
	position: relative;
	padding: 2px 0 2px 3em;
	text-align: left
}

.styled-input-single label {
	cursor: pointer
}

.styled-input-single label:after,
.styled-input-single label:before {
	content: "";
	position: absolute;
	top: 55%;
	border-radius: 50%
}

.styled-input-single label:before {
	left: 0;
	width: 25px;
	height: 25px;
	margin: -15px 0 0;
	background: #f7f7f7;
	-webkit-box-shadow: 0 0 1px grey;
	box-shadow: 0 0 1px grey
}

.styled-input-single label:after {
	left: 5px;
	width: 15px;
	height: 15px;
	margin: -10px 0 0;
	opacity: 0;
	background: #78b11b;
	-webkit-transform: translate3d(-40px, 0, 0) scale(.5);
	transform: translate3d(-40px, 0, 0) scale(.5);
	-webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
	transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
	transition: opacity .25s ease-in-out, transform .25s ease-in-out;
	transition: opacity .25s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out
}

.styled-input-single input[type=checkbox],
.styled-input-single input[type=radio] {
	position: absolute;
	top: 0;
	left: -9999px;
	visibility: hidden
}

.styled-input-single input[type=checkbox]:checked+label:after,
.styled-input-single input[type=radio]:checked+label:after {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 1
}

.is-invalid-field,
.is-invalid-field select {
	border-color: #dc3545
}

.is-invalid-list {
	border: 1px solid #ebcccc;
	border-radius: 3px;
	padding: 8px
}

.invalid-feedback {
	color: #dc3545;
	text-decoration: underline
}

.list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

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

.list-item {
	padding: 1em 3em;
	width: 100%
}

.brochures {
	color: #353522
}

.brochures img {
	display: block;
	margin: 0 auto
}

.brochures h2 {
	width: 100%
}

.brochures h3 {
	width: 100%;
	font-size: .95rem;
	text-align: center
}

.brochures p>a {
	width: inherit;
	display: inline
}

.brochures a {
	width: 50%;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 1rem
}

.isHidden {
	display: none
}

.alert {
	border: 1px
}

.alert-danger {
	background-color: #f8d7da;
	border-color: #f5c6cb
}

.my-form-inline input[type=text],
.my-form-inline label {
	display: block;
	margin: 0 0 .34375em
}

#birthday,
#email,
#gender,
#phone,
.my-form-inline input[type=text] {
	width: 100%
}

.xgender {
	max-width: 11.2%
}

.xfirstname,
.xlastname {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 44.4%;
	flex: 0 0 44.4%;
	max-width: 44.4%
}

#email,
#firstname,
#lastname,
#phone {
	padding: 0 0 21px;
	padding: .6875em 10px
}

@media (max-width:629px) {
	.my-form-inline .col-md-2,
	.my-form-inline .col-md-4,
	.my-form-inline .col-md-5 {
		margin: 0 0 1.375em
	}
	.xgender {
		max-width: 100%
	}
	.xfirstname,
	.xlastname {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.Form-control {
		margin-bottom: 0
	}
	#form-demande-de-brochures .Button {
		margin-top: 30px
	}
	.asterisk-fields {
		margin-top: 20px
	}
}

hr.divider {
	margin: 10px 0;
	border: 1px solid #eeede7
}

hr.dotted-divider {
	margin: 0 0 10px;
	border: 1px dashed #f0f0f0
}

.linkDeleteRow {
	text-align: right;
	color: #a94442;
	cursor: pointer
}

#commonRoom,
#fatherBirthday,
#fatherMobile,
#motherBirthday,
#motherMobile,
.childBirthday,
.childSchool,
.my-form-inline input[type=text] {
	width: 100%
}

#childFirstname,
#fatherJob,
#fatherMobile,
#motherJob,
#motherMobile {
	padding: .757em 10px
}

#commonRoom {
	margin: 5px 0 0
}

.wchild-gender {
	max-width: 15%
}

.wchild-school {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 35%;
	flex: 0 0 35%
}

.childGender {
	padding-right: 28px
}

.hobbies {
	width: 33%!important
}

@media (max-width:629px) {
	.wchild-birthday,
	.wchild-birthday>input,
	.wchild-gender,
	.wchild-gender>select,
	.wchild-school,
	.wchild-school>input {
		max-width: 100%!important;
		width: 100%!important;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
	.hobbies {
		width: 100%!important
	}
}

#overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10000;
	display: none
}

.half-circle-spinner,
.half-circle-spinner * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.half-circle-spinner {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	position: absolute;
	left: 60%;
	top: 350px;
	margin: 0 auto;
	opacity: 1!important
}

.half-circle-spinner .circle {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: 6px solid transparent
}

.half-circle-spinner .circle.circle-1 {
	border-top-color: #35a3bc;
	-webkit-animation: half-circle-spinner-animation 1s infinite;
	animation: half-circle-spinner-animation 1s infinite
}

.half-circle-spinner .circle.circle-2 {
	border-bottom-color: #35a3bc;
	-webkit-animation: half-circle-spinner-animation 1s infinite alternate;
	animation: half-circle-spinner-animation 1s infinite alternate
}

@-webkit-keyframes half-circle-spinner-animation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes half-circle-spinner-animation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@media (max-width:629px) {
	#overlay {
		background-color: #f2f2f2;
		opacity: .3
	}
	.half-circle-spinner {
		width: 60px;
		height: 60px;
		border-radius: 100%;
		position: absolute;
		top: 50%;
		left: 40%;
		margin: 0 auto;
		opacity: 1!important
	}
}

@media print {
	html[prefix*=product] #Photos,
	html[prefix*=product] #Videos,
	html[prefix*=product] .Breadcrumb,
	html[prefix*=product] .Footer,
	html[prefix*=product] .Header,
	html[prefix*=product] .Product-bookAction,
	html[prefix*=product] .Product-return,
	html[prefix*=product] .Product-viewImages,
	html[prefix*=product] .Reviews,
	html[prefix*=product] .Section--lightblue {
		display: none
	}
	html[prefix*=product] .Product-card {
		float: right;
		width: 50%;
		margin-bottom: 1em
	}
	html[prefix*=product] .Product-inner {
		float: left;
		width: 50%
	}
	html[prefix*=product] .Product-wswg {
		clear: both
	}
	html[prefix*=product] .Product-wswg div {
		padding-top: 0;
		border: 0
	}
	html[prefix*=product] .Product-wswg .Product-info-icon {
		display: none
	}
	html[prefix*=product] .Product-wswg .Product-info-name {
		margin: 0;
		background: none
	}
	html[prefix*=product] .Product-wswg .Product-info {
		padding: 0
	}
	html[prefix*=product] .Product-wswg>div>h3 {
		margin: 0;
		background: none
	}
	html[prefix*=product] .Product {
		background: none
	}
	html[prefix*=product] .Offer-element {
		padding: 3px
	}
	html[prefix*=product] #reserver {
		page-break-before: always
	}
	html[prefix*=product] #reserver .Offer-nbSemaines,
	html[prefix*=product] #reserver .Offer-transports {
		width: 300px
	}
}